summaryrefslogtreecommitdiff
path: root/usr.bin/touch
AgeCommit message (Expand)Author
2022-01-29touch(1): don't leak file descriptor if futimens(2) failsScott Soule Cheloha
2019-03-10Delete a useless call to setlocale(3): strptime(3) is only calledIngo Schwarze
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06use tame "stdio rpath wpath cpath fattr". There is some timezoneTheo de Raadt
2015-09-25drop redundant .Ns and reduce quotingIngo Schwarze
2015-09-12ouch, sorry, fix previousIngo Schwarze
2015-09-12use .Cm rather than .Li for fixed string arguments, andIngo Schwarze
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2014-06-03revert previous: guenther says it's wrong;Jason McIntyre
2014-06-03no support for TZ;Jason McIntyre
2013-03-08use Li for the T/Z specifiers;Jason McIntyre
2013-03-05Mention that if you use a space as the separator in the argumentTodd C. Miller
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
2011-09-09use .St -iso8601-4;Jason McIntyre
2011-09-08some additional information on the -d option, for clarification;Jason McIntyre
2011-09-04we've already stated the format of the -d and -t arguments: no need toJason McIntyre
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
2011-08-30Make the code match the manpage and POSIX spec when the year is specifiedPhilip Guenthe
2011-08-28remove redundant final paragraph of STANDARDS: it merely repeats what hasJason McIntyre
2011-08-21With gettimeofday() removed from the top of main(), need to call time()Philip Guenthe
2011-08-20(slightly) saner SEE ALSO;Jason McIntyre
2011-08-20-make .frac and .SS more consistent (may have to revisit this)Jason McIntyre
2011-08-20tweak some text;Jason McIntyre
2011-08-20prettify date strings;Jason McIntyre
2011-08-20Add nanosecond precision and support for -d option (new in POSIX 2008)Philip Guenthe
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-06-18Fix typo introduced in seconds parsing. From Tim van der Molen.Todd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-05-25Sanity check time spec and if no century is specified, just use theTodd C. Miller
2007-03-29-r and -t take arguments; from Igor SobradoJason McIntyre
2006-03-08even bettererHenning Brauer
2006-03-07KNF & cleanupHenning Brauer
2005-04-20spacingTheo de Raadt
2005-04-20Remove redundant rw() function, which is unsafe and, well, redundant.Otto Moerbeek
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-10typo in comment; Jim GeovediHenning Brauer
2003-01-10typo; jmcHenning Brauer
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-10-13Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.netPaul Janzen
2000-09-20use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case;Paul Janzen
2000-09-20fix pasto and comma splicePaul Janzen
2000-09-20Y2K fix for obsolescent time format: found by Camiel Dobbelaar.Paul Janzen
2000-03-11Various cleanups and standardizations.Aaron Campbell