aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_types.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce namespace pollution from r349233Alan Somers2019-06-211-0/+1
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-0/+15
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Define a new __INO64 macro in <sys/_types.h>, to indicate the systemDimitry Andric2017-05-261-0/+7
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-3/+3
* Define max_align_t for C11.John Baldwin2016-10-211-0/+5
* Pollute more places with off64_t and add __off64_tConrad Meyer2016-05-121-0/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-0/+2
* Change the type of blksize_t from uint32_t to a POSIX compliant int32_tKevin Lo2015-01-041-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+0
* Fix <uchar.h> in for C++11.Ed Schouten2013-05-251-0/+5
* Add <uchar.h>.Ed Schouten2013-05-211-0/+6
* Make the wchar_t type machine dependent.Andrew Turner2012-06-241-5/+4
* Define cap_rights_t and DTYPE_CAPABILITY, which are required toJonathan Anderson2011-07-011-0/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-0/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingJeff Roberson2008-03-021-0/+3
* Let kernel POSIX timer code and mqueue code to use integer as a resourceDavid Xu2006-03-011-2/+2
* Bring in experimental kernel support for POSIX message queue.David Xu2005-11-261-0/+1
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.David Schultz2005-03-221-0/+2
* Document why rlim_t needs to be a signed type.Dag-Erling Smørgrav2004-11-081-1/+3
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tMarcel Moolenaar2004-06-191-0/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-4/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+1
* Fixed some style bugs:Bruce Evans2004-06-141-8/+7
* Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h.David Schultz2004-06-131-0/+2
* Move details of dev_t (and udev_t) to <sys/_types.h>.Mike Barcroft2003-03-281-0/+11
* Share ino_t and nlink_t.Mike Barcroft2003-03-011-0/+2
* Add suseconds_t and useconds_t for storing microseconds.Mike Barcroft2002-12-221-0/+2
* Note that id_t can also hold a gid_t. Realign comments.Mike Barcroft2002-10-221-8/+8
* Add id_t, a new type capable of representing a pid_t or a uid_t. MoveMike Barcroft2002-10-211-0/+2
* Move details of key_t to <sys/_types.h>, so that it can be typedef'dMike Barcroft2002-10-151-0/+1
* Move definition of nl_item type to <sys/_types.h>, so that it can beMike Barcroft2002-09-181-0/+1
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add someMike Barcroft2002-08-251-1/+0
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-231-0/+1
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-0/+42
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-6/+6
* Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>Garrett Wollman2002-06-141-0/+2
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>Mike Barcroft2002-04-201-0/+1
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-0/+38