]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2019-05-09 Ken BrownCygwin: FIFO: set client handler flags more accurately
2019-05-09 Ken BrownCygwin: FIFO: don't leave a pending listen request
2019-05-09 Ken BrownCygwin: FIFO: add a HANDLE parameter to open_pipe
2019-05-09 Ken BrownCygwin: FIFO: re-implement duplexers
2019-05-09 Ken BrownCygwin: FIFO: add 'record_connection' method
2019-05-09 Ken BrownCygwin: FIFO: remove incorrect duplexer code
2019-05-09 Ken BrownRevert "Cygwin: check for STATUS_PENDING in fhandler_ba...
2019-05-05 Michael HaubenwallnerCygwin: dll_list: drop unused read_fbi method
2019-04-30 Corinna VinschenCygwin: Add release info for 3.0.7
2019-04-30 Michael HaubenwallnerCygwin: dll_list: query dll file id at load time
2019-04-30 Michael HaubenwallnerCygwin: dll_list: stat_real_file_once as dll method
2019-04-30 Michael HaubenwallnerCygwin: dll_list: drop FILE_BASIC_INFORMATION
2019-04-30 Corinna VinschenCygwin: update era and message locale data
2019-04-29 Faraz ShahbazkerFix order of eh_frame sections in linker scripts
2019-04-26 Ken BrownCygwin: FIFO: synchronize the blocking mode of a writer...
2019-04-25 Corinna VinschenCygwin: define MSG_EOR and refuse in send(2)
2019-04-23 Erik M. BrayMinor improvements to socket error handling:
2019-04-22 Ken BrownCygwin: FIFO: restart listen_client thread after fork...
2019-04-20 Ken BrownCygwin: FIFO: stop the listen_client thread before...
2019-04-20 Ken BrownCygwin: FIFO: close connect_evt handles as soon as...
2019-04-20 Ken BrownCygwin: FIFO: avoid WFMO error in listen_client_thread
2019-04-20 Ken BrownCygwin: FIFO: duplicate the i/o handle when opening...
2019-04-20 Ken BrownCygwin: FIFO: stop the listen_client thread on an openi...
2019-04-19 Corinna VinschenCygwin: drop unsupported Windows 10 versions
2019-04-18 Ken BrownCygwin: FIFO: avoid hang after exec
2019-04-18 Jozef LawrynowiczMSP430: Make the inclusion of run_*_array fns depend...
2019-04-16 Jozef LawrynowiczFix incorrect assembly code in _msp430_run_array
2019-04-16 Ken BrownCygwin: FIFO: fix and simplify listen_client_thread
2019-04-16 Ken BrownCygwin: FIFO: improve raw_write
2019-04-16 Ken BrownCygwin: FIFO: start the listen_client thread when dupin...
2019-04-16 Ken BrownCygwin: FIFO: fix clone
2019-04-16 Ken BrownCygwin: FIFO: use a retry loop when opening a writer
2019-04-16 Ken BrownCygwin: FIFO: fix the use of the read_ready event
2019-04-16 Ken BrownCygwin: FIFO: fix fifo_client_handler::close
2019-04-16 Ken BrownCygwin: FIFO: code simplification: don't overload get_h...
2019-04-16 Ken BrownCygwin: check for STATUS_PENDING in fhandler_base:...
2019-04-16 Ken BrownCygwin: FIFO: fix the error checking in raw_read
2019-04-16 Ken BrownCygwin: FIFO: fix a thinko in listen_client_thread
2019-04-16 Ken BrownCygwin: FIFO: remember the type of the fhandler
2019-04-16 Ken BrownCygwin: FIFO: hit_eof: add a call to fifo_client_lock
2019-04-16 Ken BrownCygwin: FIFO: rename client[] to fc_handler[]
2019-04-15 Jozef LawrynowiczImplement reduced code size "tiny" printf and puts
2019-04-15 Jozef LawrynowiczCopy prerequisite file for "tiny" printf implementation
2019-04-15 Jozef LawrynowiczFix definition of write() to use const char * for the...
2019-04-12 Michael HaubenwallnerCygwin: use win pid+threadid for forkables dirname
2019-04-12 Alexander FedotovAlign comments and spaces in libgloss/arm/crt0.S and...
2019-04-11 Christophe... Include code in trap.S for APCS only.
2019-04-11 Christophe... Make more macro checks ARMv8-M baseline proof.
2019-04-10 Erik M. BrayImprove error handling in /proc/[pid]/ virtual files.
2019-04-06 Corinna VinschenCygwin: add latest signal handling fixes to release...
2019-04-05 Corinna VinschenCygwin: signals: setcontext: fix setting sigmask
2019-04-05 Corinna VinschenCygwin: follow context if changed inside SA_SIGINFO...
2019-04-04 Corinna VinschenCygwin: signals: make setcontext work from signal...
2019-04-03 Takashi YanoCygwin: console: fix key input for native console appli...
2019-04-03 Corinna VinschenCygwin: signals: restore sigmask from context given...
2019-04-03 Sandra LoosemoreAdd a dummy interrupt handler to nios2 crt0.s.
2019-04-02 Corinna VinschenCygwin: winpids: Fix getting process multiple times...
2019-03-31 Corinna VinschenCygwin: Add console patches to release notes
2019-03-31 Takashi YanoCygwin: console: Make I/O functions thread-safe
2019-03-31 Takashi YanoCygwin: console: fix select() behaviour
2019-03-31 Takashi YanoCygwin: console: support 24 bit color
2019-03-31 Corinna VinschenCygwin: document ps -W duplication bug fix
2019-03-30 Takashi YanoCygwin: [gs]et_io_handle(): renamed to [gs]et_handle().
2019-03-28 Michael HaubenwallnerCygwin: fork: reserve dynloaded dll areas earlier
2019-03-28 Ken BrownCygwin: FIFO: implement clear_readahead
2019-03-27 Ken BrownCygwin: document the recent FIFO changes
2019-03-27 J.H. van de... Cygwin: fix: seteuid32() must return EPERM if privilege...
2019-03-27 Ken BrownCygwin: FIFO: add support for the duplex case
2019-03-27 Ken BrownCygwin: FIFO: avoid crashes when cloning a client
2019-03-27 Ken BrownCygwin: FIFO: update select
2019-03-27 Ken BrownCygwin: FIFO: update set_close_on_exec
2019-03-27 Ken BrownCygwin: FIFO: update fixup_after_fork
2019-03-27 Ken BrownCygwin: FIFO: update clone and dup
2019-03-27 Ken BrownCygwin: FIFO: improve EOF detection
2019-03-27 Ken BrownCygwin: FIFO: add a spinlock
2019-03-27 Ken BrownCygwin: FIFO: allow multiple writers
2019-03-27 Ken BrownCygwin: FIFO: stop using overlapped I/O
2019-03-27 Corinna VinschenCygwin: Bump DLL version to 3.1
2019-03-27 Corinna VinschenCygwin: winpids: Fix getting process multiple times
2019-03-25 Andrew StubbsAdd missing includes.
2019-03-25 Brian Inglisget and convert boot time once and use as needed
2019-03-25 Brian Inglisdefault ps -W process start time to system boot time...
2019-03-24 Corinna VinschenCygwin: ctrl_c_handler: Use 64 bit timer
2019-03-23 Corinna VinschenCygwin: sys/cygwin.h: fix formatting
2019-03-23 Corinna VinschenCygwin: strace: print windows and cygwin pid in event...
2019-03-19 Corinna VinschenCygwin: wcsxfrm_l: Only byte swap if dest size is > 0
2019-03-18 Andrew StubbsAMD GCN: Implement circular buffering.
2019-03-18 Corinna VinschenCygwin: proc: fix /proc/version output after uname...
2019-03-18 Corinna VinschenCygwin: bump version to 3.0.5
2019-03-14 Jeff JohnstonAdd semihosting docs for nios2 and m68k cygwin-3_0_4-release
2019-03-13 Corinna VinschenCygwin: acls: allow converting empty acl to text
2019-03-13 Corinna VinschenCygwin: proc: add missing LF to /proc/<PID>/stat output
2019-03-12 Corinna VinschenCygwin: ps: simplify code
2019-03-12 Corinna VinschenCygwin: ps: show *all* processes in ps -W output
2019-03-12 Corinna VinschenCygwin: ntdll.h: Add SystemProcessIdInformation
2019-03-12 Corinna VinschenCygwin: loadavg: improve debugging of load_init
2019-03-12 Corinna VinschenCygwin: add /proc changes to release notes
2019-03-12 Corinna VinschenCygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITE...
2019-03-12 Corinna VinschenCygwin: proc: let stat info always succeed
2019-03-12 Corinna VinschenCygwin: proc: don't request PROCESS_VM_READ perms for...
next
This page took 0.056294 seconds and 5 git commands to generate.