aboutsummaryrefslogtreecommitdiff
path: root/Changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "mount" now reports errors from nfsmount() and assumes NFS mountproski2000-06-061-0/+2
| | | | | | | if ':' is present in the device name - Pavel Roskin git-svn-id: svn://busybox.net/trunk/busybox@615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a bunch of stuff:andersen2000-06-061-0/+5
| | | | | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik git-svn-id: svn://busybox.net/trunk/busybox@613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "which" rewritten to use stat(). Fixes to improve its compatabilityproski2000-06-051-0/+2
| | | | | | | with traditional implementations git-svn-id: svn://busybox.net/trunk/busybox@612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patchandersen2000-06-041-0/+1
| | | | | | | | | | | - eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Regards, Pavel Roskin git-svn-id: svn://busybox.net/trunk/busybox@605 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Pavel fixed a segfault in yes.andersen2000-06-021-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@600 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note the addition of ar.andersen2000-06-021-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@596 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-021-0/+7
| | | | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik git-svn-id: svn://busybox.net/trunk/busybox@594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More stuff.andersen2000-05-311-3/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@585 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor doc fix. Added several bugs to the todo list. Fixed the way initandersen2000-05-311-0/+3
| | | | | | | | scans /etc/inittab entries so that commands can contain ":"s. -Erik git-svn-id: svn://busybox.net/trunk/busybox@584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed tar option parsing segfault, and make "tar xv" and "tar -xv"andersen2000-05-301-4/+2
| | | | | | | | both work (i.e. it works with or w/o the "-"). -Erik git-svn-id: svn://busybox.net/trunk/busybox@580 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc portability updates, add in the website (which has not beenerik2000-05-191-8/+10
| | | | | | | | archived previously). Wrote 'which' during the meeting today. -Erik git-svn-id: svn://busybox.net/trunk/busybox@558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* BusyBox shell (lash) can now be used as a standalone shell whenerik2000-05-131-0/+4
| | | | | | | | | BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace sash). Also fixed it so shell builtins now respect pipes and redirects. -Erik git-svn-id: svn://busybox.net/trunk/busybox@536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updateserik2000-05-131-8/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+5
| | | | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add suffix stripping support to basenameerik2000-05-101-5/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@529 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doc updateserik2000-05-051-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@523 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More stufferik2000-05-021-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@515 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document tr changeerik2000-05-011-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@514 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some accrued fixes/updates.erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fooerik2000-04-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@504 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix changelogerik2000-04-281-0/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@503 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix stupid bugs. update was segfaulting. mknod minor # was always 0erik2000-04-281-0/+2
| | | | | | | | due to a parsing bug. Oops. -Erik git-svn-id: svn://busybox.net/trunk/busybox@501 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several more updateserik2000-04-251-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + grep -v # yay!beppu2000-04-241-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@494 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make ps accept (and ignore) all options (--help works of course).erik2000-04-191-0/+2
| | | | | | | | tar now works with or without the leading "-" on the options. -Erik git-svn-id: svn://busybox.net/trunk/busybox@482 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Really fix the killall segfault this time.erik2000-04-181-1/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@479 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates to the docs, and fixes to sync things with the docs.erik2000-04-171-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@467 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-131-3/+3
| | | | | | | | while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-131-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This makes tar work perfectly, and adds in "--exclude" as an optionerik2000-04-091-4/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@442 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use gcc -E instead of cpp to enhance portability for brainerik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* usleep contributed by Nicolas Pitre <nico@cam.org>erik2000-04-041-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@428 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor structural change to allow core dumping(or not) from initerik2000-04-041-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* First stages of (re-)writing busybox's tar creation support.erik2000-03-261-5/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@423 69ca8d6d-28ef-0310-b511-8ec308f3f277
* My latest ramblings.erik2000-03-231-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@416 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major build system updates...erik2000-03-161-0/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@406 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some bug fixes I forgot to check-in the other day.erik2000-03-131-0/+2
| | | | | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik git-svn-id: svn://busybox.net/trunk/busybox@404 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-081-4/+6
| | | | | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik git-svn-id: svn://busybox.net/trunk/busybox@401 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bugs related to finding PIDs.erik2000-03-071-1/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@397 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Wrote killall.erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@393 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)erik2000-03-061-0/+2
| | | | | | | | would go into an infinite loop. -Erik git-svn-id: svn://busybox.net/trunk/busybox@392 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in tr and dirnameerik2000-03-051-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@389 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Wrote uptime. Doesn't use /proc. :)erik2000-03-051-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@388 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyerik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-041-0/+14
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed rebooting when init runs as /linuxrcerik2000-02-231-6/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the changelogerik2000-02-211-0/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@378 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot to add basename. More fixes to du fromerik2000-02-211-4/+4
| | | | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@375 69ca8d6d-28ef-0310-b511-8ec308f3f277