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
path: root/winsup
AgeCommit message (Expand)Author
2016-05-24Fix typo and wrong URL in winsup/READMECorinna Vinschen
2016-05-20Add release message for previous mmap fixCorinna Vinschen
2016-05-20mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen
2016-05-20Add release message for scheduler fixesCorinna Vinschen
2016-05-20Fix thread priority handlingCorinna Vinschen
2016-05-20Rewrite scheduler functions getting and setting process and thread priorityCorinna Vinschen
2016-05-20Miscellaneous style cleanup, whitespace only.John Hood
2016-05-20Improve and simplify select().John Hood
2016-05-20Use high-resolution timebases for select().John Hood
2016-05-18Bump Cygwin DLL version to 2.5.2Corinna Vinschen
2016-04-21Always provide register_t via <sys/types.h>Sebastian Huber
2016-04-21Remove cygwin/types.hCorinna Vinschen
2016-04-21Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber
2016-04-20Add release message for commit 9409c53Corinna Vinschen
2016-04-20Don't test pthread objects for being already initialized at init timeCorinna Vinschen
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-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-18Add release message for commit e2ea143Corinna Vinschen
2016-04-18Fix attempt to create ACLs without NULL SIDCorinna Vinschen
2016-04-15Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen
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-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-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-05Be truthful about reporting whether readahead is availableJohannes Schindelin
2016-04-05Add latest changes to release messageCorinna Vinschen
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen
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-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley
2016-04-04Rename without-mingw-progs to with-cross-bootstrapPeter Foley
2016-04-01Update autoconf for doc/lsaauth/utilsPeter Foley
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen