oweals/busybox.git
2000-06-27 Eric AndersenRemove stuff now moved into the bug tracking system.
2000-06-27 John Beppu+ s/int install_links/static int install_links/
2000-06-27 Eric AndersenThis kernel patch is no longer needed, with the change...
2000-06-27 John Beppu+ littering my code w/ comments about what troubles me.
2000-06-27 John Beppu+ busybox --install [-s]
2000-06-26 Mark WhitleyJust converted busybox.pod to busybox.sgml using the...
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-26 Eric Andersen* Fixed insmod module option parsing for options lackin...
2000-06-26 Eric Andersenreadlink(2) does not NULL terminate the buffer it reads...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-22 Eric AndersenBetter error checking in insmod. Remove left over...
2000-06-22 Eric AndersenMinor web page update. 0_45
2000-06-22 Eric AndersenFix version #
2000-06-22 Eric AndersenMore doc updates
2000-06-22 Mark WhitleyMerged two TODO items into one
2000-06-22 Eric AndersenUpdate the list.
2000-06-22 Eric AndersenPavel Roskin <proski@gnu.org> just found a nasty memory
2000-06-21 Eric AndersenDocument 'ln --'
2000-06-21 Mark WhitleyCleaned up some #ifdef spiderwebs.
2000-06-21 Eric AndersenBump version number to 0.45
2000-06-21 Mark WhitleyAdded an implicit rule for #defining BB_FEATURE_USE_TER...
2000-06-21 Eric AndersenMore doc updates.
2000-06-21 Eric AndersenWeb site updates.
2000-06-21 Eric AndersenAdd in my little patch for 2.4.x to make sysinfo binary...
2000-06-21 Pavel RoskinDocumented "which"
2000-06-21 Pavel RoskinRemoved trailing spaces
2000-06-21 Eric AndersenAdd in telnet docs.
2000-06-21 Eric AndersenAdd insmod docs
2000-06-21 Pavel RoskinUpdated the list of supported commands
2000-06-21 Pavel RoskinRemoved all vestiges of "math"
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)
2000-06-21 Eric Andersen'tar --help' wasn't working. Fixed it.
2000-06-21 John Beppu+ made it so that you can use the mnemonics
2000-06-20 Eric AndersenSpecial case the memcopy stuff so it isn't enabled...
2000-06-20 Eric AndersenSome makefile fixes to allow compiling with ucLibc...
2000-06-20 Pavel RoskinUpdated e-mail address of Pavel Roskin to proski@gnu.org
2000-06-19 Eric AndersenMention libc support, Pavel's rm fix is already merged.
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-19 Eric AndersenMade insmod work with both libc5 and libc6.
2000-06-19 Eric AndersenMade ping work with libc5 and libc6.
2000-06-19 Eric AndersenMake umount work and compile cleanly under libc5 and...
2000-06-19 Eric AndersenMake swaponoff compile cleanly under both libc5 and...
2000-06-19 Eric AndersenMake syslogd.c, init.c, and update.c compile error...
2000-06-19 Eric Andersenprintf now compiles cleanly under both libc5 and libc6.
2000-06-19 Eric AndersenUpdated to compile and work with libc5.
2000-06-19 Eric AndersenUpdate internal.h to conditionally include asm/string.h
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-19 Mark WhitleyAdded a note to the "maybe by 0.44" list to prune sfdis...
2000-06-19 Eric AndersenFix a stupid bug, where I cleaned things as the last...
2000-06-19 Eric AndersenAdded support for building debian packages.
2000-06-18 Pavel RoskinCheck for 3 and more arguments was incorrect
2000-06-16 Eric AndersenFix some spelling errors in the source as well.
2000-06-16 Eric AndersenRan it through a spell checker and fixed the spelling...
2000-06-16 Eric AndersenUpdate to ar.c from Glenn McGrath. His comments follow:
2000-06-16 Mark WhitleyAdded some comments and changed a variable name to...
2000-06-15 Pavel Roskinln: fixed command line parser. Added support for "--"
2000-06-14 Eric AndersenRemove trailing space char.
2000-06-14 Eric AndersenIntegrate Tomi Ollila's telnet. Costs 3k. :)
2000-06-14 Pavel RoskinFixed "rm foo" that had been broken while implementing...
2000-06-14 Mark WhitleyModified status of some TODO items, added some others...
2000-06-14 John Beppu+ minor typo fix
2000-06-14 John Beppu+ removed some cruft left over from when lines could...
2000-06-13 Eric AndersenUrgh. revert Makefile. again. Forgot to do the ...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-13 Eric AndersenFix a bug pointed out by Michal Jaegermann <michal...
2000-06-13 Eric AndersenGive beppu credit for fixing grep "Line too long" bug.
2000-06-12 John Beppu+ utility.c
2000-06-12 Eric AndersenAdded a slightly modified version of Ron Alder's insmod...
2000-06-12 John Beppu+ updated docs to reflect math's filter capabilities.
2000-06-12 John Beppu+ works as a filter, now!
2000-06-09 Eric Andersen* Fixed a small bug that could cause tar to emit warnin...
2000-06-08 Pavel RoskinFixed parsing of arguments for cp
2000-06-08 Eric AndersenFormatting change.
2000-06-07 Pavel RoskinMy pod2man (perl-5.00503) complains if there is no...
2000-06-07 Pavel RoskinSyslogd will not go to background if "-n" is given...
2000-06-07 Pavel RoskinImplemented "ping -s", fixed error messages and argumen...
2000-06-07 Eric AndersenDebug should be off in the Makefile. I will now do...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Eric AndersenFix 'date -u'
2000-06-06 Eric AndersenOops. Remove the debugging noise.
2000-06-06 Eric Andersenmkfs.minix rev 1.7 completely broke the option parser...
2000-06-06 Mark WhitleyRemoved chmod,chown,chgrp from the "Bugs that need...
2000-06-06 Mark WhitleyFixed segfaults for "chown -R" and "chgrp -R". Also...
2000-06-06 Pavel RoskinFixed exit status for killall
2000-06-06 Mark WhitleyAdded considering making a unified option parser someday.
2000-06-06 Mark WhitleyFixed segfault when you type "chmod -R". "chown -R...
2000-06-06 Pavel Roskin"mount" now reports errors from nfsmount() and assumes...
2000-06-06 Mark WhitleyUpdated TODO item re: 'cp -a /tmp/*' not producing...
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-06-05 Pavel Roskin"which" rewritten to use stat(). Fixes to improve its...
2000-06-05 Pavel RoskinFix more spelling errors.
2000-06-05 Eric AndersenFix spelling error
2000-06-05 Eric AndersenFix spelling errors.
2000-06-05 Eric AndersenMore TODO items. Fix a dependancy bug on busybox.def.h
2000-06-04 Eric Andersen"nc" exits silently on errors. This patch makes it...
2000-06-04 Eric AndersenDon't allow mkfifo to create files such as "--help"
2000-06-04 Eric AndersenThis patch
2000-06-03 Eric AndersenTurn off debugging in the Makefile.
2000-06-03 Eric AndersenNote that I broke mkfs_minix's parser in rev 1.7.
2000-06-02 Eric AndersenFix touch so it behaves itself (it could segfault in...
next