summaryrefslogtreecommitdiff
path: root/usr.bin/pr
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2020-12-13pr.1: note that -p is unsupportedJason McIntyre
2020-01-22delete wasteful ;;Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-11-02Kill bogus use of LC_TIMEJeremie Courreges-Anglas
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio rpath"Theo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2014-06-04undo my "no TZ support" notes; guenther says they're wrongJason McIntyre
2014-04-18flesh out STANDARDS;Jason McIntyre
2014-04-18- merge two sections on error messages and interruptsJason McIntyre
2014-04-15- get the spacing right for -e, -i, -n, and -sJason McIntyre
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-04-18struct timezone is so 1980Theo de Raadt
2010-10-01more EXIT STATUS tweaks; from Daniel DickmanJason McIntyre
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-08-25fix potential use of uninitialized variable.Charles Longeau
2010-08-17several fixes from netbsd:Jasper Lievisse Adriaanse
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-02-07malloc(n * m) -> calloc(n, m);Charles Longeau
2008-04-18If memory allocation fails during error message buffering, print all holdTobias Stoeckmann
2007-09-03last commit broke the tree because of missing parentheses.Moritz Jodeit
2007-09-03sizeof char is 1; ok djmTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-03-03- make synopsis and usage() match the order of the options listJason McIntyre
2007-02-20Some cleanup including:Moritz Jodeit
2004-06-21dont compare int with NULL, compare to 0 instead, otto@ okAnil Madhavapeddy
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-08-04protosTheo de Raadt
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-04-30arguement -> argumentTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-29make sure that va_start() has matching va_end()Mike Pechkin
2001-11-19kill more registersMike Pechkin
2001-11-19guess what! more signal race fixes...Theo de Raadt
2001-11-02use _exit() in signal handlerTheo de Raadt
2001-05-24Don't convert a single space before a tab stop into a tab when the -iPeter Valchev