freebsd_amp_hwpstate/sys/ufs/ffs
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
..
ffs_alloc.c Argh, I have had one "uid 0 on /: file system full" too many. The problem 1996-09-17 14:38:16 +00:00
ffs_balloc.c
ffs_extern.h
ffs_inode.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount. 1996-09-07 17:34:57 +00:00
ffs_vnops.c
fs.h