aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-15Cygwin: Add description of fsync() fix to 3.3.5 release notes.Takashi Yano1-0/+4
2022-03-14Cygwin: path: Convert type of variable 'remlen' to DWORD.Takashi Yano1-2/+1
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano1-5/+12
2022-03-14Cygwin: fsync: Return EINVAL for special files.Takashi Yano1-1/+1
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano2-3/+7
2022-03-05Cygwin: update 3.3.5 release notesTakashi Yano1-0/+8
2022-03-05Cygwin: add 3.3.5 release notesTakashi Yano1-0/+30
2022-03-05Cygwin: pty: Adopt the variable name to the name generally used.Takashi Yano1-10/+10
2022-03-05Cygwin: pty: Add several further comments to the pty code.Takashi Yano1-3/+15
2022-03-05Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano1-7/+16
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano1-1/+2
2022-03-04Cygwin: pty: Update some comments in pty code.Takashi Yano1-8/+21
2022-03-04Cygwin: pty: Omit transfer_input() call where it is no longer needed.Takashi Yano1-47/+0
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.Takashi Yano3-14/+11
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano1-2/+4
2022-03-04Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano3-13/+16
2022-03-04Cygwin: pty: Simplify the setup code for GDB a bit.Takashi Yano1-13/+14
2022-03-04Cygwin: pty: Rename nat_pipe_owner_alive() to process_alive().Takashi Yano1-6/+9
2022-03-02Cygwin: getconf: align -a output to glibc getconfCorinna Vinschen1-2/+2
2022-03-02Cygwin: sysconf: don't set errno for unsupported optionsCorinna Vinschen1-9/+7
2022-03-02Cygwin: sysconf: belatedly add correct return value for _SC_DELAYTIMER_MAXCorinna Vinschen1-1/+1
2022-03-03Cygwin: pty: Add still missing acquire/release_attach_mutex.Takashi Yano1-8/+40
2022-03-02Cygwin: pty: Communalize the code for temporary attach to console.Takashi Yano3-91/+66
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano5-44/+155
2022-03-02Cygwin: _pinfo::siginfo: fix sig_send callCorinna Vinschen1-1/+1