]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2019-01-23 Jozef LawrynowiczRemove matherr, and SVID and X/Open math library config...
2019-01-22 Corinna VinschenCygwin: posix timers: fix overrun count always being...
2019-01-22 Corinna VinschenCygwin: posix timers: fix error handling in public API
2019-01-22 Corinna VinschenCygwin: posix timers: allocate timer_tracker on system...
2019-01-22 Corinna VinschenCygwin: timerfd: Add support for CLOCK_REALTIME_ALARM...
2019-01-22 Corinna VinschenCygwin: posix timers: Add support for CLOCK_REALTIME_AL...
2019-01-22 Corinna VinschenCygwin: clocks: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME...
2019-01-22 Corinna Vinschentime.h: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM
2019-01-22 Corinna VinschenCygwin: posix timers: reimplement using OS timer
2019-01-22 Corinna VinschenCygwin: timerfd: another overrun computation fix and...
2019-01-21 Corinna VinschenCygwin: timerfd: reset expiry counter in settime
2019-01-21 Corinna VinschenCygwin: timerfd: fix gettime
2019-01-21 Corinna VinschenCygwin: timerfd: move ioctl error handling into timerfd...
2019-01-21 Corinna VinschenCygwin: timerfd: rename overrun_count to expiration_count
2019-01-21 Corinna VinschenCygwin: timerfd: fix overrun computation
2019-01-21 Corinna VinschenCygwin: timerfd: settime: fix computing DueTime on...
2019-01-20 Corinna VinschenCygwin: timerfd: Handle gettime error in settime
2019-01-20 Corinna VinschenCygwin: timerfd: fill out it_interval on timerfd_gettime
2019-01-20 Corinna VinschenCygwin: timerfd: implement TFD_TIMER_CANCEL_ON_SET
2019-01-20 Corinna VinschenCygwin: timerfd: convert expiry timestamp to LONG64
2019-01-20 Corinna VinschenCygwin: timerfd: Fix entering critical section
2019-01-20 Corinna VinschenCygwin: timerfd: fix read(2) running wild
2019-01-19 Corinna VinschenCygwin: timerfd: prepare for TFD_TIMER_CANCEL_ON_SET
2019-01-19 Corinna VinschenCygwin: fhandler_pipe: fix comment
2019-01-19 Corinna VinschenCygwin: timerfd: reimplement from scratch
2019-01-18 Corinna VinschenCygwin: clock.h: add valid_timespec() to check timespec...
2019-01-17 Corinna VinschenCygwin: timerfd/signalfd: return EINVAL from write
2019-01-16 Corinna VinschenCygwin: timerfd: implement TFD_IOC_SET_TICKS ioctl
2019-01-16 Corinna VinschenCygwin: timerfd: implement execve semantics
2019-01-16 Corinna VinschenCygwin: timerfd: implement fork semantics
2019-01-16 Corinna VinschenCygwin: fork: move extern declarations to appropriate...
2019-01-16 Corinna VinschenCygwin: posix timers: fix overrun computation
2019-01-16 Corinna VinschenCygwin: timerfd_create: add missing type
2019-01-15 Corinna VinschenCygwin: timers: implement timerfd
2019-01-15 Corinna VinschenCygwin: signalfd: set st_mode in fhandler_signalfd...
2019-01-15 Corinna VinschenCygwin: signalfd: fix comment
2019-01-15 Jeff JohnstonUpdate config.guess, config.sub to gcc master branch...
2019-01-15 Jeff JohnstonAMD GCN Port contributed by Andrew Stubbs <ams@codesour...
2019-01-15 Corinna VinschenCygwin: gentls_offsets: Remove obsolte 'o' regex option
2019-01-15 Corinna VinschenCygwin: tlsoffsets64.h: regenerate
2019-01-15 Corinna VinschenCygwin: signalfd: drop incorrect handling of EINTR...
2019-01-14 Corinna VinschenCygwin: document POSIX rename semantics availability...
2019-01-14 Corinna VinschenCygwin: wincap: split has_posix_file_info
2019-01-14 Corinna VinschenCygwin: signalfd: implement non-polling select
2019-01-14 Corinna VinschenCygwin: select: always store the running thread's TLS...
2019-01-13 Corinna VinschenCygwin: document wctype changes
2019-01-13 Thomas Wolffupdate to Unicode 11.0
2019-01-13 Thomas Wolffmap WEOF to undefined rather than the control char...
2019-01-13 Corinna VinschenCygwin: signal: implement signalfd
2019-01-13 Corinna VinschenCygwin: proc fd: return EACCES for HANDLE-less fds
2019-01-13 Corinna VinschenCygwin: minor cleanups
2019-01-13 Corinna VinschenCygwin: select: fix overwriting fd sets if poll returns...
2019-01-13 Corinna VinschenCygwin: fhandler_pipe: unify format directives
2019-01-12 Corinna VinschenCygwin: posix timers: implement timer_getoverrun
2019-01-12 Corinna VinschenCygwin: posix timers: some cleanup
2019-01-12 Corinna VinschenCygwin: posix timers: convert timer_tracker::fixup_afte...
2019-01-12 Corinna VinschenCygwin: posix timers: move definition of timer_tracker...
2019-01-11 Corinna VinschenCygwin: clock_nanosleep is not supposed to crash, retur...
2019-01-11 Corinna VinschenCygwin: timer: convert timer_tracker to a real C++...
2019-01-10 Ken BrownCygwin: af_unix_spinlock_t: add initializer
2019-01-09 Corinna VinschenCygwin: try_to_bin: don't check recycler filename all...
2019-01-09 Corinna VinschenCygwin: try_to_bin: fix rootdir handle after reopening
2019-01-09 Corinna VinschenCygwin: rename: use FILE_RENAME_POSIX_SEMANTICS if...
2019-01-09 Corinna VinschenCygwin: rename: rename incoming flags argument to at2flags
2019-01-08 Corinna VinschenCygwin: try_to_bin: don't reopen the file
2019-01-08 Corinna VinschenCygwin: open: workaround reopen file w/ delete disposit...
2019-01-08 Corinna VinschenCygwin: open: handle O_CLOEXEC when opening file from...
2019-01-08 Corinna VinschenCygwin: fhandler_process_fd: Fix spacing
2019-01-08 Corinna VinschenCygwin: remove unused tmpbuf.h
2019-01-07 Corinna Vinschenfcntl.h: expose AT_EMPTY_PATH with _GNU_SOURCE only
2019-01-07 Corinna VinschenCygwin: linkat: support Linux-specific AT_EMPTY_PATH...
2019-01-07 Corinna VinschenCygwin: open: support Linux-specific O_PATH flag
2019-01-07 Corinna VinschenCygwin: rename pipe.cc to fhandler_pipe.cc
2019-01-07 Corinna VinschenCygwin: move fhandler_cygdrive methods into own source...
2019-01-06 Corinna VinschenCygwin: drop redundant includes from fhandler_process_fd.cc
2019-01-06 Corinna VinschenCygwin: fix regression in O_TMPFILE | O_EXCL case
2019-01-06 Corinna VinschenCygwin: document proc fd changes
2019-01-06 Corinna VinschenCygwin: introduce fhandler_process_fd and add stat...
2019-01-06 Corinna VinschenCygwin: path_conv: add PATH_RESOLVE_PROCFD path_types...
2019-01-06 Corinna VinschenCygwin: path_conv: decouple path_types from mount types
2019-01-06 Corinna VinschenCygwin: path_conv: decouple pathconv_flags from path_types
2019-01-06 Corinna VinschenCygwin: Mark all O_TMPFILEs as deleted
2019-01-06 Corinna VinschenCygwin: Move O_TMPFILE to bin and allow linkat by handle
2019-01-06 Corinna VinschenCygwin: try_to_bin: allow to move O_TMPFILE files into bin
2019-01-06 Corinna VinschenCygwin: implement /proc/PID/fd/DESCRIPTOR reopening...
2019-01-06 Corinna VinschenCygwin: pinfo: add method to send a serialized path_con...
2019-01-06 Corinna VinschenCygwin: path_conv: add serialization/deserialization...
2019-01-06 Corinna VinschenCygwin: path_conv: reorder private method declarations
2019-01-06 Corinna VinschenCygwin: fhandler_base::open: allow to reopen file from...
2019-01-05 Corinna VinschenCygwin: pipe: use /proc/PID/fd/... or /proc/self/fd...
2019-01-05 Corinna VinschenCygwin: introduce virt_fdsymlink to simplify /proc...
2019-01-05 Corinna VinschenCygwin: return correct FH_PROCESSFD for files under...
2019-01-05 Corinna VinschenCygwin: try_to_bin: fix typos in comments
2019-01-05 Corinna VinschenCygwin: path_conv: nobody cares if a path had symlinks...
2019-01-04 Corinna VinschenCygwin: drop disabled O_TMPFILE POSIX unlink code
2019-01-01 Wilco DijkstraImprove performance of memmem
2019-01-01 Jeff JohnstonBump release to 3.1.0 for yearly snapshot newlib-3.1.0 newlib-snapshot-20181231
2018-12-26 Corinna VinschenCygwin: open(2): Change comment in disabled O_TMPFILE...
2018-12-26 Corinna VinschenCygwin: Change /proc/$PID/fd/<fd> symlink target for...
2018-12-26 Corinna VinschenCygwin: Add Christmas hacking release notes
next
This page took 0.056098 seconds and 5 git commands to generate.