Eric Andersen 8fc05897779 *** empty log message *** 31 Oct 2001 Eric Andersen f46999f8bc4 Fix location of Configure.help 31 Oct 2001 Eric Andersen 1552ff7efb7 Move usage.h to include/usage.h 31 Oct 2001 Eric Andersen ec07469a3ef Patch from Aaron Lehmann <aaronl@vitelus.com>; 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. 31 Oct 2001 Eric Andersen 31a0ece3a71 Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> 31 Oct 2001 Eric Andersen 7d6829096d6 Add the run-parts applet submitted by Emanuele Aina <emanuele.aina@tiscali.it> 31 Oct 2001 Eric Andersen eaecbf33f70 Fixup some silly prototype warnings 31 Oct 2001 Eric Andersen 69a20f0aca1 Patch from ASA <llb@udm.net.ru> to that source files are properly passed their arguments. 31 Oct 2001 Eric Andersen 6cf47a79acf Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> 31 Oct 2001 Eric Andersen 2bc4dec7a15 Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it> 31 Oct 2001 Eric Andersen a58f040a374 Add Gennady Feldman 31 Oct 2001 Eric Andersen 85dd4b3b272 start-stop-deamon is done 31 Oct 2001 Eric Andersen ccd96f1972b Patch from Charles Steinkuehler <charles@steinkuehler.net> to properly handle extended regexps for egrep 31 Oct 2001 Eric Andersen 3d61b10595a Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: - 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 woul... 31 Oct 2001 Eric Andersen 950d8b496f3 patch from vodz: I reduce 148 bytes from start_stop_daemon.c code. Also reduced
memory allocated. 31 Oct 2001 Eric Andersen 2c669dd108c patch from Giulio Orsero <giulioo@pobox.com> 31 Oct 2001 John Beppu ce22feea011 - fixed typos - thinking about how to generate Configure.help... 31 Oct 2001 Matt Kraai 3889078dbe0 Merge test suite. 31 Oct 2001 Matt Kraai 999623e9736 Use extended regular expressions when invoked as egrep (noted and initial patch by Charles Steinkuehler). 29 Oct 2001 Matt Kraai b5f2516e3fc Add killall (noted by Giulio Orsero). 29 Oct 2001 Eric Andersen 813d88cf783 As Aaron Lehmann just pointed out, I forgot a line... 28 Oct 2001 Eric Andersen 4acf8f84816 Use error_msg() instead of fprintf(stderr, ...) 28 Oct 2001 Eric Andersen 72f9a4277fe Add in some (theoretical) uClinux support. Some init cleanups 28 Oct 2001 Glenn L McGrath 9af363fe200 include unistd which provides off_t for the header and hence unarchive applets 27 Oct 2001 Glenn L McGrath 7134d6581b6 Attempt to fix libc compiling error regarding off_t 27 Oct 2001 Eric Andersen 8e392922b09 Be extra pedantic about printing the correct type for an address 27 Oct 2001 Eric Andersen c265b17550d Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block 27 Oct 2001 Gennady Feldman 087bc82bb0e Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) 26 Oct 2001 Glenn L McGrath ee28362597b Menu entry for tar creation support 25 Oct 2001 Glenn L McGrath 107c796e794 Recovery from previous commit 25 Oct 2001 Glenn L McGrath 9f2f8540c5f rEcover from my previous commit 25 Oct 2001 Glenn L McGrath e9fc7815704 libunarchive, and recovery from my previous commit 25 Oct 2001 Glenn L McGrath 633f153808c Move libbb/unarchive functions to ./archival/libunarchive 25 Oct 2001 Glenn L McGrath ef0eab514d8 Recovering from my previous commit 25 Oct 2001 Glenn L McGrath 0d2fb76c11b Modify applets to use libunarchive 25 Oct 2001 Glenn L McGrath 95ebf618b78 *** empty log message *** 25 Oct 2001 Eric Andersen 8eaa7b36985 Oops. I forgot pwd_group/config.in 25 Oct 2001 Eric Andersen 2293b96f429 ignore .menuconfig.log 24 Oct 2001 Eric Andersen 9ae7ebd0fd6 Ignore lxdialog 24 Oct 2001 Matt Kraai 258bd3d971f Split true and false into separate applets. 24 Oct 2001 Matt Kraai 3c2f27d9f1b Add CONFIG_FEATURE_TAR_EXCLUDE support. 24 Oct 2001 Eric Andersen 99702ab221f Fix variable name -- was stuck at the old RPMUNPACK value. Doh! 24 Oct 2001 Eric Andersen b78d9b56eb0 Oops. Fix capililization 24 Oct 2001 Eric Andersen 1a10eec1784 Fixup the location of pwd.h and grp.h 24 Oct 2001 Eric Andersen bfebd35bea5 Fix missing BB_VER defines 24 Oct 2001 Eric Andersen a49b025b195 Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed, I forgot to add procps to the SUBDIR list 24 Oct 2001 Eric Andersen a3483db55f6 Patch from vodz: 1) complete true: $ > /tmp/tmpfile
2) the builtin pwd now does not unwrap symlinks
3) reduce 680 bytes 24 Oct 2001 Eric Andersen 3cd2760ba1b Fixup the new buildsystem a bit. 24 Oct 2001 Eric Andersen b36e684fd7d Ignore generated files 24 Oct 2001 Eric Andersen 28593a085b1 ignore generated files 24 Oct 2001