aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-18Cygwin: FIFO: avoid hang after execKen Brown2-0/+10
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz3-22/+74
2019-04-16Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz1-2/+2
2019-04-16Cygwin: FIFO: fix and simplify listen_client_threadKen Brown2-153/+109
2019-04-16Cygwin: FIFO: improve raw_writeKen Brown3-20/+80
2019-04-16Cygwin: FIFO: start the listen_client thread when duping a readerKen Brown1-9/+13
2019-04-16Cygwin: FIFO: fix cloneKen Brown2-5/+21
2019-04-16Cygwin: FIFO: use a retry loop when opening a writerKen Brown1-21/+31
2019-04-16Cygwin: FIFO: fix the use of the read_ready eventKen Brown1-35/+16
2019-04-16Cygwin: FIFO: fix fifo_client_handler::closeKen Brown1-1/+4
2019-04-16Cygwin: FIFO: code simplification: don't overload get_handleKen Brown2-4/+5
2019-04-16Cygwin: check for STATUS_PENDING in fhandler_base::raw_readKen Brown1-1/+13
2019-04-16Cygwin: FIFO: fix the error checking in raw_readKen Brown1-8/+5
2019-04-16Cygwin: FIFO: fix a thinko in listen_client_threadKen Brown1-1/+4
2019-04-16Cygwin: FIFO: remember the type of the fhandlerKen Brown2-11/+5
2019-04-16Cygwin: FIFO: hit_eof: add a call to fifo_client_lockKen Brown1-8/+13
2019-04-16Cygwin: FIFO: rename client[] to fc_handler[]Ken Brown3-59/+59
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