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/+5
* Move uminor() and umajor() to the same place as userspace minor() and major().Ed Schouten2008-09-271-6/+11
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-1/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingJeff Roberson2008-03-021-0/+4
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately theJohn Birrell2007-11-281-30/+0
* Add some compatibility definitions for OpenSolaris source.John Birrell2006-08-041-0/+30
* Bring in experimental kernel support for POSIX message queue.David Xu2005-11-261-0/+5
* Fix order and style(9) to match surrounding defs.Nate Lawson2005-09-261-1/+1
* Add two convenience functions for device drivers: bus_alloc_resources()Poul-Henning Kamp2005-09-241-0/+1
* According to:Craig Rodrigues2005-05-311-0/+2
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.David Schultz2005-03-221-0/+10
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tMarcel Moolenaar2004-06-191-0/+5
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-4/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-0/+2
* Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.David Schultz2004-06-131-1/+1
* Prevent SysV spellings in int's in the kernel.David E. O'Brien2004-04-191-0/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* Move details of dev_t (and udev_t) to <sys/_types.h>.Mike Barcroft2003-03-281-10/+6
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Share ino_t and nlink_t.Mike Barcroft2003-03-011-2/+8
* Style: keep most typedefs in the same place.Mike Barcroft2003-01-291-41/+43
* Add suseconds_t and useconds_t for storing microseconds.Mike Barcroft2002-12-221-0/+11
* Add back the typedefs for in_addr_t and in_port_t; some broken autoconfTim J. Robbins2002-10-221-0/+10
* Add id_t, a new type capable of representing a pid_t or a uid_t. MoveMike Barcroft2002-10-211-1/+11
* Move details of key_t to <sys/_types.h>, so that it can be typedef'dMike Barcroft2002-10-151-1/+5
* Move swblk_t from sys/types.h to sys/dmap.h, the only include that usesPeter Wemm2002-10-031-1/+0
* o Update a visibility conditional.Mike Barcroft2002-10-021-32/+24
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-2/+2
* Remove NBBY and howmany() macros.Mike Barcroft2002-09-261-8/+0
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.Mike Barcroft2002-09-231-23/+8
* pid_t will be shared with at least <fcntl.h>.Mike Barcroft2002-09-171-0/+4
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add someMike Barcroft2002-08-251-1/+11
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-231-1/+11
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-40/+44
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-2/+0
* Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs())Garrett Wollman2002-06-151-4/+10
* Try again: Make daddr_t 64 bits.Poul-Henning Kamp2002-05-181-1/+1
* Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where itPoul-Henning Kamp2002-05-181-1/+0
* Revert daddr_t to 32 bits while we research the reported problems.Poul-Henning Kamp2002-05-151-2/+2
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-3/+2
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-5/+5
* segsz_t needs to be 64bit for sparc64.Jake Burkholder2002-04-061-1/+2
* Fix some whitespace style bugs.Mike Barcroft2002-04-011-17/+17
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-5/+65
* Remove __PAlfred Perlstein2002-03-191-4/+4
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-0/+1
* Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft2002-02-261-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-18/+1
* Resurrect one of the easiest changes from my big include files roll-upGarrett Wollman2002-02-151-0/+5