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
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-11-27cygwin: improve tags generationCorinna Vinschen
2017-11-27cygwin: cleanup fhandler_socket::release_eventsCorinna Vinschen
2017-11-15Cygwin: pipe_data_available: cleanup codeCorinna Vinschen
2017-11-14Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM filesCorinna Vinschen
2017-11-14Cygwin: link: Simplify an expressionCorinna Vinschen
2017-11-14Cygwin: Bump DLL version to 2.10.0, bump API minor to 319Corinna Vinschen
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen
2017-11-14Cygwin: open: cleanup code in preparation of O_TMPFILECorinna Vinschen
2017-11-08cygwin: pread: Remove incorrect commentCorinna Vinschen
2017-11-08cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen
2017-11-08cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu
2017-11-07cygwin: fix stray semicolonCorinna Vinschen
2017-11-07cygwin: add socket bugfix to release notesCorinna Vinschen
2017-11-07Fix two bugs in the limit of large numbers of sockets:Erik M. Bray
2017-11-02cygwin: ftruncate64: add missing bracesCorinna Vinschen
2017-11-02cygwin: add 2.9.1 release messages fileCorinna Vinschen
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray
2017-10-18cygwin: belatedly bump DLL minor versionCorinna Vinschen
2017-10-18cygwin: unlink: workaround NFS non-ability to move file in certain casesCorinna Vinschen
2017-10-18cygwin: unlink: don't try "final trick" in try_to_bin on NFSCorinna Vinschen
2017-10-18cygwin: unlink: fix "final trick" overwrite method on remote drivesCorinna Vinschen
2017-10-18cygwin: unlink: improve debug messages in try_to_binCorinna Vinschen
2017-10-18cygwin: unlink: simplify rootdir handlingCorinna Vinschen
2017-10-18cygwin: unlink: drop redundant check for netapp FSCorinna Vinschen
2017-10-18cygwin: unlink: Fix typos in commentsCorinna Vinschen
2017-10-10cygwin: fix gethostbyaddr argument typesYaakov Selkowitz
2017-10-10Feature test macros overhaul: Cygwin netdb.hYaakov Selkowitz
2017-10-10cygwin: fix potential buffer overflow in forkMichael Haubenwallner
2017-10-10cygwin: fix potential buffer overflow in small_sprintfMichael Haubenwallner
2017-10-09cygwin: initialize variable for stack unwindingMichael Haubenwallner
2017-10-09cygwin: disable -Wframe-address warning only on GCC 6 or laterCorinna Vinschen
2017-10-09cygwin: Remove workaround for GCC 6 null pointer check warningsKen Brown
2017-10-09cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::killKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandlerKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_requestKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown
2017-10-09cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown
2017-10-09cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.ccKen Brown
2017-09-12cygwin: workaround GCC 6 changesYaakov Selkowitz
2017-09-12Revert "cygwin: only expose /dev/con{in,out,sole} when started from a Windows...Yaakov Selkowitz
2017-09-07Change time_t to 64-bit by defaultSebastian Huber
2017-08-29cygwin: add strptime %F fix to release notesCorinna Vinschen
2017-08-29winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis