android_external_toybox/lib
2013-09-11 12:09:53 -05:00
..
args.c Fix [-group] argument dropping. 2013-09-09 02:44:02 -05:00
bunzip.c Eliminate leaked global bunzip_errors. 2013-04-26 01:47:59 -05:00
dirtree.c This inlines CRC64, and nothing more. 2013-07-06 11:26:15 -05:00
getmountlist.c Allow getmountlist to read fstab too. 2013-08-30 17:34:24 -05:00
help.c Fix conflicting types for show_help(). 2013-04-29 10:53:09 -05:00
lib.c Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. 2013-09-03 17:56:28 -05:00
lib.h Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) 2013-09-11 12:09:53 -05:00
llist.c Adjust patch to use dlist_pop() 2013-09-09 05:26:52 -05:00
net.c Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c and move xsocket() to it. 2013-04-26 02:41:05 -05:00
password.c 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. 2012-11-13 17:14:08 -06:00
pending.c Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) 2013-09-11 12:09:53 -05:00
portability.c 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. 2012-11-13 17:14:08 -06:00
portability.h Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. 2013-03-11 22:23:46 -05:00
xregcomp.c 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. 2012-11-13 17:14:08 -06:00
xregcomp.h Add sync and an incomplete version of mdev. 2007-04-23 15:45:55 -04:00
xwrap.c Fix for xpidfile spotted by Felix Janda. 2013-09-06 04:45:36 -05:00