Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed "rm foo" that had been broken while implementing "rm -- foo" | Pavel Roskin | 2000-06-14 | 1 | -6/+11 | |
| | ||||||
* | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | 2000-06-13 | 4 | -1/+1607 | |
| | | | | -Erik | |||||
* | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | 2000-06-07 | 1 | -7/+44 | |
| | | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||||
* | Fix 'date -u' | Eric Andersen | 2000-06-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Fixed a bunch of stuff: | Eric Andersen | 2000-06-06 | 2 | -32/+42 | |
| | | | | | | | | | | * 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 | |||||
* | Don't allow mkfifo to create files such as "--help" | Eric Andersen | 2000-06-04 | 1 | -1/+1 | |
| | | | | | | | | This patch checks if the name of FIFO to be created begins with "-" and calls usage() if it does. Regards, Pavel Roskin | |||||
* | Fix touch so it behaves itself (it could segfault in some cases). | Eric Andersen | 2000-06-02 | 2 | -27/+29 | |
| | | | | | Fix uname help info formatting. -Erik | |||||
* | This is a fix for chroot | Eric Andersen | 2000-06-02 | 1 | -8/+7 | |
| | | | | | | | | | | - Fixed error message when the command is not specified (possibly crash on libc5 systems!) - Debugging output removed - Using fatalError() whenever appropriate Regards, Pavel Roskin | |||||
* | Pavel fixed a segfault in yes. | Eric Andersen | 2000-06-02 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 3 | -8/+8 | |
| | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 3 | -19/+27 | |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | |||||
* | Some more portability updates | Erik Andersen | 2000-05-17 | 1 | -4/+4 | |
| | | | | -Erik | |||||
* | Some updates for better portability. | Erik Andersen | 2000-05-16 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | More doc updates | Erik Andersen | 2000-05-13 | 1 | -0/+1 | |
| | | | | -Erik | |||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 27 | -72/+528 | |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||||
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 5 | -18/+33 | |
| | | | | | | * 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 basename | Erik Andersen | 2000-05-10 | 1 | -5/+17 | |
| | | | | -Erik | |||||
* | More stuff | Erik Andersen | 2000-05-02 | 2 | -8/+9 | |
| | | | | -Erik | |||||
* | Due to the license change I can now use Minix code. Minix tr | Erik Andersen | 2000-05-01 | 1 | -525/+190 | |
| | | | | | | (adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates bsearch from the list of libc symbols. -Erik | |||||
* | My little adventure of analyzing lib usage has already rooted out | Erik Andersen | 2000-05-01 | 1 | -5/+5 | |
| | | | | | | | a big "P" Policy violator -- logname was using getlogin(3), which uses utmp under the hood. We don't need no stinkin' utmp (and if we are using tinylogin, it is unlikely to be useful trying). -Erik | |||||
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 2 | -2/+96 | |
| | | | | | | | | * 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 | |||||
* | Fix stupid bugs. update was segfaulting. mknod minor # was always 0 | Erik Andersen | 2000-04-28 | 1 | -1/+2 | |
| | | | | | due to a parsing bug. Oops. -Erik | |||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 5 | -17/+13 | |
| | | | | | compatability. -Erik | |||||
* | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | 2000-04-21 | 5 | -12/+24 | |
| | ||||||
* | - grep -v ^\.PHONY < Makefile | John Beppu | 2000-04-17 | 1 | -1/+4 | |
| | | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. | |||||
* | Bugfixes. | Erik Andersen | 2000-04-17 | 1 | -5/+2 | |
| | | | | -Erik | |||||
* | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen | 2000-04-17 | 5 | -17/+16 | |
| | | | | -Erik | |||||
* | + in the interest of robustness, I added | John Beppu | 2000-04-17 | 1 | -26/+6 | |
| | | | | | | | | utility.c :: cstring_alloc() utility.c :: cstring_lineFromFile() /* they're at the bottom */ so that I could read in lines of arbitrary length from FILE*s (instead of using fgets(huge_ass_buffer,...)). + I tested it out on sort, and it seems to be fine. | |||||
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 6 | -28/+57 | |
| | | | | | up with the docs. -Erik | |||||
* | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | 2000-04-13 | 5 | -144/+73 | |
| | | | | | while trying to write docs . :-) -Erik | |||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 15 | -30/+33 | |
| | | | | -Erik | |||||
* | Some more minor updates to better use some gcc attributes. | Erik Andersen | 2000-04-06 | 1 | -0/+2 | |
| | | | | -Erik | |||||
* | Oops. Forgot the usleep.c file. | Erik Andersen | 2000-04-04 | 1 | -0/+38 | |
| | | | | | /me dons a paper bag. -Erik | |||||
* | Yet another installment in the ongoing tar saga | Erik Andersen | 2000-03-28 | 1 | -3/+3 | |
| | | | | -Erik | |||||
* | The new tar for busybox is now done, and works just fine | Erik Andersen | 2000-03-24 | 3 | -18/+14 | |
| | | | | | for extracting files. Creation of tarballs is next... -Erik | |||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 4 | -16/+23 | |
| | | | | -Erik | |||||
* | Use the nice new find_real_root_device function to find the | Erik Andersen | 2000-03-22 | 1 | -5/+3 | |
| | | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | |||||
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 3 | -9/+4 | |
| | | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | |||||
* | Forgot these files... | Erik Andersen | 2000-03-16 | 2 | -0/+709 | |
| | | | | -Erik | |||||
* | + changed a static array (FileList) into a dynamically allocated one | John Beppu | 2000-03-08 | 1 | -2/+9 | |
| | | | | in an attempt to make the .bss section smaller. | |||||
* | Add in tr and dirname | Erik Andersen | 2000-03-05 | 2 | -0/+724 | |
| | | | | -Erik | |||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 6 | -69/+63 | |
| | | | | -Erik | |||||
* | Forgot to add basename. More fixes to du from | Erik Andersen | 2000-02-21 | 2 | -8/+79 | |
| | | | | | Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | |||||
* | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | 2000-02-19 | 1 | -4/+58 | |
| | | | | -Erik | |||||
* | Some updates for the day, | Erik Andersen | 2000-02-18 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | - I suspect the problem has something to do w/ symlinks. | John Beppu | 2000-02-13 | 1 | -2/+2 | |
| | | | | | | | - It's not completely in agreement w/ GNU/du, but + the answer is much closer than before. - Some of the right-shifts seem to have mysteriously disappeared. I put them back in. | |||||
* | Updates | Erik Andersen | 2000-02-11 | 4 | -17/+36 | |
| | | | | -Erik | |||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 31 | -2907/+2841 | |
| | | | | -Erik | |||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 16 | -320/+139 | |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||||
* | Clear up some ambiguity with old style assignments. | Erik Andersen | 2000-01-29 | 1 | -2/+2 | |
| | | | | -Erik |