]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2019-02-02 Corinna VinschenCygwin: pinfo: simplify create_winpid_symlink
2019-02-02 Corinna VinschenCygwin: kill(1): revert casts required for 32 bit to...
2019-02-02 Corinna VinschenCygwin: Makefile.in: Fix previous version info generati...
2019-02-02 Corinna VinschenCygwin: kill(1): disallow killing process using raw...
2019-02-02 Corinna VinschenCygwin: processes: fix handling of native Windows processes
2019-02-02 Corinna VinschenCygwin: Makefile.in: Fix another dependency problem...
2019-02-01 Corinna VinschenCygwin: processes: use dedicated Cygwin PID rather...
2019-02-01 Corinna VinschenCygwin: remove outdated vfork doc
2019-02-01 Corinna VinschenCygwin: /proc: don't exit prematurely from /proc/PID...
2019-02-01 Corinna VinschenCygwin: Add pthread exception handling patch to release...
2019-02-01 Sebastian Huberscandir: Add support for struct dirent::d_type
2019-02-01 achea) Use strcoll() in opendir() and alphasort()
2019-02-01 dasscandir(3) previously used st_size
2019-02-01 obrienRemove __P and convert to ANSI prototypes.
2019-02-01 jhbClean up the vcs ID strings
2019-02-01 impRenumber copyright clause 4
2019-02-01 Sebastian Huberscandir: Update copyright notice from FreeBSD
2019-02-01 pfgGeneral further adoption of SPDX licensing ID tags.
2019-01-30 Corinna VinschenCygwin: x86_64: pthreads: Install exception handler...
2019-01-30 Corinna VinschenCygwin: document W10 1803 per-directory case-sensitivit...
2019-01-30 Corinna VinschenCygwin: fork: fix child process permissions, take 2
2019-01-30 Corinna VinschenCygwin: raise: change to call pthread_kill
2019-01-29 Corinna VinschenCygwin: execve: reduce parent handle to non-inheritable...
2019-01-29 Corinna VinschenCygwin: fork/exec: fix child process permissions
2019-01-29 Corinna VinschenCygwin: Makefile.in: Improve dependency for version...
2019-01-28 Corinna VinschenCygwin: procfd: improve debug output
2019-01-28 Corinna VinschenCygwin: seteuid: disable unused funcs and lsaauth subdir
2019-01-27 Corinna VinschenCygwin: spawn: revert incorrect restriction of permissions
2019-01-27 Corinna VinschenCygwin: fork: restrict parent handle perms and drop...
2019-01-26 Corinna VinschenCygwin: seteuid: use Kerberos/MsV1_0 S4U authentication...
2019-01-26 Corinna VinschenCygwin: uname: Raise size of utsname fields and revamp...
2019-01-26 Corinna VinschenCygwin: netdb.h: fix __GNU_VISIBLE tests
2019-01-26 Corinna VinschenCygwin: create_token: Return NULL, not INVALID_HANDLE_...
2019-01-26 Corinna VinschenCygwin: syscalls.cc: fix formatting
2019-01-26 Corinna VinschenCygwin: lsaauth: Drop outdated test for loading Secur32.dll
2019-01-24 Corinna VinschenCygwin: seteuid: work with password-less user switch...
2019-01-24 Corinna VinschenCygwin: seteuid: refuse changing uid to disabled or...
2019-01-24 Corinna VinschenCygwin: net: unify gethostname/getdomainname
2019-01-24 Corinna VinschenCygwin: gethostname: fix fetching hostname from non...
2019-01-24 Corinna VinschenCygwin: version: Use UTC timestamp as build time
2019-01-23 Corinna VinschenCygwin: cygthread: set thread name before calling threa...
2019-01-23 Jozef LawrynowiczUse nanf() instead of nan() in single-precision float...
2019-01-23 Jozef LawrynowiczUse HUGE_VALF instead of HUGE_VAL in single-precision...
2019-01-23 Jozef LawrynowiczRemove HUGE_VAL definition from libm math functions
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...
next
This page took 0.060626 seconds and 5 git commands to generate.