Only remove directories when removing recursively.
[oweals/busybox.git] / busybox.def.h
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
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-09-04 Eric AndersenInitial implementation of wget, from Chip Rosenthal...
2000-09-01 Eric AndersenTurned off ls file-sorting till it can be fixed.
2000-08-31 Eric AndersenFix a spelling error
2000-08-28 Matt KraaiRemoved dead regular expression code.
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 Mark WhitleyApplied patch from Mark Ferrell <mferrell@mvista.com...
2000-08-21 Eric AndersenFix a thinko, thanks to Klaasjan <klaasjan@europe.com>
2000-08-21 Eric AndersenAdd in the "reset" command.
2000-08-19 Eric AndersenMinor fixups.
2000-08-11 Eric AndersenAdd optional ls file sorting, thanks to a patch from
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-26 Eric AndersenBetter description
2000-07-25 Eric AndersenAdd in BB_FEATURE_CLEAN_UP, which is whether to clean...
2000-07-21 Eric AndersenAdded 'renice' command, thanks to Dave Cinege <dcinege...
2000-07-20 Eric Andersen* syslogd can now log messages to a remote host --...
2000-07-18 Eric AndersenRemoved now incorrect message about NFS not working...
2000-07-17 Pavel RoskinIt is now possible to select in busybox.def.h whether...
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-07 Eric AndersenBetter description of the BB_FEATURE_USE_DEVPS_PATCH...
2000-07-07 Eric AndersenRemoved sfdisk from BusyBox. It was buggy, fat, and...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-07-03 Eric Andersensh fixes from Marius Groeger <mag@sysgo.de>
2000-06-28 John Beppu+ busybox --install [-s]
2000-06-27 John Beppu+ busybox --install [-s]
2000-06-21 Mark WhitleyAdded an implicit rule for #defining BB_FEATURE_USE_TER...
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-14 Eric AndersenIntegrate Tomi Ollila's telnet. Costs 3k. :)
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-12 Eric AndersenAdded a slightly modified version of Ron Alder's insmod...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-05 Eric AndersenMore TODO items. Fix a dependancy bug on busybox.def.h
2000-06-03 Eric AndersenTurn off debugging in the Makefile.
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 AndersenChange a description
2000-05-13 Erik AndersenMinor fixes to being a standalone shell.
2000-05-13 Erik AndersenBusyBox shell (lash) can now be used as a standalone...
2000-05-13 Erik AndersenMore doc updates
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-05 Erik AndersenAdd support for "noatime" and "nodiratime" mount flags...
2000-05-03 Erik AndersenRemove BB_FEATURE_REMOUNT (small, and should always...
2000-05-02 Erik AndersenMore stuff
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-21 Erik AndersenSome more updates and such...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-18 Erik AndersenFix creation of /linuxrc
2000-04-17 John Beppu- grep -v ^\.PHONY < Makefile
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-12 Erik AndersenSome enhancements I've been working on over the weekend,
2000-04-09 Erik AndersenMake tab completion an option
2000-04-09 Erik AndersenMore minor patches
2000-04-09 Erik AndersenThis makes tar work perfectly, and adds in "--exclude...
2000-04-04 Erik Andersenusleep contributed by Nicolas Pitre <nico@cam.org>
2000-04-04 Erik AndersenMinor structural change to allow core dumping(or not...
2000-03-26 Erik AndersenFirst stages of (re-)writing busybox's tar creation...
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-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-08 Erik AndersenFixed up lsmod so it works with my devmodules kernel...
2000-03-07 Erik AndersenFix up some #define stuff to ensure the Right Thing(tm)
2000-03-07 Erik AndersenAdd some description
2000-03-07 Erik AndersenAdd a #define to make init extra quiet on boot.
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-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenForgot cp and mv are now cp_mv
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-23 Erik AndersenSome busybox updates. You no longer _have_ to put...
2000-01-16 Erik Andersentar creation support is now optional.
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik Andersen* Added -o loop option for mount, and support in umount...
2000-01-13 Erik AndersenBug fixes.
2000-01-07 Erik AndersenInit is now even more perfect then before.
2000-01-06 Erik Anderseninittab is now perfect. The universe will now submit...
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-21 Erik AndersenSync to my local tree
next