summaryrefslogtreecommitdiffstats
path: root/sys/sys/_types.h
Commit message (Expand)AuthorAgeFilesLines
* Define cap_rights_t and DTYPE_CAPABILITY, which are required tojonathan2011-07-011-0/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-0/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+3
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-011-2/+2
* Bring in experimental kernel support for POSIX message queue.davidxu2005-11-261-0/+1
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-221-0/+2
* Document why rlim_t needs to be a signed type.des2004-11-081-1/+3
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tmarcel2004-06-191-0/+1
* Second half of the dev_t cleanup.phk2004-06-171-4/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+1
* Fixed some style bugs:bde2004-06-141-8/+7
* Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.das2004-06-131-0/+2
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-281-0/+11
* Share ino_t and nlink_t.mike2003-03-011-0/+2
* Add suseconds_t and useconds_t for storing microseconds.mike2002-12-221-0/+2
* Note that id_t can also hold a gid_t. Realign comments.mike2002-10-221-8/+8
* Add id_t, a new type capable of representing a pid_t or a uid_t. Movemike2002-10-211-0/+2
* Move details of key_t to <sys/_types.h>, so that it can be typedef'dmike2002-10-151-0/+1
* Move definition of nl_item type to <sys/_types.h>, so that it can bemike2002-09-181-0/+1
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add somemike2002-08-251-1/+0
* o Fix namespace issues in <sys/mman.h>.mike2002-08-231-0/+1
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-0/+42
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-6/+6
* Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>wollman2002-06-141-0/+2
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-201-0/+1
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-0/+38
OpenPOWER on IntegriCloud