Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-19 | Fix misspelling. | Matt Kraai | |
2001-11-19 | New. | Matt Kraai | |
2001-11-19 | oops | Eric Andersen | |
2001-11-19 | More scrubbing | Eric Andersen | |
2001-11-19 | Call xmalloc before realloc | Eric Andersen | |
2001-11-19 | Fixup CLEANUP behavior | Eric Andersen | |
2001-11-18 | Update webpage | Eric Andersen | |
2001-11-18 | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | |
2001-11-17 | Hide some ifdefs to make it more readible | Eric Andersen | |
2001-11-17 | Minor warning cleanups | Eric Andersen | |
2001-11-17 | Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor | Eric Andersen | |
keys while editing. | |||
2001-11-17 | Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi | Eric Andersen | |
use xmalloc | |||
2001-11-17 | David Kimdon <dwhedon@instant802.com> noticed a thinko | Eric Andersen | |
in md5sum where only binary sums were verified. He also sent in this patch, -Erik | |||
2001-11-12 | Remove unnecessary errno handling. | Matt Kraai | |
2001-11-12 | New. | Matt Kraai | |
2001-11-12 | Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from | Matt Kraai | |
Steve Merrifield). | |||
2001-11-12 | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai | |
2001-11-12 | Brag. | Matt Kraai | |
2001-11-12 | Eliminate unused variable warnings. | Matt Kraai | |
2001-11-12 | Use fopen wrapper. | Matt Kraai | |
2001-11-10 | Add redhat and slackware | Eric Andersen | |
2001-11-10 | Add in Redhat | Eric Andersen | |
2001-11-10 | Some more minor build cleanups | Eric Andersen | |
2001-11-10 | Add in grep -E support | Eric Andersen | |
2001-11-10 | I forgot to add these. Part of the patch from vodz | Eric Andersen | |
2001-11-10 | Cleanup some config problems. Add a sane default config that basically | Eric Andersen | |
matches the default old Config.h | |||
2001-11-10 | Only use -mpreferred-stack-boundary with gcc versions that support it | Eric Andersen | |
2001-11-10 | Latest patch from vodz: | Eric Andersen | |
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets | |||
2001-11-10 | oops | Eric Andersen | |
2001-11-10 | Can't use RESERVE_CONFIG_BUFFER here since the allocation | Eric Andersen | |
size varies meaning BUFFERS_GO_ON_STACK will fail | |||
2001-11-10 | |2001-10-08 Rodney Brown <rbrown64@csc.com.au> | Eric Andersen | |
| | * editors/sed.c: Fix multiline [aic] commands. Make # an endline | comment for compatibility. Codespace reduction. | * tests/testcases: Cope with move to subdirectories. | * testsuite/sed/sed-aic-commands: Add. | | text data bss dec hex filename | 3772 16 0 3788 ecc editors/sed.o | 4516 16 0 4532 11b4 editors/sed.o.bu | |||
2001-11-10 | Mention that glibc-2.2 is supported | Eric Andersen | |
2001-11-10 | more config.in entries from Giulio Orsero <giulioo@pobox.com> | Eric Andersen | |
with some minor edits by me. | |||
2001-11-10 | config.in features patch from Giulio Orsero <giulioo@pobox.com> | Eric Andersen | |
with some minor edits from me | |||
2001-11-07 | Remove comments about 'make bzImage' | Eric Andersen | |
2001-11-06 | Force main to always be included | Eric Andersen | |
2001-11-05 | Fix spelling | Eric Andersen | |
2001-11-03 | Fix create list segfault | Glenn L McGrath | |
2001-11-02 | Required for od and hexdump applets | Glenn L McGrath | |
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath | |
2001-10-31 | New. | Matt Kraai | |
2001-10-31 | Remove completed task. | Matt Kraai | |
2001-10-31 | Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. | Matt Kraai | |
2001-10-31 | Make egrep only set REG_EXTENDED flag. | Matt Kraai | |
2001-10-31 | *** empty log message *** | Eric Andersen | |
2001-10-31 | Fix location of Configure.help | Eric Andersen | |
2001-10-31 | Move usage.h to include/usage.h | Eric Andersen | |
2001-10-31 | Patch from Aaron Lehmann <aaronl@vitelus.com>; | Eric Andersen | |
This diff does 2 things: 1) removes an unnecessary function. saves 64 bytes on i386 2) allows you to disable checking of mail (actually, it's now disabled by default). this would be a nice CML1 option, but for now it's a #(define|undef) in the C file like the other internal ash options. this saves an additional 352 bytes if you leave mail disabled. | |||
2001-10-31 | Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> | Eric Andersen | |
2001-10-31 | Add the run-parts applet submitted by Emanuele Aina | Eric Andersen | |
<emanuele.aina@tiscali.it> |