aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-16Make md5 calculation always go through an the buffer so that A) we don'tlandley1-1/+1
2006-05-15Remove some out of date bits.landley1-7/+2
2006-05-15The one line fix to Bernhard Fischer's "profoundly".landley1-1/+0
2006-05-15- patch from Robert P. J. Day to use filter instead of findstring.aldot1-2/+2
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier4-4/+4
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier19-19/+19
2006-05-13fix whitespacevapier1-1/+1
2006-05-12Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.landley1-0/+1
2006-05-12implement -print0 for findpgf3-1/+24
2006-05-12Autodetect parts of a multipart file, from Robert P. Day's suggestion.landley1-19/+10
2006-05-11Busybox is licensed under GPLv2 or later. Shipping another license with thelandley1-504/+0
2006-05-11Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticelandley1-2/+3
2006-05-11Tabs weren't lining up in the help text.landley1-2/+1
2006-05-11More about configuring busybox.landley1-12/+64
2006-05-11Rename the devfs device names option so it doesn't bite people so often.landley1-2/+4
2006-05-11Patch from Vladamir Oleynik, reducing memory consumption.landley1-1/+1
2006-05-11Remove reference to programming.html, update description of FAQ.landley1-8/+3
2006-05-11Reorganize FAQ, update a few entries, and consolidate with programming.html.landley2-727/+758
2006-05-11back out default implicit %.o rule for nowvapier1-3/+0
2006-05-11move the dir related rules to the end so the E2FSPROGS_AR rule is the defaultvapier1-15/+15
2006-05-11dont use tabs peoplevapier1-12/+12
2006-05-11fix no previous prototype warningvapier1-0/+1
2006-05-11fix no previous prototype warningvapier1-0/+1
2006-05-11typecast bbig to kill format warningsvapier1-3/+3
2006-05-11renamevapier1-0/+0
2006-05-11remove files not related to busyboxvapier22-1677/+0
2006-05-10add implicit rule for %.a to help debugging in subdirsvapier1-0/+8
2006-05-10Shut up the warning "implicit declaration of strlen".landley1-0/+1
2006-05-10accept() takes a socklen_t, not an intvapier1-1/+2
2006-05-10fix whitespace in comment examplevapier1-1/+1
2006-05-10some more useful debug info from Jason Holdenvapier1-1/+5
2006-05-10add a default .o rule for easier debugvapier1-0/+3
2006-05-10- add helptext for --retriesaldot1-0/+1
2006-05-10touchup whitespace/english a bit morevapier1-3/+2
2006-05-10whitespace between if and (vapier1-5/+5
2006-05-10- typo in error-message: s/algotithm/algorithmaldot1-16/+16
2006-05-10clean more filesvapier1-3/+4
2006-05-09Replace isnan() and isinf() with inline tests so uClibc doesn't want us tolandley1-6/+8
2006-05-09Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.maklandley2-13/+31
2006-05-09- fix bug in make help introduced by landley in r15022:aldot1-1/+1
2006-05-09Convert sed's static variables to a single global structure.landley1-123/+130
2006-05-08Move sed over to the generic llist_t for append. Saves about 90 bytes.landley1-27/+9
2006-05-08Make bloatcheck work when building out of tree.landley1-1/+1
2006-05-08- fix buildaldot1-2/+9
2006-05-08Fiddling with llist to make memory management easier. Specifically, thelandley5-16/+27
2006-05-08Tweak suggested by Matt Mackall when I submitted the bloat-o-meter changeslandley1-3/+2
2006-05-08The changes svn 14960 made to Rules.mak broke building out of treelandley1-6/+0
2006-05-08The if() is cheaper than the extra function parameter. According to makelandley1-26/+26
2006-05-08Remove a link that leaked in from the pending llist_t changes.landley1-1/+1
2006-05-08re-enable udhcp in a few more placesvapier2-2/+3