Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-20 | Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined. | Matt Kraai | |
2001-12-20 | Write files when extracting an archive from standard input. | Matt Kraai | |
2001-12-20 | Remove dependence on CONFIG_FEATURE_CLEAN_UP. | Matt Kraai | |
2001-12-20 | Avoid printing a trailing blank character. | Matt Kraai | |
2001-12-20 | Switch from FTP to HTTP for downloads | Eric Andersen | |
2001-12-18 | Vodz' last_patch31 | Eric Andersen | |
Very minimal last corrections: 1) busybox.c: fix warining 2) docs/: add applets for list from pwd_grp 3) usage.h: add -n option for route 4) run_parts.c: many todo fix for busybox style 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one perror_msg 6) adduser.c: fix bug "variable i not initialize" and add #ifdef CONFIG_FEATURE_SHADOWPASSWDS | |||
2001-12-18 | Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output | Eric Andersen | |
filename was not explicitly specified were segfaulting. -Erik | |||
2001-12-17 | Add in a new restart init target, triggered by SIGHUP. Patch from | Eric Andersen | |
Russ Dill, with adjustments by me. -Erik | |||
2001-12-17 | Make cp and mv optionally preserve hard links. | Matt Kraai | |
2001-12-16 | * Add ^L clear to shell | Eric Andersen | |
2001-12-16 | Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> | Eric Andersen | |
2001-12-16 | Add a more verbose non-strip command. | Eric Andersen | |
2001-12-14 | Add support for big-endian ARM (initial patch by Mike Voytovich). | Matt Kraai | |
2001-12-12 | Update uClibc URL. | Matt Kraai | |
2001-12-11 | Open the source before creating the destination. | Matt Kraai | |
2001-12-11 | Use an int to hold the result of fgetc (bug noted by David Kimdon). | Matt Kraai | |
2001-12-08 | And a bit more | Eric Andersen | |
2001-12-08 | More polish | Eric Andersen | |
2001-12-08 | Oops | Eric Andersen | |
2001-12-08 | Add in cvs info | Eric Andersen | |
2001-12-08 | Begin moving things to busybox.net | Eric Andersen | |
-Erik | |||
2001-12-08 | Use a local image, not an offsite one. | Eric Andersen | |
2001-12-07 | New. | Matt Kraai | |
2001-12-07 | Continue processing files if we are asked to touch, but not create, a file | Matt Kraai | |
which doesn't exist. | |||
2001-12-07 | Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined. | Matt Kraai | |
2001-12-07 | Fix link name | Eric Andersen | |
2001-12-07 | Fix broken link | Eric Andersen | |
2001-12-07 | Update copyright and close file descriptors (noted by Axel Kittenberger). | Matt Kraai | |
2001-12-06 | Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" | Eric Andersen | |
<fpm-plutus@tgs.indyme.com> | |||
2001-12-06 | Remove documentation for the --file option to hostname (noted by | Matt Kraai | |
David Douthitt). | |||
2001-12-06 | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | |
2001-12-06 | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen | |
that into a pid_t, which is unsigned on a number archs. Furthermore, find_pid_by_name() would _never_ return an error if the intended proces was "init", but instead would return 1, meaning we would fail to work on 2.4.x kernels running an initrd... -Erik | |||
2001-12-06 | Minor adjustment to the strip command | Eric Andersen | |
2001-12-06 | More copyright and email addr cleanups | Eric Andersen | |
2001-12-06 | Silly cosmetic problem in the comment | Eric Andersen | |
2001-12-06 | Patch from Steve Merrifield <steve@labyrinth.net.au> to | Eric Andersen | |
fixup the merge of the time applet, which I messed up. -Erik | |||
2001-12-06 | Fix running more on files in the (broken) procfs that claim 0 length | Eric Andersen | |
when that isn't actually true. -Erik | |||
2001-12-06 | The ash ansification diff! | Aaron Lehmann | |
Please tell me if you notice any problems resulting from this. | |||
2001-12-06 | Trying to commit Changelog and TODO. cvs is being weird :/ | Aaron Lehmann | |
2001-12-06 | Patch to avoid warnings | Aaron Lehmann | |
2001-12-06 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann | |
binary size. | |||
2001-12-05 | Simplify unzip(), remove unused checks and unneccessary variables | Glenn L McGrath | |
2001-12-05 | Simplify CRC table generation | Glenn L McGrath | |
2001-12-05 | Fix some fegfaults and picket fence | Glenn L McGrath | |
2001-12-05 | New version to cut size. Includes optional basename() compatibility, but | Manuel Novoa III | |
enabling that would break the basename applet at least for one corner case. | |||
2001-12-05 | Combined size reduction changes by Glenn and myself. Added back in "unknown" | Manuel Novoa III | |
for -p to match normal uname behavior (at a cost of 30-40 bytes). | |||
2001-12-05 | Fail gracefully if package depends on a virtual package. | Glenn L McGrath | |
2001-11-30 | Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT | Eric Andersen | |
for wierd situations when people want init to actualy stop doing anything for a while... | |||
2001-11-30 | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | |
-Erik | |||
2001-11-29 | gunzip was incorrectly reporting a failed crc and length (discovered by | Glenn L McGrath | |
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, as it was eating into the crc/size field. |