summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify that csh's -f flag is not just about .cshrc.millert2020-07-081-6/+4
* Add support for set -o pipefailjca2020-07-074-7/+41
* Always print the directory name in -R mode; matches historical behavior.millert2020-07-061-2/+2
* Fix skipping of directories that begin with a '.' in -R mode.millert2020-07-061-2/+4
* Fix the exit code when eval()uating a || compound list, it wouldbenno2020-05-221-1/+7
* Change install images called *.fs to *.img. These are UFS filesystem images,deraadt2020-05-171-3/+3
* Use proper function pointer type instead of void *jca2020-05-081-5/+7
* in case we can't create intermediate directories because of permissions,espie2020-03-232-7/+9
* sleep(1): style(9) and other dustingcheloha2020-02-251-20/+17
* Enforce that TMOUT is an integer literal to prevent command execution fromtb2020-02-211-1/+5
* get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@schwarze2020-02-141-5/+5
* Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm,schwarze2020-02-141-28/+18
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* drop historical section number as was done in psjsg2020-02-091-4/+3
* Make HISTORY more concise: historical section numbers are irrelevant.schwarze2020-02-081-5/+4
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-165-22/+22
* Rev 1.17 of sub.c removed infinite loop detection from s command.bluhm2020-01-094-4/+3
* Rev 1.59 of main.c allows omission of addresses in a range.bluhm2020-01-0919-1/+53
* Rev 1.42 of main.c allows zero address for i command.bluhm2020-01-093-0/+3
* Delete tests for P_THREAD that predate the existence ofguenther2019-12-161-3/+1
* typo fix.nayden2019-11-291-2/+2
* some corrections to CDPATH;jmc2019-11-261-4/+6
* In cpio mode, when processing the -o switch, only set the archive formatnaddy2019-11-151-2/+3
* No need for <sys/uio.h> as writev(2) isn't used any more.jca2019-10-271-2/+1
* Don't fail hard if we can't preallocate history storage.jca2019-10-271-7/+15
* More Version 1 AT&T UNIX history.schwarze2019-09-061-2/+7
* Document pledge keywordkn2019-09-051-2/+6
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-027-21/+21
* date(1): remove -d dst and -t minutes_westcheloha2019-08-082-44/+7
* In addresses, consistently use "+" rather than ".+1".schwarze2019-07-301-6/+6
* Remove several .Xrs to section 2 and 3 that help little.schwarze2019-07-291-11/+6
* Replace cross-references to sigvec(3) with sigaction(2).millert2019-07-261-3/+3
* tweak previous: a leading dash can only be given if an option letter follows;schwarze2019-07-251-3/+3
* Years ago the optionality of leading - was removed. dash-less is aderaadt2019-07-241-3/+3
* Add #include <stdlib.h> for mkstemp.bcallah2019-07-241-1/+2
* 1. Correct the description of the g command to match POSIX and ourschwarze2019-07-201-21/+27
* Explain in which circumstances trailing slashes can be omitted afterschwarze2019-07-151-6/+11
* Minor polishing:schwarze2019-07-121-5/+9
* document the dropping of the second / and ? in line address REs;jmc2019-07-101-2/+4
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-032-5/+5
* sleep(1): simplify argument parsingcheloha2019-07-011-27/+18
* fputc returns EOFderaadt2019-06-281-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2847-258/+250
* mkstemp() returns -1 on failurederaadt2019-06-282-4/+4
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-3/+3
* Be precise in checking for errors. pclose(3) returns -1 and fclose(3)florian2019-06-271-3/+3
* Fix spellingjca2019-06-241-2/+2
* Partial revert of rev. 1.151:schwarze2019-06-241-5/+7
* uid_from_user() and gid_from_user() return -1 when indicating error,deraadt2019-06-242-6/+6
* sort previous; ok deraadtjmc2019-06-231-9/+9