Age | Commit message (Expand) | Author |
2018-10-27 | Zach Van Rijn asked for "find -empty". | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-21 | Move start_redraw() to lib/ and have ps.c (top) use it. | Rob Landley |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2018-10-07 | Fix getconf build for musl. | Rob Landley |
2018-10-06 | getconf: add missing names used by AOSP. | Rob Landley |
2018-10-06 | Say undefined for sysconf/pathconf -1, remove goto, help text tweak, | Rob Landley |
2018-10-06 | date: fix some tests. | Elliott Hughes |
2018-10-05 | getconf: add pathconf(3) variables. | Elliott Hughes |
2018-10-05 | getconf: fix glibc NPROCESSORS_ONLN. | Elliott Hughes |
2018-09-16 | file: remove %s with no corresponding argument. | Rob Landley |
2018-09-15 | Add .bmp supoprt to file(1). | Elliott Hughes |
2018-09-15 | Add .wav support to file(1). | Elliott Hughes |
2018-08-31 | Convert option style. | Rob Landley |
2018-08-26 | Add binary file detection to grep. | Rob Landley |
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley |
2018-08-26 | Remove ls sub-option: always support --color. | Rob Landley |
2018-08-25 | Convert more argument variables in GLOBALS() to new style. | Rob Landley |
2018-08-25 | Coding style change: 1) Use argument letter for variable names filled out by | Rob Landley |
2018-08-19 | Comment tweak. | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-08-04 | wc: fix the column width heuristics even further. | Elliott Hughes |
2018-08-04 | file: slightly improve .class, add .dex. | Elliott Hughes |
2018-07-28 | Check for integer overflow in pathologically broken elf files by moving the | Rob Landley |
2018-07-18 | ps.c cleanups after help text reshuffle. | Rob Landley |
2018-07-18 | Factor out "ps -o help" to show fields, move help text into -o type array, | Rob Landley |
2018-07-09 | Fix wc column widths. | Elliott Hughes |
2018-06-14 | Fix cut -DF as awk replacement by not matching delimiterless lines with -D | Rob Landley |
2018-06-14 | Change do_lines() semantics to end with a callback(0,0) to indicate EOF, | Rob Landley |
2018-06-12 | top: remove flicker in interactive mode. | Elliott Hughes |
2018-06-12 | top: running processes are shown in bold. | Elliott Hughes |
2018-06-02 | Convert more ps help text to two columns. | Rob Landley |
2018-05-27 | Teach "file -" to recognize ELF files, add bounds checking and comments. | Rob Landley |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-04-23 | Don't include spurious '\r's in `top -b` output. | Elliott Hughes |
2018-04-18 | Add the flags linux kernel build checks for. | Rob Landley |
2018-04-13 | Add getconf. | Rob Landley |
2018-04-12 | Fix "cp -p" doesn't preserve timestamps bug | Minghui Liu |
2018-04-08 | Add cp --parents | Rob Landley |
2018-04-08 | Add mkpath() for common case of mkpathat(), and #define magic constants. | Rob Landley |
2018-03-19 | Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbing | Rob Landley |
2018-02-22 | Bugfix, facility values are <<3 in the headers. | Rob Landley |
2018-02-18 | Work around a musl-libc bug that has facilitynames/prioritynames in headers | Rob Landley |
2018-02-10 | Fix ps -T again, but this time read files from tid directory, not pid. | Rob Landley |
2018-02-10 | Rename struct strawberry -> struct ofields, and carveup -> procpid. | Rob Landley |
2018-02-09 | Andreas Gampe suggested a different fix. | Rob Landley |
2018-02-08 | Thinko pointed out by Andreas Gampe (causing segfaults in top, oops). | Rob Landley |
2018-02-04 | Add crc32. | Rob Landley |
2018-01-24 | Revert the ps -T thing until I understand what Elliott wants. | Rob Landley |
2018-01-15 | Fix "ps -T 1234" to show thread belonging to that PID. | Rob Landley |