aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - passwd doesnt use salt with md5 passwords; bug #604 thanks tavisosolar2006-04-211-3/+11
* kill signed warningsvapier2006-04-202-3/+3
* Patch from Jean Wolter:landley2006-04-192-18/+38
* svn 14824 broke -funsigned-char and possibly building out of tree, becauselandley2006-04-191-13/+25
* New applet cksum, from Rob Sullivan.landley2006-04-185-0/+69
* Remove some #if 0 code.landley2006-04-181-9/+0
* Simplify the GPL boilerplate.landley2006-04-181-18/+2
* - typo: s/derefernce/dereference/galdot2006-04-183-4/+6
* - commentary typo and superfluous whitespace removal in weird messages.aldot2006-04-181-3/+3
* - improve wording in some help texts a little bit.aldot2006-04-181-9/+9
* - add typo s/deamon/daemon/galdot2006-04-181-0/+1
* - patch from P.J. Day to rely on the automatic indenting provided by depends.aldot2006-04-181-62/+60
* - enable dumpleases applet again; bad robaldot2006-04-181-1/+1
* - add grep for typo s/algorithic/algorithmic/galdot2006-04-181-0/+1
* - BusyBox is under GPL.aldot2006-04-185-5/+5
* - simplify config options of the ip applet.aldot2006-04-181-76/+58
* From Rob Sullivan: Fix a segfault with searching, plus some cleanups.landley2006-04-181-58/+49
* Robert Eggers noticed that nfsmount would sometimes incorrectly return success.landley2006-04-171-6/+2
* Glenn gave permission for GPLv2 "or later".landley2006-04-172-15/+4
* Patch from Tito to fix printing null and make output look like hdparm 6.3.landley2006-04-171-5/+5
* Remove a superfluous quote and more non-generic standalone code.landley2006-04-171-10/+1
* Elf dynamic linker stuff from Rich Felker.landley2006-04-171-0/+35
* enable udhcp applets again; bad robvapier2006-04-171-2/+2
* just use the stack to kill memleak and return if user didnt give us anything ...vapier2006-04-161-7/+5
* use xmalloc, dont hardcode length of string, and get rid of pointless call to...vapier2006-04-161-3/+2
* kill off pointless malloc.h includevapier2006-04-163-3/+0
* kill pointless memory.h includesvapier2006-04-162-2/+0
* add a check for obsolete headersvapier2006-04-161-3/+13
* - fix typo. Thanks to David Moberg for pointing this out.aldot2006-04-161-1/+1
* uncuddle if statementsvapier2006-04-161-5/+5
* use more boiler plate GPL noticesvapier2006-04-167-40/+11
* uncuddle bracketsvapier2006-04-161-69/+78
* add some tests for common typos and for obsolete functionsvapier2006-04-161-1/+47
* use memmove() instead of bcopy()vapier2006-04-162-12/+12
* touchup commentvapier2006-04-161-1/+1
* use strchr() not index()vapier2006-04-163-5/+5
* use memcmp() not bcmp()vapier2006-04-161-2/+2
* Remove code for protocols we don't properly support. (Most of this couldlandley2006-04-142-383/+1
* Patch from Robert P Day to remove standalone code from httpd. (Busybox haslandley2006-04-141-64/+0
* Busybox is under the GPL.landley2006-04-141-7/+6
* Hard wiring configuration symbol values into the code defeats the purposelandley2006-04-141-22/+4
* The link to Bernhard's subversion branch belongs in subversion.html (wherelandley2006-04-141-5/+0
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-1313-137/+137
* - remove unneeded include, use shorter boilerplate while at it and alsoaldot2006-04-134-63/+17
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-1312-71/+38
* - better wording.aldot2006-04-121-1/+1
* - note to think about eventually ditching vdprintf()aldot2006-04-121-0/+2
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-1212-62/+46
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-1210-28/+50
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-1212-22/+33