summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2020-05-08Use proper function pointer type instead of void *Jeremie Courreges-Anglas
2020-03-23in case we can't create intermediate directories because of permissions,Marc Espie
2020-02-25sleep(1): style(9) and other dustingcheloha
2020-02-21Enforce that TMOUT is an integer literal to prevent command execution fromTheo Buehler
2020-02-14get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@Ingo Schwarze
2020-02-14Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm,Ingo Schwarze
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-02-09drop historical section number as was done in psJonathan Gray
2020-02-08Make HISTORY more concise: historical section numbers are irrelevant.Ingo Schwarze
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2020-01-09Rev 1.17 of sub.c removed infinite loop detection from s command.Alexander Bluhm
2020-01-09Rev 1.59 of main.c allows omission of addresses in a range.Alexander Bluhm
2020-01-09Rev 1.42 of main.c allows zero address for i command.Alexander Bluhm
2019-12-16Delete tests for P_THREAD that predate the existence ofPhilip Guenther
2019-11-29typo fix.Nayden Markatchev
2019-11-26some corrections to CDPATH;Jason McIntyre
2019-11-15In cpio mode, when processing the -o switch, only set the archive formatChristian Weisgerber
2019-10-27No need for <sys/uio.h> as writev(2) isn't used any more.Jeremie Courreges-Anglas
2019-10-27Don't fail hard if we can't preallocate history storage.Jeremie Courreges-Anglas
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
2019-09-05Document pledge keywordkn
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-08-08date(1): remove -d dst and -t minutes_westcheloha
2019-07-30In addresses, consistently use "+" rather than ".+1".Ingo Schwarze
2019-07-29Remove several .Xrs to section 2 and 3 that help little.Ingo Schwarze
2019-07-26Replace cross-references to sigvec(3) with sigaction(2).Todd C. Miller
2019-07-25tweak previous: a leading dash can only be given if an option letter follows;Ingo Schwarze
2019-07-24Years ago the optionality of leading - was removed. dash-less is aTheo de Raadt
2019-07-24Add #include <stdlib.h> for mkstemp.Brian Callahan
2019-07-201. Correct the description of the g command to match POSIX and ourIngo Schwarze
2019-07-15Explain in which circumstances trailing slashes can be omitted afterIngo Schwarze
2019-07-12Minor polishing:Ingo Schwarze
2019-07-10document the dropping of the second / and ? in line address REs;Jason McIntyre
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-01sleep(1): simplify argument parsingcheloha
2019-06-28fputc returns EOFTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2019-06-27Be precise in checking for errors. pclose(3) returns -1 and fclose(3)Florian Obser
2019-06-24Fix spellingJeremie Courreges-Anglas
2019-06-24Partial revert of rev. 1.151:Ingo Schwarze
2019-06-24uid_from_user() and gid_from_user() return -1 when indicating error,Theo de Raadt
2019-06-23sort previous; ok deraadtJason McIntyre
2019-06-23add "ps -o pledge" option, which prints a comma-seperated list of pledgesTheo de Raadt
2019-06-23Export unveil state so that ps(8) can show it. Two new status flags,Theo de Raadt
2019-06-21zap trailing whitespace;Jason McIntyre
2019-06-19Allow string greater/less than than operators to work with test aka [.Todd C. Miller
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.Anthony J. Bentley
2019-05-22mention that using vi command line editing mode requires enabling it;Ingo Schwarze