summaryrefslogtreecommitdiff
path: root/Changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-0/+3
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Add suffix stripping support to basenameErik Andersen2000-05-101-5/+7
| | | | -Erik
* Doc updatesErik Andersen2000-05-051-0/+3
| | | | -Erik
* More stuffErik Andersen2000-05-021-1/+2
| | | | -Erik
* Document tr changeErik Andersen2000-05-011-0/+4
| | | | -Erik
* Some accrued fixes/updates.Erik Andersen2000-05-011-0/+7
| | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet
* FooErik Andersen2000-04-281-1/+1
|
* Fix changelogErik Andersen2000-04-281-0/+7
| | | | -Erik
* Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen2000-04-281-0/+2
| | | | | due to a parsing bug. Oops. -Erik
* Several more updatesErik Andersen2000-04-251-0/+4
| | | | -Erik
* + grep -v # yay!John Beppu2000-04-241-0/+4
|
* make ps accept (and ignore) all options (--help works of course).Erik Andersen2000-04-191-0/+2
| | | | | tar now works with or without the leading "-" on the options. -Erik
* Really fix the killall segfault this time.Erik Andersen2000-04-181-1/+5
| | | | -Erik
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-171-0/+1
| | | | -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-3/+3
| | | | | while trying to write docs . :-) -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen2000-04-091-4/+3
| | | | -Erik
* Use gcc -E instead of cpp to enhance portability for brainErik Andersen2000-04-061-0/+2
| | | | | | damaged platforms (i.e. OpenLinux) that do not have cpp in the default path but instead hide it under /usr/lib/... -Erik
* usleep contributed by Nicolas Pitre <nico@cam.org>Erik Andersen2000-04-041-0/+1
| | | | -Erik
* Minor structural change to allow core dumping(or not) from initErik Andersen2000-04-041-0/+2
| | | | -Erik
* First stages of (re-)writing busybox's tar creation support.Erik Andersen2000-03-261-5/+5
| | | | -Erik
* My latest ramblings.Erik Andersen2000-03-231-0/+1
| | | | -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-0/+3
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Major build system updates...Erik Andersen2000-03-161-0/+5
| | | | -Erik
* Some bug fixes I forgot to check-in the other day.Erik Andersen2000-03-131-0/+2
| | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen2000-03-081-4/+6
| | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik
* Fix bugs related to finding PIDs.Erik Andersen2000-03-071-1/+7
| | | | -Erik
* Wrote killall.Erik Andersen2000-03-071-3/+3
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)Erik Andersen2000-03-061-0/+2
| | | | | would go into an infinite loop. -Erik
* Add in tr and dirnameErik Andersen2000-03-051-0/+1
| | | | -Erik
* Wrote uptime. Doesn't use /proc. :)Erik Andersen2000-03-051-1/+1
| | | | -Erik
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-041-0/+3
| | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+14
| | | | -Erik
* Fixed rebooting when init runs as /linuxrcErik Andersen2000-02-231-6/+7
| | | | -Erik
* Update the changelogErik Andersen2000-02-211-0/+6
| | | | -Erik
* Forgot to add basename. More fixes to du fromErik Andersen2000-02-211-4/+4
| | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik
* Fixed du. Now behaves just like GNU du (only less so).Erik Andersen2000-02-191-3/+6
| | | | -Erik
* Some updates for the day,Erik Andersen2000-02-181-0/+14
| | | | -Erik
* Formatting fixErik Andersen2000-02-141-3/+3
| | | | -Erik
* UpdatesErik Andersen2000-02-111-170/+201
| | | | -Erik
* fsck_minix.c lost fat.John Beppu2000-02-111-0/+2
|
* More minor touchups.Erik Andersen2000-02-101-0/+4
| | | | -Erik
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-091-0/+2
| | | | | on reboot. Also fixed swapoff -a so it works. -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-2/+44
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* copyFile could call chmod on a symlink, changing the permsErik Andersen2000-01-271-2/+6
| | | | | of the pointed to file. Minor fix to tar for directory handling. -Erik
* Fixed ls formatting for 8 char user names.Erik Andersen2000-01-271-0/+1
| | | | -Erik
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-261-0/+5
| | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-3/+14
| | | | -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-0/+4
| | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
* Making note of my changesJohn Beppu2000-01-231-0/+2
|