summaryrefslogtreecommitdiffstats
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Fix namespace issues in <sys/mman.h>.mike2002-08-231-1/+11
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-40/+44
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-2/+0
* Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs())wollman2002-06-151-4/+10
* Try again: Make daddr_t 64 bits.phk2002-05-181-1/+1
* Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where itphk2002-05-181-1/+0
* Revert daddr_t to 32 bits while we research the reported problems.phk2002-05-151-2/+2
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-3/+2
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-5/+5
* segsz_t needs to be 64bit for sparc64.jake2002-04-061-1/+2
* Fix some whitespace style bugs.mike2002-04-011-17/+17
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-5/+65
* Remove __Palfred2002-03-191-4/+4
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-0/+1
* Rather than include namespace pollution in <grp.h> in order to declaremike2002-02-261-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-18/+1
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+5
* Back out the "upgrading" of NBBY to unsigned, as it exposesmarkm2002-02-041-1/+1
* Zero functional difference; make some integer constants unsigned, asmarkm2002-02-031-3/+3
* o Stop abusing MD headers with non-MD types.mike2001-12-011-9/+9
* o Add new header <sys/stdint.h>.mike2001-11-021-1/+1
* Undo last commit. The problem's been fixed for a long time.dillon2001-09-011-3/+0
* Add FD_SETSIZE warning to types.hdillon2001-08-311-0/+3
OpenPOWER on IntegriCloud