aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-07-09Cygwin: console: Fix an issue which causes when realloc() fails.Takashi Yano1-5/+13
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown4-2/+14
2022-07-07winsup/doc/faq-setup.xml: align help text with setup 2.919Christian Franke1-7/+11
2022-07-05Cygwin: spawn: Treat empty path as the current directory.Takashi Yano2-2/+23
2022-07-05Cygwin: console: Fix issue of pasting very long text input again.Takashi Yano1-22/+65
2022-07-04Cygwin: implement getfacl(1) for socket filesKen Brown3-0/+82
2022-07-04Cygwin: stdio: don't try again to read after EOFKen Brown2-0/+8
2022-07-03Cygwin: console: Fix new bugs in cons_master_thread().Takashi Yano1-8/+9
2022-07-02Cygwin: console: Allow pasting very long text input.Takashi Yano5-27/+113
2022-06-27Cygwin: poll: Fix a bug on inquiring same fd with different events.Takashi Yano2-3/+10
2022-06-19Cygwin: console: Handle setting very long window title correctly.Takashi Yano2-24/+69
2022-06-14Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag.Takashi Yano2-0/+5
2022-06-11Cygwin: restore one more '#ifdef __x86_64__'Ken Brown1-0/+4
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown6-0/+47
2022-06-10Use global stdio streams for all configurationsSebastian Huber1-1/+0
2022-06-10Cygwin: Have gmondump support ssp-generated gmon.outMark Geisert1-13/+22
2022-06-07Cygwin: restore two instances of __stdcallKen Brown2-2/+2
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown49-147/+147
2022-06-06Cygwin: remove ntsecapi.hKen Brown1-26/+0
2022-06-06Cygwin: child_info.h: remove declaration of init_child_infoKen Brown1-2/+0
2022-06-06Cygwin: Drop use of loadlib.h in regtoolJon Turney1-12/+1
2022-06-06Cygwin: Drop pointless loadlib.h includes in utilitiesJon Turney4-4/+0
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown47-852/+12
2022-05-29Cygwin: remove 32-bit only clipboard codeKen Brown2-35/+4
2022-05-29Cygwin: remove some 32-bit only environment codeKen Brown7-86/+0
2022-05-29Cygwin: remove some 32-bit only path conversion functionsKen Brown3-89/+0
2022-05-29Cygwin: remove regparm.hKen Brown78-495/+473
2022-05-29Cygwin: simplify some function namesKen Brown33-232/+121
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown14-584/+0
2022-05-29Cygwin: document last bug fixKen Brown1-0/+4
2022-05-28Cygwin: cygheap: Fix the issue of cygwin1.dll in the root directory.Takashi Yano1-0/+5
2022-05-25fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.18 cpuinfo flagsBrian Inglis1-2/+20
2022-05-23Cygwin: fix mknod (64-bit only)Ken Brown2-0/+7
2022-05-19Cygwin: make sure exec'ed process exists early in process listCorinna Vinschen3-9/+16
2022-05-19Cygwin: Use two pass parse for tlsoffsets generation.Takashi Yano1-5/+22
2022-05-18Cygwin: Enable backward binary compatibilitySebastian Huber1-0/+1
2022-05-17Cygwin: drop i686 exception handlingCorinna Vinschen3-484/+72
2022-05-16Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from unameCorinna Vinschen1-3/+0
2022-05-16Cygwin: document why we can't drop the _pei386_runtime_relocator dummyCorinna Vinschen1-1/+4
2022-05-16Cygwin: drop i386 refs from header files where source isn't affectedCorinna Vinschen3-10/+2
2022-05-16Cygwin: drop 32 bit considerations in crt0 codeCorinna Vinschen2-21/+0
2022-05-16Cygwin: add 3.3.6 release notesTakashi Yano1-0/+5
2022-05-15Cygwin: pty: Fix script command crash on console in Win7.Takashi Yano6-8/+96
2022-05-13Cygwin: fix new sigfe.o generation in optimized caseCorinna Vinschen2-11/+11
2022-05-13Cygwin: utils: drop unnecessary wow64 checksCorinna Vinschen2-33/+0
2022-05-13Cygwin: drop a few minor references to WOW64Corinna Vinschen4-8/+4
2022-05-13Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related codeCorinna Vinschen3-63/+9
2022-05-13Cygwin: wincap: drop has_broken_prefetchvm flag and related codeCorinna Vinschen3-24/+1
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen3-17/+0
2022-05-13Cygwin: drop create_token and dependent functionsCorinna Vinschen4-392/+9