aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-17Glenn gave permission for GPLv2 "or later".Rob Landley2-15/+4
2006-04-17Patch from Tito to fix printing null and make output look like hdparm 6.3.Rob Landley1-5/+5
2006-04-17Remove a superfluous quote and more non-generic standalone code.Rob Landley1-10/+1
2006-04-17Elf dynamic linker stuff from Rich Felker.Rob Landley1-0/+35
2006-04-17enable udhcp applets again; bad robMike Frysinger1-2/+2
2006-04-16just use the stack to kill memleak and return if user didnt give us anything ...Mike Frysinger1-7/+5
2006-04-16use xmalloc, dont hardcode length of string, and get rid of pointless call to...Mike Frysinger1-3/+2
2006-04-16kill off pointless malloc.h includeMike Frysinger3-3/+0
2006-04-16kill pointless memory.h includesMike Frysinger2-2/+0
2006-04-16add a check for obsolete headersMike Frysinger1-3/+13
2006-04-16- fix typo. Thanks to David Moberg for pointing this out.Bernhard Reutner-Fischer1-1/+1
2006-04-16uncuddle if statementsMike Frysinger1-5/+5
2006-04-16use more boiler plate GPL noticesMike Frysinger7-40/+11
2006-04-16uncuddle bracketsMike Frysinger1-69/+78
2006-04-16add some tests for common typos and for obsolete functionsMike Frysinger1-1/+47
2006-04-16use memmove() instead of bcopy()Mike Frysinger2-12/+12
2006-04-16touchup commentMike Frysinger1-1/+1
2006-04-16use strchr() not index()Mike Frysinger3-5/+5
2006-04-16use memcmp() not bcmp()Mike Frysinger1-2/+2
2006-04-14Remove code for protocols we don't properly support. (Most of this couldRob Landley2-383/+1
2006-04-14Patch from Robert P Day to remove standalone code from httpd. (Busybox hasRob Landley1-64/+0
2006-04-14Busybox is under the GPL.Rob Landley1-7/+6
2006-04-14Hard wiring configuration symbol values into the code defeats the purposeRob Landley1-22/+4
2006-04-14The link to Bernhard's subversion branch belongs in subversion.html (whereRob Landley1-5/+0
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley13-137/+137
2006-04-13- remove unneeded include, use shorter boilerplate while at it and alsoBernhard Reutner-Fischer4-63/+17
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer12-71/+38
2006-04-12- better wording.Bernhard Reutner-Fischer1-1/+1
2006-04-12- note to think about eventually ditching vdprintf()Bernhard Reutner-Fischer1-0/+2
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer12-62/+46
2006-04-12- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer10-28/+50
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer12-22/+33
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer22-218/+99