aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial comments. Remove and-ing with UINT_MAX for minor(),Konstantin Belousov2017-08-061-3/+3
* For makedev(), cast the minor argument to unsigned type explicitely,Konstantin Belousov2017-08-021-1/+1
* Change major()/minor() to work with 64bit dev_t.Konstantin Belousov2017-08-021-8/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+2
* Pollute more places with off64_t and add __off64_tConrad Meyer2016-05-121-0/+5
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-0/+2
* Make the __bitcount*() functions unconditionally available, by movingKonstantin Belousov2015-09-261-3/+4
* Expand the bitcount* API to support 64-bit integers, plain ints and longsJohn Baldwin2015-03-201-0/+62
* Introduce a cap_ioctl_t used for the 'cmds' arguments to cap_ioctls_limit()Robert Watson2015-03-161-0/+5
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+7
* Move the definition of sbintime_t type from <sys/time.h> to <sys/types.h>.Davide Italiano2013-02-281-0/+2
* Move the definition of the idtype_t from sys/types.h to sys/wait.h.Konstantin Belousov2012-11-161-40/+0
* Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-0/+40
* Isolate v_caddr_t in the ie driver.Sergey Kandaurov2012-01-311-1/+0
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-131-1/+1
* - Define true and false in sys/types.h for _KERNEL consumers, andMatthew D Fleming2011-12-121-0/+10
* Define cap_rights_t and DTYPE_CAPABILITY, which are required toJonathan Anderson2011-07-011-0/+2
* MFCAttilio Rao2011-05-061-45/+1
|\
| * Don't duplicate define the stdint types.David E. O'Brien2011-05-051-45/+1
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+0
|/
* Remove spurious '/*-' marks and fix some other style problems.Edward Tomasz Napierala2010-07-221-1/+3
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-181-1/+1
* Extend the device pager to support different memory attributes on differentJohn Baldwin2009-08-281-0/+1
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-9/+1
* 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