summaryrefslogtreecommitdiffstats
path: root/sys/sys/types.h
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build on alpha.ume2001-03-241-0/+1
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-0/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-3/+2
* Followup to previous commit; change fd_mask from signed to unsigned aspeter2000-02-201-1/+1
* Fix select(2) for the Alpha. (!!) It was never returning true forpeter2000-02-201-3/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-6/+6
* Don't use const and volatile directly. Use the macros. This fixesmarcel1999-10-031-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-2/+4
* Remove a duplicate comment.jdp1999-07-181-7/+1
* Produce compiler warning if dev_t and udev_t is confused.phk1999-05-121-2/+2
* #define udev_t dev_t in userland, so that programs which peek atphk1999-05-121-1/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-19/+21
* Make minor, major and makedev inline functions so we gain type checkingphk1999-05-091-4/+20
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+3
* Added c_caddr_t: const char * version of the char * caddr_t, fordillon1999-01-271-1/+2
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+2
* Little reorganization:dt1998-12-191-17/+9
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+5
* MF22: removed duplicate #include of <sys.cdefs.h> and fixed comments aboutbde1998-02-241-24/+9
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,alex1998-01-081-1/+16
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-311-2/+2
* Add posix-style clock and timer types (clockid_t and timer_t)peter1997-05-081-1/+11
* #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn'tbde1997-04-131-12/+28
* Moved #include of <sys/cdefs.h> earlier so that __signed inbde1997-04-131-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Increase FD_SETSIZE back to 1024, select code fixed nowache1997-02-211-1/+1
* Back ut FD_SETSIZE increasing until related kernel issues will be resolvedache1997-02-161-1/+1
* Bump default FD_SETSIZE from 256 to 1024 as many modernache1997-02-151-1/+1
* Change space to tab.asami1997-01-301-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move typedef for rlim_t into sys/types.h (as per NetBSD).davidn1997-01-051-1/+3
* Removed gratuitous differences from Lite2.bde1996-04-301-7/+4
* Don't include <machine/ansi.h> twice.phk1996-04-301-2/+1
* Merge in Lite2: use fixed-width types.hsu1996-03-111-20/+22
* move typedef for key_t from sys/ipc.h to sys/types.h, as suggested in thepeter1995-12-151-1/+2
* Moved the declaration of boolean_t from <vm/vm_param.h> tobde1995-12-101-1/+2
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>bde1995-12-051-1/+6
* Use the new machine-dependent definitions of _BSD_OFF_T_ andbde1995-06-281-4/+4
* Extended minor number to include bits 16-31. It was done this way ratherdg1994-09-251-2/+7
* Moved include of cdefs.h outside of ifndef KERNEL so it alwayspaul1994-09-161-2/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+162
OpenPOWER on IntegriCloud