aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* Rename struct device to struct _deviceMark Johnston2021-04-121-1/+1
* Remove obsolete check for GCC < 3 and support for Intel CompilerWarner Losh2020-10-241-3/+0
* Tweak what's visible in the standalone environment. We define offsetofWarner Losh2020-09-141-4/+5
* sys/types.h: adjust #endif comment to match realityKyle Evans2020-04-151-1/+1
* Implement kvm_kerndispLeandro Lupori2020-02-061-0/+1
* kvm: fix types for cross-debuggingEd Maste2019-11-081-4/+5
* Reduce namespace pollution from r349233Alan Somers2019-06-211-1/+1
* Change the vm_ooffset_t type to unsigned.Konstantin Belousov2018-12-021-1/+1
* sys/types.h: avoid using terse macro _MEd Maste2018-11-021-3/+3
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-0/+9
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-131-3/+30
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* 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