index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
touch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
2
-65
/
+45
|
|
\
|
|
/
|
/
|
|
*
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
Merge from head
sjg
2013-09-05
1
-21
/
+23
|
|
\
|
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
|
|
|
|
\
|
*
-
.
\
Sync from head
sjg
2012-11-04
2
-5
/
+95
|
|
\
\
\
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
touch(1): Xref utimensat(2) instead of utimes(2).
jilles
2015-03-08
1
-2
/
+2
*
|
|
|
touch: Fix some subtle bugs related to NULL times fallback:
jilles
2015-02-15
1
-28
/
+11
*
|
|
|
cp,mv,touch: Set timestamps with nanosecond precision.
jilles
2015-01-24
1
-41
/
+38
|
|
_
|
/
|
/
|
|
*
|
|
Constify where appropriate.
eadler
2013-04-23
1
-2
/
+2
*
|
|
Cleanups to touch.c
eadler
2013-04-23
1
-20
/
+22
|
|
/
|
/
|
*
|
touch: Add the -d option from POSIX.1-2008.
jilles
2012-06-10
2
-5
/
+95
|
/
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-6
/
+6
*
Remove useless and potentially dangerous rw() function which tries to
jh
2012-02-04
2
-67
/
+8
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
2
-8
/
+0
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-6
/
+6
*
- If lstat()/stat() fails with an error other than ENOENT, don't ignore
jh
2009-10-16
1
-4
/
+11
*
Update to match revision 1.23 of touch.c.
grog
2007-04-10
1
-36
/
+18
*
Usage: print base name of program.
grog
2007-04-10
1
-20
/
+47
*
Add -A flag to adjust existing time stamps.
grog
2007-04-09
2
-23
/
+130
*
Don't set time to current, if set to specific time fails
ache
2006-01-31
1
-0
/
+1
*
Expand *n't contractions.
ru
2005-02-13
1
-1
/
+1
*
Sort sections.
ru
2005-01-18
1
-7
/
+7
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
1
-1
/
+1
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-18
/
+6
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Remove local prototypes for main().
jmallett
2002-08-19
1
-1
/
+0
*
Handle directories correctly.
eric
2002-07-23
1
-3
/
+6
*
remove __P
imp
2002-03-22
1
-6
/
+6
*
WARNS=2 is going to be the default, so don't specify it. Use __FBSDID().
markm
2001-12-11
2
-6
/
+5
*
Clarify that -h implies -c.
obrien
2001-09-24
1
-0
/
+5
*
blah, remove debugging code that crept in with last commit.
obrien
2001-09-23
1
-1
/
+0
*
Add the 'h' flag to operate on symlinks rather than what they point to.
obrien
2001-09-22
2
-6
/
+19
*
mdoc(7) police: utilize the new .Ex macro.
ru
2001-08-15
1
-3
/
+1
*
Fix some trivial warnings and clamp down with WARNS=2
kris
2001-05-26
2
-2
/
+9
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
Add DIAGNOSTICS section name
charnier
2000-03-26
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
Clean up some ambiguous nested if/elses.
billf
1999-07-04
1
-1
/
+2
*
Brucify.
des
1999-05-12
1
-2
/
+1
*
Sync usage() with man page.
des
1999-05-11
1
-2
/
+2
*
Merge from 2_2 man page change.
danny
1999-01-05
2
-2
/
+2
*
PR: 9323
danny
1999-01-05
1
-1
/
+4
*
Don't assume that time_t is long.
bde
1998-06-29
1
-2
/
+6
*
Cosmetic.
charnier
1997-08-18
1
-12
/
+12
[next]