summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add "ps -o pledge" option, which prints a comma-seperated list of pledgesderaadt2019-06-233-3/+29
* Export unveil state so that ps(8) can show it. Two new status flags,deraadt2019-06-233-5/+19
* zap trailing whitespace;jmc2019-06-211-3/+3
* Allow string greater/less than than operators to work with test aka [.millert2019-06-192-12/+14
* In manpages, don't escape apostrophes as \'; it's rarely what you want.bentley2019-06-021-23/+29
* mention that using vi command line editing mode requires enabling it;schwarze2019-05-221-3/+7
* freezero() is of no use here, the computed digest is not a secret.otto2019-05-181-2/+2
* Bind ^L (C-l) to clear-screen instead of redrawjca2019-04-032-6/+6
* detect -t argument being too long, rather than truncatingderaadt2019-03-241-5/+8
* 16 chars is not enough for the maximum reach major() and minor()deraadt2019-03-241-2/+3
* When evaluating an arithmetical expression, for example inside $(()),schwarze2019-02-204-4/+14
* add fsync to STANDARDS;jmc2019-02-161-2/+4
* Implement the conv=fsync feature which does an fsync(2) after thebluhm2019-02-164-5/+15
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* Let ps(1) work in single user mode where /var/run does not exist.florian2019-02-051-3/+3