aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shut up the warning "implicit declaration of strlen".landley2006-05-101-0/+1
* Fiddling with llist to make memory management easier. Specifically, thelandley2006-05-081-1/+1
* Shrink the code about 50 bytes, allocate less run-time memory, and add alandley2006-05-081-20/+19
* More busting on legacy mtab support in the help text.landley2006-05-081-1/+5
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-2/+2
* Migrate endianness macros.landley2006-05-051-6/+2
* Patch from Jason Schoon to make mount -a not abort on the first failure.landley2006-05-051-4/+6
* Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)landley2006-05-031-0/+1
* Patches from Denis Vlasenko to rework "current_name" handling and removelandley2006-04-291-126/+95
* Patch from Denis Vlasenko:landley2006-04-291-93/+74
* Patch from Denis Vlasenko:landley2006-04-291-2/+2
* Jason Schoon writes: This makes the case where LFS is not defined, but fdisk ...vapier2006-04-211-5/+1
* 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