summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-052-4/+4
* Implement cp -a ("archive" mode)jca2019-01-283-12/+22
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-255-11/+11
* Add file # and block # to the information "mt status" shows.krw2019-01-221-1/+3
* -p got changed to -f;jmc2019-01-221-3/+3
* add a -f pformat flag to parse the given time with strptime.tedu2019-01-212-66/+85
* Fix three more buglets:schwarze2019-01-141-2/+6
* do not peek before the beginning of a stringtedu2019-01-141-2/+2
* Revert nanosleep(2) loop introduced in v1.25.cheloha2019-01-101-17/+9
* short circuit mail check if MAIL is unset. ok antontedu2019-01-071-8/+10
* Delete unnecessary <libgen.h> #includesguenther2018-12-301-2/+1