aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-08Begin moving things to busybox.netEric Andersen
-Erik
2001-12-08Use a local image, not an offsite one.Eric Andersen
2001-12-07New.Matt Kraai
2001-12-07Continue processing files if we are asked to touch, but not create, a fileMatt Kraai
which doesn't exist.
2001-12-07Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined.Matt Kraai
2001-12-07Fix link nameEric Andersen
2001-12-07Fix broken linkEric Andersen
2001-12-07Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai
2001-12-06Avoid NULL pointer problems. Patch from "Frank P. MacLachlan"Eric Andersen
<fpm-plutus@tgs.indyme.com>
2001-12-06Remove documentation for the --file option to hostname (noted byMatt Kraai
David Douthitt).
2001-12-06Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric 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-06Minor adjustment to the strip commandEric Andersen
2001-12-06More copyright and email addr cleanupsEric Andersen
2001-12-06Silly cosmetic problem in the commentEric Andersen
2001-12-06Patch from Steve Merrifield <steve@labyrinth.net.au> toEric Andersen
fixup the merge of the time applet, which I messed up. -Erik
2001-12-06Fix running more on files in the (broken) procfs that claim 0 lengthEric Andersen
when that isn't actually true. -Erik
2001-12-06The ash ansification diff!Aaron Lehmann
Please tell me if you notice any problems resulting from this.
2001-12-06Trying to commit Changelog and TODO. cvs is being weird :/Aaron Lehmann
2001-12-06Patch to avoid warningsAaron Lehmann
2001-12-06Commit my improvement on Rodney Brown's patch to g(un)zip, decreasingAaron Lehmann
binary size.
2001-12-05Simplify unzip(), remove unused checks and unneccessary variablesGlenn L McGrath
2001-12-05Simplify CRC table generationGlenn L McGrath
2001-12-05Fix some fegfaults and picket fenceGlenn L McGrath
2001-12-05New version to cut size. Includes optional basename() compatibility, butManuel Novoa III
enabling that would break the basename applet at least for one corner case.
2001-12-05Combined 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-05Fail gracefully if package depends on a virtual package.Glenn L McGrath
2001-11-30Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONTEric Andersen
for wierd situations when people want init to actualy stop doing anything for a while...
2001-11-30Add in a 'time' applet. Adds 4.5k.Eric Andersen
-Erik
2001-11-29gunzip was incorrectly reporting a failed crc and length (discovered byGlenn L McGrath
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, as it was eating into the crc/size field.
2001-11-27Add space before module name (noted by Ron Yorston).Matt Kraai
2001-11-21Minor space saving improvmentsGlenn L McGrath
2001-11-21When just counting chars of a file stat file instead of reading the whole ↵Glenn L McGrath
file (Fixes Debian bug #103302)
2001-11-21woops. dotn pass NULLGlenn L McGrath
2001-11-21Simplify print function, prints an extra space if no filename, but saves 4 bytesGlenn L McGrath
2001-11-21Use enums for selected functionality, Reduce the size by nearly 100 BytesGlenn L McGrath
2001-11-21Fix dangling commaEric Andersen
2001-11-20New.Matt Kraai
2001-11-20Fix undeclared variable error.Matt Kraai
2001-11-20Eliminate warning.Matt Kraai
2001-11-20New.Matt Kraai
2001-11-20Treat NUL as the end-of-line.Matt Kraai
2001-11-20More grammar fixesEric Andersen
2001-11-20grammer errorEric Andersen
2001-11-20Update the websiteEric Andersen
2001-11-20Fix email addrEric Andersen
2001-11-20S390 wierdnessEric Andersen
2001-11-20Usr get_last_path_component() name basename()Eric Andersen
2001-11-20Include time.hEric Andersen
2001-11-19Oops. doubled myselfEric Andersen