| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some KSE references from ps(1). | John Baldwin | 2018-01-23 | 2 | -10/+7 |
* | Fill in ut_id. While it's not relevant to the {OLD,NEW}_TIME entries, | Warner Losh | 2018-01-23 | 1 | -0/+1 |
* | Convert ls(1) to not use libxo(3) | Conrad Meyer | 2018-01-17 | 8 | -235/+108 |
* | stddef.h is not used by cat.c, remove the include. | Xin LI | 2018-01-07 | 1 | -1/+0 |
* | Sanity check sysconf return value to ensure it's positive before we | Warner Losh | 2018-01-06 | 1 | -3/+7 |
* | sh: Move various structs from jobs.h to jobs.c | Jilles Tjoelker | 2018-01-01 | 2 | -34/+37 |
* | Fix a few speelling errors | Eitan Adler | 2017-12-28 | 1 | -1/+1 |
* | userland: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
* | sh: Don't leak wait* implementation details from jobs.c | Jilles Tjoelker | 2017-12-26 | 2 | -7/+6 |
* | sh(1): Markup and spelling fixes | Jilles Tjoelker | 2017-12-23 | 1 | -2/+2 |
* | Fix mandoc -Tlint warnings in bin/ | Benjamin Kaduk | 2017-12-07 | 5 | -13/+22 |
* | Add "vmaddr" ps(1) keyword. | Edward Tomasz Napierala | 2017-12-01 | 2 | -1/+5 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 96 | -0/+192 |
* | Add a -r option to print the running kernel version. | Dag-Erling Smørgrav | 2017-11-14 | 2 | -14/+30 |
* | Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..." | Enji Cooper | 2017-11-05 | 1 | -1/+1 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 37 | -37/+0 |
* | DIRDEPS_BUILD: Connect new directories. | Bryan Drewery | 2017-10-31 | 7 | -0/+77 |
* | Undocument "tdnam" (leaving it as an alias), and rename the column | Edward Tomasz Napierala | 2017-10-09 | 2 | -5/+4 |
* | Fix long name (used by libxo) for the "tdnam" ps(1) keyword. | Edward Tomasz Napierala | 2017-10-09 | 1 | -1/+1 |
* | Document "tdnam" keyword to ps(1), and add "tdname" alias. | Edward Tomasz Napierala | 2017-10-09 | 2 | -1/+5 |
* | Fix kvm_getprocs(3) error reporting in ps(1). | Edward Tomasz Napierala | 2017-10-06 | 1 | -1/+5 |
* | Remove rcmds. | Jeremie Le Hen | 2017-10-06 | 9 | -1260/+0 |
* | Fix Makefile entries from r323275 | Alan Somers | 2017-09-29 | 4 | -1/+8 |
* | Ammend bin/cat/cat.c so the output is the same aside | Sevan Janiyan | 2017-09-21 | 2 | -10/+10 |
* | Add basic tests for chflags, mkdir, rcp, and rmdir | Alan Somers | 2017-09-07 | 12 | -0/+274 |
* | Hint that the "-o emul" option for ps(1) shows the ABI. | Edward Tomasz Napierala | 2017-09-07 | 1 | -2/+2 |
* | Make ps(1) flag processes in capsicum(4) capability mode with "C". | Edward Tomasz Napierala | 2017-09-06 | 2 | -1/+7 |
* | Reflect realtime and idle priorities in ps(1) state flags, same like | Edward Tomasz Napierala | 2017-09-06 | 1 | -2/+2 |
* | Pacify GCC on mips32 after r322893 | Alan Somers | 2017-08-25 | 1 | -4/+4 |
* | dd(1): Incorrect casting of arguments | Alan Somers | 2017-08-25 | 5 | -25/+25 |
* | Only emit the trailing new line added in r322613 when not operating in quiet | Lawrence Stewart | 2017-08-24 | 1 | -1/+1 |
* | The r322210 change to pgrep's PID delimiting behaviour causes pgrep's default | Lawrence Stewart | 2017-08-17 | 1 | -0/+2 |
* | Add supporting changes for `Add limited sandbox capability to "make check"` | Enji Cooper | 2017-08-14 | 15 | -0/+15 |
|\ |
|
| * | MFhead@r321960 | Enji Cooper | 2017-08-02 | 1 | -0/+17 |
| |\ |
|
| * | | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 12 | -0/+12 |
| * | | MFhead@r321912 | Enji Cooper | 2017-08-02 | 13 | -37/+13 |
| |\ \ |
|
| * | | | Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiom | Enji Cooper | 2017-08-02 | 3 | -3/+4 |
* | | | | sh: Add test for sh -c with missing command string. | Jilles Tjoelker | 2017-08-13 | 2 | -0/+4 |
* | | | | sh: Add tests for sh -c that already pass. | Jilles Tjoelker | 2017-08-12 | 6 | -0/+41 |
* | | | | cat: fix build with -DNO_UDOM_SUPPORT | Ed Maste | 2017-08-09 | 1 | -1/+1 |
* | | | | df(1): Add --si as an alias for -H | Kyle Evans | 2017-08-09 | 2 | -3/+11 |
* | | | | pgrep naively appends the delimiter to all PIDs including the last | Lawrence Stewart | 2017-08-08 | 1 | -2/+5 |
* | | | | Don't check result of chflags in f_flag_cleanup() | Enji Cooper | 2017-08-05 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Always use first parameter passed to get_filesystem(..) instead of discarding it | Enji Cooper | 2017-08-02 | 1 | -1/+3 |
* | | | Add expected failures for ZFS | Enji Cooper | 2017-08-02 | 1 | -0/+15 |
| |/
|/| |
|
* | | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 13 | -39/+13 |
|/ |
|
* | Use the "tree" word in ps(1) -d option description, to make it easier | Edward Tomasz Napierala | 2017-07-22 | 1 | -2/+2 |
* | date: avoid crash on invalid time | Ed Maste | 2017-07-20 | 1 | -4/+8 |
* | sh: Remove broken #ifdef NOHACK code (related to sh -c). | Jilles Tjoelker | 2017-07-18 | 1 | -7/+2 |