- 356b6db Patch from Steve Merrifield <steve@labyrinth.net.au> to by Eric Andersen · 23 years ago
- 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
- b6ecbdc The ash ansification diff! by Aaron Lehmann · 23 years ago
- ebd8065 Trying to commit Changelog and TODO. cvs is being weird :/ by Aaron Lehmann · 23 years ago
- 2dd2d7a Patch to avoid warnings by Aaron Lehmann · 23 years ago
- b9df470 Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing by Aaron Lehmann · 23 years ago
- 249f39a Simplify unzip(), remove unused checks and unneccessary variables by Glenn L McGrath · 23 years ago
- ef03dbc Simplify CRC table generation by Glenn L McGrath · 23 years ago
- aad44fb Fix some fegfaults and picket fence by Glenn L McGrath · 23 years ago
- 3280f9a New version to cut size. Includes optional basename() compatibility, but by Manuel Novoa III · 23 years ago
- 6509f92 Combined size reduction changes by Glenn and myself. Added back in "unknown" by Manuel Novoa III · 23 years ago
- 1dbbd2f Fail gracefully if package depends on a virtual package. by Glenn L McGrath · 23 years ago
- ed8a9be Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT by Eric Andersen · 23 years ago
- c365742 Add in a 'time' applet. Adds 4.5k. -Erik by Eric Andersen · 23 years ago
- 38288bb gunzip was incorrectly reporting a failed crc and length (discovered by by Glenn L McGrath · 23 years ago
- 8a35c9a Add space before module name (noted by Ron Yorston). by Matt Kraai · 23 years ago
- 9e6c9f7 Minor space saving improvments by Glenn L McGrath · 23 years ago
- 74afa9a When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302) by Glenn L McGrath · 23 years ago
- c29ab97 woops. dotn pass NULL by Glenn L McGrath · 23 years ago
- 1477ad8 Simplify print function, prints an extra space if no filename, but saves 4 bytes by Glenn L McGrath · 23 years ago
- 02d090d Use enums for selected functionality, Reduce the size by nearly 100 Bytes by Glenn L McGrath · 23 years ago
- 2480e3a Fix dangling comma by Eric Andersen · 23 years ago
- 1dbd6ff New. by Matt Kraai · 23 years ago
- 585f657 Fix undeclared variable error. by Matt Kraai · 23 years ago
- 0c390a7 Eliminate warning. by Matt Kraai · 23 years ago
- fd3f1be New. by Matt Kraai · 23 years ago
- 355a61b Treat NUL as the end-of-line. by Matt Kraai · 23 years ago
- 66c2205 More grammar fixes by Eric Andersen · 23 years ago
- dbdc0d5 grammer error by Eric Andersen · 23 years ago
- 4d7f9c3 Update the website by Eric Andersen · 23 years ago
- 4b8a1e8 Fix email addr by Eric Andersen · 23 years ago 0_60_2
- f435a91 S390 wierdness by Eric Andersen · 23 years ago
- 81ee96f Usr get_last_path_component() name basename() by Eric Andersen · 23 years ago
- c366421 Include time.h by Eric Andersen · 23 years ago
- edc6e02 Oops. doubled myself by Eric Andersen · 23 years ago
- 372f126 Note tinylogin TODO items by Eric Andersen · 23 years ago
- efd7f03 Fix opt type in dpkg (closes: #118975). by Matt Kraai · 23 years ago
- 4e05da8 Add a check target. by Matt Kraai · 23 years ago
- 36c613a Update usage instructions, and document test case format. by Matt Kraai · 23 years ago
- 9dfe508 New. by Matt Kraai · 23 years ago
- c2d6ca0 Fix misspelling. by Matt Kraai · 23 years ago
- 03bb308 New. by Matt Kraai · 23 years ago
- 6f8b7ea oops by Eric Andersen · 23 years ago
- 55805bc More scrubbing by Eric Andersen · 23 years ago
- d81891a Call xmalloc before realloc by Eric Andersen · 23 years ago
- 43626d7 Fixup CLEANUP behavior by Eric Andersen · 23 years ago
- cc05ce6 Update webpage by Eric Andersen · 23 years ago
- fff11f1 bzcat and bunzip -c support from Thomas Lundquist by Glenn L McGrath · 23 years ago
- fedce06 Hide some ifdefs to make it more readible by Eric Andersen · 23 years ago
- 9c6b5fc Minor warning cleanups by Eric Andersen · 23 years ago
- bff7a60 Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor by Eric Andersen · 23 years ago
- 80f5ac7 Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi use xmalloc by Eric Andersen · 23 years ago
- 26f8e95 David Kimdon <dwhedon@instant802.com> noticed a thinko by Eric Andersen · 23 years ago
- 5c2bbb5 Remove unnecessary errno handling. by Matt Kraai · 23 years ago
- 6c5fdfa New. by Matt Kraai · 23 years ago
- a21c24b Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from by Matt Kraai · 23 years ago
- c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
- 357cfc7 Brag. by Matt Kraai · 23 years ago
- 9fb38f6 Eliminate unused variable warnings. by Matt Kraai · 23 years ago
- a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
- c5f9a9d Add redhat and slackware by Eric Andersen · 23 years ago
- 31ac3b7 Add in Redhat by Eric Andersen · 23 years ago
- 45784fe Some more minor build cleanups by Eric Andersen · 23 years ago
- dba4e6f Add in grep -E support by Eric Andersen · 23 years ago
- c223ced I forgot to add these. Part of the patch from vodz by Eric Andersen · 23 years ago
- 282671b Cleanup some config problems. Add a sane default config that basically by Eric Andersen · 23 years ago
- 30fcef4 Only use -mpreferred-stack-boundary with gcc versions that support it by Eric Andersen · 23 years ago
- cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
- 94f19a8 oops by Eric Andersen · 23 years ago
- 744a194 Can't use RESERVE_CONFIG_BUFFER here since the allocation by Eric Andersen · 23 years ago
- c52a6b0 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> by Eric Andersen · 23 years ago
- e5d58c3 Mention that glibc-2.2 is supported by Eric Andersen · 23 years ago
- 882cbcd more config.in entries from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- df23302 Remove comments about 'make bzImage' by Eric Andersen · 23 years ago
- 5abdaa9 Force main to always be included by Eric Andersen · 23 years ago
- 3c513e3 Fix spelling by Eric Andersen · 23 years ago
- 0a25b35 Fix create list segfault by Glenn L McGrath · 23 years ago
- 55b2ded Required for od and hexdump applets by Glenn L McGrath · 23 years ago
- 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
- b89637a New. by Matt Kraai · 23 years ago
- 5447f17 Remove completed task. by Matt Kraai · 23 years ago
- f419855 Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. by Matt Kraai · 23 years ago
- bb0088e Make egrep only set REG_EXTENDED flag. by Matt Kraai · 23 years ago
- 8fc0589 *** empty log message *** by Eric Andersen · 23 years ago
- f46999f Fix location of Configure.help by Eric Andersen · 23 years ago
- 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
- ec07469 Patch from Aaron Lehmann <aaronl@vitelus.com>; by Eric Andersen · 23 years ago
- 31a0ece Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> by Eric Andersen · 23 years ago
- 7d68290 Add the run-parts applet submitted by Emanuele Aina <emanuele.aina@tiscali.it> by Eric Andersen · 23 years ago
- eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
- 69a20f0 Patch from ASA <llb@udm.net.ru> to that source files by Eric Andersen · 23 years ago
- 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
- 2bc4dec Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
- a58f040 Add Gennady Feldman by Eric Andersen · 23 years ago
- 85dd4b3 start-stop-deamon is done by Eric Andersen · 23 years ago
- ccd96f1 Patch from Charles Steinkuehler <charles@steinkuehler.net> by Eric Andersen · 23 years ago
- 3d61b10 Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: by Eric Andersen · 23 years ago
- 950d8b4 patch from vodz: by Eric Andersen · 23 years ago
- 2c669dd patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago