aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_types.h
Commit message (Expand)AuthorAgeFilesLines
* 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