- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 6 Oct 2005 12:10:48 +0000 (12:10 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 6 Oct 2005 12:10:48 +0000 (12:10 -0000)
commit56b217117afe70384ea27ba9ecbe0831623e7e48
treed963d3fc50c71d20964db43601029d2aec0c47ac
parent14b1c1da9ad7b5078086f821496b828cfd55c06d
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
- change llist_add_to_end as proposed by vodz in http://busybox.net/lists/busybox/2005-September/016411.html
- remove unneeded includes, add short boilerplate and copyright to llist.c
- move COMM_LEN from find_pid_by_name to libbb.h and use it in procps_status_t
- add reverse_pidlist() to find_pid_by_name. Will be needed for pidof.
include/libbb.h
libbb/find_pid_by_name.c
libbb/llist.c