summaryrefslogtreecommitdiff
path: root/Changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Some changelog updates.Eric Andersen2000-07-111-1/+4
| | | | -Erik
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen2000-07-111-0/+3
| | | | | loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-101-0/+1
| | | | -Erik
* Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tEric Andersen2000-07-071-0/+4
| | | | | | maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik
* Recognize Matt's poweroff fix.Eric Andersen2000-07-071-3/+6
| | | | -Erik
* * Fixed tar creation support when reading from stdin ('tar -cf - . ')Eric Andersen2000-07-061-0/+2
| | | | | thanks to Daniel Quinlan <quinlan@transmeta.com> -Erik
* Fixed backspace and delete so they work properly again -- brokenEric Andersen2000-07-061-0/+3
| | | | | since 0.44. -Erik
* Comment on kill.c change.Eric Andersen2000-07-061-0/+3
| | | | -Erik
* * Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen2000-07-051-0/+3
| | | | | | | escape seq. code from tr and echo into utility.c. Fix thanks to Matt Kraai <kraai@alumni.carnegiemellon.edu>. * This should close Bug #1015. Please test. -Erik
* A first pass at integrating the SGML docs into the Makefile.Eric Andersen2000-07-041-3/+10
| | | | | | A first pass a cleaning up the current SGML (lots more cleanup is needed though). -Erik
* Added support for ignoring '-g' per GNU ls, thanks to David VrabelEric Andersen2000-07-031-0/+2
| | | | | | <dvrabel@arcom.co.uk>. Seems some ftp clients expect the '-g' option to exist. -Erik
* Added support for being a login shell, so things like '-su' or '-sh' (stuffEric Andersen2000-06-291-0/+3
| | | | | | where argv[0][0]=='-') will now always invoke the shell. Now you can use BusyBox as a login shell. -Erik
* * Fixed a _horrible_ bug where 'tar -tvf' could unlinkEric Andersen2000-06-281-1/+5
| | | | | | | | local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> * Added support for "sh -c command args...", also thanks to Marius Groeger <mgroeger@sysgo.de> -Erik
* Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.Eric Andersen2000-06-261-0/+2
| | | | | Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik
* * Fixed insmod module option parsing for options lacking an '='.Eric Andersen2000-06-261-0/+2
| | | | | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> -Erik
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-0/+10
| | | | | /proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik
* Fix version #Eric Andersen2000-06-221-1/+1
| | | | -Erik
* Bump version number to 0.45Eric Andersen2000-06-211-1/+8
| | | | -Erik
* More doc updates.Eric Andersen2000-06-211-4/+5
| | | | -Erik
* + added dc (aka the function formerly known as math)John Beppu2000-06-211-0/+2
| | | | + did all the housekeeping that this change requires.
* Updated e-mail address of Pavel Roskin to proski@gnu.orgPavel Roskin2000-06-201-6/+6
|
* Mention libc support, Pavel's rm fix is already merged.Eric Andersen2000-06-191-0/+1
| | | | -Erik
* ln: fixed command line parser. Added support for "--"Pavel Roskin2000-06-151-1/+2
|
* Integrate Tomi Ollila's telnet. Costs 3k. :)Eric Andersen2000-06-141-0/+2
| | | | -Erik
* Fixed "rm foo" that had been broken while implementing "rm -- foo"Pavel Roskin2000-06-141-1/+1
|
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-131-0/+2
| | | | -Erik
* Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>Eric Andersen2000-06-131-0/+1
| | | | | | | | where you used to see: ./grep -q -i B some_file B: No such file or directory This is now fixed. -Erik
* Give beppu credit for fixing grep "Line too long" bug.Eric Andersen2000-06-131-0/+1
| | | | -Erik
* Added a slightly modified version of Ron Alder's insmod patch.Eric Andersen2000-06-121-2/+7
| | | | | Very cool stuff. -Erik
* + updated docs to reflect math's filter capabilities.John Beppu2000-06-121-0/+1
|
* * Fixed a small bug that could cause tar to emit warning messagesEric Andersen2000-06-091-0/+4
| | | | | | | and not extract the first file in a directory in some cases of nested directories. Thanks to Kevin Traas <kevin@netmaster.com> for helping track this one down. -Erik
* Formatting change.Eric Andersen2000-06-081-1/+1
| | | | -Erik
* Syslogd will not go to background if "-n" is given. Better helpPavel Roskin2000-06-071-0/+2
| | | | and argument checking
* Implemented "ping -s", fixed error messages and argument parsingPavel Roskin2000-06-071-0/+2
|
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen2000-06-071-0/+3
| | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik
* Fixed exit status for killallPavel Roskin2000-06-061-0/+1
|
* "mount" now reports errors from nfsmount() and assumes NFS mountPavel Roskin2000-06-061-0/+2
| | | | if ':' is present in the device name - Pavel Roskin
* Fixed a bunch of stuff:Eric 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
* "which" rewritten to use stat(). Fixes to improve its compatabilityPavel Roskin2000-06-051-0/+2
| | | | with traditional implementations
* This patchEric Andersen2000-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
* Pavel fixed a segfault in yes.Eric Andersen2000-06-021-0/+1
| | | | -Erik
* Note the addition of ar.Eric Andersen2000-06-021-0/+2
| | | | -Erik
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-0/+7
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* More stuff.Eric Andersen2000-05-311-3/+5
| | | | -Erik
* Minor doc fix. Added several bugs to the todo list. Fixed the way initEric Andersen2000-05-311-0/+3
| | | | | scans /etc/inittab entries so that commands can contain ":"s. -Erik
* Fixed tar option parsing segfault, and make "tar xv" and "tar -xv"Eric Andersen2000-05-301-4/+2
| | | | | both work (i.e. it works with or w/o the "-"). -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-8/+10
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* BusyBox shell (lash) can now be used as a standalone shell whenErik Andersen2000-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
* More doc updatesErik Andersen2000-05-131-8/+8
| | | | -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+5
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik