Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
[oweals/busybox.git] / coreutils /
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.
2000-04-28 Erik AndersenFix stupid bugs. update was segfaulting. mknod minor...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-17 John Beppu- grep -v ^\.PHONY < Makefile
2000-04-17 Erik AndersenBugfixes.
2000-04-17 Erik AndersenMore updates to the docs, and fixes to sync things...
2000-04-17 John Beppu+ in the interest of robustness, I added
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-06 Erik AndersenSome more minor updates to better use some gcc attributes.
2000-04-04 Erik AndersenOops. Forgot the usleep.c file.
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-16 Erik AndersenForgot these files...
2000-03-08 John Beppu+ changed a static array (FileList) into a dynamically...
2000-03-05 Erik AndersenAdd in tr and dirname
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-21 Erik AndersenForgot to add basename. More fixes to du from
2000-02-19 Erik AndersenFixed du. Now behaves just like GNU du (only less...
2000-02-18 Erik AndersenSome updates for the day,
2000-02-13 John Beppu- I suspect the problem has something to do w/ symlinks.
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-27 Erik AndersenFixed ls formatting for 8 char user names.
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-08 Erik AndersenFix cp and mv so 'cp foo/README bar' where foo and...
next