]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2019-06-07 traszMark inline functions with __unused;
2019-06-07 pfgsys/sys: further adoption of SPDX licensing ID tags.
2019-06-05 Corinna VinschenCygwin: map beyond EOF on 64 bit and WOW64 as well
2019-06-05 Ben Wijenmkdir: always check-for-existence
2019-06-04 Yaakov Selkowitzcygcheck: expand common_apps list
2019-06-04 Corinna VinschenCygwin: Allow accessing 48 bit address space in Windows...
2019-06-03 Michael HaubenwallnerCygwin: fork: Remember child not before success.
2019-06-03 Michael HaubenwallnerCygwin: fork: Always pause child after fixups.
2019-06-03 Michael HaubenwallnerCygwin: dll_list: no recursive use of nt_max_path_buf
2019-06-03 Michael HaubenwallnerCygwin: dll_list: stat_real_file_once with ntname
2019-06-03 Lucio Andrés... Fix vfwscanf(3) assignment suppression flag handling bug
2019-06-03 Jinke FanAdd support for Hygon Dhyana processor
2019-06-03 Sebastian HuberFix <sys/_types.h> issues with <stddef.h>
2019-06-03 Sebastian HuberAvoid <sys/cdefs.h> dependency in <sys/_types.h>
2019-06-03 Sebastian HuberAvoid cyclic header dependencies
2019-05-28 Ken BrownCygwin: FIFO: respect the O_CLOEXEC flag
2019-05-23 Ken BrownCygwin: FIFO: Open only one handle to NPFS
2019-05-23 Jim WilsonRISC-V: Add _LITE_EXIT in crt0.S.
2019-05-23 Jim WilsonRISC-V: Add size optimized memcpy, memmove, memset...
2019-05-15 Faraz ShahbazkerMake .data section placement coincide with _fdata symbol
2019-05-09 Ken BrownCygwin: FIFO: code simplifications.
2019-05-09 Ken BrownCygwin: FIFO: make read_ready an auto-reset event
2019-05-09 Ken BrownCygwin: FIFO: improve the check for the listen_client...
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
next
This page took 0.080886 seconds and 5 git commands to generate.