aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* David Kimdon <dwhedon@instant802.com> noticed a thinkoandersen2001-11-171-2/+2
| | | | | | | | | in md5sum where only binary sums were verified. He also sent in this patch, -Erik git-svn-id: svn://busybox.net/trunk/busybox@3685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unnecessary errno handling.kraai2001-11-121-5/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3669 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New.kraai2001-11-121-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3668 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert strdup call to xstrdup, and calloc calls to xcalloc (patch fromkraai2001-11-121-3/+3
| | | | | | | Steve Merrifield). git-svn-id: svn://busybox.net/trunk/busybox@3667 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change strdup calls to xstrdup (patch from Steve Merrifield).kraai2001-11-129-22/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Brag.kraai2001-11-121-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3665 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate unused variable warnings.kraai2001-11-121-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3664 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use fopen wrapper.kraai2001-11-123-13/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add redhat and slackwareandersen2001-11-101-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3656 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in Redhatandersen2001-11-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3655 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more minor build cleanupsandersen2001-11-103-42/+43
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in grep -E supportandersen2001-11-101-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3653 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I forgot to add these. Part of the patch from vodzandersen2001-11-102-0/+204
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3650 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup some config problems. Add a sane default config that basicallyandersen2001-11-106-13/+307
| | | | | | | matches the default old Config.h git-svn-id: svn://busybox.net/trunk/busybox@3648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only use -mpreferred-stack-boundary with gcc versions that support itandersen2001-11-101-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3646 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest patch from vodz:andersen2001-11-1010-305/+94
| | | | | | | | | | -- 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 git-svn-id: svn://busybox.net/trunk/busybox@3645 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oopsandersen2001-11-101-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3644 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Can't use RESERVE_CONFIG_BUFFER here since the allocationandersen2001-11-101-1/+3
| | | | | | | size varies meaning BUFFERS_GO_ON_STACK will fail git-svn-id: svn://busybox.net/trunk/busybox@3643 69ca8d6d-28ef-0310-b511-8ec308f3f277
* |2001-10-08 Rodney Brown <rbrown64@csc.com.au>andersen2001-11-103-94/+243
| | | | | | | | | | | | | | | | | * 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 git-svn-id: svn://busybox.net/trunk/busybox@3642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Mention that glibc-2.2 is supportedandersen2001-11-101-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3641 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more config.in entries from Giulio Orsero <giulioo@pobox.com>andersen2001-11-103-8/+64
| | | | | | | with some minor edits by me. git-svn-id: svn://busybox.net/trunk/busybox@3640 69ca8d6d-28ef-0310-b511-8ec308f3f277
* config.in features patch from Giulio Orsero <giulioo@pobox.com>andersen2001-11-106-10/+61
| | | | | | | with some minor edits from me git-svn-id: svn://busybox.net/trunk/busybox@3639 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove comments about 'make bzImage'andersen2001-11-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3632 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Force main to always be includedandersen2001-11-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3631 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix spellingandersen2001-11-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix create list segfaultbug12001-11-031-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Required for od and hexdump appletsbug12001-11-021-0/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3626 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce od and hexdump appletsbug12001-11-028-1/+1334
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New.kraai2001-10-311-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3624 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove completed task.kraai2001-10-311-5/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3623 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.kraai2001-10-313-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3622 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make egrep only set REG_EXTENDED flag.kraai2001-10-313-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3621 69ca8d6d-28ef-0310-b511-8ec308f3f277
* *** empty log message ***andersen2001-10-311-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3620 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix location of Configure.helpandersen2001-10-311-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3619 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move usage.h to include/usage.handersen2001-10-314-1906/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Aaron Lehmann <aaronl@vitelus.com>;andersen2001-10-311-26/+24
| | | | | | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@3617 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>andersen2001-10-313-0/+549
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3616 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the run-parts applet submitted by Emanuele Ainaandersen2001-10-311-0/+294
| | | | | | | <emanuele.aina@tiscali.it> git-svn-id: svn://busybox.net/trunk/busybox@3615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup some silly prototype warningsandersen2001-10-314-13/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from ASA <llb@udm.net.ru> to that source filesandersen2001-10-311-6/+25
| | | | | | | are properly passed their arguments. git-svn-id: svn://busybox.net/trunk/busybox@3613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-318-2/+58
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-311-0/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add Gennady Feldmanandersen2001-10-311-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3610 69ca8d6d-28ef-0310-b511-8ec308f3f277
* start-stop-deamon is doneandersen2001-10-311-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3609 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Charles Steinkuehler <charles@steinkuehler.net>andersen2001-10-311-0/+1
| | | | | | | to properly handle extended regexps for egrep git-svn-id: svn://busybox.net/trunk/busybox@3608 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:andersen2001-10-311-56/+58
| | | | | | | | | | | | | | | | | | | | | - Switched to getopt argument parsing - Added -f option to get fully qualified domain name - Fixed the -s (short) and -d (domain) options, which were not doing a gethostbyname lookup to get the FQDN before trying to separate the local and domain portions of the hostname. - Fixed probem with 'agressive setting' of the hostname...the previous busybox version would try to set the hostname if called with a non-option argument, or the -F option, even if another option (like -i or -s) was given. This behavior does not match the net-tools hostname, which does not attempt to set anything if given a 'display' option, regardless of the presence/absence of the -F option or additional command line arguments. - When using a file to set the hostname, behavior now matches net-tools version...previous busybox version did not handle comments, and simply grabbed the first line from the file. git-svn-id: svn://busybox.net/trunk/busybox@3607 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from vodz:andersen2001-10-312-72/+52
| | | | | | | | I reduce 148 bytes from start_stop_daemon.c code. Also reduced memory allocated. git-svn-id: svn://busybox.net/trunk/busybox@3606 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from Giulio Orsero <giulioo@pobox.com>andersen2001-10-311-0/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3605 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fixed typosbeppu2001-10-311-8/+12
| | | | | | | - thinking about how to generate Configure.help... git-svn-id: svn://busybox.net/trunk/busybox@3604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge test suite.kraai2001-10-3073-0/+660
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3603 69ca8d6d-28ef-0310-b511-8ec308f3f277