oweals/busybox.git
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-05-04 Rob LandleyThere aren't any bzip2 based RPMs. If people want...
2006-05-04 Rob LandleyCONFIG->ENABLE migration.
2006-05-04 Rob LandleyFix allbareconfig.
2006-05-04 Bernhard Reutner... - add script to check for missing help entries of confi...
2006-05-03 Rob LandleyBig dead code elimination pass from Garrett.
2006-05-03 Rob LandleyBuild break fix from Bernhard fischer, fixing fallout...
2006-05-03 Rob LandleyWhitespace and documentation cleanup from Dennis Vlasenko.
2006-05-03 Rob LandleyPatch from Rich Felker to make ls use libc's qsort.
2006-05-03 Rob LandleyRich Felker writes:
2006-05-03 Rob LandleyPatch from Garrett Kajmowicz to move a lot of #defines...
2006-05-03 Rob LandleyRemove HDIO_GETGEO_BIG which is dead (removed from...
2006-05-03 Rob LandleyUse ATTRIBUTE_NORETURN as suggested by tito, plus a...
2006-05-02 Rob LandleyPatch from Jason Schoon to add optional SIGUSR1 support...
2006-05-02 Rob LandleyMinor tweaks: remove traces of old $COMMAND environment...
2006-05-02 Rob LandleyPatch from Shaun Jackman:
2006-05-01 Rob LandleyPatch from tito removing obsolete code.
2006-05-01 Rob LandleyNotes on portability, and on when #include <linux/blah...
2006-05-01 Rob LandleyFixup a build break if ENABLE_SHOW_USAGE switched off...
2006-04-29 Rob LandleyPatches from Denis Vlasenko to rework "current_name...
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyRemove some unused code pointed out by Tito, plus a...
2006-04-29 Rob LandleyStyle fixes from Denis Vlasenko.
2006-04-29 Rob LandleyAnother patch from Denis Vlasenko:
2006-04-29 Rob LandleyFrom Dennis Vlasenko, Make hdparm smaller:
2006-04-29 Rob LandleyCleanup to hdparm by tito.
2006-04-29 Mike Frysingertermios.h is already included so dont include sys/termi...
2006-04-29 Mike Frysingerdetect more obsolete headers
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-29 Mike FrysingerRob Sullivan writes: rewrite the regex handling to...
2006-04-29 Mike Frysingercompile.h is incorrect; create a new do_link.h and...
2006-04-29 Mike Frysingeruse pretty output for scripts/bb_mkdep and scripts...
2006-04-28 Bernhard Reutner... - rerun gcse pass after reload, enable whole-program...
2006-04-28 Bernhard Reutner... - print "Obsolet headers" instead of "Obsolete function...
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-28 Rob LandleyPatch from tito to update output of hdparm.
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-27 Rob LandleyRe-wordwrap the new tests, and fix seq.c to pass them.
2006-04-27 Bernhard Reutner... - add two regression tests for seq.
2006-04-26 Bernhard Reutner... - add note about crond
2006-04-26 Bernhard Reutner... - patch from Denis Vlasenko to make sizes PHONY and...
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-25 Rob LandleyPortability tweak from Shaun Jackman, don't include...
2006-04-24 Rob LandleyFrom Denis Vlasenko:
2006-04-24 Bernhard Reutner... - return ret so we return something meaningful.
2006-04-21 Mike FrysingerJason Schoon writes: Attached is a patch to display...
2006-04-21 Mike FrysingerJason Schoon writes: This makes the case where LFS...
2006-04-21 Mike Frysinger2006-04-20 Shaun Jackman <sjackman@gmail.com>
2006-04-21 Ned Ludd- passwd doesnt use salt with md5 passwords; bug #604...
2006-04-20 Mike Frysingerkill signed warnings
2006-04-19 Rob LandleyPatch from Jean Wolter:
2006-04-19 Rob Landleysvn 14824 broke -funsigned-char and possibly building...
2006-04-18 Rob LandleyNew applet cksum, from Rob Sullivan.
2006-04-18 Rob LandleyRemove some #if 0 code.
2006-04-18 Rob LandleySimplify the GPL boilerplate.
2006-04-18 Bernhard Reutner... - typo: s/derefernce/dereference/g
2006-04-18 Bernhard Reutner... - commentary typo and superfluous whitespace removal...
2006-04-18 Bernhard Reutner... - improve wording in some help texts a little bit.
2006-04-18 Bernhard Reutner... - add typo s/deamon/daemon/g
2006-04-18 Bernhard Reutner... - patch from P.J. Day to rely on the automatic indentin...
2006-04-18 Bernhard Reutner... - enable dumpleases applet again; bad rob
2006-04-18 Bernhard Reutner... - add grep for typo s/algorithic/algorithmic/g
2006-04-18 Bernhard Reutner... - BusyBox is under GPL.
2006-04-18 Bernhard Reutner... - simplify config options of the ip applet.
2006-04-18 Rob LandleyFrom Rob Sullivan: Fix a segfault with searching, plus...
2006-04-17 Rob LandleyRobert Eggers noticed that nfsmount would sometimes...
2006-04-17 Rob LandleyGlenn gave permission for GPLv2 "or later".
2006-04-17 Rob LandleyPatch from Tito to fix printing null and make output...
2006-04-17 Rob LandleyRemove a superfluous quote and more non-generic standal...
2006-04-17 Rob LandleyElf dynamic linker stuff from Rich Felker.
2006-04-17 Mike Frysingerenable udhcp applets again; bad rob
2006-04-16 Mike Frysingerjust use the stack to kill memleak and return if user...
2006-04-16 Mike Frysingeruse xmalloc, dont hardcode length of string, and get...
2006-04-16 Mike Frysingerkill off pointless malloc.h include
2006-04-16 Mike Frysingerkill pointless memory.h includes
2006-04-16 Mike Frysingeradd a check for obsolete headers
2006-04-16 Bernhard Reutner... - fix typo. Thanks to David Moberg for pointing this...
2006-04-16 Mike Frysingeruncuddle if statements
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-16 Mike Frysingeruncuddle brackets
2006-04-16 Mike Frysingeradd some tests for common typos and for obsolete functions
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-04-16 Mike Frysingertouchup comment
2006-04-16 Mike Frysingeruse strchr() not index()
2006-04-16 Mike Frysingeruse memcmp() not bcmp()
2006-04-14 Rob LandleyRemove code for protocols we don't properly support...
2006-04-14 Rob LandleyPatch from Robert P Day to remove standalone code from...
2006-04-14 Rob LandleyBusybox is under the GPL.
2006-04-14 Rob LandleyHard wiring configuration symbol values into the code...
2006-04-14 Rob LandleyThe link to Bernhard's subversion branch belongs in...
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - remove unneeded include, use shorter boilerplate...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - better wording.
2006-04-12 Bernhard Reutner... - note to think about eventually ditching vdprintf()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
next