| Commit message (Expand) | Author | Age | Files | Lines |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -6/+6 |
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -1/+0 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko | 2007-04-08 | 1 | -11/+12 |
* | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | 2007-03-06 | 1 | -8/+27 |
* | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | 2007-02-17 | 1 | -1/+1 |
* | - indent | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -9/+20 |
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | 2006-10-25 | 1 | -0/+14 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -8/+0 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer | 2006-09-13 | 1 | -1/+1 |
* | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" | 2006-07-10 | 1 | -0/+1 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -18/+10 |
* | Slight sanity fix: data is void *, not char *. And it's called data | Rob Landley | 2006-05-26 | 1 | -3/+3 |
* | Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice | Rob Landley | 2006-05-11 | 1 | -2/+3 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 1 | -10/+21 |
* | Random in-passing tweak. | Rob Landley | 2006-03-16 | 1 | -6/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -4/+4 |
* | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | Bernhard Reutner-Fischer | 2005-10-06 | 1 | -13/+41 |
* | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer | 2005-09-29 | 1 | -0/+43 |