aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add id_t, a new type capable of representing a pid_t or a uid_t. MoveMike Barcroft2002-10-211-1/+11
* Move details of key_t to <sys/_types.h>, so that it can be typedef'dMike Barcroft2002-10-151-1/+5
* Move swblk_t from sys/types.h to sys/dmap.h, the only include that usesPeter Wemm2002-10-031-1/+0
* o Update a visibility conditional.Mike Barcroft2002-10-021-32/+24
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-2/+2
* Remove NBBY and howmany() macros.Mike Barcroft2002-09-261-8/+0
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.Mike Barcroft2002-09-231-23/+8
* pid_t will be shared with at least <fcntl.h>.Mike Barcroft2002-09-171-0/+4
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add someMike Barcroft2002-08-251-1/+11
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-231-1/+11
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-40/+44
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-2/+0
* Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs())Garrett Wollman2002-06-151-4/+10
* Try again: Make daddr_t 64 bits.Poul-Henning Kamp2002-05-181-1/+1
* Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where itPoul-Henning Kamp2002-05-181-1/+0
* Revert daddr_t to 32 bits while we research the reported problems.Poul-Henning Kamp2002-05-151-2/+2
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-3/+2
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-5/+5
* segsz_t needs to be 64bit for sparc64.Jake Burkholder2002-04-061-1/+2
* Fix some whitespace style bugs.Mike Barcroft2002-04-011-17/+17
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-5/+65
* Remove __PAlfred Perlstein2002-03-191-4/+4
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-0/+1
* Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft2002-02-261-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-18/+1
* Resurrect one of the easiest changes from my big include files roll-upGarrett Wollman2002-02-151-0/+5
* Back out the "upgrading" of NBBY to unsigned, as it exposesMark Murray2002-02-041-1/+1
* Zero functional difference; make some integer constants unsigned, asMark Murray2002-02-031-3/+3
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-9/+9
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-1/+1
* Undo last commit. The problem's been fixed for a long time.Matthew Dillon2001-09-011-3/+0
* Add FD_SETSIZE warning to types.hMatthew Dillon2001-08-311-0/+3
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-301-2/+16
* Use a fixed type for times in on-disk structures for ufs rather thanPeter Wemm2001-07-161-0/+1
* Unbreak build on alpha.Hajimu UMEMOTO2001-03-241-0/+1
* IPv4 address is not unsigned int. This change introduces in_addr_t.Hajimu UMEMOTO2001-03-231-0/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-3/+2
* Followup to previous commit; change fd_mask from signed to unsigned asPeter Wemm2000-02-201-1/+1
* Fix select(2) for the Alpha. (!!) It was never returning true forPeter Wemm2000-02-201-3/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+6
* Don't use const and volatile directly. Use the macros. This fixesMarcel Moolenaar1999-10-031-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1