aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-06Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines fromMark Whitley
2001-03-06Fix up some silly macros and use xmalloc and friends exclusively.Eric Andersen
2001-03-06Fix func prototypeEric Andersen
2001-03-06Fixed a memory leak in lash. It seems that close_all was calling close()Eric Andersen
2001-03-06Close open files before calling builtin_exec(). I've tested thisEric Andersen
2001-03-06Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zeroEric Andersen
2001-03-06minor cleanupJohn Beppu
2001-03-06First pass at trying to retrofit a changelog for 0.50. Please everyoneEric Andersen
2001-03-06Add in a first pass at ifconfig status reporting. It took a long whileEric Andersen
2001-03-05Fix up the freshmeat appindex record.Eric Andersen
2001-03-05Make sure libpwd.a is linked _last_ so it overrides the system pwd/grpEric Andersen
2001-03-05Try to do a little better at documenting how to useEric Andersen
2001-03-05add wget, tr, telnet, ping, md5sum and loadkmap to .debDavid Kimdon
2001-03-05Enable INSTALLER for the debEric Andersen
2001-03-04Patch from Vladimir to make sure PATH is set correctly.Eric Andersen
2001-03-04If umount2 is not available, stub it out.Eric Andersen
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