aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-17Patch from Tito to fix printing null and make output look like hdparm 6.3.landley1-5/+5
2006-04-17Remove a superfluous quote and more non-generic standalone code.landley1-10/+1
2006-04-17Elf dynamic linker stuff from Rich Felker.landley1-0/+35
2006-04-17enable udhcp applets again; bad robvapier1-2/+2
2006-04-16just use the stack to kill memleak and return if user didnt give us anything ...vapier1-7/+5
2006-04-16use xmalloc, dont hardcode length of string, and get rid of pointless call to...vapier1-3/+2
2006-04-16kill off pointless malloc.h includevapier3-3/+0
2006-04-16kill pointless memory.h includesvapier2-2/+0
2006-04-16add a check for obsolete headersvapier1-3/+13
2006-04-16- fix typo. Thanks to David Moberg for pointing this out.aldot1-1/+1
2006-04-16uncuddle if statementsvapier1-5/+5
2006-04-16use more boiler plate GPL noticesvapier7-40/+11
2006-04-16uncuddle bracketsvapier1-69/+78
2006-04-16add some tests for common typos and for obsolete functionsvapier1-1/+47
2006-04-16use memmove() instead of bcopy()vapier2-12/+12
2006-04-16touchup commentvapier1-1/+1
2006-04-16use strchr() not index()vapier3-5/+5
2006-04-16use memcmp() not bcmp()vapier1-2/+2
2006-04-14Remove code for protocols we don't properly support. (Most of this couldlandley2-383/+1
2006-04-14Patch from Robert P Day to remove standalone code from httpd. (Busybox haslandley1-64/+0
2006-04-14Busybox is under the GPL.landley1-7/+6
2006-04-14Hard wiring configuration symbol values into the code defeats the purposelandley1-22/+4
2006-04-14The link to Bernhard's subversion branch belongs in subversion.html (wherelandley1-5/+0
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley13-137/+137
2006-04-13- remove unneeded include, use shorter boilerplate while at it and alsoaldot4-63/+17
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()aldot12-71/+38
2006-04-12- better wording.aldot1-1/+1
2006-04-12- note to think about eventually ditching vdprintf()aldot1-0/+2
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()aldot12-62/+46
2006-04-12- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot10-28/+50
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()aldot12-22/+33
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot22-218/+99