index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
llist.c
Age
Commit message (
Expand
)
Author
2011-05-16
main: free suid_config list after use
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-04-13
move llist_find_str from modutils to libbb
Denis Vlasenko
2009-01-13
libbb: shrink linked list ops (by xmaks AT email.cz)
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-13
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-03-06
ifupdown: code to deconstruct the state_list gracefully
Denis Vlasenko
2007-02-17
sort: fix multiple -k (was ignoring all except last)
Denis Vlasenko
2007-02-04
- indent
Bernhard Reutner-Fischer
2006-10-25
wget: wget $'-\207' ... should not be allowed to work. ever. :)
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko
2006-09-13
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-05-26
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
Slight sanity fix: data is void *, not char *. And it's called data
Rob Landley
2006-05-11
Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice
Rob Landley
2006-05-08
Fiddling with llist to make memory management easier. Specifically, the
Rob Landley
2006-03-16
Random in-passing tweak.
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-10-06
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
Bernhard Reutner-Fischer
2005-09-29
- rename llist_add_to.c to llist.c
Bernhard Reutner-Fischer