aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Implement reduced code size "tiny" printf and putsJozef Lawrynowicz6-428/+132
2019-04-15Copy prerequisite file for "tiny" printf implementationJozef Lawrynowicz1-0/+661
2019-04-15Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz1-4/+5
2019-04-12Cygwin: use win pid+threadid for forkables dirnameMichael Haubenwallner1-19/+7
2019-04-12Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov2-75/+78
2019-04-11Include code in trap.S for APCS only.Christophe Lyon2-2/+2
2019-04-11Make more macro checks ARMv8-M baseline proof.Christophe Lyon1-4/+4
2019-04-10Improve error handling in /proc/[pid]/ virtual files.Erik M. Bray1-7/+28
2019-04-06Cygwin: add latest signal handling fixes to release notesCorinna Vinschen3-2/+15
2019-04-05Cygwin: signals: setcontext: fix setting sigmaskCorinna Vinschen1-1/+1
2019-04-05Cygwin: follow context if changed inside SA_SIGINFO signal handlerCorinna Vinschen1-1/+10
2019-04-04Cygwin: signals: make setcontext work from signal handlersCorinna Vinschen1-0/+1
2019-04-03Cygwin: console: fix key input for native console applicationTakashi Yano1-0/+17
2019-04-03Cygwin: signals: restore sigmask from context given to signal handlerCorinna Vinschen1-1/+2
2019-04-03Add a dummy interrupt handler to nios2 crt0.s.Sandra Loosemore1-1/+13
2019-04-02Cygwin: winpids: Fix getting process multiple times, take 2Corinna Vinschen3-8/+21
2019-03-31Cygwin: Add console patches to release notesCorinna Vinschen2-0/+15
2019-03-31Cygwin: console: Make I/O functions thread-safeTakashi Yano3-12/+165
2019-03-31Cygwin: console: fix select() behaviourTakashi Yano3-425/+462
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano6-34/+227
2019-03-31Cygwin: document ps -W duplication bug fixCorinna Vinschen1-0/+4
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano14-86/+87
2019-03-28Cygwin: fork: reserve dynloaded dll areas earlierMichael Haubenwallner2-6/+6
2019-03-28Cygwin: FIFO: implement clear_readaheadKen Brown1-1/+7
2019-03-27Cygwin: document the recent FIFO changesKen Brown2-0/+26
2019-03-27Cygwin: fix: seteuid32() must return EPERM if privileges are not held.J.H. van de Water1-0/+3
2019-03-27Cygwin: FIFO: add support for the duplex caseKen Brown2-11/+73
2019-03-27Cygwin: FIFO: avoid crashes when cloning a clientKen Brown1-1/+1
2019-03-27Cygwin: FIFO: update selectKen Brown3-15/+157
2019-03-27Cygwin: FIFO: update set_close_on_execKen Brown1-0/+6
2019-03-27Cygwin: FIFO: update fixup_after_forkKen Brown1-0/+9
2019-03-27Cygwin: FIFO: update clone and dupKen Brown2-3/+30
2019-03-27Cygwin: FIFO: improve EOF detectionKen Brown2-1/+21
2019-03-27Cygwin: FIFO: add a spinlockKen Brown2-9/+28
2019-03-27Cygwin: FIFO: allow multiple writersKen Brown2-32/+367
2019-03-27Cygwin: FIFO: stop using overlapped I/OKen Brown2-114/+236
2019-03-27Cygwin: Bump DLL version to 3.1Corinna Vinschen1-2/+2
2019-03-27Cygwin: winpids: Fix getting process multiple timesCorinna Vinschen1-24/+22
2019-03-25Add missing includes.Andrew Stubbs3-1/+4
2019-03-25get and convert boot time once and use as neededBrian Inglis1-9/+16
2019-03-25default ps -W process start time to system boot time when inaccessible, 0, -1Brian Inglis1-0/+11
2019-03-24Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen2-4/+4
2019-03-23Cygwin: sys/cygwin.h: fix formattingCorinna Vinschen1-3/+3
2019-03-23Cygwin: strace: print windows and cygwin pid in event outputCorinna Vinschen3-13/+42
2019-03-19Cygwin: wcsxfrm_l: Only byte swap if dest size is > 0Corinna Vinschen2-9/+15
2019-03-18AMD GCN: Implement circular buffering.Andrew Stubbs1-17/+38
2019-03-18Cygwin: proc: fix /proc/version output after uname changeCorinna Vinschen2-1/+16
2019-03-18Cygwin: bump version to 3.0.5Corinna Vinschen1-1/+1
2019-03-14Add semihosting docs for nios2 and m68kcygwin-3_0_4-releaseJeff Johnston2-0/+411
2019-03-13Cygwin: acls: allow converting empty acl to textCorinna Vinschen2-2/+5