summaryrefslogtreecommitdiffstats
path: root/sys/sys/types.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* major() and minor() are documented as returning unsigned, so do soguenther2019-02-091-3/+3
* Move the typedefs for in_{addr,port}_t from <sys/types.h> toguenther2017-02-041-12/+1
* More #include cleanup per POSIX:guenther2016-09-121-5/+1
* qaddr_t is (now) deadguenther2016-08-271-2/+1
* These days pcc defines __GNUC__ and we don't support gcc2. Also neededdaniel2015-09-041-3/+4
* Indent.uebayasi2015-07-201-2/+2
* POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.krw2014-08-221-1/+3
* Tackle the endian.h mess. Make it so that:guenther2014-07-121-3/+7
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-2/+2
* Snapshots for all archs have been built, so remove the T32 codeguenther2013-09-141-3/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+3
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-2/+6
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+1
* add support for using c99 bool in the kernel based on our stdbool.hjsg2013-01-091-1/+28
* does not need cdefs.hderaadt2012-12-101-2/+1
* Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther2012-09-151-3/+1
* move to 64-bit daddr_t; ports tree will follow i hopederaadt2011-03-191-2/+2
* Widen some struct statfs fields to support large filesystem stataotto2008-03-161-1/+3
* Introduce daddr64_t and use it for physical block numberspedro2006-10-031-2/+4
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-48/+116
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-12/+8
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-34/+2
* Change mode_t and nlink_t from 16bit to 32bit. This allows us tomillert2004-07-131-3/+3
* fixderaadt2004-06-081-2/+1
* pull up cpuid_t define from smp branch. Kill alpha specific defininitionmarc2004-06-081-1/+4
* Add id_t type as per POSIX and use it for [gs]etpriority(2).millert2003-12-111-1/+2
* POSIX says rlim_t should be unsigned so make it u_quad_t. Also addmillert2003-12-111-2/+2
* Crank FD_SETSIZE from 256 to 1024 by default. Almost all users ofmillert2003-08-191-2/+2
* fix typo in comment. tedu@ okjolan2003-06-261-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-4/+4
* Move to 24 bit minor numbers in a backwards compatible manner.millert2001-06-231-3/+3
* Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowmillert2000-02-221-25/+29
* add socklen_tmillert1999-02-151-1/+2
* move uint*_t to machine/types.hmillert1999-01-071-6/+1
* uint*_t types from new POSIX, ick, yuck, bletch; cmetzderaadt1999-01-071-1/+6
* Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_tmillert1997-11-301-1/+13
* XPG4.2 compat:millert1997-11-061-1/+2
* Add macros and types needed for POSIX 1003.1b timerstholo1997-04-201-2/+12
* thread changesderaadt1996-05-281-9/+1
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+3
* Merge of NetBSD 960317niklas1996-04-181-8/+11
* Move thread prototypes back to <sys/proc.h>tholo1996-03-241-1/+7
* Moved boolean_t back to vm_param.h; not protected by _KERNEL. It needs totholo1996-03-231-10/+1
* Merging w/ NetBSD 021796.mickey1996-03-191-1/+12
* From NetBSD: 960217 mergeniklas1996-03-031-0/+1
* from netbsd: use memcpy/memset for FD_COPY/FD_ZERO in userlandderaadt1995-12-301-1/+6
* initial import of NetBSD treederaadt1995-10-181-0/+171