aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_types.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-0/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingJeff Roberson2008-03-021-0/+3
* Let kernel POSIX timer code and mqueue code to use integer as a resourceDavid Xu2006-03-011-2/+2
* Bring in experimental kernel support for POSIX message queue.David Xu2005-11-261-0/+1
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.David Schultz2005-03-221-0/+2
* Document why rlim_t needs to be a signed type.Dag-Erling Smørgrav2004-11-081-1/+3
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tMarcel Moolenaar2004-06-191-0/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-4/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+1
* Fixed some style bugs:Bruce Evans2004-06-141-8/+7
* Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.David Schultz2004-06-131-0/+2
* Move details of dev_t (and udev_t) to <sys/_types.h>.Mike Barcroft2003-03-281-0/+11
* Share ino_t and nlink_t.Mike Barcroft2003-03-011-0/+2
* Add suseconds_t and useconds_t for storing microseconds.Mike Barcroft2002-12-221-0/+2
* Note that id_t can also hold a gid_t. Realign comments.Mike Barcroft2002-10-221-8/+8
* Add id_t, a new type capable of representing a pid_t or a uid_t. MoveMike Barcroft2002-10-211-0/+2
* Move details of key_t to <sys/_types.h>, so that it can be typedef'dMike Barcroft2002-10-151-0/+1
* Move definition of nl_item type to <sys/_types.h>, so that it can beMike Barcroft2002-09-181-0/+1
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add someMike Barcroft2002-08-251-1/+0
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-231-0/+1
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-0/+42
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-6/+6
* Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>Garrett Wollman2002-06-141-0/+2
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>Mike Barcroft2002-04-201-0/+1
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-0/+38