summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2011-05-16main: free suid_config list after useDenys Vlasenko3-35/+36
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko6-34/+17
2009-01-13libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko1-36/+18
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko12-5745/+4698
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko10-55/+53
2007-03-06ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko3-12/+45
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko8-10/+26
2007-02-04- indentBernhard Reutner-Fischer1-9/+20
2006-10-25wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko4-53/+75
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"36-404/+36
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley16-57/+42
2006-05-26Slight sanity fix: data is void *, not char *. And it's called dataRob Landley2-5/+5
2006-05-11Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticeRob Landley1-2/+3
2006-05-08Fiddling with llist to make memory management easier. Specifically, theRob Landley5-16/+27
2006-03-16Random in-passing tweak.Rob Landley1-6/+2
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-10-06- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer3-32/+73
2005-09-29- rename llist_add_to.c to llist.cBernhard Reutner-Fischer4-40/+53