summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICSCorinna Vinschen2018-12-231-3/+76
* Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen2018-12-234-1/+12
* Cygwin: wincap: add wincap_10_1709, add has_posix_file_info itemCorinna Vinschen2018-12-232-6/+38
* Cygwin: ntdll.h: Update _FILE_INFORMATION_CLASSCorinna Vinschen2018-12-231-309/+348
* RTEMS: Use __uint64_t for __ino_tSebastian Huber2018-12-201-1/+1
* Plug routing sysctl leaks.markj2018-12-201-1/+5
* Cygwin: fix heap allocation on WOW64 and /3GB enabled 32 bit machinesCorinna Vinschen2018-12-191-11/+17
* nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston2018-12-131-1/+2
* Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy2018-12-101-0/+10
* sys/time.h: Remove KASSERTSebastian Huber2018-12-041-12/+0
* Ensure that all values of ns, us and ms workimp2018-12-041-7/+52
* When converting ns,us,ms to sbt, return the ceil()imp2018-12-041-3/+7
* Correct a misplaced closing paren.ian2018-12-041-3/+3
* sys: further adoption of SPDX licensing ID tags.pfg2018-12-041-0/+2
* Add inline functions to convert between sbintime_tian2018-12-041-7/+52
* Renumber copyright clause 4imp2018-12-041-1/+1
* Cygwin: mkvers: fix a bug in sed statementCorinna Vinschen2018-12-011-1/+2
* Cygwin: clocks: fix a hang on pre-Windows 10 machinesCorinna Vinschen2018-12-013-50/+71
* fix version typoMark Geisert2018-12-011-1/+1
* Cygwin: clocks: use either tickcount or tick periodCorinna Vinschen2018-11-292-15/+26
* stdio.h: Expose cuserid with __GNU_VISIBLECorinna Vinschen2018-11-291-1/+1
* Cygwin: document latest changesCorinna Vinschen2018-11-292-0/+46
* Cygwin: implement extensible clock interfaceCorinna Vinschen2018-11-2920-295/+539
* time.h: Introduce Linux-specific CLOCK id valuesCorinna Vinschen2018-11-291-4/+18
* Cygwin: timers: clock_setres: make no-opCorinna Vinschen2018-11-291-36/+2
* Cygwin: pthread_cond_timedwait: make sure to wait until abstime finishesCorinna Vinschen2018-11-291-8/+16
* Cygwin: timers: use spinlock to prime hires_ns thread-safeCorinna Vinschen2018-11-262-15/+13
* Cygwin: timers: drop error handling for Windows perf timer functionsCorinna Vinschen2018-11-261-30/+7
* Cygwin: timers: Simplify hires_ms and hires_nsCorinna Vinschen2018-11-262-11/+2
* Cygwin: spinlock: remove useless get_ll callCorinna Vinschen2018-11-261-1/+1
* Builtin enable return code with SYS_EXIT_EXTENDEDMatthew Malcomson2018-11-261-19/+43
* Add libgloss install-pdf and install-html targets.Jim Wilson2018-11-202-1/+30
* Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson2018-11-192-22/+20
* Fix issue with dst bias in memsetWilco Dijkstra2018-11-081-0/+1
* Cygwin: Bump DLL version to 2.11.3Corinna Vinschen2018-11-081-1/+1
* Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber2018-11-081-1/+1
* RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber2018-11-081-2/+5
* Adjust writeback in non-zero memsetWilco Dijkstra2018-11-061-3/+3
* Cygwin: honor SOCK_NONBLOCK/SOCK_CLOEXEC in socket(2)/socketpair(2)Corinna Vinschen2018-11-052-6/+14
* newlib/configure.host: Set have_init_fini to no for OpenRISCStafford Horne2018-11-051-0/+1
* Initialize SVE system registers.Tamar Christina2018-10-311-0/+27
* Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen2018-10-295-14/+8
* Cygwin: Fix cygheap corruption caused by cloned atomic bufferDavid McFarland2018-10-292-0/+5
* Fix posix_memalign() attributesSebastian Huber2018-10-221-2/+2
* RTEMS: Use function and data sectionsSebastian Huber2018-10-221-0/+1
* newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill2018-10-181-0/+3
* Improve performance of strstrWilco Dijkstra2018-10-181-96/+127
* newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon2018-10-111-2/+2
* Add generic implementation of fdopendir()Sebastian Huber2018-10-111-8/+21
* Add generic implementation of dirfd()Sebastian Huber2018-10-113-12/+56