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-19Introduce __socklen_t for BSD compatibilitySebastian Huber
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber
2016-04-19Disallow S_ISGID on directories without default ACL entriesCorinna Vinschen
2016-04-18Handle permissions a bit closer to POSIX 1003.1eCorinna Vinschen
2016-04-18Also create NULL SID ACE if special POSIX bits are setCorinna Vinschen
2016-04-18Fix definition of __size_tSebastian Huber
2016-04-18Add release message for commit e2ea143Corinna Vinschen
2016-04-18Fix attempt to create ACLs without NULL SIDCorinna Vinschen
2016-04-15libc/sys/rtems/crt0.c: Add <sys/lock.h> symbols required to link autoconf probesJoel Sherrill
2016-04-15Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen
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-14Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz
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-12Add Cygwin 2.5.1 release message fileCorinna Vinschen
2016-04-12Reformat comments in Cygwin's version.h, remove very outdated infoCorinna Vinschen
2016-04-12Bump Cygwin DLL version to 2.5.1.Corinna Vinschen
2016-04-12strxfrm/wcsxfrm: Always return length of the transformed stringCorinna Vinschen
2016-04-08Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber
2016-04-07math: fix isinf/isnan on SPU after move to math.hYaakov Selkowitz
2016-04-07Drop <unistd.h> include from RTEMS <sys/param.h>Sebastian Huber
2016-04-07Fix typo in the name of the MSP430 attribute section of example MSP430 linker...Nick Clifton
2016-04-05Be truthful about reporting whether readahead is availableJohannes Schindelin
2016-04-05math: update isinf/isnan function comments after move to math.hYaakov Selkowitz
2016-04-05Add latest changes to release messageCorinna Vinschen
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen
2016-04-04math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz
2016-04-04winsup/utils: port getconf to 64-bitYaakov Selkowitz
2016-04-04cygwin: update sysconf for new featuresYaakov Selkowitz
2016-04-04cygwin/math: make isinf functions signedYaakov Selkowitz
2016-04-04Feature test macros overhaul: Cygwin pthread.hYaakov Selkowitz
2016-04-04Feature test macros overhaul: tar.hYaakov Selkowitz