aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from tito, acked by Bernhard Fischer.landley2006-03-202-8/+17
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.landley2006-03-201-3/+3
* - explain what magic numbers we're using here.aldot2006-03-181-1/+6
* - whitespace cleanup (and also check against the const first and only then lookaldot2006-03-181-2/+2
* More fixes. Type "auto" should mean unspecified from fstab as well as thelandley2006-03-181-18/+30
* Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.landley2006-03-171-35/+38
* Missed one.landley2006-03-141-1/+1
* The new, new mount rewrite. (Mount double prime?) Still being debugged, butlandley2006-03-141-252/+408
* Tito unified fdflush and freeramdisk. I tweaked the result a bit.landley2006-03-143-95/+10
* - revert back to r14406aldot2006-03-131-40/+51
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-2/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-105-69/+84
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-068-8/+8
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-50/+35
* more security: don't start shell code from argvvodz2006-02-281-1/+1
* remove duplicate license noticevapier2006-02-251-1/+0
* strip out unneeded commentsvapier2006-02-251-4/+1
* fdisk unmaintained now :(vodz2006-02-251-1/+6
* Another clean-up patch from Garrett.landley2006-02-251-137/+120
* Minor cleanup from Garrett Kajmowicz.landley2006-02-251-4/+1
* Cleanup from Denis Vlasenko.landley2006-02-241-1904/+2013
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-232-5/+1
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-1/+2
* Create /dev/root symlink pointing to real root device, if any.landley2006-02-211-0/+11
* add setarch/linux32/linux64 appletvapier2006-02-213-0/+64
* Fix off by one error. (I know I had a reason for doing that, but I have _no_landley2006-02-141-1/+1
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makelandley2006-02-082-27/+35
* add back in path nulling after calling find_dev() since it is needed for now ...vapier2006-02-071-0/+1
* cleanup style ... just because you use less spaces doesnt mean the resulting ...vapier2006-02-031-50/+63
* shrink the code a bitvapier2006-02-031-8/+5
* gavinl writes in Bug 661:vapier2006-02-031-1/+1
* alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sysvapier2006-02-021-34/+34
* make the build system puuuuuuuuuuurtyvapier2006-02-021-2/+2
* remode warning: const static mixvodz2006-02-011-1/+1
* - bzero -> memsetaldot2006-01-311-2/+2
* - add and use ATTRIBUTE_ALIGNED(num_bytes)aldot2006-01-311-6/+5
* hopefully the last of the annoying signed/unsigned and mixed type errorsandersen2006-01-302-13/+13
* just whitespacetimr2006-01-2515-388/+388
* There was a missing ! on strcmp (despite the fact it worked in my testing,landley2006-01-221-12/+2
* - add platform.h.aldot2006-01-222-7/+4
* - shared libbusybox.aldot2006-01-151-0/+6
* - revert last change for now..aldot2006-01-131-15/+2
* this applet needlessly big! TODO: bb_getopt_ulflags()aldot2006-01-131-1/+1
* Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Needlandley2006-01-121-14/+29
* The major:minor read from dev ends with \n, need to trim that.landley2006-01-121-1/+1
* With -a, the jump to mount_it_now can skip the initialization of f, andlandley2006-01-101-2/+5
* Both atime and diratime should switch _off_ the corresponding no* flag.landley2006-01-101-2/+2
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)vapier2006-01-041-1/+1