aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Robert Eggers noticed that nfsmount would sometimes incorrectly return success.landley2006-04-171-6/+2
* use memmove() instead of bcopy()vapier2006-04-161-6/+6
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-19/+19
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-132-4/+4
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-123-24/+7
* Kumar spotted another bug: if we autodetect nfs and they haven't specified thelandley2006-04-051-0/+1
* You'd think there'd be a compiler warning for "pointless if", wouldn't you?landley2006-04-041-3/+3
* - do away with useless fwd-decls, redundant bb_printf calls, silence warningaldot2006-04-031-220/+204
* Bug spotted by Kumar Gala. Hopefully this fixes it...landley2006-04-011-2/+3
* - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:aldot2006-03-311-21/+10
* - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.aldot2006-03-292-79/+83
* - shrink dmesg a bit.aldot2006-03-291-41/+22
* Kumar Gala tracked down a problem with NFS mounting. This is a different fixlandley2006-03-291-21/+19
* Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocatelandley2006-03-281-1/+0
* Robert P Day removed some commented out code.landley2006-03-261-14/+0
* - make sure that we see freeramdisk only oncealdot2006-03-241-0/+2
* dont printf arguments given by user for security sanityvapier2006-03-231-1/+1
* Fix missing copyright and license notice.landley2006-03-211-0/+6
* Remove unneeded entries.landley2006-03-201-10/+0
* whitespace cleanupandersen2006-03-201-29/+29
* Fix some obvious compile problems. Make the -f' fakeIt option actually work.andersen2006-03-201-1/+6
* 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