Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / util-linux /
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Mike Frysingerfix from Kolbjørn Barmen for building for m68k targets
2006-06-26 Rob LandleyUpgrade mdev to allow commands to be run on create...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-21 Rob LandleyPatch from Paul Fox to improve mount's error handling...
2006-06-21 Rob LandleyAndre (armcc2200@yahoo) patched a bug where successful...
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-13 Rob LandleyRewrite of dmesg, smaller and simpler.
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-13 Rob LandleyWork around a persistent uClibc bug, since 0.9.29 still...
2006-06-13 Rob LandleyPatch from Denis Vlasenko, tweak error messages.
2006-06-13 Rob LandleyMinor size shrinkage.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-06 Rob LandleyWhack the one last warning in make allbareconfig...
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-06-03 Bernhard Reutner... - No options should set the current system time.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-29 Rob LandleyRemove _().
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - work around bug in gcc-3.4.x on ARM
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-21 Rob LandleyConvert to a global struct, the way sed was. Now I...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-10 Rob LandleyShut up the warning "implicit declaration of strlen".
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-08 Rob LandleyShrink the code about 50 bytes, allocate less run-time...
2006-05-08 Rob LandleyMore busting on legacy mtab support in the help text.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-05 Rob LandleyMigrate endianness macros.
2006-05-05 Rob LandleyPatch from Jason Schoon to make mount -a not abort...
2006-05-03 Rob LandleyBuild break fix from Bernhard fischer, fixing fallout...
2006-04-29 Rob LandleyPatches from Denis Vlasenko to rework "current_name...
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-21 Mike FrysingerJason Schoon writes: This makes the case where LFS...
2006-04-17 Rob LandleyRobert Eggers noticed that nfsmount would sometimes...
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-05 Rob LandleyKumar spotted another bug: if we autodetect nfs and...
2006-04-04 Rob LandleyYou'd think there'd be a compiler warning for "pointles...
2006-04-03 Bernhard Reutner... - do away with useless fwd-decls, redundant bb_printf...
2006-04-01 Rob LandleyBug spotted by Kumar Gala. Hopefully this fixes it...
2006-03-31 Bernhard Reutner... - use RESERVE_CONFIG_BUFFER and a bit of whitespace...
2006-03-29 Bernhard Reutner... - shrink mkswap and make v0 support optional. Thanks...
2006-03-29 Bernhard Reutner... - shrink dmesg a bit.
2006-03-29 Rob LandleyKumar Gala tracked down a problem with NFS mounting...
2006-03-28 Rob LandleyBernhard Fischer spotted that we shouldn't free fstype...
2006-03-26 Rob LandleyRobert P Day removed some commented out code.
2006-03-24 Bernhard Reutner... - make sure that we see freeramdisk only once
2006-03-23 Mike Frysingerdont printf arguments given by user for security sanity
2006-03-21 Rob LandleyFix missing copyright and license notice.
2006-03-20 Rob LandleyRemove unneeded entries.
2006-03-20 Eric Andersenwhitespace cleanup
2006-03-20 Eric AndersenFix some obvious compile problems. Make the -f' fakeIt...
2006-03-20 Rob LandleyPatch from tito, acked by Bernhard Fischer.
2006-03-20 Rob LandleyUse lstat() instead of stat so /init being a symlink...
2006-03-18 Bernhard Reutner... - explain what magic numbers we're using here.
2006-03-18 Bernhard Reutner... - whitespace cleanup (and also check against the const...
2006-03-18 Rob LandleyMore fixes. Type "auto" should mean unspecified from...
2006-03-17 Rob LandleyBug fix: umount wasn't detaching loop devices unless...
2006-03-14 Rob LandleyMissed one.
2006-03-14 Rob LandleyThe new, new mount rewrite. (Mount double prime?)...
2006-03-14 Rob LandleyTito unified fdflush and freeramdisk. I tweaked the...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-28 "Vladimir N. Oleynik"more security: don't start shell code from argv
2006-02-25 Mike Frysingerremove duplicate license notice
2006-02-25 Mike Frysingerstrip out unneeded comments
2006-02-25 "Vladimir N. Oleynik"fdisk unmaintained now :(
2006-02-25 Rob LandleyAnother clean-up patch from Garrett.
2006-02-25 Rob LandleyMinor cleanup from Garrett Kajmowicz.
2006-02-24 Rob LandleyCleanup from Denis Vlasenko.
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-21 Rob LandleyCreate /dev/root symlink pointing to real root device...
2006-02-21 Mike Frysingeradd setarch/linux32/linux64 applet
2006-02-14 Rob LandleyFix off by one error. (I know I had a reason for doing...
2006-02-08 Rob LandleyFix umount so it works if there's no /etc/mtab or ...
2006-02-07 Mike Frysingeradd back in path nulling after calling find_dev() since...
2006-02-03 Mike Frysingercleanup style ... just because you use less spaces...
2006-02-03 Mike Frysingershrink the code a bit
2006-02-03 Mike Frysingergavinl writes in Bug 661:
2006-02-02 Mike Frysingeralphabetical order and fix mdev comments about echo...
next