Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-21Always provide register_t via <sys/types.h>Sebastian Huber
2016-04-21Simplify guard against defining pthread types on CygwinCorinna Vinschen
2016-04-21Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber
2016-04-20Remove duplicate int*_t definitionsSebastian Huber
2016-04-20Remove duplicate u_int*_t definitionsSebastian Huber
2016-04-20Provide in_port_t via <sys/types.h>Sebastian Huber
2016-04-19Provide in_addr_t via <sys/types.h>Sebastian Huber
2016-04-15Provide __size_t via <sys/_types.h>Sebastian Huber
2016-04-15Include <machine/endian.h> in <sys/types.h>Sebastian Huber
2016-04-15Add BSD guard for useconds_tSebastian Huber
2016-04-15Add BSD guard for nlink_tSebastian Huber
2016-04-15Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber
2016-04-15Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber
2016-04-15Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber
2016-04-15Add BSD guard for timer_tSebastian Huber
2016-04-15Add BSD guard for clockid_tSebastian Huber
2016-04-15Add BSD guard for time_tSebastian Huber
2016-04-15Add BSD guard for clock_tSebastian Huber
2016-04-15Define mode_t via __mode_tSebastian Huber
2016-04-15Add BSD guard for ino_t in <sys/types.h>Sebastian Huber
2016-04-15Provide POSIX defined id_t in <sys/types.h>Sebastian Huber
2016-04-13Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen
2016-04-13Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber
2016-04-13Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen
2016-03-23Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen
2016-03-23Fix "/*" within comment warningSebastian Huber
2016-03-18Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber
2016-03-18Feature test macros overhaul: sys/types.hYaakov Selkowitz
2016-03-18Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz
2016-02-22pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill
2016-02-13POSIX barrier implementation, take 3Václav Haisman
2015-12-18Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen
2015-04-23Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber
2015-03-13Merge parts of <sys/time.h> from FreeBSDSebastian Huber
2015-03-11Add and use latest <sys/timespec.h> from FreeBSDSebastian Huber
2013-11-302013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill
2013-07-06* libc/include/sys/types.h (u_char): Add redefinition guard.Yaakov Selkowitz
2012-07-06 Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen
2012-06-26* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor
2011-08-012011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2011-05-02* libc/include/sys/features.h [__CYGWIN__] (_POSIX_SPIN_LOCKS): Define.Yaakov Selkowitz
2011-01-15 * libc/include/sys/types.h (ulong): Add typedef.Corinna Vinschen
2010-12-08 * include/sys/types.h: Add #if defined(__rtems__) aroundCorinna Vinschen
2010-11-16 * libc/include/sys/types.h: Add _mode_t for __rtems__.Corinna Vinschen
2010-02-242010-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston