oweals/busybox.git
2001-03-08 Mark WhitleyWhitespace / formatting / bracket cleanup.
2001-03-08 Eric AndersenRemember to delete un-expandable variables, and do...
2001-03-08 Eric AndersenRework environment variable handling to use wordexp...
2001-03-08 Mark WhitleyApplied patch from Vladimir to fix bug where find would...
2001-03-07 Matt KraaiEliminate superfluous test.
2001-03-07 Mark WhitleyChanged KILOBYTE, MEGABYTE, and GIGABYTE from #define...
2001-03-07 Mark WhitleySome minor cleanups to df.c. Also, with Erik's blessing...
2001-03-07 Mark WhitleyApplied patch from Christophe Boyaniqu to remove double...
2001-03-07 Eric AndersenThis patch by Vladimir and Larry saves a few bytes.
2001-03-07 Eric AndersenStatic-ify a variable. make du work with all the human...
2001-03-07 Eric AndersenFix up du so it behaves itself also.
2001-03-07 Eric Andersenremove an unused variable
2001-03-07 Eric AndersenRewrite of format so it behaves itself
2001-03-07 Eric AndersenFix up df so it works properly
2001-03-07 Eric AndersenFix up ls.c to ensure human readable works properly...
2001-03-06 Mark WhitleyThought of another janitorial item for the list.
2001-03-06 Eric AndersenI made these little simplifications a while back, bug...
2001-03-06 Eric AndersenFix the memory leak. No really this time.
2001-03-06 Mark WhitleyApplied patch from Vladimir Oleynik via Magnus Damm...
2001-03-06 Eric AndersenFix up some silly macros and use xmalloc and friends...
2001-03-06 Eric AndersenFix func prototype
2001-03-06 Eric AndersenFixed a memory leak in lash. It seems that close_all...
2001-03-06 Eric AndersenClose open files before calling builtin_exec(). I...
2001-03-06 Eric AndersenBug 1110 reported that the LOOP_GET_STATUS ioctl appare...
2001-03-06 John Beppuminor cleanup
2001-03-06 Eric AndersenFirst pass at trying to retrofit a changelog for 0...
2001-03-06 Eric AndersenAdd in a first pass at ifconfig status reporting. ...
2001-03-05 Eric AndersenFix up the freshmeat appindex record.
2001-03-05 Eric AndersenMake sure libpwd.a is linked _last_ so it overrides...
2001-03-05 Eric AndersenTry to do a little better at documenting how to use
2001-03-05 David Kimdonadd wget, tr, telnet, ping, md5sum and loadkmap to...
2001-03-05 Eric AndersenEnable INSTALLER for the deb
2001-03-04 Eric AndersenPatch from Vladimir to make sure PATH is set correctly.
2001-03-04 Eric AndersenIf umount2 is not available, stub it out.
2001-03-03 Mark WhitleyAdded some words on use of getopt in applets.
2001-03-02 Glenn L McGrathDont try to automount some specific filesystem types
2001-03-02 Mark WhitleyApplied patch from Vladimir N. Oleynik that fixes incor...
2001-03-02 Mark WhitleyRemoved section on testing that is now in contributing...
2001-03-02 Mark WhitleyAdded 'How to contribute to Busybox' doc.
2001-03-02 Mark WhitleyWhoops! BB_TFTP should prolly be off by default.
2001-03-02 Mark WhitleyAdded Magnus Damm's tftp applet to Busybox.
2001-03-02 Mark WhitleyChanged exit code from -1 to 0 when busybox is invoked...
2001-03-01 Mark WhitleyApplied patch from David Douthitt to fix build error...
2001-03-01 Eric AndersenBah. I missed a header file.
2001-03-01 Eric AndersenReduce the size of mount (and bypass /proc/filesystems...
2001-02-28 Matt KraaiKeep trying if an NFS mount fails, and eliminate a...
2001-02-27 Eric Andersenlibpwd was getting added twice.
2001-02-27 Mark WhitleyLittle patchlet to make linking against libc5 work...
2001-02-27 Eric AndersenPatch from Vladimir N. Oleynik to save 128 bytes by...
2001-02-26 Mark WhitleyApplied patch from Magnus Damm <damm@opensource.se...
2001-02-26 John Beppu- changed the way POD is generated such that the dashed
2001-02-24 Eric AndersenThis patch, from Quinn Jensen <jensenq@lineo.com>,...
2001-02-24 Eric AndersenMake output match the real lsmod -- print (autoclean...
2001-02-24 Eric AndersenStub out the syscall, not the whole application. The...
2001-02-24 Eric AndersenThe usage message for syslogd had stuff longer then...
2001-02-24 John Beppu...
2001-02-24 John Beppurefinement
2001-02-23 John Beppuformatting ...
2001-02-23 John BeppuAdded some documentation and made --sgml use sgml_from_...
2001-02-23 Eric AndersenAnother usage cleanup from kent robotti
2001-02-23 John BeppuDuring POD generation, it inserts a blank line before...
2001-02-23 Eric AndersenMore cleanups
2001-02-23 John Beppuforgot to remove some debugging noise
2001-02-23 John BeppuThis one should be able to deal with the USAGE macros...
2001-02-23 Eric AndersenMake HUMAN_READABLE be single argument like the others.
2001-02-23 John Beppuforgot a comma.
2001-02-23 Eric AndersenMore usage cleanups from kent robotti. I know some...
2001-02-23 Eric AndersenFix up a stupid mistake caught by David Whedon <dwhedon...
2001-02-23 David Kimdonspace after \ make preprocessor sad
2001-02-23 David Kimdonutility.c must include stdarg.h
2001-02-23 John BeppuI can't leave it alone.
2001-02-23 John Beppuminor cleanup... all that's left to do is
2001-02-23 John BeppuThis is the remixed autodocufier.pl.
2001-02-23 Eric AndersenStub out pivot_root so it won't fail to compile.
2001-02-23 Eric AndersenSomewhere along the line, MAKE_LINKS got broken, thereb...
2001-02-23 Eric AndersenArgh. I should know to compile first.
2001-02-23 Eric AndersenOnly default to BB_FEATURE_NEW_MODULE_INTERFACE when
2001-02-23 Eric AndersenMake utility.c only define query_module when BB_FEATURE...
2001-02-23 Eric AndersenYet another fix. I think I got it this time.
2001-02-23 Eric AndersenI should be more careful...
2001-02-22 Eric AndersenTurn off the printf attribute for the ?error_msg* funct...
2001-02-22 Eric AndersenAdd in kent robotti's updated dos2unix.c
2001-02-22 Eric AndersenFix up Makefile -- uClibc nfs works these days
2001-02-22 Eric AndersenCommit a few updates to the usage messages.
2001-02-22 Eric AndersenFirst pass at making up an automagical usage message...
2001-02-22 Eric AndersenAccount for remainder, and reset page_height for each...
2001-02-22 Eric AndersenMake busybox and busybox-static conflict/replace each...
2001-02-22 Eric AndersenFix malformed build-depends. Update list of bugs to...
2001-02-22 Eric AndersenMake md5sum not display filename when reading stdin
2001-02-22 Eric AndersenMake init compile when DEBUG_INIT is enabled
2001-02-22 Eric AndersenAnother update to the way usage messages are done by...
2001-02-22 Eric AndersenRevert my change to do extra termType checking. That...
2001-02-22 Eric AndersenAdjust the terminal height for any overlap, so that...
2001-02-21 Eric AndersenOops! I left in my debug noise.
2001-02-21 Eric Andersendf was totally broken. So I fixed it.
2001-02-20 Mark WhitleySmall patch from Kent Robotti to show megabytes in...
2001-02-20 Eric AndersenMinor cleanup.
2001-02-20 Eric AndersenApply a patch from Magnus Damm <damm@opensource.se...
2001-02-20 Eric AndersenCommit a patch from Erik Gustavsson <cyrano@algonet...
2001-02-20 Eric AndersenOops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMP...
next