aboutsummaryrefslogtreecommitdiff
path: root/Changelog
AgeCommit message (Expand)Author
2000-04-28Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen
2000-04-25Several more updatesErik Andersen
2000-04-24+ grep -v # yay!John Beppu
2000-04-19make ps accept (and ignore) all options (--help works of course).Erik Andersen
2000-04-18Really fix the killall segfault this time.Erik Andersen
2000-04-17More updates to the docs, and fixes to sync things with the docs.Erik Andersen
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-04-09This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen
2000-04-06Use gcc -E instead of cpp to enhance portability for brainErik Andersen
2000-04-04usleep contributed by Nicolas Pitre <nico@cam.org>Erik Andersen
2000-04-04Minor structural change to allow core dumping(or not) from initErik Andersen
2000-03-26First stages of (re-)writing busybox's tar creation support.Erik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen
2000-03-16Major build system updates...Erik Andersen
2000-03-13Some bug fixes I forgot to check-in the other day.Erik Andersen
2000-03-08Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplerErik Andersen
2000-03-07Fix bugs related to finding PIDs.Erik Andersen
2000-03-07Wrote killall.Erik Andersen
2000-03-06Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)Erik Andersen
2000-03-05Add in tr and dirnameErik Andersen
2000-03-05Wrote uptime. Doesn't use /proc. :)Erik Andersen
2000-03-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-23Fixed rebooting when init runs as /linuxrcErik Andersen
2000-02-21Update the changelogErik Andersen
2000-02-21Forgot to add basename. More fixes to du fromErik Andersen
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen
2000-02-18Some updates for the day,Erik Andersen
2000-02-14Formatting fixErik Andersen
2000-02-11UpdatesErik Andersen
2000-02-11fsck_minix.c lost fat.John Beppu
2000-02-10More minor touchups.Erik Andersen
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-27copyFile could call chmod on a symlink, changing the permsErik Andersen
2000-01-27Fixed ls formatting for 8 char user names.Erik Andersen
2000-01-26mount and umount could leak loop device allocations causing the system toErik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
2000-01-23 Making note of my changesJohn Beppu
2000-01-23Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen
2000-01-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
2000-01-20Tell what I didErik Andersen
2000-01-19Bug fix. grep wasn't printing file names they way it was supposed to.Erik Andersen
2000-01-16tar creation support is now optional.Erik Andersen
2000-01-15Ready for releaseErik Andersen
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13* Added -o loop option for mount, and support in umount for loopErik Andersen