aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-03Added some words on use of getopt in applets.Mark Whitley
2001-03-02Dont try to automount some specific filesystem typesGlenn L McGrath
2001-03-02Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inMark Whitley
2001-03-02Removed section on testing that is now in contributing.txt.Mark Whitley
2001-03-02Added 'How to contribute to Busybox' doc.Mark Whitley
2001-03-02Whoops! BB_TFTP should prolly be off by default.Mark Whitley
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-03-02Changed exit code from -1 to 0 when busybox is invoked with no args.Mark Whitley
2001-03-01Applied patch from David Douthitt to fix build error in df.c whenMark Whitley
2001-03-01Bah. I missed a header file.Eric Andersen
2001-03-01Reduce the size of mount (and bypass /proc/filesystems) by using the sysfsEric Andersen
2001-02-28Keep trying if an NFS mount fails, and eliminate a call to exit(3).Matt Kraai
2001-02-27libpwd was getting added twice.Eric Andersen
2001-02-27Little patchlet to make linking against libc5 work a little betterMark Whitley
2001-02-27Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen
2001-02-26Applied patch from Magnus Damm <damm@opensource.se> to fix a 'inner scope varMark Whitley
2001-02-26- changed the way POD is generated such that the dashedJohn Beppu
2001-02-24This patch, from Quinn Jensen <jensenq@lineo.com>, adds MIPS supportEric Andersen
2001-02-24Make output match the real lsmod -- print (autoclean) typeEric Andersen
2001-02-24Stub out the syscall, not the whole application. The stubbedEric Andersen
2001-02-24The usage message for syslogd had stuff longer then 80 chars and wrapped.Eric Andersen
2001-02-24...John Beppu
2001-02-24refinementJohn Beppu
2001-02-23formatting ...John Beppu
2001-02-23Added some documentation and made --sgml use sgml_from_usage().John Beppu
2001-02-23Another usage cleanup from kent robottiEric Andersen
2001-02-23During POD generation, it inserts a blank line before linesJohn Beppu
2001-02-23More cleanupsEric Andersen
2001-02-23forgot to remove some debugging noiseJohn Beppu
2001-02-23This one should be able to deal with the USAGE macros a littleJohn Beppu
2001-02-23Make HUMAN_READABLE be single argument like the others.Eric Andersen
2001-02-23forgot a comma.John Beppu
2001-02-23More usage cleanups from kent robotti. I know some of these wereEric Andersen
2001-02-23Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>Eric Andersen
2001-02-23space after \ make preprocessor sadDavid Kimdon
2001-02-23utility.c must include stdarg.hDavid Kimdon
2001-02-23I can't leave it alone.John Beppu
2001-02-23minor cleanup... all that's left to do isJohn Beppu
2001-02-23This is the remixed autodocufier.pl.John Beppu
2001-02-23Stub out pivot_root so it won't fail to compile.Eric Andersen
2001-02-23Somewhere along the line, MAKE_LINKS got broken, thereby breakingEric Andersen
2001-02-23Argh. I should know to compile first.Eric Andersen
2001-02-23Only default to BB_FEATURE_NEW_MODULE_INTERFACE whenEric Andersen
2001-02-23Make utility.c only define query_module when BB_FEATURE_NEW_MODULE_INTERFACEEric Andersen
2001-02-23Yet another fix. I think I got it this time.Eric Andersen
2001-02-23I should be more careful...Eric Andersen
2001-02-22Turn off the printf attribute for the ?error_msg* functions, since itEric Andersen
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-22Fix up Makefile -- uClibc nfs works these daysEric Andersen
2001-02-22Commit a few updates to the usage messages.Eric Andersen