| Commit message (Expand) | Author | Age | Files | Lines |
* | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | andersen | 2003-06-20 | 2 | -2/+6 |
* | Use xopen instead of xfopen | bug1 | 2003-05-08 | 1 | -5/+4 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 19 | -254/+226 |
* | be more careful about cleaning up | andersen | 2003-03-07 | 2 | -5/+17 |
* | Scrub things a bit, shave off a few bytes. | andersen | 2003-03-07 | 1 | -6/+9 |
* | Save a few bytes and remove a redundant string | andersen | 2003-03-07 | 1 | -1/+1 |
* | audit for proper error handling, apply a few size optimizations | andersen | 2003-03-07 | 1 | -27/+34 |
* | There is no good reason to prevent nfs mounts from being mounted | andersen | 2003-02-28 | 1 | -2/+2 |
* | Write all the help text for the util-linux utilities. Allow | andersen | 2003-02-27 | 1 | -34/+152 |
* | Correct some init issues, update email address, last_patch78 by Vladimir | bug1 | 2003-01-13 | 1 | -1/+1 |
* | fdisk writable feature, allows compilation of a small fdisk that can | bug1 | 2003-01-04 | 2 | -186/+254 |
* | > Eliminate dependancy on kernel header files. Naughty naughty. | sandman | 2003-01-02 | 1 | -2/+15 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | andersen | 2002-12-11 | 1 | -1/+48 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | andersen | 2002-12-11 | 1 | -56/+54 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | andersen | 2002-12-11 | 1 | -1/+6 |
* | Fix compile warning with OSF | bug1 | 2002-12-08 | 1 | -1/+1 |
* | Yet another major rework of the BusyBox config system, using the considerably | andersen | 2002-12-05 | 2 | -69/+232 |
* | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | andersen | 2002-12-05 | 1 | -81/+1 |
* | Change if(x)free(x); to free(x); | aaronl | 2002-11-28 | 3 | -13/+6 |
* | last_patch_68 from Vladimir N. Oleynik | bug1 | 2002-11-27 | 1 | -1/+1 |
* | fdisk applet by Vladimir N. Oleynik | bug1 | 2002-11-26 | 3 | -0/+5908 |
* | Test for holes in swapfiles | andersen | 2002-11-03 | 1 | -0/+12 |
* | last_patch64 from vodz: | andersen | 2002-10-26 | 1 | -15/+17 |
* | Support setting depth | andersen | 2002-09-17 | 1 | -0/+3 |
* | Some CML1 grammar fixes | andersen | 2002-09-01 | 1 | -1/+3 |
* | Run through indent, style | bug1 | 2002-08-23 | 1 | -48/+66 |
* | Run through indent, fix comments | bug1 | 2002-08-22 | 1 | -110/+120 |
* | Inline functions with only one reference in mkfs_minix. I don't know | aaronl | 2002-08-21 | 1 | -11/+11 |
* | minor fixes for fbset bloat | aaronl | 2002-08-13 | 1 | -16/+16 |
* | - updated a few copyright/left file headers | sandman | 2002-08-05 | 1 | -2/+17 |
* | Fix for bug #1255 -- support for mount -t <type> | sandman | 2002-07-25 | 1 | -8/+14 |
* | Add support for /etc/filesystem when searching for an "auto" filesystem | sandman | 2002-07-24 | 1 | -16/+52 |
* | Initial checkin of a very primitive hwclock replacement | sandman | 2002-07-21 | 3 | -0/+234 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | sandman | 2002-07-19 | 1 | -17/+9 |
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | andersen | 2002-07-03 | 1 | -16/+4 |
* | Remove advertising clauses in accordance with | aaronl | 2002-06-23 | 1 | -5/+1 |
* | Kill dead email address | andersen | 2002-06-22 | 1 | -1/+1 |
* | Apply last_patch46 from vodz, to fix buffer overflows noted by | andersen | 2002-06-22 | 1 | -25/+23 |
* | Entries with "noauto" options are ignored correctly when mounting all | sandman | 2002-05-14 | 1 | -0/+1 |
* | Patch from Kevin Hilman <khilman@equator.com> to fix potential | andersen | 2002-04-13 | 1 | -1/+2 |
* | Update some missing copyright notices | andersen | 2002-04-13 | 3 | -2/+2 |
* | Completely rework the config system so that it no longer annoys me to work on | andersen | 2002-04-12 | 2 | -29/+57 |
* | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | andersen | 2002-04-06 | 2 | -6/+5 |
* | * include/applets.h (CONFIG_LOSETUP): New. | kraai | 2002-03-20 | 3 | -0/+60 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | kraai | 2001-12-20 | 2 | -23/+23 |
* | Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" | andersen | 2001-12-06 | 1 | -0/+1 |
* | Fix running more on files in the (broken) procfs that claim 0 length | andersen | 2001-12-06 | 1 | -1/+2 |
* | Change strdup calls to xstrdup (patch from Steve Merrifield). | kraai | 2001-11-12 | 1 | -2/+2 |
* | Cleanup some config problems. Add a sane default config that basically | andersen | 2001-11-10 | 1 | -4/+4 |
* | oops | andersen | 2001-11-10 | 1 | -1/+0 |