Age | Commit message (Expand) | Author | Files | Lines |
2020-08-30 | Cygwin: Add C11 threads API | Corinna Vinschen | 1 | -18/+43 |
2020-08-30 | Cygwin: make pthread_yield available for internal usage | Corinna Vinschen | 1 | -1/+1 |
2019-07-24 | Cygwin: Export newlib ndbm functions | Corinna Vinschen | 1 | -0/+10 |
2019-06-28 | Cygwin: Fix return value of sched_getaffinity | Mark Geisert | 1 | -0/+1 |
2019-06-24 | Cygwin: Implement sched_[gs]etaffinity() | Mark Geisert | 1 | -0/+4 |
2019-02-19 | Cygwin: add secure_getenv | Yaakov Selkowitz | 1 | -0/+1 |
2019-01-26 | Cygwin: uname: Raise size of utsname fields and revamp uname(2) output | Corinna Vinschen | 1 | -0/+1 |
2019-01-23 | Remove matherr, and SVID and X/Open math library configurations | Jozef Lawrynowicz | 1 | -1/+0 |
2019-01-15 | Cygwin: timers: implement timerfd | Corinna Vinschen | 1 | -0/+3 |
2019-01-13 | Cygwin: signal: implement signalfd | Corinna Vinschen | 1 | -0/+1 |
2019-01-12 | Cygwin: posix timers: implement timer_getoverrun | Corinna Vinschen | 1 | -0/+1 |
2018-08-07 | Cygwin: implement sched_getcpu | Corinna Vinschen | 1 | -0/+1 |
2018-07-25 | POSIX Asynchronous I/O support: other files | Mark Geisert | 1 | -0/+8 |
2018-07-20 | Cygwin: move FP environment exports to common.din | Corinna Vinschen | 1 | -0/+2 |
2018-06-27 | Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np | Corinna Vinschen | 1 | -0/+2 |
2018-06-07 | Cygwin: Implement the GNU extension clearenv | Ken Brown | 1 | -0/+1 |
2018-01-19 | cygwin: add catopen, catgets, catclose | Yaakov Selkowitz | 1 | -0/+3 |
2017-12-18 | Cygwin: Implement sigtimedwait | Mark Geisert | 1 | -0/+1 |
2017-11-30 | cygwin: export wmempcpy | Yaakov Selkowitz | 1 | -0/+1 |
2017-11-29 | cygwin: export SSP functions | Yaakov Selkowitz | 1 | -0/+19 |
2017-08-25 | cygwin: export strnstr | Corinna Vinschen | 1 | -0/+1 |
2017-08-19 | cygwin: Implement renameat2 | Ken Brown | 1 | -0/+1 |
2017-08-03 | cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock | Corinna Vinschen | 1 | -0/+2 |
2017-08-03 | cygwin: Implement pthread_mutex_timedlock | Corinna Vinschen | 1 | -0/+1 |
2017-08-02 | cygwin: Export explicit_bzero | Yaakov Selkowitz | 1 | -0/+1 |
2017-07-11 | cygwin: export fls, flsl, flsll | Corinna Vinschen | 1 | -0/+3 |
2017-06-19 | cygwin: export strverscmp, add versionsort | Yaakov Selkowitz | 1 | -0/+2 |
2017-06-14 | Export XSI sigpause | Yaakov Selkowitz | 1 | -0/+1 |
2017-04-04 | Cygwin: Export reallocarray | Corinna Vinschen | 1 | -0/+1 |
2017-03-27 | Implement getloadavg() | Jon Turney | 1 | -0/+1 |
2017-03-08 | Implement dladdr() (partially) | Jon Turney | 1 | -0/+1 |
2017-03-07 | Export timingsafe_bcmp and timingsafe_memcmp | Jon Turney | 1 | -0/+2 |
2016-12-16 | Export getentropy and getrandom calls | Corinna Vinschen | 1 | -0/+2 |
2016-08-23 | Implement GNU extension strptime_l | Corinna Vinschen | 1 | -0/+1 |
2016-08-23 | Implement GNU extension wcsftime_l | Corinna Vinschen | 1 | -0/+1 |
2016-08-23 | Implement missing POSIX-1.2008 function strerror_l | Corinna Vinschen | 1 | -0/+1 |
2016-08-23 | Add pthread_getname_np and pthread_setname_np | Jon Turney | 1 | -0/+2 |
2016-08-20 | Implement missing POSIX function nl_langinfo_l | Corinna Vinschen | 1 | -0/+1 |
2016-08-15 | Implement strto[dflu]_l/wcsto[dflu]_l | Corinna Vinschen | 1 | -0/+14 |
2016-08-15 | Implement strfmon_l | Corinna Vinschen | 1 | -0/+1 |
2016-08-15 | Implement per-locale string functions | Corinna Vinschen | 1 | -0/+9 |
2016-08-15 | Implement all per-locale ctype functions | Corinna Vinschen | 1 | -0/+35 |
2016-08-15 | Implement newlocale, freelocale, duplocale, uselocale | Corinna Vinschen | 1 | -0/+4 |
2016-08-15 | POSIX-1.2008 per-thread locales, groundwork part 1 | Corinna Vinschen | 1 | -0/+1 |
2016-06-24 | Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex) | Corinna Vinschen | 1 | -2/+2 |
2016-03-29 | Add missing nanl | Corinna Vinschen | 1 | -0/+1 |
2016-03-29 | Add missing long double functions to Cygwin | Corinna Vinschen | 1 | -6/+96 |
2016-03-29 | cygwin: export __getpagesize | Yaakov Selkowitz | 1 | -0/+1 |
2016-03-08 | Implement POSIX.1e ACL functions | Corinna Vinschen | 1 | -0/+39 |
2016-02-22 | cygwin: Export clog10, clog10f | Yaakov Selkowitz | 1 | -0/+2 |