summaryrefslogtreecommitdiffstats
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r288258:kib2015-10-101-3/+4
* MFC 278474,278476,280279:jhb2015-04-141-0/+62
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+7
* Move the definition of sbintime_t type from <sys/time.h> to <sys/types.h>.davide2013-02-281-0/+2
* Move the definition of the idtype_t from sys/types.h to sys/wait.h.kib2012-11-161-40/+0
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+40
* Isolate v_caddr_t in the ie driver.pluknet2012-01-311-1/+0
* Replace __const by const in all non-contributed source code.ed2011-12-131-1/+1
* - Define true and false in sys/types.h for _KERNEL consumers, andmdf2011-12-121-0/+10
* Define cap_rights_t and DTYPE_CAPABILITY, which are required tojonathan2011-07-011-0/+2
* MFCattilio2011-05-061-45/+1
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+0
* Remove spurious '/*-' marks and fix some other style problems.trasz2010-07-221-1/+3
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Extend the device pager to support different memory attributes on differentjhb2009-08-281-0/+1
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-9/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-0/+5
* Move uminor() and umajor() to the same place as userspace minor() and major().ed2008-09-271-6/+11
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-1/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+4
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately thejb2007-11-281-30/+0
* Add some compatibility definitions for OpenSolaris source.jb2006-08-041-0/+30
* Bring in experimental kernel support for POSIX message queue.davidxu2005-11-261-0/+5
* Fix order and style(9) to match surrounding defs.njl2005-09-261-1/+1
* Add two convenience functions for device drivers: bus_alloc_resources()phk2005-09-241-0/+1
* According to:rodrigc2005-05-311-0/+2
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-221-0/+10
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tmarcel2004-06-191-0/+5
* Second half of the dev_t cleanup.phk2004-06-171-4/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-0/+2
* Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.das2004-06-131-1/+1
* Prevent SysV spellings in int's in the kernel.obrien2004-04-191-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Move details of dev_t (and udev_t) to <sys/_types.h>.mike2003-03-281-10/+6
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Share ino_t and nlink_t.mike2003-03-011-2/+8
* Style: keep most typedefs in the same place.mike2003-01-291-41/+43
* Add suseconds_t and useconds_t for storing microseconds.mike2002-12-221-0/+11
* Add back the typedefs for in_addr_t and in_port_t; some broken autoconftjr2002-10-221-0/+10
* Add id_t, a new type capable of representing a pid_t or a uid_t. Movemike2002-10-211-1/+11
* Move details of key_t to <sys/_types.h>, so that it can be typedef'dmike2002-10-151-1/+5
* Move swblk_t from sys/types.h to sys/dmap.h, the only include that usespeter2002-10-031-1/+0
* o Update a visibility conditional.mike2002-10-021-32/+24
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-2/+2
* Remove NBBY and howmany() macros.mike2002-09-261-8/+0
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.mike2002-09-231-23/+8
* pid_t will be shared with at least <fcntl.h>.mike2002-09-171-0/+4
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add somemike2002-08-251-1/+11
OpenPOWER on IntegriCloud