oweals/busybox.git
2001-03-14 Mark WhitleyApplied patch from Larry Doolittle to fix '>\na\n'...
2001-03-14 Mark WhitleyApplied patch from Giulio Orsero to fix some preprocess...
2001-03-14 Eric AndersenFix from Manuel for a silly thinko on my part.
2001-03-14 Eric AndersenFix init so that checking for terminal devices is delay...
2001-03-14 Eric AndersenUse the system passwd and group stuff by default
2001-03-14 Eric AndersenFix mtab so it works on libc5
2001-03-14 Eric AndersenNo reason to include fstab. It breaks libc5, does...
2001-03-14 Eric AndersenAmazing the difference between an "and" and an "or".
2001-03-14 Eric Andersendpkg used tfind, which doesn't work with libc5. Print...
2001-03-14 Eric AndersenFix socklen_t for libc5
2001-03-14 Eric AndersenThe IPC_SYSLOG stuff should be off by default.
2001-03-14 Eric AndersenSome updates for libc5
2001-03-14 Eric Andersenlibc5 glob is pretty stupid and doesn't do GLOB_BRACE...
2001-03-14 Mark WhitleyAdded a dependency on BB_MKFS_MINIX to xfopen().
2001-03-14 Mark Whitley - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATU...
2001-03-13 Mark WhitleySome new testcases, some improvements to the tester...
2001-03-13 Eric AndersenUpdate the lash shell (hopefully the last time...)...
2001-03-13 Mark WhitleyAdded Midori Linux to the list of known projects that...
2001-03-13 Mark WhitleyCredited Christophe Boyaniqu for interactive patch...
2001-03-13 Mark WhitleyApplied patch from Christophe Boyanique to add -i suppo...
2001-03-12 Mark WhitleySome fixlets that didn't get added in the last 'syslogd...
2001-03-12 Mark WhitleyAdded some comment lines in the header indicating that...
2001-03-12 Mark WhitleyApplied a patch from Brian Webb to fix a problem with...
2001-03-12 Mark WhitleyApplied patch from John Lombardo to fix OOM in insmod.
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to split up syslogd...
2001-03-12 Eric AndersenA fix from Larry Doolittle for some nasty segfaults...
2001-03-12 Mark WhitleyProgram for testing concurrent access to syslogd.
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to use single-thread...
2001-03-12 Manuel Novoa... Add missing dependency -- interface.c needs get_kernel_...
2001-03-12 Manuel Novoa... Adjust ifconfig usage message for selected options...
2001-03-12 Manuel Novoa... Reduced code size of interface. Support ifconfig ...
2001-03-10 Eric AndersenWhen using wordexp, only try to use the expand command
2001-03-10 Manuel Novoa... Quick mod to enable option -a for ifconfig.
2001-03-10 Mark WhitleyCreated new regression testing framework with a number...
2001-03-10 Mark Whitley/* getopt not needed */
2001-03-09 Mark WhitleyAdded some more '/* getopt not needed */' lines.
2001-03-09 Manuel Novoa... Use perror_msg_and_die function where appropriate.
2001-03-09 Eric AndersenFixed df.c so that nfs volumes will display properly...
2001-03-09 Eric AndersenSilence a silly warning
2001-03-09 Mark WhitleyApplied patch from Jeff Garzik to getopt-ify rmmod.
2001-03-09 Eric AndersenPatch from Jeff Garzik marking a few 'getopt not needed...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric Andersenpatch from Larry to fix pristine source builds
2001-03-09 Eric AndersenFixed a couple more cases. $FOO/bar ${FOO} and such...
2001-03-09 Eric AndersenAllow wordexp to be used if available
2001-03-09 Eric AndersenUrg. Remove the debug noise
2001-03-09 Eric AndersenOk, sh.c should be working now. Many thanks to Larry...
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-09 Mark WhitleyAdded script that tests turning on features in busybox...
2001-03-09 Eric AndersenFix sh.c for the glab case. I was messing things up for
2001-03-09 Eric AndersenA '.' is a legal seperator.
2001-03-09 Mark WhitleyFix to trim to make it trim properly.
2001-03-09 Eric AndersenCleanup patch from Larry
2001-03-08 Eric AndersenAdd in 'trim' routine. Fix up sh.c so it works when...
2001-03-08 Manuel Novoa... Improved port of ifconfig... smaller and with more...
2001-03-08 Eric AndersenPer Vladimir's suggestion, force the locale to POSIX...
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.
next