Age | Commit message (Expand) | Author |
2017-02-18 | Ascii only showed 15 rows instead of 16 and spacing was wrong for 96-100. | Rob Landley |
2017-02-07 | Add ascii: display ascii table. | Rob Landley |
2017-02-04 | Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use | Rob Landley |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes |
2017-01-28 | Whitespace. | Rob Landley |
2016-12-30 | Remove unnecessary casts in stat.c, fix a claimed buffer length. | Elliott Hughes |
2016-12-26 | Move hostid to toys/example and have it "default n". | Rob Landley |
2016-11-21 | Have dirtree_notdotdot() pass through !node->parent so . and .. on the command | Rob Landley |
2016-10-25 | Add fallocate -o. | Elliott Hughes |
2016-10-22 | Tweak help text. | Rob Landley |
2016-10-20 | Close to cutting a release and I don't want to have setfattr in defconfig | Rob Landley |
2016-09-28 | Make setns depend on TOYBOX_CONTAINER probed value. | Rob Landley |
2016-09-05 | Replace loopfiles' failok with WARN_ONLY open flag. | Rob Landley |
2016-08-20 | Promote setfattr | Rob Landley |
2016-08-18 | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number | Rob Landley |
2016-08-16 | Add length modifier to date escapes, and length sanity check. | Rob Landley |
2016-08-15 | Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G to | Rob Landley |
2016-08-11 | Matthias Urhahn pointed out that %b returns hardwired 512 byte units | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-07-29 | Izabera reporeted that FLAG_v was never checked in timeout. (Oops.) | Rob Landley |
2016-07-05 | Implement xxd -s. | Elliott Hughes |
2016-07-03 | Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory. | Rob Landley |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-06-12 | Finish switching to dev_major/dev_minor. | Elliott Hughes |
2016-05-16 | Add stat -tL and -c %m%t%T. | Rob Landley |
2016-04-23 | Fiz bzcat segfault reported by John Regehr (bad crc didn't set error message). | Rob Landley |
2016-04-14 | Andy Chu pointed out an out of bounds access for zero length lines. | Rob Landley |
2016-03-23 | Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fall | Rob Landley |
2016-03-22 | blkid: Handle short/empty vfat labels; update tests | Samuel Holland |
2016-03-15 | Add base64.test, and Izabera pointed out that -w0 should disable wrapping. | Rob Landley |
2016-03-13 | factor: use long long math (64 bit on 32 bit platforms) and handle negative | Rob Landley |
2016-03-03 | Fix bzcat integer overflow reported by John Regehr. | Rob Landley |
2016-03-02 | Fix base64 so == wraps properly. | Rob Landley |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-03-01 | SYS_finit_module isn't there on Ubuntu 12.04 because it was only added to the | Rob Landley |
2016-02-25 | Fix more warnings on 32 bit builds. | Rob Landley |
2016-02-19 | Implement "insmod -". | Elliott Hughes |
2016-02-19 | Help text update from Isaac Dunham, tweaked slightly. | Rob Landley |
2016-02-19 | Add xxd -p and -r. | Elliott Hughes |
2016-02-10 | use unsigned long with factor | izabera |
2016-01-31 | Fix blkid typo (label wasn't detected in murderfs). | Rob Landley |
2016-01-27 | long opts and -f for unshare | izabera |
2016-01-17 | Extend utf8 fontmetrics so ps can use them. | Rob Landley |
2016-01-17 | Add -L label and UUID support to mkswap. | Rob Landley |
2016-01-17 | Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD. | Rob Landley |
2016-01-16 | Add swapon -d (discard) | Rob Landley |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2016-01-07 | Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-29 | Add strafter() to lib. | Rob Landley |