aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stat.h
Commit message (Expand)AuthorAgeFilesLines
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+8
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-2/+2
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-2/+20
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-1/+1
* Put struct ostat and struct nstat under #ifdef _KERNEL. TheKonstantin Belousov2012-07-221-3/+3
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.Ed Schouten2010-03-281-43/+28
* Various namespace cleanups, including exposing fchmod() and fchmodat()David Schultz2009-03-141-0/+7
* Add *at to the POSIX.1-2008 namespace.David Schultz2009-03-041-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-311-0/+6
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately theJohn Birrell2007-11-281-8/+0
* Add OpenSolaris compatibility definitions for stat64 and fstat64 whichJohn Birrell2006-08-041-0/+8
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.David Schultz2005-03-221-11/+23
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-6/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-0/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Fix two misuses of __BSD_VISIBLE.Mike Barcroft2003-05-221-1/+1
* Move details of dev_t (and udev_t) to <sys/_types.h>.Mike Barcroft2003-03-281-13/+10
* Update some more namespaces (forgotten in the previous revision).Mike Barcroft2003-03-191-2/+2
* Add missing types, update standard namespaces, and use variable typesMike Barcroft2003-03-141-46/+91
* Replace u_int with "unsigned int" to prevent following errors:Andrey A. Chernov2003-03-071-4/+4
* Change spelling of `u_int' to `unsigned int' in the POSIX case.Mike Barcroft2003-02-261-2/+2
* No-op. Change the type of unnamed bit-fields to unsigned to shut upMark Murray2003-02-261-6/+6
* Use `unsigned long' instead of `u_long' so that this header compilesMike Barcroft2002-10-111-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-4/+4
* Change the name of st_createtime to st_birthtime. This change isKirk McKusick2002-07-161-6/+6
* Fixed compiling with -D_POSIX_SOURCE. The previous commit was supposed toBruce Evans2002-07-101-4/+10
* This patch fixes a size problem with the stat structure forKirk McKusick2002-06-221-12/+22
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-2/+4
* Add the lchflags(2) syscall.Maxime Henrion2002-05-051-0/+1
* Remove __PAlfred Perlstein2002-03-191-11/+11
* Resurrect one of the easiest changes from my big include files roll-upGarrett Wollman2002-02-151-5/+11
* Get userland visible flags added for snapshots to give a few daysKirk McKusick2000-07-041-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* Fixed missing declaration of lchmod(2).Bruce Evans1999-12-231-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $ brucify sys/stat.hPoul-Henning Kamp1999-05-121-8/+8
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-5/+13
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatJohn Dyson1998-05-111-1/+33
* Don't include <sys/time.h> if _POSIX_SOURCE is defined. This fixesBruce Evans1998-02-251-4/+3
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-1/+4
* Distinguish fifos from sockets in the S_IS* macros. This is possible nowBruce Evans1997-04-091-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-4/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-191-4/+4
* Merge in Lite2: use fixed-width typesJeffrey Hsu1996-03-111-28/+43
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-2/+4
* Parenthesize macro args.Bruce Evans1994-09-201-12/+20