summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h
Commit message (Expand)AuthorAgeFilesLines
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-43/+28
* Various namespace cleanups, including exposing fchmod() and fchmodat()das2009-03-141-0/+7
* Add *at to the POSIX.1-2008 namespace.das2009-03-041-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+6
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately thejb2007-11-281-8/+0
* Add OpenSolaris compatibility definitions for stat64 and fstat64 whichjb2006-08-041-0/+8
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-221-11/+23
* Second half of the dev_t cleanup.phk2004-06-171-6/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Fix two misuses of __BSD_VISIBLE.mike2003-05-221-1/+1
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-281-13/+10
* Update some more namespaces (forgotten in the previous revision).mike2003-03-191-2/+2
* Add missing types, update standard namespaces, and use variable typesmike2003-03-141-46/+91
* Replace u_int with "unsigned int" to prevent following errors:ache2003-03-071-4/+4
* Change spelling of `u_int' to `unsigned int' in the POSIX case.mike2003-02-261-2/+2
* No-op. Change the type of unnamed bit-fields to unsigned to shut upmarkm2003-02-261-6/+6
* Use `unsigned long' instead of `u_long' so that this header compilesmike2002-10-111-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-4/+4
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-161-6/+6
* Fixed compiling with -D_POSIX_SOURCE. The previous commit was supposed tobde2002-07-101-4/+10
* This patch fixes a size problem with the stat structure formckusick2002-06-221-12/+22
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-2/+4
* Add the lchflags(2) syscall.mux2002-05-051-0/+1
* Remove __Palfred2002-03-191-11/+11
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-5/+11
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-041-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* Fixed missing declaration of lchmod(2).bde1999-12-231-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* $ brucify sys/stat.hphk1999-05-121-8/+8
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-5/+13
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-111-1/+33
* Don't include <sys/time.h> if _POSIX_SOURCE is defined. This fixesbde1998-02-251-4/+3
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-1/+4
* Distinguish fifos from sockets in the S_IS* macros. This is possible nowbde1997-04-091-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-4/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
* Merge in Lite2: use fixed-width typeshsu1996-03-111-28/+43
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-2/+4
* Parenthesize macro args.bde1994-09-201-12/+20
* Fixed a couple of typos which made S_ISFIFO and S_ISSOCK return true fordfr1994-09-091-3/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+193
OpenPOWER on IntegriCloud