aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Cygwin: utils: drop unnecessary wow64 checksgithub/topic/rip-off-32topic/rip-off-32Corinna Vinschen2-33/+0
2022-05-12Cygwin: drop a few minor references to WOW64Corinna Vinschen4-8/+4
2022-05-12Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related codeCorinna Vinschen3-63/+9
2022-05-12Cygwin: wincap: drop has_broken_prefetchvm flag and related codeCorinna Vinschen3-24/+1
2022-05-12Cygwin: drop system_wow64_directory and related codeCorinna Vinschen3-17/+0
2022-05-12Cygwin: drop create_token and dependent functionsCorinna Vinschen4-392/+9
2022-05-12Cygwin: wincap: drop no_msv1_0_s4u_logon_in_wow64 flag and related codeCorinna Vinschen3-189/+0
2022-05-12Cygwin: wincap: set def_guard_pages to x86_64 value right awayCorinna Vinschen1-16/+12
2022-05-12Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen6-46/+4
2022-05-12Cygwin: revamp TLS offsets computationCorinna Vinschen6-332/+169
2022-05-12Cygwin: configure: Define default valus for target specific variablesCorinna Vinschen1-5/+5
2022-05-12Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen12-64/+42
2022-05-12Cygwin: drop i686-only filesCorinna Vinschen2-768/+0
2022-05-12Cygwin: configure: drop unused DEF_DLL_ENTRY variableCorinna Vinschen1-2/+0
2022-05-12Cygwin: configure: disable i686 buildsCorinna Vinschen2-65/+0
2022-05-12Cygwin: signal.cc: Include <unistd.h>Sebastian Huber1-1/+2
2022-05-11fhandler_process.cc(format_process_stat): fix /proc/pid/stat issuesBrian Inglis1-13/+20
2022-05-09Cygwin: pty: Avoid script command crash in console.Takashi Yano1-4/+2
2022-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano1-1/+1
2022-05-09Cygwin: pty: Add missing attach_mutex guard.Takashi Yano1-0/+2
2022-05-09Cygwin: pty: Avoid deadlock when pcon is started on console.Takashi Yano2-19/+17
2022-05-08Cygwin: pty: Change the condition to send Ctrl-C event.Takashi Yano1-6/+3
2022-05-08Cygwin: pty: Fix timing of creating invisible console.Takashi Yano1-2/+2
2022-05-08Cygwin: pty: Fix acquiring attach_mutex timing.Takashi Yano1-1/+1
2022-05-05Cygwin: sigproc: Avoid segfault caused by signal just after fork().Takashi Yano1-2/+2
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber1-1/+1
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen6-17/+14
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen6-14/+17
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen3-7/+18
2022-05-03Cygwin: move x86_64 thread stack areaCorinna Vinschen2-7/+9
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen3-12/+4
2022-04-27Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFYJon Turney1-2/+2
2022-04-27Cygwin: Fix build with w32api 10.0.0Jon Turney1-2/+5
2022-04-27Cygwin: Fix "0x0x" in gmondump and ssp man pagesMark Geisert2-3/+3
2022-04-18Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.Takashi Yano1-1/+3
2022-04-18Cygwin: pty: Fix deadlock caused by Ctrl-C in setup_pseudoconsole().Takashi Yano1-0/+4
2022-04-12Cygwin: pty: Do not set internal handles in HPCON inheritable.Takashi Yano1-4/+4
2022-04-09Cygwin: pty: Close pseudo console only if the process is the owner.Takashi Yano1-1/+2
2022-04-02Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano6-1/+76
2022-04-01fhandler_proc.cc(format_proc_cpuinfo): add Linux Superb Owl cpuinfo flagsBrian Inglis1-2/+9
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber1-3/+3
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.Takashi Yano2-1/+4
2022-03-19Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.Takashi Yano1-3/+38
2022-03-19Cygwin: console: Ignore dwControlKeyState in event comparison.Takashi Yano1-3/+3
2022-03-18Cygwin: console: Add attach_mutex guard that was not added.Takashi Yano1-0/+2
2022-03-18Cygwin: console: Fix typeahead key swapping which still occurs.Takashi Yano1-20/+38
2022-03-17Cygwin: document recent gmondump formatting fixMark Geisert1-0/+3
2022-03-17Cygwin: Fix gmondump formatting goofsMark Geisert1-3/+3
2022-03-16winsup: disable fortify sourceMike Frysinger1-1/+1
2022-03-16newlib: libc: merge build up a directoryMike Frysinger1-1/+1