Age | Commit message (Expand) | Author |
2017-01-31 | ps bugfix: len of TTY field doesn't include null terminator, so memmove should | Rob Landley |
2017-01-30 | Improve file's ELF parsing. | Elliott Hughes |
2017-01-28 | Tweak -w help text to clarify that it prevents truncating _any_ fields, not | Rob Landley |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes |
2017-01-28 | Whitespace. | Rob Landley |
2017-01-28 | top -H is more useful if it shows thread names. | Elliott Hughes |
2016-12-25 | Fix a bug for sort. When the key_separator is not space, the sort commandline... | wxj |
2016-12-20 | Add units for -atime and friends. (Also legacy -amin alias, but not in help text | Rob Landley |
2016-12-09 | Pass DIRTREE_PROC through the ps callbacks. | Elliott Hughes |
2016-12-08 | Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. | Rob Landley |
2016-11-21 | Have dirtree_notdotdot() pass through !node->parent so . and .. on the command | Rob Landley |
2016-11-18 | "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. | Rob Landley |
2016-11-08 | Josh Gao pointed out that chmod -R . (and ..) didn't work. | Rob Landley |
2016-11-02 | Fix control flow integrity check failure in ps. | Evgenii Stepanov |
2016-10-26 | Izabera pointed out that split -b -l are exclusive. | Rob Landley |
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 |