fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Eric AndersenEric Andersen
8fc05897779*** empty log message ***
Eric AndersenEric Andersen
f46999f8bc4Fix location of Configure.help
Eric AndersenEric Andersen
1552ff7efb7Move usage.h to include/usage.h
Eric AndersenEric Andersen
ec07469a3efPatch 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.
Eric AndersenEric Andersen
31a0ece3a71Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>
Eric AndersenEric Andersen
7d6829096d6Add the run-parts applet submitted by Emanuele Aina<emanuele.aina@tiscali.it>
Eric AndersenEric Andersen
eaecbf33f70Fixup some silly prototype warnings
Eric AndersenEric Andersen
69a20f0aca1Patch from ASA <llb@udm.net.ru> to that source filesare properly passed their arguments.
Eric AndersenEric Andersen
6cf47a79acfRun parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Eric AndersenEric Andersen
2bc4dec7a15Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>
Eric AndersenEric Andersen
a58f040a374Add Gennady Feldman
Eric AndersenEric Andersen
85dd4b3b272start-stop-deamon is done
Eric AndersenEric Andersen
ccd96f1972bPatch from Charles Steinkuehler <charles@steinkuehler.net>to properly handle extended regexps for egrep
Eric AndersenEric Andersen
3d61b10595aMajor 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...
Eric AndersenEric Andersen
950d8b496f3patch from vodz: I reduce 148 bytes from start_stop_daemon.c code. Also reduced memory allocated.
Eric AndersenEric Andersen
2c669dd108cpatch from Giulio Orsero <giulioo@pobox.com>
John BeppuJohn Beppu
ce22feea011- fixed typos- thinking about how to generate Configure.help...
Matt KraaiMatt Kraai
3889078dbe0Merge test suite.
Matt KraaiMatt Kraai
999623e9736Use extended regular expressions when invoked as egrep (noted and initialpatch by Charles Steinkuehler).
Matt KraaiMatt Kraai
b5f2516e3fcAdd killall (noted by Giulio Orsero).
Eric AndersenEric Andersen
813d88cf783As Aaron Lehmann just pointed out, I forgot a line...
Eric AndersenEric Andersen
4acf8f84816Use error_msg() instead of fprintf(stderr, ...)
Eric AndersenEric Andersen
72f9a4277feAdd in some (theoretical) uClinux support. Some init cleanups
Glenn L McGrathGlenn L McGrath
9af363fe200include unistd which provides off_t for the header and hence unarchive applets
Glenn L McGrathGlenn L McGrath
7134d6581b6Attempt to fix libc compiling error regarding off_t
Eric AndersenEric Andersen
8e392922b09Be extra pedantic about printing the correct type for an address
Eric AndersenEric Andersen
c265b17550dWrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block
Gennady FeldmanGennady Feldman
087bc82bb0eFix up the configuration rules and update Libc5 piece for Syslogd.(copied code from logread.c)
Glenn L McGrathGlenn L McGrath
ee28362597bMenu entry for tar creation support
Glenn L McGrathGlenn L McGrath
107c796e794Recovery from previous commit
Glenn L McGrathGlenn L McGrath
9f2f8540c5frEcover from my previous commit
Glenn L McGrathGlenn L McGrath
e9fc7815704libunarchive, and recovery from my previous commit
Glenn L McGrathGlenn L McGrath
633f153808cMove libbb/unarchive functions to ./archival/libunarchive
Glenn L McGrathGlenn L McGrath
ef0eab514d8Recovering from my previous commit
Glenn L McGrathGlenn L McGrath
0d2fb76c11bModify applets to use libunarchive
Glenn L McGrathGlenn L McGrath
95ebf618b78*** empty log message ***
Eric AndersenEric Andersen
8eaa7b36985Oops. I forgot pwd_group/config.in
Eric AndersenEric Andersen
2293b96f429ignore .menuconfig.log
Eric AndersenEric Andersen
9ae7ebd0fd6Ignore lxdialog
Matt KraaiMatt Kraai
258bd3d971fSplit true and false into separate applets.
Matt KraaiMatt Kraai
3c2f27d9f1bAdd CONFIG_FEATURE_TAR_EXCLUDE support.
Eric AndersenEric Andersen
99702ab221fFix variable name -- was stuck at the old RPMUNPACK value. Doh!
Eric AndersenEric Andersen
b78d9b56eb0Oops. Fix capililization
Eric AndersenEric Andersen
1a10eec1784Fixup the location of pwd.h and grp.h
Eric AndersenEric Andersen
bfebd35bea5Fix missing BB_VER defines
Eric AndersenEric Andersen
a49b025b195Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,I forgot to add procps to the SUBDIR list
Eric AndersenEric Andersen
a3483db55f6Patch from vodz: 1) complete true: $ > /tmp/tmpfile 2) the builtin pwd now does not unwrap symlinks 3) reduce 680 bytes
Eric AndersenEric Andersen
3cd2760ba1bFixup the new buildsystem a bit.
Eric AndersenEric Andersen
b36e684fd7dIgnore generated files
Eric AndersenEric Andersen
28593a085b1ignore generated files