aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-0/+6
* - revert last change for now..Bernhard Reutner-Fischer2006-01-131-15/+2
* this applet needlessly big! TODO: bb_getopt_ulflags()Bernhard Reutner-Fischer2006-01-131-1/+1
* Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. NeedRob Landley2006-01-121-14/+29
* The major:minor read from dev ends with \n, need to trim that.Rob Landley2006-01-121-1/+1
* With -a, the jump to mount_it_now can skip the initialization of f, andRob Landley2006-01-101-2/+5
* Both atime and diratime should switch _off_ the corresponding no* flag.Rob Landley2006-01-101-2/+2
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)Mike Frysinger2006-01-041-1/+1
* When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange.Rob Landley2005-12-211-1/+2
* Fix chroot, leave console alone if -c not specified, and yank debug code.Rob Landley2005-12-201-11/+16
* Some minor cleanups/bugfixes split off from the big remount work:Rob Landley2005-12-202-27/+14
* Sigh. Left the debug path in. Fixed.Rob Landley2005-12-171-1/+1
* Added /etc/mdev.conf support. Adds about 1.9k to mdev.Rob Landley2005-12-172-16/+123
* - remove duplicate entry for switch_rootBernhard Reutner-Fischer2005-12-151-2/+1
* Nothing to see here. Move along.Rob Landley2005-12-133-0/+153
* - typo: s/sucess/success/gBernhard Reutner-Fischer2005-12-121-1/+1
* reduce signedness warning"Vladimir N. Oleynik"2005-12-021-7/+9
* Fix losetup so that it A) actually works again, B) has much better errorRob Landley2005-11-291-8/+16
* add "-C" format to hexdumpPaul Fox2005-11-281-1/+5
* reduce bss"Vladimir N. Oleynik"2005-11-241-1/+5
* bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi..."Vladimir N. Oleynik"2005-10-282-4/+4
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-281-48/+15
* Add a switch_root utility (like kconfig's utils/run_init.c, although notRob Landley2005-10-272-0/+140
* another more const"Vladimir N. Oleynik"2005-10-202-4/+4
* more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"2005-10-191-8/+8
* data --> bss"Vladimir N. Oleynik"2005-10-151-11/+11
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
* - initialize the correct variablesBernhard Reutner-Fischer2005-10-131-1/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-1/+1
* better check usage with options, correct show problem error message, indent"Vladimir N. Oleynik"2005-10-101-18/+19
* Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig canRob Landley2005-10-083-4/+4
* allow people to adjtime locationMike Frysinger2005-09-282-2/+18
* whitespace sucksMike Frysinger2005-09-251-23/+23
* re-order a little for alphabeticalMike Frysinger2005-09-241-14/+14
* Tito switched option parsing over to switch umount over to bb_getopt_ulflags().Rob Landley2005-09-241-27/+31
* use the shorter license headerMike Frysinger2005-09-241-14/+1
* use brief license lineMike Frysinger2005-09-241-15/+2
* Reduce exported from ipcs applet"Vladimir N. Oleynik"2005-09-221-6/+6
* accept unlimited number of swap arguments like the real swap{on,off} and shri...Mike Frysinger2005-09-161-8/+11
* Cleanup patch from Tito.Rob Landley2005-09-141-12/+9
* whitespace/syntax cleanups, dont mind me :pMike Frysinger2005-09-131-36/+22
* Cleanup patch from Tito.Rob Landley2005-09-131-36/+11
* Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley2005-09-083-13/+13
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-5/+1
* Fix the warnings, and fix the following two obvious segfaults:Rob Landley2005-09-051-10/+7
* Amir Shalem found some bugs in the new mount code; unknown options didn't getRob Landley2005-08-301-2/+4
* When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()Rob Landley2005-08-231-1/+3
* If we goto singlemount, do _not_ try to continue through the loop we jumpedRob Landley2005-08-141-1/+1
* Stephane Billiart noticed that the return code of the new mount was horked.Rob Landley2005-08-141-4/+4
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-105-717/+447