aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Cygwin: configure: Define default valus for target specific variablesCorinna Vinschen2-5/+5
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen12-64/+42
2022-05-13Cygwin: drop i686-only filesCorinna Vinschen2-768/+0
2022-05-13Cygwin: configure: drop unused DEF_DLL_ENTRY variableCorinna Vinschen1-2/+0
2022-05-13Cygwin: configure: disable i686 buildsCorinna Vinschen2-65/+0
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen5-230/+219
2022-05-13Make cleanup_glue() staticSebastian Huber3-3/+3
2022-05-13Remove __sglue member for one configurationMatt Joyce4-5/+21
2022-05-13Add global __sglue object for all configurationsMatt Joyce6-10/+15
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber8-21/+27
2022-05-13Add stdio_exit_handler()Matt Joyce4-5/+18
2022-05-13Add CLEANUP_FILE defineMatt Joyce1-19/+19
2022-05-13Move __sglue initializations to __sfp()Matt Joyce1-3/+7
2022-05-13Remove __sinit_locks / __sinit_recursive_mutexMatt Joyce3-22/+3
2022-05-13Add two __sglue initialization macrosMatt Joyce2-7/+9
2022-05-13Declare global __sf[] only onceSebastian Huber1-2/+4
2022-05-13Remove duplicate sglue initializationsMatt Joyce1-3/+0
2022-05-13Remove duplicate stdio initializationsMatt Joyce1-4/+0
2022-05-13Cygwin: Implement GSO/GRO supportCorinna Vinschen4-13/+205
2022-05-12Cygwin: socket.h: add socket options added in recent Windows releasesCorinna Vinschen1-0/+21
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-04Generate manpages for functions in chapter sys.texJon Turney1-1/+3
2022-05-04Fix warning about duplicate id in docbook XMLJon Turney1-1/+1
2022-05-04Silence xsltproc when writing manpagesJon Turney3-2/+5
2022-05-04Add build avoidance for 'make man'Jon Turney2-8/+10
2022-05-04Simplify rules for creating man pagesJon Turney2-10/+6
2022-05-04Fix ndbm.c build breakDimitar Dimitrov1-0/+1
2022-05-04Fix nano-malloc buildDimitar Dimitrov1-0/+1
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber7-52/+13
2022-05-04In <stdio.h> provide only necessary typesSebastian Huber1-1/+11
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen10-90/+86
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen10-86/+90
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-27libgloss: pru: Fix _open syscal argumentsDimitar Dimitrov1-1/+17
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