summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use errorMsg rather than fprintf.Matt Kraai2000-07-147-56/+37
* Patch from Jon McClintock <jonm@bluemug.com>Eric Andersen2000-07-121-1/+67
* Always report the applet name when doing error reporting.Matt Kraai2000-07-123-4/+4
* Use global applet_name instead of local versions.Matt Kraai2000-07-124-29/+15
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-112-2/+0
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-102-897/+600
* Comment on kernel stuffEric Andersen2000-07-101-1/+1
* More linux kernel header file removal.Eric Andersen2000-07-102-4/+194
* Remove yet more kernel header dependancies.Eric Andersen2000-07-102-2/+2
* Argh. More cross libc cleanup. Should be ok now...Eric Andersen2000-07-082-24/+25
* More cleanup on umountEric Andersen2000-07-081-5/+17
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-084-15/+18
* Turned some stuff into features that really are features, not apps.Eric Andersen2000-07-061-1/+1
* Added (fixed) the '-n' option to fbset. Renumbered the command parameters toEric Andersen2000-07-061-20/+25
* Remove some warning with glibc.Eric Andersen2000-07-061-1/+1
* a few minor cleanups.Eric Andersen2000-07-062-3/+4
* Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen2000-07-051-8/+0
* Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen2000-07-042-2/+2
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-0/+8
* Cleaned up some #ifdef spiderwebs.Mark Whitley2000-06-211-30/+19
* Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen2000-06-192-2/+2
* Make umount work and compile cleanly under libc5 and libc6.Eric Andersen2000-06-191-5/+16
* Make swaponoff compile cleanly under both libc5 and libc6.Eric Andersen2000-06-191-2/+4
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-196-7/+6
* Added some comments and changed a variable name to be more meaningful. NoMark Whitley2000-06-161-5/+22
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen2000-06-072-15/+14
* Oops. Remove the debugging noise.Eric Andersen2000-06-061-7/+0
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.Eric Andersen2000-06-061-11/+25
* "mount" now reports errors from nfsmount() and assumes NFS mountPavel Roskin2000-06-061-4/+7
* Fixed a bunch of stuff:Eric Andersen2000-06-061-1/+1
* This patchEric Andersen2000-06-041-8/+4
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-2/+2
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-202-4/+2
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-192-48/+81
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-1210-33/+71
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+9
* Add support for "noatime" and "nodiratime" mount flags to mount.Erik Andersen2000-05-052-16/+40
* Remove BB_FEATURE_REMOUNT (small, and should always be present)Erik Andersen2000-05-031-8/+0
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-285-10/+21
* Some more updates and such...Erik Andersen2000-04-211-0/+2
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-6/+15
* UpdatesErik Andersen2000-04-181-17/+5
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-134-13/+10
* Upates to include copyright 2000 to everythingErik Andersen2000-04-133-5/+6
* minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen2000-04-042-0/+3
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-1/+6
* My latest ramblings.Erik Andersen2000-03-236-11/+27
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-222-17/+6
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-215-41/+15
* Bug fixErik Andersen2000-03-141-1/+1