freebsd-skq/lib/libc
Kirk McKusick fb36a3d847 Change utimes to set the file creation time (for filesystems that
support creation times such as UFS2) to the value of the
modification time if the value of the modification time is older
than the current creation time. See utimes(2) for further details.

Sponsored by:	DARPA & NAI Labs.
2002-07-17 02:03:19 +00:00
..
alpha
amd64
compat-43
db
gen Don't ask me how I consistently turned struct statvfs into struct vfsconf.... 2002-07-16 20:40:12 +00:00
gmon Check for defined(__i386__) instead of just defined(i386) since the compiler 2002-05-30 07:00:42 +00:00
i386 Fix style bugs I added in last commit. 2002-06-27 14:16:21 +00:00
ia64
include
locale
net Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex() 2002-07-15 19:58:56 +00:00
nls
posix1e No POSIX.1e capabilities in the main tree yet. 2002-06-13 23:40:13 +00:00
powerpc
quad
regex
rpc Fix "rpcinfo -m" when talking to other implementations of rpcbind. 2002-07-14 23:38:37 +00:00
sparc64 Add missing ret instruction to the ptrace() syscall wrapper. 2002-07-11 15:48:02 +00:00
stdio Don't claim to fully implement C99 in the STANDARDS section and then disclaim 2002-07-15 19:46:06 +00:00
stdlib Fix some comments. 2002-07-10 16:35:02 +00:00
stdtime Move dillon's time conversion functions to a new header <timeconv.h>. 2002-06-17 01:42:33 +00:00
string Fix off-by-one error. 2002-07-03 06:28:04 +00:00
sys Change utimes to set the file creation time (for filesystems that 2002-07-17 02:03:19 +00:00
xdr
yp
Makefile
Makefile.inc