summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fchmod and lstat are standard, widen their visibilityjca2015-04-041-3/+5
* Add chflagsat(), modeled on fchmodat() with name to match FreeBSD.guenther2014-12-081-1/+2
* Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t.krw2014-11-201-2/+2
* POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.krw2014-08-221-2/+2
* Snapshots for all archs have been built, so remove the T32 codeguenther2013-09-141-46/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-8/+50
* Since we now have shm_{open,unlink}(), add the S_TYPEIS{MQ,SEM,SHM}()guenther2013-06-041-1/+8
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-3/+10
* Add support for UTIME_OMIT and UTIME_NOW to utimensat(2), add thematthew2011-07-181-1/+8
* "struct stat35" and "struct stat43" aren't needed anymore.matthew2011-07-141-41/+1
* Switch struct stat's timespec members to the names standardized inguenther2009-01-291-21/+29
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-15/+14
* Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert2005-06-181-3/+1
* Change mode_t and nlink_t from 16bit to 32bit. This allows us tomillert2004-07-131-4/+31
* Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.millert2004-07-091-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hillmillert2002-10-161-1/+2
* First round of __P removal in sysmillert2002-03-141-12/+12
* fix typo in comment; d.doroshenko@omnitel.netmillert2001-09-101-4/+4
* Consistent tabspjanzen2000-07-231-3/+3
* Make "flags" field in f?chflags(2) consistent--unsigned intmillert1998-02-161-3/+3
* proto chflags() and fchflags() to take an int, as they doderaadt1998-02-161-3/+3
* move proto to sys/stat.h; XPG4.2deraadt1997-11-161-1/+2
* Gleaned from a NetBSD commit by jtc:tholo1996-10-181-5/+3
* do not expose struct ostat to userlandderaadt1996-05-221-4/+4
* From NetBSD: Merge with NetBSD 960217niklas1996-02-291-6/+7
* initial import of NetBSD treederaadt1995-10-181-0/+213