aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* rm(1): Formalize non-functional status of -P flagConrad Meyer2018-11-102-137/+15
* sh: Unify EXERROR and EXEXECJilles Tjoelker2018-11-097-44/+25
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-4/+3
* Drop ed(1) "crypto"Conrad Meyer2018-11-048-467/+10
* Avoid copying a struct stat for acl_from_stat() calls.Mark Johnston2018-11-011-11/+11
* ps(1): Pet mandoc and igorMateusz Piotrowski2018-10-311-7/+8
* ps(1): Add a standard exit status sectionMateusz Piotrowski2018-10-311-1/+3
* sh: Use exitstatus instead of exerrno to pass EXEXEC statusJilles Tjoelker2018-10-275-13/+10
* Don't set NFSv4 ACL inheritance flags on non-directories.Mark Johnston2018-10-262-14/+71
* Don't print pathconf() errors if the target file doesn't exist.Mark Johnston2018-10-261-2/+2
* Avoid leaking memory in error paths.Mark Johnston2018-10-261-10/+11
* stty.1: Document kern.tty_info_kstacks behavior (r339471)Conrad Meyer2018-10-201-1/+8
* dd(1): Correct padding in status=progressKyle Evans2018-09-131-3/+3
* Fix unlink(1) for files starting with -Ed Maste2018-09-126-9/+79
* sh: Fix formal overflow in pointer arithmeticJilles Tjoelker2018-09-051-2/+2
* Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.Brad Davis2018-08-294-2/+76
* Fix the install of /root/.login missed as part of r337849.Brad Davis2018-08-281-1/+4
* ls(1): Gate the do_color_* definitions behind COLORLSKyle Evans2018-08-181-0/+2
* ls(1): Support other aliases for --color arguments used by GNU ls(1)Kyle Evans2018-08-182-4/+48
* 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