android_external_toybox/toys/lsb
Elliott Hughes 412054cff0 md5sum.c: simplify the table setup slightly.
I don't think it was wrong before, but the strchr() in particular left
me scratching my head. This formulation is slightly cheaper and seems
more obviously correct.

(Unrelated but nearby, I don't understand why anyone would ever want to
calculate these tables at runtime, so this seems like another
unnecessary CFG_TOYBOX_FLOAT to me, though an unusual one where we might
want to _remove_ the floating-point code.)
2021-06-09 18:41:59 -05:00
..
dmesg.c dmesg.c: fix off-by-one. 2021-06-09 00:26:37 -05:00
gzip.c gzip: reject non-gzip files in zlib path. 2019-12-22 23:10:43 -06:00
hostname.c hostname: fix error reporting. 2019-10-12 17:15:54 -05:00
killall.c killall: implement -w. 2019-07-25 21:41:03 -05:00
md5sum.c md5sum.c: simplify the table setup slightly. 2021-06-09 18:41:59 -05:00
mknod.c Convert more GLOBALS argument vars to the new single letter code style. 2018-11-17 18:25:08 -06:00
mktemp.c Allow --tmpdir's argument to be optional. 2019-09-17 06:00:14 -05:00
mount.c Fix various typos. 2020-03-13 00:52:32 -05:00
passwd.c Improve help consistency. 2019-03-02 14:12:24 -06:00
pidof.c pidof: fix default behavior, add -x. 2019-07-12 13:18:11 -05:00
README Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. 2014-04-25 05:50:00 -05:00
seq.c Add lots of "static" annotations, make a couple things use FLAG() macros, etc. 2021-02-07 17:19:44 -06:00
su.c Fix various typos. 2020-03-13 00:52:32 -05:00
sync.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
umount.c Clean up some --help formatting. 2018-12-04 17:08:19 -06:00

Linux Standard Base commands

Commands defined in the Linux Standard Base 4.1:
http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html

Downloadable as one big file from:
http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html