aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-2/+2
2022-08-04Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry pointCorinna Vinschen1-6/+0
2022-08-03Cygwin: fix/drop a few commentsCorinna Vinschen2-3/+1
2022-08-03Cygwin: __WORDSIZE: Drop 32 bit considerationsCorinna Vinschen5-123/+2
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCHCorinna Vinschen1-4/+0
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CYGWIN_CONV macroCorinna Vinschen1-2/+0
2022-08-03Cygwin: version.h: document API_VERSION of the first 64 bit buildCorinna Vinschen1-0/+3
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_USE_PSEUDO_RELOC_IN_DLLCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_CTYPECorinna Vinschen1-3/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_WINSOCK1_VALUESCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_ANCIENT_MSGHDRCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macroCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCKCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macroCorinna Vinschen1-3/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF_HANDLINGCorinna Vinschen1-5/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENVCorinna Vinschen1-2/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOSCorinna Vinschen2-53/+0
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen1-2/+0
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown2-2/+5
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown2-0/+9
2022-06-10Use global stdio streams for all configurationsSebastian Huber1-1/+0
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown2-4/+4
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown7-104/+3
2022-05-29Cygwin: remove 32-bit only clipboard codeKen Brown1-19/+4
2022-05-29Cygwin: remove some 32-bit only environment codeKen Brown1-3/+0
2022-05-29Cygwin: remove some 32-bit only path conversion functionsKen Brown1-23/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-6/+6
2022-05-29Cygwin: simplify some function namesKen Brown4-21/+0
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown5-50/+0
2022-05-18Cygwin: Enable backward binary compatibilitySebastian Huber1-0/+1
2022-05-16Cygwin: drop i386 refs from header files where source isn't affectedCorinna Vinschen2-3/+1
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen1-16/+7
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen1-0/+1
2022-05-13Make cleanup_glue() staticSebastian Huber1-1/+2
2022-05-13Cygwin: Implement GSO/GRO supportCorinna Vinschen1-0/+4
2022-05-12Cygwin: socket.h: add socket options added in recent Windows releasesCorinna Vinschen1-0/+21
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen3-14/+14
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen3-14/+14
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano1-0/+1
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano1-0/+2
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano1-0/+1
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger8-10/+10
2021-10-28Cygwin: bump DLL major versioncygwin-3.4.0-devCorinna Vinschen1-2/+2
2021-10-28Cygwin: bump DLL minor versionCorinna Vinschen1-1/+1
2021-10-26Cygwin: Make native clipboard layout same for 32- and 64-bitMark Geisert1-0/+49
2021-10-22Cygwin: document sig2str and str2sig in version.hKen Brown1-1/+2
2021-07-29Cygwin: bump API minor and set DLL version to 3.3.0Corinna Vinschen1-3/+5
2021-07-29Cygwin: implement pthread_rwlock_clockrdlock/pthread_rwlock_clockwrlockCorinna Vinschen1-0/+8
2021-07-29Cygwin: pthread.h: clean namespaceCorinna Vinschen1-16/+13