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
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen
2022-06-07Cygwin: restore two instances of __stdcallKen Brown
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen
2021-11-11Cygwin: introduce isabspath_strict macroCorinna Vinschen
2021-11-11Cygwin: drop unused isabspath_u and iswabspath macrosCorinna Vinschen
2021-05-26Cygwin: set NTDDI_VERSION to enable more recent windows definitionsCorinna Vinschen
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-05-25Cygwin: fix declaration of __small_{v}sprintfCorinna Vinschen
2020-01-28Cygwin: drop __stdcall from close_all_filesCorinna Vinschen
2020-01-28Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen
2019-09-04Cygwin: pty: Limit API hook to the program linked with the APIs.Takashi Yano
2019-09-04Cygwin: pty: Move function hook_api() into hookapi.cc.Takashi Yano
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner
2019-01-16Cygwin: fork: move extern declarations to appropriate headersCorinna Vinschen
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen
2018-02-20Cygwin: clean error mappingCorinna Vinschen
2018-02-07Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEOCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2016-06-25Remove unused GetTickCount_nsCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-08-25winsup.h: Claim Windows 10 supportCorinna Vinschen
2015-02-23 * winsup.h (SIGTOMASK): Add cast to sigset_t to avoid int overflow.Corinna Vinschen
2015-02-20 * grp.cc (internal_getgroups): Take additional timeout_ns parameter.Corinna Vinschen
2014-08-16 * winsup.h (_GNU_SOURCE): Define. Explain why.Corinna Vinschen
2014-02-11* winsup.h: Turn off previous workaround but leave a comment.Christopher Faylor
2014-02-11* winsup.h (Interlocked*): Use intrinsic versions of Interlocked functions.Christopher Faylor
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-11-23ChangeLog:Christopher Faylor
2012-07-30* winlean.h: Add temporary define.Christopher Faylor
2012-07-12 * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen
2012-07-06 * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor
2012-06-26 * winsup.h (GetLastError): Drop redundant definition.Corinna Vinschen
2012-03-19* cygprops.h: Use #pragma once.Christopher Faylor