Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
toybox
/
b5f97805cee1daab12641ad8927d0539aa0d99ac
/
lib
/
llist.c
dc64025
Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction.
by Rob Landley
· 10 years ago
e604d53
Add free functions for predefined llist types.
by Rob Landley
· 10 years ago
bb215e4
Adjust patch to use dlist_pop()
by Rob Landley
· 11 years ago
5f57bcc
Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.)
by Rob Landley
· 11 years ago
fe91e68
Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more" answers what question, exactly?), rewrite xabspath() to work right and not depend on realpath, fix subtle longstanding bug in llist_traverse().
by Rob Landley
· 12 years ago
7aa651a
Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
by Rob Landley
· 12 years ago
9e2b6db
Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free.
by Rob Landley
· 12 years ago
2c48247
Redo tail to use optargs and optionally support lseek. Add support to optargs and llist.c, plus add a test suite entry. Still no -f support though.
by Rob Landley
· 13 years ago
53c7504
Typo fix in comment.
by Rob Landley
· 15 years ago
bdf037f
Upgrade patch to detect hunks that start after a false start.
by Rob Landley
· 16 years ago
6ef04ef
Move dlist_add() to lib/llist.c
by Rob Landley
· 17 years ago
0a04b3e
Implement which. Add hello world to menuconfig. Wrap the various applet main
by Rob Landley
· 18 years ago
15bdc11
Linked list functions, forgot to add this to the repository.
by Rob Landley
· 18 years ago