| Commit message (Expand) | Author | Age | Files | Lines |
* | Update other man pages to match leap second reality | Conrad Meyer | 2018-06-01 | 1 | -3/+3 |
* | sh: Split CNL syntax category to avoid a check on state[level].syntax | Jilles Tjoelker | 2018-05-21 | 2 | -5/+7 |
* | sh: Allow unquoted newlines in word in ${param+word} etc. | Jilles Tjoelker | 2018-05-20 | 5 | -1/+27 |
* | sh: Test that backslash-newline within single-quotes is not special | Jilles Tjoelker | 2018-05-11 | 2 | -0/+6 |
* | sh: Don't have [ match any [[:class:]] | Jilles Tjoelker | 2018-04-29 | 3 | -1/+9 |
* | setfacl: style and break main() into manageable pieces | Ed Maste | 2018-04-27 | 6 | -238/+258 |
* | expr(1): Fix overflow detection when operand is INTMAX_MIN | Conrad Meyer | 2018-04-14 | 1 | -4/+2 |
* | setfacl: minor man page edit to appease igor(1) | Ed Maste | 2018-04-11 | 1 | -3/+5 |
* | setfacl: add recursive functionality | Ed Maste | 2018-04-10 | 4 | -82/+160 |
* | Add a "jail" keyword to list the name of a jail rather than its ID. | John Baldwin | 2018-03-13 | 4 | -1/+19 |
* | Change ps(1) output width to unlimited if not interactive | Mike Karels | 2018-03-10 | 2 | -4/+19 |
* | chflags: Add SIGINFO support. | Bryan Drewery | 2018-03-07 | 2 | -3/+26 |
* | chflags: Add -x option to not traverse mount points. | Bryan Drewery | 2018-03-05 | 2 | -6/+13 |
* | .Xr pstat(8), so that people have a chance to learn how to get a list | Edward Tomasz Napierala | 2018-03-02 | 1 | -2/+3 |
* | Revert r314685 in ps | Mike Karels | 2018-02-28 | 1 | -2/+9 |
* | Capsicumize uuidgen. | Mariusz Zaborski | 2018-02-17 | 1 | -0/+9 |
* | Allow overriding VTABSIZE at compile-time. | Bryan Drewery | 2018-02-13 | 1 | -0/+2 |
* | Add a deprecation warning when using the feature which mounts devices | Brooks Davis | 2018-02-10 | 1 | -2/+8 |
* | Don't hardcode /usr/bin as the path for mktemp in build tools | Alex Richardson | 2018-02-06 | 2 | -2/+2 |
* | sh: Refactor job status printing, preparing for -o pipefail and similar | Jilles Tjoelker | 2018-02-02 | 1 | -7/+8 |
* | pax(1): Honour the restrict in sigaction(). | Pedro F. Giffuni | 2018-01-27 | 1 | -30/+30 |
* | dd(1): Use a local swapbytes() function. | Eitan Adler | 2018-01-26 | 1 | -1/+16 |
* | 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 |