android_external_toybox/toys/other
2013-12-27 21:14:57 -06:00
..
acpi.c Cleanup on acpi, switch to default y. 2013-09-09 11:39:18 -05:00
blkid.c When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. 2013-12-04 22:58:42 -06:00
bzcat.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
catv.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
chroot.c Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. 2013-07-18 18:20:03 -05:00
chvt.c Cleanup chvt 2013-10-08 15:58:08 -05:00
clear.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
count.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
dos2unix.c Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. 2013-01-02 02:00:35 -06:00
eject.c Eject cleanups. 2013-07-11 22:38:29 -05:00
fallocate.c New toy: fallocate 2013-08-09 20:46:02 +02:00
free.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
hello.c Don't permute toys.optargs, cleanup code (xexec()) can free it. 2013-12-19 21:38:12 -06:00
help.c Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure. 2013-04-14 21:43:22 -05:00
ifconfig.c Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 netmask" would segfault. Replace it with an error_exit(), see list for aesthetic issue this raises re: help text. 2013-12-22 20:15:54 -06:00
insmod.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
login.c Fix some issues raised (albeit indirectly) by Isaac Dunham. 2013-12-23 06:49:38 -06:00
losetup.c Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure. 2013-04-14 21:43:22 -05:00
lsmod.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
lsusb.c Tighten up lsusb, default to "y". 2013-05-14 20:42:54 -05:00
mkswap.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
modinfo.c add paramtype in to the list of tags 2013-07-10 21:26:49 -05:00
mountpoint.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
netcat.c Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. 2013-11-02 14:24:33 -05:00
oneit.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
pivot_root.c Add pivot_root. 2013-06-18 18:13:06 -05:00
pmap.c Don't permute toys.optargs, cleanup code (xexec()) can free it. 2013-12-19 21:38:12 -06:00
printenv.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
pwdx.c Don't permute toys.optargs, cleanup code (xexec()) can free it. 2013-12-19 21:38:12 -06:00
readahead.c Add readahead. 2013-02-24 12:51:40 -06:00
readlink.c Switch readlink on by default, and fill out readlink.test. 2013-01-17 23:18:03 -06:00
README Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts. 2012-12-08 21:10:10 -06:00
realpath.c Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. 2013-01-02 02:00:35 -06:00
reboot.c Minor cleanup of reboot 2013-10-17 14:43:38 -05:00
rev.c Refactoring broke rev 2012-12-22 11:44:21 +01:00
rmmod.c Use basename() where appropriate. 2013-01-05 00:44:24 -06:00
setsid.c Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. 2013-07-18 18:20:03 -05:00
stat.c Don't pad stat's %a field. 2013-09-04 19:09:00 -05:00
swapoff.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
swapon.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
switch_root.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
tac.c Fix tac to handle the "abc\ndef" case properly 2012-12-22 11:50:11 +01:00
taskset.c Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. 2013-07-18 18:20:03 -05:00
timeout.c Add timeout, factoring out common code from sleep. 2013-07-17 17:22:46 -05:00
truncate.c Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. 2013-01-02 02:00:35 -06:00
unshare.c PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. 2013-08-29 17:55:46 -05:00
uptime.c I noticed the user count was missing and added this, borrowing a bit of code from toys/posix/who.c. 2013-10-26 12:59:28 -05:00
usleep.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
vconfig.c Sceond cleanup pass on vconfig 2013-11-02 15:10:55 -05:00
vmstat.c Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so much. 2013-12-27 21:14:57 -06:00
w.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
which.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
whoami.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
yes.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

Other commands

These are commands not present in Posix or LSB.

Most of them are necessary to provide a development environment capable of
booting a system image and building Linux From Scratch under it.

Tested with Aboriginal Linux system image and the lfs-bootstrap.hdc automated
build control image for Linux From Scratch 6.8):

  http://landley.net/aboriginal

  http://landley.net/aboriginal/control-images