summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement reduced code size "tiny" printf and putsJozef Lawrynowicz2019-04-156-428/+132
* Copy prerequisite file for "tiny" printf implementationJozef Lawrynowicz2019-04-151-0/+661
* Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz2019-04-151-4/+5
* Cygwin: use win pid+threadid for forkables dirnameMichael Haubenwallner2019-04-121-19/+7
* Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov2019-04-122-75/+78
* Include code in trap.S for APCS only.Christophe Lyon2019-04-112-2/+2
* Make more macro checks ARMv8-M baseline proof.Christophe Lyon2019-04-111-4/+4
* 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
* Add a dummy interrupt handler to nios2 crt0.s.Sandra Loosemore2019-04-031-1/+13
* 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
* Cygwin: FIFO: update set_close_on_execKen Brown2019-03-271-0/+6
* Cygwin: FIFO: update fixup_after_forkKen Brown2019-03-271-0/+9
* Cygwin: FIFO: update clone and dupKen Brown2019-03-272-3/+30
* Cygwin: FIFO: improve EOF detectionKen Brown2019-03-272-1/+21
* Cygwin: FIFO: add a spinlockKen Brown2019-03-272-9/+28
* Cygwin: FIFO: allow multiple writersKen Brown2019-03-272-32/+367
* Cygwin: FIFO: stop using overlapped I/OKen Brown2019-03-272-114/+236
* Cygwin: Bump DLL version to 3.1Corinna Vinschen2019-03-271-2/+2
* Cygwin: winpids: Fix getting process multiple timesCorinna Vinschen2019-03-271-24/+22
* Add missing includes.Andrew Stubbs2019-03-253-1/+4
* get and convert boot time once and use as neededBrian Inglis2019-03-251-9/+16
* default ps -W process start time to system boot time when inaccessible, 0, -1Brian Inglis2019-03-251-0/+11
* Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen2019-03-242-4/+4
* Cygwin: sys/cygwin.h: fix formattingCorinna Vinschen2019-03-231-3/+3
* Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen2019-03-233-13/+42
* Cygwin: wcsxfrm_l: Only byte swap if dest size is > 0Corinna Vinschen2019-03-192-9/+15
* AMD GCN: Implement circular buffering.Andrew Stubbs2019-03-181-17/+38
* Cygwin: proc: fix /proc/version output after uname changeCorinna Vinschen2019-03-182-1/+16