1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/nfs
Nate Williams 030e2e9ebb In sys/time.h, struct timespec is defined as:
/*
         * Structure defined by POSIX.4 to be like a timeval.
         */
        struct timespec {
                time_t  ts_sec;         /* seconds */
                long    ts_nsec;        /* and nanoseconds */
        };

        The correct names of the fields are tv_sec and tv_nsec.

Reminded by:	James Drobina <jdrobina@infinet.com>
1996-09-19 18:21:32 +00:00
..
nfs_bio.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_common.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_common.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_node.c Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
nfs_nqlease.c Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfs_serv.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_socket.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
nfs_srvcache.c
nfs_subs.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs_syscalls.c
nfs_vfsops.c removed: 1996-05-02 14:21:14 +00:00
nfs_vnops.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfs.h Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsdiskless.h
nfsm_subs.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
nfsv2.h
nqnfs.h
rpcv2.h
xdr_subs.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00