Age | Commit message (Expand) | Author |
2016-10-20 | Add special "touch -" behavior and require an argument. | Rob Landley |
2016-10-19 | More touch tests, and a fix found by one. (The three -t formats can only | Rob Landley |
2016-10-18 | Unify touch -t and -d handling, allow posix's underspecified "time designator" | Rob Landley |
2016-10-12 | Stop renaming the ADDR field to PC on Android. | Elliott Hughes |
2016-10-09 | Izabera pointed out that ls defaults to -q when output is a tty. | Rob Landley |
2016-10-08 | Teach ps -w not to truncate any fields. | Rob Landley |
2016-10-08 | Evgenii Stepanov found a bug where argv0len was set wrong for threads | Rob Landley |
2016-10-01 | du: 32 bit systems were maxing out at 2GB when they should max out at 2TB | Rob Landley |
2016-10-01 | Move --version handling next to --help handling, so it applies to all commands. | Rob Landley |
2016-09-29 | Accept extra ps arguments as additional pids. | Elliott Hughes |
2016-09-28 | Show thread names with "ps -T" on Android. | Elliott Hughes |
2016-09-14 | Fix ls -lh. | Elliott Hughes |
2016-09-13 | Add ar archive support to file. | Elliott Hughes |
2016-09-13 | Add -h and -L to file. | Elliott Hughes |
2016-09-11 | Izabera pointed out that "file -" was inconsistent (calling stat on "-" but | Rob Landley |
2016-09-06 | Teach sed s/// how to handle [:space:] type sequences. | Rob Landley |
2016-09-05 | Replace loopfiles' failok with WARN_ONLY open flag. | Rob Landley |
2016-09-03 | Move genericish function to lib. | Rob Landley |
2016-08-27 | Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu. | Rob Landley |
2016-08-27 | Remove some redundancy and unnecessary xprintf(). | Rob Landley |
2016-08-27 | Fix ls -sh. | Elliott Hughes |
2016-08-18 | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number | Rob Landley |
2016-08-13 | Document deviations from posix for echo. | Rob Landley |
2016-08-13 | Add TOYFLAG_NOHELP to disable --help processing for individual commands, | Rob Landley |
2016-08-13 | Move getusername/getgroupname to lib. (Return name or string representation | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-08-01 | Fix touch(1) date parsing on tzcode-derived systems. | Elliott Hughes |
2016-07-26 | Move regexec0 into lib (regexec that takes length and matches after NUL). | Rob Landley |
2016-07-23 | Usischev Yury pointed out that id shouldn't use exit() directly. | Rob Landley |
2016-07-23 | Usischev Yury pointed out a use after free error. | Rob Landley |
2016-07-13 | Increase ps' default RSS and VSIZE widths. | Elliott Hughes |
2016-07-12 | Implement NOP find -noleaf | Rob Landley |
2016-07-05 | Don't try to guess the build id type in file(1). | Elliott Hughes |
2016-07-04 | Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix | Rob Landley |
2016-07-03 | Promote file. | Rob Landley |
2016-06-30 | Add patch -d and --dry-run | Rob Landley |
2016-06-30 | Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. | Rob Landley |
2016-06-29 | Remove unused argument from do_lines() | Rob Landley |
2016-06-28 | Fix a "may be used uninitialized". | Rob Landley |
2016-06-17 | Make it clearer that CMD is the thread name. | Elliott Hughes |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-06-15 | The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 | Rob Landley |
2016-06-10 | Shuffle arguments around (TNAME->NAME->COMM->CMD), working around posix | Rob Landley |
2016-06-10 | Revert commit e02e41373ea3, we're always initializing the TNAME string | Rob Landley |
2016-06-10 | HACK: restore Android ps behavior. | Elliott Hughes |
2016-06-09 | Fix dangling link after cp command | Kyungsik Lee |
2016-06-08 | Fix ps bug, last field wasn't expanding to width. | Rob Landley |
2016-06-08 | Change the TNAME behavior to "Show parent argv[0]. If that's blank, showour a... | Rob Landley |
2016-06-07 | Izabera pointed out that cmp -ls are contradictory. | Rob Landley |
2016-06-04 | Basic success/failure return from pgrep/pkill. | Elliott Hughes |