summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/time.h: Change visibility of gettimeofday.Corinna Vinschen2016-06-201-1/+2
* Declare crypt, encrypt, and setkey per PosixKen Brown2016-06-091-0/+6
* Feature test macros: ctermid, cuseridYaakov Selkowitz2016-05-231-0/+4
* Make sure to have full configuration info in sys/_types.h.Corinna Vinschen2016-05-181-0/+2
* Always provide register_t via <sys/types.h>Sebastian Huber2016-04-211-4/+2
* Simplify guard against defining pthread types on CygwinCorinna Vinschen2016-04-211-9/+9
* Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber2016-04-212-11/+4
* Remove duplicate int*_t definitionsSebastian Huber2016-04-201-4/+0
* Remove duplicate u_int*_t definitionsSebastian Huber2016-04-201-4/+0
* Add __ssize_t to <sys/_types.h>Sebastian Huber2016-04-191-0/+2
* Provide in_port_t via <sys/types.h>Sebastian Huber2016-04-191-0/+5
* Provide in_addr_t via <sys/types.h>Sebastian Huber2016-04-191-0/+5
* Introduce __sa_family_t for BSD compatibiliySebastian Huber2016-04-191-0/+4
* Introduce __socklen_t for BSD compatibilitySebastian Huber2016-04-191-0/+4
* Fix definition of __size_tSebastian Huber2016-04-181-2/+2
* Provide FNONBLOCK for BSD compatiblitySebastian Huber2016-04-151-0/+4
* Provide __size_t via <sys/_types.h>Sebastian Huber2016-04-152-2/+17
* Include <machine/endian.h> in <sys/types.h>Sebastian Huber2016-04-151-0/+1
* Add __va_list to <sys/_types.h>Sebastian Huber2016-04-151-0/+6
* Add BSD guards for fixed-size integer typesChristian Mauderer2016-04-151-4/+35
* Add BSD guard for useconds_tSebastian Huber2016-04-152-1/+5
* Add BSD guard for nlink_tSebastian Huber2016-04-152-1/+5
* Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber2016-04-152-0/+14
* Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber2016-04-153-1/+10
* Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber2016-04-153-1/+10
* Add BSD guard for timer_tSebastian Huber2016-04-152-4/+6
* Add BSD guard for clockid_tSebastian Huber2016-04-152-4/+7
* Add BSD guard for time_tSebastian Huber2016-04-155-9/+15
* Add BSD guard for clock_tSebastian Huber2016-04-153-7/+11
* Define mode_t via __mode_tSebastian Huber2016-04-152-44/+22
* Add BSD guard for ino_t in <sys/types.h>Sebastian Huber2016-04-152-7/+12
* Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2016-04-152-0/+9
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-151-14/+24
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-132-4/+7
* Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber2016-04-131-4/+16
* Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber2016-04-137-10/+28
* Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber2016-04-081-149/+2
* cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz2016-04-041-10/+37
* Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen2016-03-241-2/+1
* Define BSD u_intN_t types indiscriminatelyCorinna Vinschen2016-03-241-17/+14
* Feature test macros overhaul: C++ TR1Yaakov Selkowitz2016-03-231-5/+5
* Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen2016-03-231-1/+1
* Fix "/*" within comment warningSebastian Huber2016-03-221-1/+1
* Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz2016-03-181-16/+12
* Add arc4random() etc. from OpenBSD 5.8Sebastian Huber2016-03-181-0/+3
* Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber2016-03-181-0/+4
* Feature test macros overhaul: sys/types.hYaakov Selkowitz2016-03-171-4/+7
* Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz2016-03-171-0/+2
* Feature test macros overhaul: sys/time.hYaakov Selkowitz2016-03-171-5/+8
* Feature test macros overhaul: sys/stat.hYaakov Selkowitz2016-03-171-10/+6