Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all tame callers to namechange to pledge(2). | 2015-10-09 | 1 | -3/+3 | |
| | |||||
* | use tame "stdio rpath wpath cpath fattr". There is some timezone | 2015-10-06 | 1 | -1/+4 | |
| | | | | | database stuff here which goes further than most programs, but the neccessary files are readable using "rpath". | ||||
* | drop redundant .Ns and reduce quoting | 2015-09-25 | 1 | -4/+4 | |
| | |||||
* | ouch, sorry, fix previous | 2015-09-12 | 1 | -2/+3 | |
| | |||||
* | use .Cm rather than .Li for fixed string arguments, and | 2015-09-12 | 1 | -6/+9 | |
| | | | | don't manually add blank characters inside .Sm off | ||||
* | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | 2015-03-17 | 1 | -4/+4 | |
| | |||||
* | tzfile.h is an internal header that should never have been installed. | 2015-03-15 | 1 | -2/+1 | |
| | | | | | | | | | What's worse, the tzfile.h that gets installed is over 20 years old and doesn't match the real tzfile.h in libc/time. This makes the tree safe for /usr/include/tzfile.h removal. The TM_YEAR_BASE define has been moved to time.h temporarily until its usage is replaced by 1900 in the tree. Actual removal of tzfile.h is pending a ports build. Based on a diff from deraadt@ | ||||
* | revert previous: guenther says it's wrong; | 2014-06-03 | 1 | -5/+2 | |
| | |||||
* | no support for TZ; | 2014-06-03 | 1 | -3/+6 | |
| | |||||
* | use Li for the T/Z specifiers; | 2013-03-08 | 1 | -7/+7 | |
| | |||||
* | Mention that if you use a space as the separator in the argument | 2013-03-05 | 1 | -2/+4 | |
| | | | | | for the -d option you should quote the argument. Based on a diff from jmc@. OK jmc@ | ||||
* | after some thought, i think it unlikely that we will need to specify | 2011-09-16 | 1 | -3/+3 | |
| | | | | | | | | | | a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert | ||||
* | use .St -iso8601-4; | 2011-09-09 | 1 | -3/+5 | |
| | |||||
* | some additional information on the -d option, for clarification; | 2011-09-08 | 1 | -3/+4 | |
| | | | | ok millert guenther | ||||
* | we've already stated the format of the -d and -t arguments: no need to | 2011-09-04 | 1 | -8/+4 | |
| | | | | | | repeat it; ok millert | ||||
* | use the same format/text, as far as possible, for date strings; | 2011-08-31 | 2 | -59/+51 | |
| | | | | help/ok guenther millert | ||||
* | Make the code match the manpage and POSIX spec when the year is specified | 2011-08-30 | 1 | -5/+10 | |
| | | | | | | but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@ | ||||
* | remove redundant final paragraph of STANDARDS: it merely repeats what has | 2011-08-28 | 1 | -16/+2 | |
| | | | | | | | already been documented and, worse, is difficult to understand unless you know that it is tied to the previous paragraph; ok guenther | ||||
* | With gettimeofday() removed from the top of main(), need to call time() | 2011-08-21 | 1 | -3/+3 | |
| | | | | | | | for the defaulting of the year to work in the -t and arg1 forms that were broken by previous change ok millert@ | ||||
* | (slightly) saner SEE ALSO; | 2011-08-20 | 1 | -2/+2 | |
| | |||||
* | -make .frac and .SS more consistent (may have to revisit this) | 2011-08-20 | 1 | -7/+9 | |
| | | | | | | -STANDARDS tweak ok guenther | ||||
* | tweak some text; | 2011-08-20 | 1 | -6/+6 | |
| | |||||
* | prettify date strings; | 2011-08-20 | 1 | -5/+9 | |
| | |||||
* | Add nanosecond precision and support for -d option (new in POSIX 2008) | 2011-08-20 | 2 | -72/+130 | |
| | | | | ok millert@, manpage fixes jmc@ | ||||
* | add an EXIT STATUS section for /usr/bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | 2009-02-08 | 1 | -3/+3 | |
| | | | | updates to follow; | ||||
* | replace hardcoded exit values with .Ex macros; | 2009-01-04 | 1 | -5/+3 | |
| | | | | ok jmc@ | ||||
* | the ellipsis is not an optional argument; while here, sync the usage | 2007-08-06 | 2 | -5/+6 | |
| | | | | | | | | and synopsis of commands lots of good ideas by jmc@ ok jmc@ | ||||
* | Fix typo introduced in seconds parsing. From Tim van der Molen. | 2007-06-18 | 1 | -2/+2 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - use a consistent text for STANDARDS | 2007-05-30 | 1 | -7/+7 | |
| | | | | - note which options are extensions to POSIX | ||||
* | Sanity check time spec and if no century is specified, just use the | 2007-05-25 | 1 | -38/+58 | |
| | | | | current one. | ||||
* | -r and -t take arguments; from Igor Sobrado | 2007-03-29 | 1 | -3/+3 | |
| | |||||
* | even betterer | 2006-03-08 | 1 | -5/+5 | |
| | | | | From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl> | ||||
* | KNF & cleanup | 2006-03-07 | 1 | -31/+20 | |
| | | | | mostly From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl> | ||||
* | spacing | 2005-04-20 | 1 | -5/+5 | |
| | |||||
* | Remove redundant rw() function, which is unsafe and, well, redundant. | 2005-04-20 | 2 | -65/+9 | |
| | | | | ok tedu@ deraadt@ | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -20/+8 | |
| | |||||
* | - section reorder | 2003-06-10 | 1 | -3/+3 | |
| | | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 2 | -13/+5 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | typo in comment; Jim Geovedi | 2003-01-10 | 1 | -3/+3 | |
| | |||||
* | typo; jmc | 2003-01-10 | 1 | -2/+2 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -7/+7 | |
| | |||||
* | Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.net | 2000-10-13 | 1 | -5/+4 | |
| | | | | in PR 1445. | ||||
* | use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case; | 2000-09-20 | 1 | -8/+11 | |
| | | | | from NetBSD. | ||||
* | fix pasto and comma splice | 2000-09-20 | 1 | -3/+3 | |
| | |||||
* | Y2K fix for obsolescent time format: found by Camiel Dobbelaar. | 2000-09-20 | 1 | -6/+10 | |
| | |||||
* | Various cleanups and standardizations. | 2000-03-11 | 1 | -9/+9 | |
| | |||||
* | Finish standardizing options list introduction. | 2000-03-05 | 1 | -2/+2 | |
| | |||||
* | usr.bin/ man page fixes, t-z | 1998-10-30 | 1 | -4/+4 | |
| |