aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* ls(1): Add --color=whenKyle Evans2018-08-175-13/+163
* ls(1): Fix color env var checkingKyle Evans2018-08-161-2/+25
* Revert parts of r337849 and r337857Brad Davis2018-08-154-79/+2
* dd(1): Kill off duplicate progress definition following r337865Kyle Evans2018-08-151-1/+0
* dd: Incorporate some changes from imp for status=progressKyle Evans2018-08-155-31/+32
* Fix build after r337849Brad Davis2018-08-152-4/+5
* Move all sh and csh files into bin/sh/ or bin/csh/Brad Davis2018-08-159-1/+131
* ls(1): Enable colors with COLORTERM is set in the environmentKyle Evans2018-08-082-3/+13
* dd: add status=progress supportKyle Evans2018-08-086-2/+59
* date(1): Add ISO 8601 formatting optionConrad Meyer2018-08-043-11/+219
* Describe how to prevent *.core files from being created using ulimit.Mateusz Piotrowski2018-07-191-28/+24
* sh: Don't treat % specially in CDPATHJilles Tjoelker2018-07-156-26/+59
* sh: Don't use padvance() for MAIL/MAILPATHJilles Tjoelker2018-07-151-14/+16
* Stop building intermediate .o files.Bryan Drewery2018-06-271-9/+2
* Don't use CCACHE for linking.Bryan Drewery2018-06-271-1/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-194-4/+4
* pwd: mark usage as deadEitan Adler2018-06-171-1/+1
* ps(1): fix some nitsEitan Adler2018-06-132-5/+3
* Add an example to the chflags(1) man page.Edward Tomasz Napierala2018-06-121-1/+6
* Update other man pages to match leap second realityConrad Meyer2018-06-011-3/+3
* 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