summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: dll_list: stat_real_file_once as dll methodMichael Haubenwallner2019-04-302-10/+13
* Cygwin: dll_list: drop FILE_BASIC_INFORMATIONMichael Haubenwallner2019-04-303-6/+3
* Cygwin: update era and message locale dataCorinna Vinschen2019-04-302-317/+341
* Cygwin: FIFO: synchronize the blocking mode of a writer's pipeKen Brown2019-04-262-0/+17
* Cygwin: define MSG_EOR and refuse in send(2)Corinna Vinschen2019-04-253-0/+13
* Minor improvements to socket error handling:Erik M. Bray2019-04-231-1/+4
* Cygwin: FIFO: restart listen_client thread after fork/execKen Brown2019-04-221-7/+5
* Cygwin: FIFO: stop the listen_client thread before fork/execKen Brown2019-04-202-2/+16
* Cygwin: FIFO: close connect_evt handles as soon as possibleKen Brown2019-04-201-7/+10
* Cygwin: FIFO: avoid WFMO error in listen_client_threadKen Brown2019-04-201-5/+7
* Cygwin: FIFO: duplicate the i/o handle when opening a duplexerKen Brown2019-04-201-1/+8
* Cygwin: FIFO: stop the listen_client thread on an opening errorKen Brown2019-04-201-1/+1
* Cygwin: drop unsupported Windows 10 versionsCorinna Vinschen2019-04-191-31/+1
* Cygwin: FIFO: avoid hang after execKen Brown2019-04-182-0/+10
* Cygwin: FIFO: fix and simplify listen_client_threadKen Brown2019-04-162-153/+109
* Cygwin: FIFO: improve raw_writeKen Brown2019-04-163-20/+80
* Cygwin: FIFO: start the listen_client thread when duping a readerKen Brown2019-04-161-9/+13
* Cygwin: FIFO: fix cloneKen Brown2019-04-162-5/+21
* Cygwin: FIFO: use a retry loop when opening a writerKen Brown2019-04-161-21/+31
* Cygwin: FIFO: fix the use of the read_ready eventKen Brown2019-04-161-35/+16
* Cygwin: FIFO: fix fifo_client_handler::closeKen Brown2019-04-161-1/+4
* Cygwin: FIFO: code simplification: don't overload get_handleKen Brown2019-04-162-4/+5
* Cygwin: check for STATUS_PENDING in fhandler_base::raw_readKen Brown2019-04-161-1/+13
* Cygwin: FIFO: fix the error checking in raw_readKen Brown2019-04-161-8/+5
* Cygwin: FIFO: fix a thinko in listen_client_threadKen Brown2019-04-161-1/+4
* Cygwin: FIFO: remember the type of the fhandlerKen Brown2019-04-162-11/+5
* Cygwin: FIFO: hit_eof: add a call to fifo_client_lockKen Brown2019-04-161-8/+13
* Cygwin: FIFO: rename client[] to fc_handler[]Ken Brown2019-04-163-59/+59
* Cygwin: use win pid+threadid for forkables dirnameMichael Haubenwallner2019-04-121-19/+7
* Improve error handling in /proc/[pid]/ virtual files.Erik M. Bray2019-04-101-7/+28
* Cygwin: add latest signal handling fixes to release notesCorinna Vinschen2019-04-063-2/+15
* Cygwin: signals: setcontext: fix setting sigmaskCorinna Vinschen2019-04-051-1/+1
* Cygwin: follow context if changed inside SA_SIGINFO signal handlerCorinna Vinschen2019-04-051-1/+10
* Cygwin: signals: make setcontext work from signal handlersCorinna Vinschen2019-04-041-0/+1
* Cygwin: console: fix key input for native console applicationTakashi Yano2019-04-031-0/+17
* Cygwin: signals: restore sigmask from context given to signal handlerCorinna Vinschen2019-04-031-1/+2
* Cygwin: winpids: Fix getting process multiple times, take 2Corinna Vinschen2019-04-023-8/+21
* Cygwin: Add console patches to release notesCorinna Vinschen2019-03-312-0/+15
* Cygwin: console: Make I/O functions thread-safeTakashi Yano2019-03-313-12/+165
* Cygwin: console: fix select() behaviourTakashi Yano2019-03-313-425/+462
* Cygwin: console: support 24 bit colorTakashi Yano2019-03-316-34/+227
* Cygwin: document ps -W duplication bug fixCorinna Vinschen2019-03-311-0/+4
* Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano2019-03-3014-86/+87
* Cygwin: fork: reserve dynloaded dll areas earlierMichael Haubenwallner2019-03-282-6/+6
* Cygwin: FIFO: implement clear_readaheadKen Brown2019-03-281-1/+7
* Cygwin: document the recent FIFO changesKen Brown2019-03-272-0/+26
* Cygwin: fix: seteuid32() must return EPERM if privileges are not held.J.H. van de Water2019-03-271-0/+3
* Cygwin: FIFO: add support for the duplex caseKen Brown2019-03-272-11/+73
* Cygwin: FIFO: avoid crashes when cloning a clientKen Brown2019-03-271-1/+1
* Cygwin: FIFO: update selectKen Brown2019-03-273-15/+157