summaryrefslogtreecommitdiff
path: root/util-linux/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.Bernhard Reutner-Fischer2006-03-291-0/+10
| | | | | | | | http://busybox.net/lists/busybox/2006-March/019326.html 2137 8 28 2173 87d util-linux/mkswap.o.orig 1890 8 28 1926 786 util-linux/mkswap.o.v0+v1 1560 4 28 1592 638 util-linux/mkswap.o.v1
* Remove unneeded entries.Rob Landley2006-03-201-10/+0
|
* Patch from tito, acked by Bernhard Fischer.Rob Landley2006-03-201-0/+10
|
* add setarch/linux32/linux64 appletMike Frysinger2006-02-211-0/+9
|
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makeRob Landley2006-02-081-0/+7
| | | | | umount -a into a CONFIG_FEATURE (why not?), and zap the now obsolete defconfig file (which was supposed to be part of the previous checkin).
* alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sysMike Frysinger2006-02-021-34/+34
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* Added /etc/mdev.conf support. Adds about 1.9k to mdev.Rob Landley2005-12-171-1/+1
|
* Nothing to see here. Move along.Rob Landley2005-12-131-0/+30
| | | | | | | | | Not buying it, eh? I know I said new features before 1.1, but, well... (I was weak!) The config file and hotplug modes aren't implemented yet. Might take a stab at those tomorrow. (I _should_ go back to focusing on the bug triage list.)
* Add a switch_root utility (like kconfig's utils/run_init.c, although notRob Landley2005-10-271-0/+22
| | | | | actuall using any of that code). This is needed because pivot_root doesn't work right under initramfs. (See the menuconfig help.)
* Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig canRob Landley2005-10-081-1/+1
| | | | find it (and tweak defconfig to catch up).
* allow people to adjtime locationMike Frysinger2005-09-281-0/+12
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-14/+14
|
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-35/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | things down a bit, fixed a number of funky corner cases, added support for several new features (things like mount --move, mount --bind, lazy unounts, automatic detection of loop mounts, and so on). Probably broke several other things, but it's fixable. (Bang on it, tell me what doesn't work for you...) Note: you no longer need to say "-o loop". It does that for you when necessary. Still need to add "user mount" support, which involves making mount suid. Not too hard to do under the new infrastructure, just haven't done it yet... The previous code had the following notes, that belong in the version control comments: - * 3/21/1999 Charles P. Wright <cpwright@cpwright.com> - * searches through fstab when -a is passed - * will try mounting stuff with all fses when passed -t auto - * - * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. - * - * 1999-10-07 Erik Andersen <andersen@codepoet.org>. - * Rewrite of a lot of code. Removed mtab usage (I plan on - * putting it back as a compile-time option some time), - * major adjustments to option parsing, and some serious - * dieting all around. - * - * 1999-11-06 mtab support is back - andersee - * - * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's - * mount to add loop support. - * - * 2000-04-30 Dave Cinege <dcinege@psychosis.com> - * Rewrote fstab while loop and lower mount section. Can now do - * single mounts from fstab. Can override fstab options for single - * mount. Common mount_one call for single mounts and 'all'. Fixed - * mtab updating and stale entries. Removed 'remount' default. - *
* applying fix from:Paul Fox2005-07-191-0/+8
| | | | | | 0000068: mount limited to max 8 loop devices (patch provided) (made minor wording change for config help message)
* applets specified as _BB_SUID_ALWAYS in applets.h should also selectEric Andersen2005-06-231-0/+2
| | | | CONFIG_FEATURE_SUID to ensure proper behavior when installed.
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley2005-06-201-17/+28
| | | | some more work to shrink them down.
* Add readprofile applet support.Paul Mundt2005-05-201-0/+6
|
* remove lsattr/chattr to prepare for a top level e2fsprogs dir with more ↵Mike Frysinger2005-04-231-12/+0
| | | | stuff in it
* import lsattr and chattr from e2fsprogsMike Frysinger2005-04-221-1/+11
|
* Do not select LFSEric Andersen2004-05-191-1/+0
|
* Erik,Eric Andersen2004-05-191-0/+8
| | | | | | | | | | | | | | | | | | >http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u Its hack for "force" ;-) If to return the previous version of a Config.in http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/Config.in?r1=1.12&r2=1.13 and to apply last patch, then I shall calm down. ;-) (OOPS, last patch have autocorrected from my editor begins spaces to tabs and removed spaces from empty lines too). --w vodz
* Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,Eric Andersen2004-03-301-8/+0
| | | | as it is redundant....
* The fdisk llseek junk was redundant, since both uClibc and glibcEric Andersen2004-03-301-2/+1
| | | | | automatically promote lseek and friends to their 64 bit counterparts when CONFIG_LFS is enabled, since it enables __USE_FILE_OFFSET64
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
|
* Andreas Mohr writes:Eric Andersen2003-10-221-23/+22
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* Patch from vodz:Eric Andersen2003-08-061-0/+10
| | | | | | | | | | | | | | | | | | I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 >>not require. >>May be best create new configure option for set DOLFS for fdisk applet >>if global DOLFS unset? > Erik Andersen wrote: >Agreed. Using an extra configure option when ! DOLFS >would be a good idea. Ok. Patch attached.
* There should be only one instance of CONFIG_FEATURE_AUTOWIDTHEric Andersen2003-07-261-14/+0
|
* Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,Eric Andersen2003-07-261-1/+0
| | | | since fdisk will work just fine on smaller disks w/o it.
* Require that LFS is enabled to get fdiskEric Andersen2003-07-141-0/+1
|
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-051-0/+6
| | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-1/+1
|
* Write all the help text for the util-linux utilities. AllowEric Andersen2003-02-271-34/+152
| | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik
* fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath2003-01-041-5/+13
| | | | only read partition table, by Vladimir N. Oleynik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+232
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik