]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
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
2018-12-26 Corinna VinschenCygwin: Add documentation for chattr and lsattr
2018-12-26 Corinna VinschenCygwin: Add lsattr and chattr tools
2018-12-25 Corinna VinschenCygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls
2018-12-25 Corinna VinschenCygwin: mkdir: create case-sensitive dirs
2018-12-25 Corinna VinschenCygwin: wincap: add wincap_10_1803, add has_case_sensit...
2018-12-25 Corinna VinschenCygwin: cygheap: convert installation paths to UNICODE_...
2018-12-23 Corinna VinschenCygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICS
2018-12-23 Corinna VinschenCygwin: support exFAT and fix remote FAT/FAT32 recognition
2018-12-22 Corinna VinschenCygwin: wincap: add wincap_10_1709, add has_posix_file_...
2018-12-22 Corinna VinschenCygwin: ntdll.h: Update _FILE_INFORMATION_CLASS
2018-12-20 Sebastian HuberRTEMS: Use __uint64_t for __ino_t
2018-12-20 markjPlug routing sysctl leaks.
2018-12-19 Corinna VinschenCygwin: fix heap allocation on WOW64 and /3GB enabled...
2018-12-13 Jon Benistonnano-vfprintf_float.c: Fix check if negative for nans.
2018-12-10 Szabolcs NagyFix powf overflow handling in non-nearest rounding...
2018-12-04 Sebastian Hubersys/time.h: Remove KASSERT
2018-12-04 impEnsure that all values of ns, us and ms work
2018-12-04 impWhen converting ns,us,ms to sbt, return the ceil()
2018-12-04 ianCorrect a misplaced closing paren.
2018-12-04 pfgsys: further adoption of SPDX licensing ID tags.
2018-12-04 ianAdd inline functions to convert between sbintime_t
2018-12-04 impRenumber copyright clause 4
2018-12-01 Corinna VinschenCygwin: mkvers: fix a bug in sed statement
2018-12-01 Corinna VinschenCygwin: clocks: fix a hang on pre-Windows 10 machines
2018-12-01 Mark Geisertfix version typo
2018-11-29 Corinna VinschenCygwin: clocks: use either tickcount or tick period
2018-11-29 Corinna Vinschenstdio.h: Expose cuserid with __GNU_VISIBLE
2018-11-29 Corinna VinschenCygwin: document latest changes
2018-11-29 Corinna VinschenCygwin: implement extensible clock interface
2018-11-29 Corinna Vinschentime.h: Introduce Linux-specific CLOCK id values
2018-11-29 Corinna VinschenCygwin: timers: clock_setres: make no-op
2018-11-29 Corinna VinschenCygwin: pthread_cond_timedwait: make sure to wait until...
2018-11-26 Corinna VinschenCygwin: timers: use spinlock to prime hires_ns thread...
2018-11-26 Corinna VinschenCygwin: timers: drop error handling for Windows perf...
2018-11-26 Corinna VinschenCygwin: timers: Simplify hires_ms and hires_ns
2018-11-26 Corinna VinschenCygwin: spinlock: remove useless get_ll call
2018-11-26 Matthew MalcomsonBuiltin enable return code with SYS_EXIT_EXTENDED
2018-11-20 Jim WilsonAdd libgloss install-pdf and install-html targets.
2018-11-19 Matthew MalcomsonEnable return code with semi-hosting SYS_EXIT_EXTENDED
2018-11-08 Wilco DijkstraFix issue with dst bias in memset
2018-11-08 Corinna VinschenCygwin: Bump DLL version to 2.11.3
2018-11-08 Sebastian HuberFix v850 target for RTEMS cygwin-2_11_2-release
2018-11-08 Sebastian HuberRTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>
2018-11-06 Wilco DijkstraAdjust writeback in non-zero memset
2018-11-05 Corinna VinschenCygwin: honor SOCK_NONBLOCK/SOCK_CLOEXEC in socket...
next
This page took 0.056326 seconds and 5 git commands to generate.