mqueues: Port POSIX message queues from NetBSD.
[dragonfly.git] / sys / sys / types.h
2009-10-11 Stathis Kamperismqueues: Port POSIX message queues from NetBSD.
2009-08-12 Matthew DillonAMD64 - Sync machine-independant bits from smtms.
2009-07-23 Hasso TepperAdd some more Sys V compatibility integer typedefs.
2009-05-16 Hasso TepperMake pthread types visible via sys/types.h to conform...
2009-04-07 Thomas Nikolajsensys/types.h: Add protection of typedefs
2009-04-07 Peter AvalosFix some namespace issues with grp.h and pwd.h.
2009-03-02 Matthew Dillondisklabel64 UFS+HAMMER boot support (was previously...
2008-08-10 Matthew DillonRemove daddr_t dependancies in the swap code. Move...
2008-06-19 Hasso TepperChange suseconds_t to long as it is in most of systems...
2008-06-18 Hasso TepperMove timeval struct into its own header and include...
2008-05-28 Simon SchubertInclude sys/fd_set.h in the BSD_VISIBLE case.
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2007-04-29 Matthew DillonUse the __boolean_t defined in machine/stdint.h instead...
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename struct specinfo into struct cdev. Add a new...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-06-03 Jeroen Ruigrok/asmodaiAdd id_t, a general identifier type, per IEEE Std 1003...
2005-06-03 Jeroen Ruigrok/asmodaiAdd blkcnt_t and blksize_t per IEEE Std 1003.1, 2004...
2005-06-03 Jeroen Ruigrok/asmodaiAdd fsblkcnt_t and fsfilcnt_t.
2005-05-07 David XuDefine type lwpid_t, it will be used for thread debugge...
2003-11-15 Jeroen Ruigrok/asmodaiChange wrapping definition from ending in DECLARED_...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-08-11 Jeroen Ruigrok/asmodaiChange __volatile and __const into volatile and const.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: