android_external_toybox/lib
Rob Landley 035f27ae4d Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case.
(This code was originally written for mke2fs, and applies to block devices. The regular file case should just return the length from stat. The ioctl is left commented out in case I want to add back code to check the size of CDROMs without spinning them up again; not sure the sector size is always right these days.)
2013-08-08 02:46:45 -05:00
..
args.c Cleanup renice and implement '|' (required option) in argument parsing. 2013-07-31 03:24:58 -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 Silence warning and comment a subtle bit. 2013-05-14 20:22:23 -05:00
help.c Fix conflicting types for show_help(). 2013-04-29 10:53:09 -05:00
lib.c Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case. 2013-08-08 02:46:45 -05:00
lib.h Forgot to check in xfdopen(). My bad. 2013-08-07 12:19:51 -05:00
llist.c 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(). 2012-11-22 21:18:09 -06: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 New stuff added to lib.c needs review too, so make a lib/pending.c and move several functions to it. 2013-07-14 22:12:22 -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 Forgot to check in xfdopen(). My bad. 2013-08-07 12:19:51 -05:00