summaryrefslogtreecommitdiff
path: root/util-linux/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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