Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update how we detect if libc5 is in use. | Eric Andersen | 2001-04-09 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | 2001-02-27 | 1 | -9/+0 |
| | | | | checking for some my_* functions to utility.c | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -4/+4 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -5/+1 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -3/+3 |
| | |||||
* | Patch from Vladimir N. Oleynik to simplify how it decides which | Eric Andersen | 2001-01-31 | 1 | -3/+3 |
| | | | | app was invoked. This removes several strcmp calls. | ||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
| | | | | | a release. Update the website with release details. -Erik | ||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+3 |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | ||||
* | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 2001-01-27 | 1 | -2/+0 |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | ||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -6/+6 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -2/+2 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix an option parsing bug where things like | Eric Andersen | 2000-08-22 | 1 | -6/+9 |
| | | | | | | chmod -r /tmp/file wholdn't work (since it thought -r was an option). Doh! -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -23/+0 |
| | |||||
* | uid and gid were unsigned, but were compared vs signed values (-1) | Eric Andersen | 2000-07-14 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
| | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -5/+4 |
| | |||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -10/+8 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+2 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | 2000-06-13 | 1 | -1/+2 |
| | | | | -Erik | ||||
* | Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too | Mark Whitley | 2000-06-06 | 1 | -9/+13 |
| | | | | few arguments". | ||||
* | Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are still | Mark Whitley | 2000-06-06 | 1 | -1/+1 |
| | | | | having problems... | ||||
* | Some more portability updates | Erik Andersen | 2000-05-17 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | 2000-04-21 | 1 | -12/+18 |
| | |||||
* | Fix symlink following bug in chmod -R and friends. Allow SYSV style | Erik Andersen | 2000-04-18 | 1 | -2/+4 |
| | | | | | | | 'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Yet another installment in the ongoing tar saga | Erik Andersen | 2000-03-28 | 1 | -4/+3 |
| | | | | -Erik | ||||
* | Wrote killall. | Erik Andersen | 2000-03-07 | 1 | -4/+2 |
| | | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -0/+8 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -16/+9 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -110/+128 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -9/+20 |
| | | | | | | 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 | -4/+4 |
| | | | | -Erik | ||||
* | put #if's around the lchown, because | John Beppu | 2000-01-24 | 1 | -1/+7 |
| | | | | older glibc versions don't have it. | ||||
* | Went ahead and fixed bug #301 (chown not working on symlinks) | John Beppu | 2000-01-23 | 1 | -1/+1 |
| | | | | | | | in fileAction(), I changed the chown() to lchown(); Hopefully, that doesn't break anything. (I don't think it does). nested ?:?:?: madness in chmod_chown_chgrp.c | ||||
* | Latest and greatest0_36 | Eric Andersen | 1999-11-18 | 1 | -8/+8 |
| | |||||
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -12/+12 |
| | | | | -Erik | ||||
* | Removed cruft | Eric Andersen | 1999-10-22 | 1 | -1/+1 |
| | |||||
* | Make mkdir -m work | Eric Andersen | 1999-10-22 | 1 | -1/+1 |
| | |||||
* | Fixed up copyright notices and such | Eric Andersen | 1999-10-20 | 1 | -2/+4 |
| | |||||
* | Made ps work. Fixed some stuff. | Eric Andersen | 1999-10-20 | 1 | -50/+0 |
| | |||||
* | Fixed chmod and friends. | Eric Andersen | 1999-10-20 | 1 | -188/+77 |
| | |||||
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -0/+168 |
| | |||||
* | More stuff | Eric Andersen | 1999-10-19 | 1 | -1/+1 |
| | |||||
* | More fixes | Eric Andersen | 1999-10-18 | 1 | -1/+1 |
| | |||||
* | Some fixes and such | Eric Andersen | 1999-10-17 | 1 | -13/+10 |
| | |||||
* | More stuff | Eric Andersen | 1999-10-13 | 1 | -112/+8 |
| | |||||
* | Combined stuff | Eric Andersen | 1999-10-13 | 1 | -0/+253 |