aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Split CNL syntax category to avoid a check on state[level].syntaxJilles Tjoelker2018-05-212-5/+7
* sh: Allow unquoted newlines in word in ${param+word} etc.Jilles Tjoelker2018-05-205-1/+27
* sh: Test that backslash-newline within single-quotes is not specialJilles Tjoelker2018-05-112-0/+6
* sh: Don't have [ match any [[:class:]]Jilles Tjoelker2018-04-293-1/+9
* setfacl: style and break main() into manageable piecesEd Maste2018-04-276-238/+258
* expr(1): Fix overflow detection when operand is INTMAX_MINConrad Meyer2018-04-141-4/+2
* setfacl: minor man page edit to appease igor(1)Ed Maste2018-04-111-3/+5
* setfacl: add recursive functionalityEd Maste2018-04-104-82/+160
* Add a "jail" keyword to list the name of a jail rather than its ID.John Baldwin2018-03-134-1/+19
* Change ps(1) output width to unlimited if not interactiveMike Karels2018-03-102-4/+19
* chflags: Add SIGINFO support.Bryan Drewery2018-03-072-3/+26
* chflags: Add -x option to not traverse mount points.Bryan Drewery2018-03-052-6/+13
* .Xr pstat(8), so that people have a chance to learn how to get a listEdward Tomasz Napierala2018-03-021-2/+3
* Revert r314685 in psMike Karels2018-02-281-2/+9
* Capsicumize uuidgen.Mariusz Zaborski2018-02-171-0/+9
* Allow overriding VTABSIZE at compile-time.Bryan Drewery2018-02-131-0/+2
* Add a deprecation warning when using the feature which mounts devicesBrooks Davis2018-02-101-2/+8
* Don't hardcode /usr/bin as the path for mktemp in build toolsAlex Richardson2018-02-062-2/+2
* sh: Refactor job status printing, preparing for -o pipefail and similarJilles Tjoelker2018-02-021-7/+8
* pax(1): Honour the restrict in sigaction().Pedro F. Giffuni2018-01-271-30/+30
* dd(1): Use a local swapbytes() function.Eitan Adler2018-01-261-1/+16
* Remove some KSE references from ps(1).John Baldwin2018-01-232-10/+7
* Fill in ut_id. While it's not relevant to the {OLD,NEW}_TIME entries,Warner Losh2018-01-231-0/+1
* Convert ls(1) to not use libxo(3)Conrad Meyer2018-01-178-235/+108
* stddef.h is not used by cat.c, remove the include.Xin LI2018-01-071-1/+0
* Sanity check sysconf return value to ensure it's positive before weWarner Losh2018-01-061-3/+7
* sh: Move various structs from jobs.h to jobs.cJilles Tjoelker2018-01-012-34/+37
* Fix a few speelling errorsEitan Adler2017-12-281-1/+1
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sh: Don't leak wait* implementation details from jobs.cJilles Tjoelker2017-12-262-7/+6
* sh(1): Markup and spelling fixesJilles Tjoelker2017-12-231-2/+2
* Fix mandoc -Tlint warnings in bin/Benjamin Kaduk2017-12-075-13/+22
* Add "vmaddr" ps(1) keyword.Edward Tomasz Napierala2017-12-012-1/+5
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2096-0/+192
* Add a -r option to print the running kernel version.Dag-Erling Smørgrav2017-11-142-14/+30
* Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..."Enji Cooper2017-11-051-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3137-37/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-317-0/+77
* Undocument "tdnam" (leaving it as an alias), and rename the columnEdward Tomasz Napierala2017-10-092-5/+4
* Fix long name (used by libxo) for the "tdnam" ps(1) keyword.Edward Tomasz Napierala2017-10-091-1/+1
* Document "tdnam" keyword to ps(1), and add "tdname" alias.Edward Tomasz Napierala2017-10-092-1/+5
* Fix kvm_getprocs(3) error reporting in ps(1).Edward Tomasz Napierala2017-10-061-1/+5
* Remove rcmds.Jeremie Le Hen2017-10-069-1260/+0
* Fix Makefile entries from r323275Alan Somers2017-09-294-1/+8
* Ammend bin/cat/cat.c so the output is the same asideSevan Janiyan2017-09-212-10/+10
* Add basic tests for chflags, mkdir, rcp, and rmdirAlan Somers2017-09-0712-0/+274
* Hint that the "-o emul" option for ps(1) shows the ABI.Edward Tomasz Napierala2017-09-071-2/+2
* Make ps(1) flag processes in capsicum(4) capability mode with "C".Edward Tomasz Napierala2017-09-062-1/+7
* Reflect realtime and idle priorities in ps(1) state flags, same likeEdward Tomasz Napierala2017-09-061-2/+2