It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / applets / busybox.c
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Matt KraaiCreate find_applet_by_name function. Save 32 bytes.
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix some formatting
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-15 Matt KraaiRewrite argv munger.
2000-12-09 Eric AndersenForget to set final argv entry to NULL, breaking sh...
2000-12-08 Eric Andersenwhen invoked as 'busybox foo args' remove the "busybox"
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-11-30 Eric AndersenPatch from Larry Doolittle (with minor touchups from...
2000-11-17 Eric AndersenFix up builtin overrides, and hack in the binary search...
2000-10-25 Matt KraaiRestore --help handling I mistakenly removed.
2000-10-25 Matt KraaiAvoid reinventing the wheel (and thus save some space).
2000-10-25 Mark WhitleyApplied patch from Gaute B Strokkenes <gs234@cam.ac...
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-10-09 Mark WhitleyAdded cmp and readlink applets from Matt Kraai.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenFix from Matt Kraai for the to the "busybox --install...
2000-09-22 Eric AndersenAdd in xargs
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...
2000-09-04 Eric AndersenInitial implementation of wget, from Chip Rosenthal...
2000-09-01 Eric AndersenFix compile when BB_FEATURE_LINUXRC is defined
2000-08-21 Eric AndersenAdded the 'rdate' command, thanks to Sterling Huxley...
2000-08-21 Eric AndersenAdded getopt(1) from "Alfred M. Szmidt" <ams@trillian...
2000-08-21 Eric AndersenAdd in the "reset" command.
2000-08-19 Eric AndersenMinor fixups.
2000-08-10 Eric AndersenSome #include updates.
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
2000-07-25 Eric AndersenRemove some noise.
2000-07-21 Eric AndersenAdded 'renice' command, thanks to Dave Cinege <dcinege...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Eric AndersenFunny. Head was getting installed to the wrong spot.
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-14 Eric AndersenBe more pedantic aboutthe terminating null applet.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiThe applet name isn't constant.
2000-07-11 Matt KraaiAdded applet_name to contain the applet name.
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-07 Eric AndersenRemoved sfdisk from BusyBox. It was buggy, fat, and...
2000-07-06 Eric AndersenRemove leftovers of block_device, which disapperared...
2000-06-29 Eric AndersenAdded support for being a login shell, so things like...
2000-06-28 John Beppu= minor formatting issues
2000-06-28 John Beppu+ busybox --install [-s]
2000-06-27 John Beppu+ s/int install_links/static int install_links/
2000-06-27 John Beppu+ littering my code w/ comments about what troubles me.
2000-06-27 John Beppu+ busybox --install [-s]
2000-06-21 Pavel RoskinRemoved all vestiges of "math"
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
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-13 Erik AndersenBusyBox shell (lash) can now be used as a standalone...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-25 Erik AndersenSeveral more updates
2000-04-18 Erik AndersenFix creation of /linuxrc
2000-04-18 Erik AndersenUpdates
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 John Beppu- the message that comes up when busybox is invoked
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-05 Erik AndersenTar now works perfectly. It behaves much better now...
2000-04-04 Erik Andersenusleep contributed by Nicolas Pitre <nico@cam.org>
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-17 Erik AndersenSeveral fixes.
2000-03-16 Erik AndersenMajor build system updates...
2000-03-12 Erik AndersenFirst pass at writing a shell for busybox.
2000-03-07 Erik AndersenWrote killall.
2000-03-05 Erik AndersenAdd in tr and dirname
2000-03-05 Erik AndersenWrote uptime. Doesn't use /proc. :)
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-22 Erik AndersenSync up a few things. Add in a new telnet implementati...
2000-02-18 Erik AndersenSome updates for the day,
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 John Beppu nslookup -- a work in progress...
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-06 John Beppui am busybox of borg. unix will be assimilated.
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik AndersenAdd the beginings of some regression testing. Add...
1999-12-22 John Beppu added hooks for sort
1999-12-17 Erik AndersenMinor fixes to rmmod. First pass at insmod (not yet...
1999-12-16 Erik AndersenWrote rmmod for busybox.
1999-12-16 Erik AndersenFix bugs in logger and syslogd. Add fbset.
1999-12-15 Erik AndersenAdded lsmod
1999-12-11 Eric AndersenOk, so this is reallt 0.38...
1999-12-10 Eric AndersenAdded poweroff (and adjusted init to use it). Inlined...
1999-12-10 John Beppu Implemented head(1).
1999-12-10 John Beppu Implemented tee(1).
1999-12-09 John Beppu Modified to include du
1999-12-08 Eric AndersenLatest and greatest
1999-12-07 Eric AndersenStuf
next