Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2005-10-06 | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | Bernhard Reutner-Fischer | |
- 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. | |||
2005-09-29 | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer | |
- move llist_add_to_end() from ifupdown.c to libbb/llist.c |