aboutsummaryrefslogtreecommitdiff
path: root/lib/llist.c
AgeCommit message (Expand)Author
2012-11-22Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"...Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...Rob Landley
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2010-01-05Typo fix in comment.Rob Landley
2008-10-23Upgrade patch to detect hunks that start after a false start.Rob Landley
2008-01-20Move dlist_add() to lib/llist.cRob Landley
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley
2006-11-01Linked list functions, forgot to add this to the repository.Rob Landley