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
path: root/winsup
AgeCommit message (Expand)Author
2022-05-16Cygwin: add 3.3.6 release notesTakashi Yano
2022-05-15Cygwin: pty: Fix script command crash on console in Win7.Takashi Yano
2022-05-13Cygwin: fix new sigfe.o generation in optimized caseCorinna Vinschen
2022-05-13Cygwin: utils: drop unnecessary wow64 checksCorinna Vinschen
2022-05-13Cygwin: drop a few minor references to WOW64Corinna Vinschen
2022-05-13Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related codeCorinna Vinschen
2022-05-13Cygwin: wincap: drop has_broken_prefetchvm flag and related codeCorinna Vinschen
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen
2022-05-13Cygwin: drop create_token and dependent functionsCorinna Vinschen
2022-05-13Cygwin: wincap: drop no_msv1_0_s4u_logon_in_wow64 flag and related codeCorinna Vinschen
2022-05-13Cygwin: wincap: set def_guard_pages to x86_64 value right awayCorinna Vinschen
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen
2022-05-13Cygwin: revamp TLS offsets computationCorinna Vinschen
2022-05-13Cygwin: configure: Define default valus for target specific variablesCorinna Vinschen
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen
2022-05-13Cygwin: drop i686-only filesCorinna Vinschen
2022-05-13Cygwin: configure: drop unused DEF_DLL_ENTRY variableCorinna Vinschen
2022-05-13Cygwin: configure: disable i686 buildsCorinna Vinschen
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen
2022-05-13Make cleanup_glue() staticSebastian Huber
2022-05-13Add global __sglue object for all configurationsMatt Joyce
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber
2022-05-13Add stdio_exit_handler()Matt Joyce
2022-05-13Cygwin: Implement GSO/GRO supportCorinna Vinschen
2022-05-12Cygwin: socket.h: add socket options added in recent Windows releasesCorinna Vinschen
2022-05-12Cygwin: signal.cc: Include <unistd.h>Sebastian Huber
2022-05-11fhandler_process.cc(format_process_stat): fix /proc/pid/stat issuesBrian Inglis
2022-05-09Cygwin: pty: Avoid script command crash in console.Takashi Yano
2022-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano
2022-05-08Cygwin: pty: Add missing attach_mutex guard.Takashi Yano
2022-05-08Cygwin: pty: Avoid deadlock when pcon is started on console.Takashi Yano
2022-05-08Cygwin: pty: Change the condition to send Ctrl-C event.Takashi Yano
2022-05-08Cygwin: pty: Fix timing of creating invisible console.Takashi Yano
2022-05-08Cygwin: pty: Fix acquiring attach_mutex timing.Takashi Yano
2022-05-05Cygwin: sigproc: Avoid segfault caused by signal just after fork().Takashi Yano
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber
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
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen
2022-05-03Cygwin: move x86_64 thread stack areaCorinna Vinschen
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen
2022-04-27Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFYJon Turney
2022-04-27Cygwin: Fix build with w32api 10.0.0Jon Turney
2022-04-27Cygwin: Fix "0x0x" in gmondump and ssp man pagesMark Geisert
2022-04-18Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.Takashi Yano
2022-04-18Cygwin: pty: Fix deadlock caused by Ctrl-C in setup_pseudoconsole().Takashi Yano
2022-04-11Cygwin: pty: Do not set internal handles in HPCON inheritable.Takashi Yano
2022-04-09Cygwin: pty: Close pseudo console only if the process is the owner.Takashi Yano
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2022-04-01fhandler_proc.cc(format_proc_cpuinfo): add Linux Superb Owl cpuinfo flagsBrian Inglis