aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Cygwin: Drop looking for w32api in winsup/w32apiJon Turney8-16/+0
2020-10-13format_proc_cpuinfo: add enqcmd cpuinfo flagBrian Inglis1-0/+1
2020-10-04Cygwin: AF_UNIX: open_pipe: call recv_peer_infoKen Brown1-1/+5
2020-10-04Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESSKen Brown1-2/+5
2020-10-04Cygwin: AF_UNIX: socket: set the O_RDWR flagKen Brown1-0/+1
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown2-12/+15
2020-10-04Cygwin: fix handling of known reparse points that are not symlinksKen Brown1-5/+12
2020-10-04Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when neededKen Brown2-4/+15
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney2-3/+1
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney1-2/+2
2020-09-28Cygwin: avoid GCC 10 error with -Werror=parenthesesJon Turney1-1/+1
2020-09-26Cygwin: check_reparse_point_target: update commentKen Brown1-2/+3
2020-09-24Cygwin: winlean.h: remove most of the extended memory APIKen Brown4-43/+17
2020-09-18winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supportedBrian Inglis1-5/+5
2020-09-17fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flagsBrian Inglis1-0/+8
2020-09-11Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().Takashi Yano1-48/+38
2020-09-11Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney1-0/+2
2020-09-11Cygwin: pty: Prevent garbled output for existing non-cygwin apps.Takashi Yano via Cygwin-patches1-1/+5
2020-09-09Cygwin: pty: setup new pty on opening the master, not in constructorCorinna Vinschen2-5/+5
2020-09-09Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.Takashi Yano via Cygwin-patches1-1/+15
2020-09-09Cygwin: pty: Revise convert_mb_str() function.Takashi Yano via Cygwin-patches1-47/+88
2020-09-08Cygwin: document last bug fixKen Brown1-0/+3
2020-09-08Cygwin: path_conv::check: handle error from fhandler_process::existsKen Brown1-0/+9
2020-09-08Cygwin: format_process_fd: add directory checkKen Brown1-0/+15
2020-09-08Cygwin: pty: move codepage evaluation to nlsfuncs.ccCorinna Vinschen2-182/+57
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen9-16/+16
2020-09-04Cygwin: create install dir for libsDavid McFarland via Cygwin-patches1-1/+1
2020-09-01Cygwin: libpthread: Export C11 thread symbols from libpthread.a as wellCorinna Vinschen1-1/+2
2020-09-01Cygwin: mtx_init: drop glibc workaroundCorinna Vinschen1-7/+0
2020-08-31Cygwin: pty: Fix a bug in the code removing set window title sequence.Takashi Yano via Cygwin-patches1-8/+5
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches5-30/+229
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney2-7/+9
2020-08-30Cygwin: sigproc.cc: add commentKen Brown1-1/+5
2020-08-30Cygwin: Add modfl fix to release notesCorinna Vinschen1-0/+3
2020-08-30Cygwin: crt: Add "volatile" to all inline assembly snippets under mathMartin Storsjö11-15/+21
2020-08-30Cygwin: math/modfl.c: Fix segment faults in modfl().Liu Hao1-2/+2
2020-08-30Cygwin: Add Cygwin 3.2 release infoCorinna Vinschen3-0/+74
2020-08-30Cygwin: Add C11 threads APICorinna Vinschen8-37/+627
2020-08-30Cygwin: make pthread_yield available for internal usageCorinna Vinschen2-1/+2
2020-08-30Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen1-0/+2
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen3-7/+24
2020-08-28Cygwin: sigproc: Fix a thinko in array sizeCorinna Vinschen1-3/+3
2020-08-28Cygwin: sigproc: Eliminate redundant copying of chld_procsCorinna Vinschen1-1/+3
2020-08-28Cygwin: sigproc: fix minor formatting issueCorinna Vinschen1-1/+1
2020-08-28Cygwin: select: Fix a bug on closing pi->bye event.Takashi Yano via Cygwin-patches1-3/+3
2020-08-28Cygwin: sigproc: Allow more child processes per processCorinna Vinschen2-54/+93
2020-08-28Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen5-18/+11
2020-08-28Cygwin: sigproc: drop __stdcallCorinna Vinschen2-14/+14
2020-08-28Cygwin: sigproc: return int from remove_procCorinna Vinschen1-3/+3
2020-08-28Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen5-14/+15