oweals/busybox.git
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...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-12 Bernhard Reutner... - add verbatim cp of gnu.org/copyleft/lesser.txt
2006-04-12 Bernhard Reutner... - use C99 %j format to print intmax.
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-11 Bernhard Reutner... - pin the CFLAGS to make sure that we don't have to...
2006-04-11 Bernhard Reutner... - include netinet/in.h for struct sockaddr_in.
2006-04-11 Bernhard Reutner... - httpd in inetd mode: POST from IE (6) ends up in...
2006-04-11 Bernhard Reutner... - comment out the check-referer lines.
2006-04-11 Bernhard Reutner... - we seem to use h3, so make it consistent.
2006-04-11 Bernhard Reutner... - update screenshot to reflect the busybox-1.1.2 stable...
2006-04-11 Bernhard Reutner... - tweak visibility of label expected_hwif_error as...
2006-04-11 Bernhard Reutner... - remove implied closing paragraph
2006-04-11 Mike FrysingerRobert P. J. Day writes: even in the header file, make...
2006-04-10 Bernhard Reutner... - add note pointing to the stable branch, so users...
2006-04-10 Rob LandleyAnnounce 1.1.2.
2006-04-10 Bernhard Reutner... - poke bot
2006-04-10 Bernhard Reutner... - add a colorful "valid HTML 4.01 Transitional" button...
2006-04-10 Bernhard Reutner... - make it resemble html.
2006-04-10 Bernhard Reutner... - make it resemble english and fix typo s/interperet...
2006-04-10 Rob LandleyPatch from Tito to unify deluser and delgroup, and...
2006-04-10 Bernhard Reutner... - put udhcp back in (Rob, you removed this in r14787...
2006-04-10 Rob LandleyNotes about pic, static linking, and debugging dynamic...
2006-04-10 Rob LandleySecond verse, same as the first.
2006-04-10 Rob LandleyMissing dependency spotted by Robert P Day.
2006-04-10 Rob LandleyI forgot to re-enable shared library build after 1...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-10 Rob LandleyWe use -funsigned-char now, so having a separate RESERV...
2006-04-10 Rob LandleyModprobe update from Ignacio García Pérez, updating...
2006-04-10 Bernhard Reutner... - fix typo introduced in the last commit.
2006-04-10 Bernhard Reutner... - typo: s/biltin/builtin/g
2006-04-06 Rob LandleyAnother size reduction patch from Garrett.
2006-04-06 Bernhard Reutner... - patch from Rob Sullivan to add support for -L
2006-04-06 Bernhard Reutner... - shrink it a little bit and make it buildable with...
2006-04-06 Bernhard Reutner... - remove unused args.
2006-04-06 Bernhard Reutner... - move code around to avoid the need for the prototypes.
next