summaryrefslogtreecommitdiff
path: root/usr/src/cmd/touch/touch.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-036897583 touch(1) calls both futimens(2) and utimensat(2) on newly created filesMarcel Telka1-1/+1
2009-09-01PSARC 2009/453 futimens, utimensatRoger A. Faulkner1-101/+201
6815302 Implement futimens, utimensat(POSIX.1-2008) -set file modification times with nanosecond granularity 6539657 touch(1) does not set the nanosecond timestamp of a file correctly
2008-09-10PSARC 2008/508 allow touch/settime to fix out of range timestampsMilan Jurik1-22/+37
6709455 settime should be able to manipulate files with wrong timestamp
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+410