android_external_toybox/toys/pending
2014-02-22 08:01:11 -06:00
..
arping.c arping command is implemented. 2013-12-26 09:34:58 -06:00
brctl.c An implementation for brctl (ethernet bridge control). 2013-12-26 09:37:03 -06:00
compress.c Add crc code: zcat now works. 2014-02-22 08:01:11 -06:00
cpio.c Minor drive-by cleanups to cpio. Whitespace, curly brackets, replace %4 with &3, turn a switch/case into if/else. 2013-12-01 14:34:05 -06:00
dd.c du from Ashwini Sharma. 2013-11-10 18:23:19 -06:00
dhcp.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
dhcpd.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
dumpleases.c toynet.h went away, missed a file... 2013-12-19 15:07:28 -06:00
expr.c Force 64 bit math in expr, from Daniel Verkamp 2013-06-15 00:49:06 -05:00
fdisk.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
find.c Fix find -mtime 2013-04-26 23:15:29 +02:00
fsck.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
ftpget.c Noticed a few differences from standard help messages, plus a small 2013-12-27 08:36:03 -06:00
groupadd.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
groupdel.c Attached is an implementation for groupdel. 2013-12-23 07:23:28 -06:00
gzip.c gzip: alphebetize help entries and remove trailing literal \n, check for command line option groups, move len/dist tables to GLOBALS and calculate instead of including literal tables, collate enum and typedef, convert main to toybox option parsing. 2014-02-02 15:02:15 -06:00
init.c init: don't use VT_OPENQRY. 2014-01-28 17:46:14 -06:00
klogd.c Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently. 2013-08-11 21:56:08 -05:00
last.c Two more commands (last and more) submitted by Ashwini Sharma. 2013-12-23 09:36:14 -06:00
logger.c In logger and syslogd remove duplicated definitions of facilities and priorities 2013-08-19 22:11:22 +02:00
lspci.c This is the preliminary version of lspci text output support (the location 2013-08-07 11:51:26 -05:00
mdev.c Move mdev into the pending directory, since it's not done yet. 2013-03-16 10:54:38 -05:00
mke2fs.c Tweak help text. 2014-02-04 06:20:14 -06:00
mkpasswd.c useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. 2013-10-16 20:41:56 -05:00
more.c Two more commands (last and more) submitted by Ashwini Sharma. 2013-12-23 09:36:14 -06:00
nbd_client.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
netstat.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
pgrep.c Use OPTSTR_command macro for more oldtoys, to avoid keeping two option strings in sync. (todo: figure out how to make OLDTOY() automatically use macro. Still need the raw version for subset ala cp/mv though.) 2013-08-18 16:12:28 -05:00
ps.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
README Explain that code in the "pending" directory isn't necessarily ready for prime time. 2013-03-20 00:59:56 -05:00
route.c The recent switch from get_int_value to to atolx_range left route 2013-12-23 20:58:24 -06:00
sed.c Sed's still just a stub, but clean it up enough so it at least compiles. 2013-02-24 13:48:15 -06:00
sh.c Move some unfinished commands to the "pending" directory. 2013-02-22 11:22:01 -06:00
syslogd.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
tcpsvd.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
telnet.c telnet and telnetd from Ashwini Sharma's guys. 2013-12-23 09:33:48 -06:00
telnetd.c telnet and telnetd from Ashwini Sharma's guys. 2013-12-23 09:33:48 -06:00
test.c Implement test 2013-07-19 01:18:22 +02:00
tftpd.c Fix some issues raised (albeit indirectly) by Isaac Dunham. 2013-12-23 06:49:38 -06:00
top.c top submitted by Ashwini Sharma 2013-10-06 03:12:48 -05:00
traceroute.c Updating the email id in Copyright. 2013-12-23 07:26:22 -06:00
useradd.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
watch.c Rename xmsprintf() to just xmprintf(). 2014-01-16 09:26:50 -06:00
xzcat.c This removes xz_mode. 2013-07-26 13:27:27 -05:00

pending

These commands await additional review and/or cleanup. Code in this directory
may or may not work, some of the commands here are unfinished stubs, others
just need a more thorough inspection than I've had time for yet.