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-20Remove duplicate int*_t definitionsSebastian Huber
2016-04-20Remove duplicate u_int*_t definitionsSebastian Huber
2016-04-20Add __ssize_t to <sys/_types.h>Sebastian 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-19Introduce __sa_family_t for BSD compatibiliySebastian Huber
2016-04-19Introduce __socklen_t for BSD compatibilitySebastian Huber
2016-04-18Fix definition of __size_tSebastian Huber
2016-04-15Provide FNONBLOCK for BSD compatiblitySebastian 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 __va_list to <sys/_types.h>Sebastian Huber
2016-04-15Add BSD guards for fixed-size integer typesChristian Mauderer
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-15Use __machine_*_t_defined for internal typesSebastian 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-04-08Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber
2016-04-04cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz
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-24Feature test macros overhaul: C++ TR1Yaakov Selkowitz
2016-03-23Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen
2016-03-23Fix "/*" within comment warningSebastian Huber
2016-03-18Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian 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-03-18Feature test macros overhaul: sys/time.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/stat.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/select.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: unistd.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: signal.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: fcntl.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/features.hYaakov Selkowitz
2016-02-22pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill
2016-02-18sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen