summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch/touch.c
Commit message (Expand)AuthorAgeFilesLines
* Constify where appropriate.eadler2013-04-231-2/+2
* Cleanups to touch.ceadler2013-04-231-20/+22
* touch: Add the -d option from POSIX.1-2008.jilles2012-06-101-3/+55
* Remove useless and potentially dangerous rw() function which tries tojh2012-02-041-62/+6
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-6/+6
* - If lstat()/stat() fails with an error other than ENOENT, don't ignorejh2009-10-161-4/+11
* Usage: print base name of program.grog2007-04-101-20/+47
* Add -A flag to adjust existing time stamps.grog2007-04-091-10/+52
* Don't set time to current, if set to specific time failsache2006-01-311-0/+1
* ANSIify function definitions.dwmalone2002-09-041-18/+6
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Remove local prototypes for main().jmallett2002-08-191-1/+0
* Handle directories correctly.eric2002-07-231-3/+6
* remove __Pimp2002-03-221-6/+6
* WARNS=2 is going to be the default, so don't specify it. Use __FBSDID().markm2001-12-111-5/+5
* blah, remove debugging code that crept in with last commit.obrien2001-09-231-1/+0
* Add the 'h' flag to operate on symlinks rather than what they point to.obrien2001-09-221-5/+15
* Fix some trivial warnings and clamp down with WARNS=2kris2001-05-261-2/+7
* Clean up some ambiguous nested if/elses.billf1999-07-041-1/+2
* Brucify.des1999-05-121-2/+1
* Sync usage() with man page.des1999-05-111-2/+2
* Merge from 2_2 man page change.danny1999-01-051-1/+1
* PR: 9323danny1999-01-051-1/+4
* Don't assume that time_t is long.bde1998-06-291-2/+6
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-1/+1
* PR # bin/274joerg1995-07-081-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+342
OpenPOWER on IntegriCloud