commit | 56b217117afe70384ea27ba9ecbe0831623e7e48 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Oct 06 12:10:48 2005 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Oct 06 12:10:48 2005 +0000 |
tree | d963d3fc50c71d20964db43601029d2aec0c47ac | |
parent | 14b1c1da9ad7b5078086f821496b828cfd55c06d [diff] |
- 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.