Patch from Jason Schoon to add optional SIGUSR1 support to dd.
[oweals/busybox.git] / util-linux /
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...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-02-01 "Vladimir N. Oleynik"remode warning: const static mix
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyThere was a missing ! on strcmp (despite the fact it...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-13 Bernhard Reutner... - revert last change for now..
2006-01-13 Bernhard Reutner... this applet needlessly big! TODO: bb_getopt_ulflags()
2006-01-12 Rob LandleyFrank Sorenson added hotplug support to mdev. (I tweak...
2006-01-12 Rob LandleyThe major:minor read from dev ends with \n, need to...
2006-01-10 Rob LandleyWith -a, the jump to mount_it_now can skip the initiali...
2006-01-10 Rob LandleyBoth atime and diratime should switch _off_ the corresp...
2006-01-04 Mike Frysingeruse MAP_PRIVATE instead of MAP_SHARED for uClinux syste...
2005-12-21 Rob LandleyWhen you went "losetup -d /dev/loop0 /dev/loop1" the...
2005-12-20 Rob LandleyFix chroot, leave console alone if -c not specified...
2005-12-20 Rob LandleySome minor cleanups/bugfixes split off from the big...
2005-12-17 Rob LandleySigh. Left the debug path in. Fixed.
2005-12-17 Rob LandleyAdded /etc/mdev.conf support. Adds about 1.9k to mdev.
2005-12-15 Bernhard Reutner... - remove duplicate entry for switch_root
2005-12-13 Rob LandleyNothing to see here. Move along.
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-12-02 "Vladimir N. Oleynik"reduce signedness warning
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-28 Paul Foxadd "-C" format to hexdump
2005-11-24 "Vladimir N. Oleynik"reduce bss
2005-10-28 "Vladimir N. Oleynik"bb_opt_complementally for rdate applet. Add losed recor...
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2005-10-27 Rob LandleyAdd a switch_root utility (like kconfig's utils/run_ini...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-19 "Vladimir N. Oleynik"more const, attribute_noreturn saved 200 bytes
2005-10-15 "Vladimir N. Oleynik"data --> bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-13 Bernhard Reutner... - initialize the correct variables
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-10 "Vladimir N. Oleynik"better check usage with options, correct show problem...
2005-10-08 Rob LandleyRename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS...
2005-09-28 Mike Frysingerallow people to adjtime location
2005-09-25 Mike Frysingerwhitespace sucks
next