aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevPoul-Henning Kamp1999-07-201-2/+4
* Remove a duplicate comment.John Polstra1999-07-181-7/+1
* Produce compiler warning if dev_t and udev_t is confused.Poul-Henning Kamp1999-05-121-2/+2
* #define udev_t dev_t in userland, so that programs which peek atPoul-Henning Kamp1999-05-121-1/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-19/+21
* Make minor, major and makedev inline functions so we gain type checkingPoul-Henning Kamp1999-05-091-4/+20
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+3
* Added c_caddr_t: const char * version of the char * caddr_t, forMatthew Dillon1999-01-271-1/+2