aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/touch
Commit message (Expand)AuthorAgeFilesLines
* touch.1: Update to conform to POSIX 2004Conrad Meyer2018-06-011-20/+18
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-65/+45
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-21/+23
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-042-5/+95
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | touch(1): Xref utimensat(2) instead of utimes(2).Jilles Tjoelker2015-03-081-2/+2
* | | | touch: Fix some subtle bugs related to NULL times fallback:Jilles Tjoelker2015-02-151-28/+11
* | | | cp,mv,touch: Set timestamps with nanosecond precision.Jilles Tjoelker2015-01-241-41/+38
| |_|/ |/| |
* | | Constify where appropriate.Eitan Adler2013-04-231-2/+2
* | | Cleanups to touch.cEitan Adler2013-04-231-20/+22
| |/ |/|
* | touch: Add the -d option from POSIX.1-2008.Jilles Tjoelker2012-06-102-5/+95
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-6/+6
* Remove useless and potentially dangerous rw() function which tries toJaakko Heinonen2012-02-042-67/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-6/+6
* - If lstat()/stat() fails with an error other than ENOENT, don't ignoreJaakko Heinonen2009-10-161-4/+11
* Update to match revision 1.23 of touch.c.Greg Lehey2007-04-101-36/+18
* Usage: print base name of program.Greg Lehey2007-04-101-20/+47
* Add -A flag to adjust existing time stamps.Greg Lehey2007-04-092-23/+130
* Don't set time to current, if set to specific time failsAndrey A. Chernov2006-01-311-0/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* ANSIify function definitions.David Malone2002-09-041-18/+6
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Handle directories correctly.Eric Melville2002-07-231-3/+6
* remove __PWarner Losh2002-03-221-6/+6
* WARNS=2 is going to be the default, so don't specify it. Use __FBSDID().Mark Murray2001-12-112-6/+5
* Clarify that -h implies -c.David E. O'Brien2001-09-241-0/+5
* blah, remove debugging code that crept in with last commit.David E. O'Brien2001-09-231-1/+0
* Add the 'h' flag to operate on symlinks rather than what they point to.David E. O'Brien2001-09-222-6/+19
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Fix some trivial warnings and clamp down with WARNS=2Kris Kennaway2001-05-262-2/+9
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-1/+2
* Brucify.Dag-Erling Smørgrav1999-05-121-2/+1
* Sync usage() with man page.Dag-Erling Smørgrav1999-05-111-2/+2