Static-ify a variable. make du work with all the human-readable variants
[oweals/busybox.git] / coreutils /
2000-09-27 Matt KraaiContinue concatenating files even if we can't open...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-27 Matt KraaiRewrote uniq to be less than a third of the size, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-22 Matt KraaiStart the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 Matt KraaiAdd support for the -L option to ls.
2000-09-21 Eric AndersenHandle 'cat -'
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-20 Matt KraaiOnly remove directories when removing recursively.
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
2000-09-13 Glenn L McGrathFix looping bug, use fullRead
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathdd now truncates files at the end its write, this can...
2000-09-10 Glenn L McGrathRemove some debugging code
2000-09-10 Glenn L McGrathUsing seek=? used to cause part of the original file...
2000-09-10 Glenn L McGrathMy previous attempt to make dd use fullRead, fullWrite...
2000-09-07 Eric AndersenNew ls sorting patch, as written by Sterling Huxley...
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...
2000-08-28 Matt KraaiRewritten by mistake.
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-08-22 Pavel RoskinFixed a warning about a label not being used
2000-08-22 Pavel RoskinFixed misuse of type "char"
2000-08-11 Eric AndersenAdd optional ls file sorting, thanks to a patch from
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenCleaner way to handle -NUM and +NUM, reduces the mem...
2000-08-02 Mark WhitleyMinor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
2000-08-02 Mark WhitleyBrand, new version of cut. This fixes the bugs in the...
2000-08-02 Eric AndersenUpdate to the tail rewrite by "Allen Soard" <esp-softwa...
2000-07-31 Eric AndersenCommit the rewrite of tail by Allen Soard
2000-07-28 Pavel RoskinFixed to pass -Wundef
2000-07-28 Eric AndersenFix for a potential uninitialized variable, thx to
2000-07-28 Eric AndersenSome cleanups, based on a patch from Ken Chalmers
2000-07-26 Mark WhitleyFixed a syntax error & superfluous param decl that...
2000-07-26 Eric AndersenFix some bitrot.
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-24 Pavel Roskinchroot can now call the builtin shell
2000-07-20 Mark WhitleyConverted option parsing to using getopt(). Also manage...
2000-07-20 Mark WhitleyWhoops. Forgot to #include <getopt.h>.
2000-07-19 Mark WhitleyConverted option parsing to getopt() and made some...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-07-19 Eric AndersenUse FatalError()
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
2000-07-17 Pavel RoskinThe result of getopt() is "int" and should be treated...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Eric AndersenGetopt'ed by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Eric AndersenGetopt'rd by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiFix argument parsing.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-13 Eric AndersenFix uninitialized variable.
2000-07-13 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>
2000-07-13 Matt KraaiCorrect argument parsing and other minor cleanups.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-11 Eric AndersenRe-enable ln -n in the help.
2000-07-11 Eric AndersenAnother patch from Matt Kraai <kraai@alumni.carnegiemel...
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenRemove unused variable.
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-10 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric AndersenRemove MAXNAMLEN and use BUFSIZ instead.
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-07-03 Eric AndersenAdded support for ignoring '-g' per GNU ls, thanks...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-22 Eric AndersenPavel Roskin <proski@gnu.org> just found a nasty memory
2000-06-21 Eric AndersenDocument 'ln --'
2000-06-19 Eric Andersenprintf now compiles cleanly under both libc5 and libc6.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-18 Pavel RoskinCheck for 3 and more arguments was incorrect
2000-06-15 Pavel Roskinln: fixed command line parser. Added support for "--"
2000-06-14 Pavel RoskinFixed "rm foo" that had been broken while implementing...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Eric AndersenFix 'date -u'
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-06-04 Eric AndersenDon't allow mkfifo to create files such as "--help"
2000-06-02 Eric AndersenFix touch so it behaves itself (it could segfault in...
2000-06-02 Eric AndersenThis is a fix for chroot
2000-06-02 Eric AndersenPavel fixed a segfault in yes.
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-17 Erik AndersenSome more portability updates
2000-05-16 Erik AndersenSome updates for better portability.
2000-05-13 Erik AndersenMore doc updates
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-10 Erik AndersenAdd suffix stripping support to basename
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenDue to the license change I can now use Minix code...
2000-05-01 Erik AndersenMy little adventure of analyzing lib usage has already...
2000-05-01 Erik AndersenSome accrued fixes/updates.
next