aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: fhandler/null.cc: remove redundant includesgithub/topic/split_source_dirtopic/split_source_dirCorinna Vinschen1-9/+0
2022-08-05Cygwin: update the "dirs" variable in Makefile.amKen Brown1-1/+1
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen143-85/+108
2022-08-05Cygwin: mount_info::get_mounts_here: alloc temp mountpoint info on cygheapCorinna Vinschen1-5/+5
2022-08-05Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciizCorinna Vinschen3-3/+18
2022-08-05Cygwin: pty: Fix a small bug in is_console_app().Takashi Yano1-1/+1
2022-08-04Cygwin: use locale-aware conversion to UNICODE_STRING checking mount pointsCorinna Vinschen4-16/+35
2022-08-04Cygwin: drop all usages of NTAPICorinna Vinschen3-285/+223
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen29-94/+93
2022-08-04Cygwin: clock.cc: Drop redundant Windows prototypesCorinna Vinschen1-3/+0
2022-08-04Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry pointCorinna Vinschen1-6/+0
2022-08-04Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixesKen Brown2-7/+0
2022-08-04Cygwin: Drop outdated IsWow64Process2 prototypeCorinna Vinschen1-13/+0
2022-08-04Cygwin: drop outdated __MINGW64_VERSION_MAJOR checksCorinna Vinschen2-11/+0
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen4-5/+5
2022-08-04Cygwin: syscalls.cc: drop masking macros for standard IO functionsCorinna Vinschen1-25/+2
2022-08-04Cygwin: Drop export aliases and masking macros for stdio64 functionsCorinna Vinschen1-12/+0
2022-08-04Cygwin: create sparse errmap arrayCorinna Vinschen3-149/+9017
2022-08-04cacosh: Use approximation for large input.Markus Mützel1-0/+21
2022-08-04casinh: Use approximation for large input.Markus Mützel1-0/+21
2022-08-04Cygwin: net.cc: convert wsock_errmap into a simple array of error codesCorinna Vinschen1-52/+82
2022-08-04Cygwin: net.cc: create own type host_errmap_t for host_errmapCorinna Vinschen1-5/+6
2022-08-04Cygwin: net.cc: constify gai_errmapCorinna Vinschen1-1/+1
2022-08-03Cygwin: fix/drop a few commentsCorinna Vinschen4-11/+8
2022-08-03Cygwin: __WORDSIZE: Drop 32 bit considerationsCorinna Vinschen5-123/+2
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCHCorinna Vinschen2-12/+1
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 Vinschen2-4/+1
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_CTYPECorinna Vinschen2-18/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQCorinna Vinschen3-122/+21
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_WINSOCK1_VALUESCorinna Vinschen2-30/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_ANCIENT_MSGHDRCorinna Vinschen2-5/+1
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 Vinschen5-33/+9
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 Vinschen2-11/+0
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENVCorinna Vinschen2-14/+1
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOSCorinna Vinschen3-74/+11
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen4-9/+2
2022-08-03Cygwin: path: Make some symlinks to /cygdrive/* work.Takashi Yano2-1/+9
2022-08-02Cygwin: console: Modify ConEmu cygwin connector hook.Takashi Yano1-11/+6
2022-07-31Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin console app.Takashi Yano2-1/+11
2022-07-29Cygwin: console: Avoid accessing NULL pointer via cygheap->ctty.Takashi Yano2-9/+15
2022-07-29Cygwin: Set threadnames with SetThreadDescription()Jon Turney2-2/+32
2022-07-29Cygwin: uname: drop useless support for unsupported CPU archesCorinna Vinschen1-22/+0
2022-07-29Cygwin: gmon.h: drop 32 bit considerationsCorinna Vinschen1-5/+0
2022-07-29Cygwin: profile.c: drop i686 register accessCorinna Vinschen1-3/+3
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen11-36/+30
2022-07-28Cygwin: perl scripts: drop support for i686Corinna Vinschen3-410/+14