Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch to avoid warnings | Aaron Lehmann | 2001-12-06 | 1 | -11/+11 | |
| | ||||||
* | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann | 2001-12-06 | 5 | -105/+104 | |
| | | | | binary size. | |||||
* | Simplify unzip(), remove unused checks and unneccessary variables | Glenn L McGrath | 2001-12-05 | 3 | -153/+81 | |
| | ||||||
* | Simplify CRC table generation | Glenn L McGrath | 2001-12-05 | 3 | -33/+15 | |
| | ||||||
* | Fix some fegfaults and picket fence | Glenn L McGrath | 2001-12-05 | 1 | -4/+4 | |
| | ||||||
* | New version to cut size. Includes optional basename() compatibility, but | Manuel Novoa III | 2001-12-05 | 1 | -36/+27 | |
| | | | | enabling that would break the basename applet at least for one corner case. | |||||
* | Combined size reduction changes by Glenn and myself. Added back in "unknown" | Manuel Novoa III | 2001-12-05 | 1 | -96/+48 | |
| | | | | for -p to match normal uname behavior (at a cost of 30-40 bytes). | |||||
* | Fail gracefully if package depends on a virtual package. | Glenn L McGrath | 2001-12-05 | 1 | -2/+6 | |
| | ||||||
* | Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT | Eric Andersen | 2001-11-30 | 1 | -0/+31 | |
| | | | | | for wierd situations when people want init to actualy stop doing anything for a while... | |||||
* | Add in a 'time' applet. Adds 4.5k. | Eric Andersen | 2001-11-30 | 4 | -0/+513 | |
| | | | | -Erik | |||||
* | gunzip was incorrectly reporting a failed crc and length (discovered by | Glenn L McGrath | 2001-11-29 | 3 | -0/+24 | |
| | | | | | Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, as it was eating into the crc/size field. | |||||
* | Add space before module name (noted by Ron Yorston). | Matt Kraai | 2001-11-27 | 1 | -1/+1 | |
| | ||||||
* | Minor space saving improvments | Glenn L McGrath | 2001-11-21 | 1 | -29/+33 | |
| | ||||||
* | When just counting chars of a file stat file instead of reading the whole ↵ | Glenn L McGrath | 2001-11-21 | 1 | -4/+8 | |
| | | | | file (Fixes Debian bug #103302) | |||||
* | woops. dotn pass NULL | Glenn L McGrath | 2001-11-21 | 1 | -1/+1 | |
| | ||||||
* | Simplify print function, prints an extra space if no filename, but saves 4 bytes | Glenn L McGrath | 2001-11-21 | 1 | -13/+10 | |
| | ||||||
* | Use enums for selected functionality, Reduce the size by nearly 100 Bytes | Glenn L McGrath | 2001-11-21 | 1 | -13/+21 | |
| | ||||||
* | Fix dangling comma | Eric Andersen | 2001-11-21 | 1 | -1/+1 | |
| | ||||||
* | New. | Matt Kraai | 2001-11-20 | 1 | -0/+3 | |
| | ||||||
* | Fix undeclared variable error. | Matt Kraai | 2001-11-20 | 1 | -1/+1 | |
| | ||||||
* | Eliminate warning. | Matt Kraai | 2001-11-20 | 1 | -1/+1 | |
| | ||||||
* | New. | Matt Kraai | 2001-11-20 | 1 | -0/+2 | |
| | ||||||
* | Treat NUL as the end-of-line. | Matt Kraai | 2001-11-20 | 1 | -1/+1 | |
| | ||||||
* | More grammar fixes | Eric Andersen | 2001-11-20 | 1 | -9/+8 | |
| | ||||||
* | grammer error | Eric Andersen | 2001-11-20 | 1 | -1/+1 | |
| | ||||||
* | Update the website | Eric Andersen | 2001-11-20 | 1 | -22/+48 | |
| | ||||||
* | Fix email addr0_60_2 | Eric Andersen | 2001-11-20 | 1 | -1/+1 | |
| | ||||||
* | S390 wierdness | Eric Andersen | 2001-11-20 | 1 | -2/+8 | |
| | ||||||
* | Usr get_last_path_component() name basename() | Eric Andersen | 2001-11-20 | 1 | -1/+2 | |
| | ||||||
* | Include time.h | Eric Andersen | 2001-11-20 | 1 | -1/+1 | |
| | ||||||
* | Oops. doubled myself | Eric Andersen | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | Note tinylogin TODO items | Eric Andersen | 2001-11-19 | 1 | -0/+2 | |
| | ||||||
* | Fix opt type in dpkg (closes: #118975). | Matt Kraai | 2001-11-19 | 2 | -1/+2 | |
| | ||||||
* | Add a check target. | Matt Kraai | 2001-11-19 | 1 | -1/+4 | |
| | ||||||
* | Update usage instructions, and document test case format. | Matt Kraai | 2001-11-19 | 1 | -3/+13 | |
| | ||||||
* | New. | Matt Kraai | 2001-11-19 | 1 | -0/+2 | |
| | ||||||
* | Fix misspelling. | Matt Kraai | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | New. | Matt Kraai | 2001-11-19 | 1 | -0/+3 | |
| | ||||||
* | oops | Eric Andersen | 2001-11-19 | 1 | -2/+2 | |
| | ||||||
* | More scrubbing | Eric Andersen | 2001-11-19 | 1 | -4/+4 | |
| | ||||||
* | Call xmalloc before realloc | Eric Andersen | 2001-11-19 | 1 | -0/+1 | |
| | ||||||
* | Fixup CLEANUP behavior | Eric Andersen | 2001-11-19 | 1 | -1/+1 | |
| | ||||||
* | Update webpage | Eric Andersen | 2001-11-18 | 1 | -0/+49 | |
| | ||||||
* | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | 2001-11-18 | 3 | -5/+44 | |
| | ||||||
* | Hide some ifdefs to make it more readible | Eric Andersen | 2001-11-17 | 1 | -24/+15 | |
| | ||||||
* | Minor warning cleanups | Eric Andersen | 2001-11-17 | 2 | -1/+4 | |
| | ||||||
* | Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor | Eric Andersen | 2001-11-17 | 1 | -4/+19 | |
| | | | | keys while editing. | |||||
* | Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi | Eric Andersen | 2001-11-17 | 1 | -6/+6 | |
| | | | | use xmalloc | |||||
* | David Kimdon <dwhedon@instant802.com> noticed a thinko | Eric Andersen | 2001-11-17 | 1 | -2/+2 | |
| | | | | | | in md5sum where only binary sums were verified. He also sent in this patch, -Erik | |||||
* | Remove unnecessary errno handling. | Matt Kraai | 2001-11-12 | 1 | -5/+0 | |
| |