aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Cygwin: timers: clock_setres: make no-opCorinna Vinschen1-36/+2
2018-11-29Cygwin: pthread_cond_timedwait: make sure to wait until abstime finishesCorinna Vinschen1-8/+16
2018-11-26Cygwin: timers: use spinlock to prime hires_ns thread-safeCorinna Vinschen2-15/+13
2018-11-26Cygwin: timers: drop error handling for Windows perf timer functionsCorinna Vinschen1-30/+7
2018-11-26Cygwin: timers: Simplify hires_ms and hires_nsCorinna Vinschen2-11/+2
2018-11-26Cygwin: spinlock: remove useless get_ll callCorinna Vinschen1-1/+1
2018-11-26Builtin enable return code with SYS_EXIT_EXTENDEDMatthew Malcomson1-19/+43
2018-11-20Add libgloss install-pdf and install-html targets.Jim Wilson2-1/+30
2018-11-19Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson2-22/+20
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra1-0/+1
2018-11-08Cygwin: Bump DLL version to 2.11.3Corinna Vinschen1-1/+1
2018-11-08Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber1-1/+1
2018-11-08RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber1-2/+5
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra1-3/+3
2018-11-05Cygwin: honor SOCK_NONBLOCK/SOCK_CLOEXEC in socket(2)/socketpair(2)Corinna Vinschen2-6/+14
2018-11-05newlib/configure.host: Set have_init_fini to no for OpenRISCStafford Horne1-0/+1
2018-10-31Initialize SVE system registers.Tamar Christina1-0/+27
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen5-14/+8
2018-10-29Cygwin: Fix cygheap corruption caused by cloned atomic bufferDavid McFarland2-0/+5
2018-10-22Fix posix_memalign() attributesSebastian Huber1-2/+2
2018-10-22RTEMS: Use function and data sectionsSebastian Huber1-0/+1
2018-10-18newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill1-0/+3
2018-10-18Improve performance of strstrWilco Dijkstra1-96/+127
2018-10-11newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon1-2/+2
2018-10-11Add generic implementation of fdopendir()Sebastian Huber1-8/+21
2018-10-11Add generic implementation of dirfd()Sebastian Huber3-12/+56
2018-10-11RTEMS: Add struct dirent::d_type memberSebastian Huber1-27/+98
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber9-107/+75
2018-10-11Open a directory with the usual flagsSebastian Huber1-9/+4
2018-10-11Make some standard open() flags visibleSebastian Huber1-21/+27
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen2-8/+9
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen1-1/+1
2018-10-10Implement nanl in newlib onlyCorinna Vinschen3-6/+6
2018-10-10Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifoCorinna Vinschen3-0/+22
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen2-3/+3
2018-10-10Add attributes to malloc-like functionsSebastian Huber4-6/+7
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon1-18/+19
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon3-9/+14
2018-10-05Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.Christophe Lyon1-0/+3
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon1-1/+1
2018-10-05 [ARM] Cast string pointers to int to avoid compiler warnings.Christophe Lyon1-4/+4
2018-09-28Update Arm copyright notices in new math filesWilco Dijkstra26-47/+79
2018-09-25Update Arm entry in COPYING.NEWLIB.Jeff Johnston1-2/+2
2018-09-18Fix the documentation comment of checkintSzabolcs Nagy2-2/+4
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2Hans-Peter Nilsson1-0/+6
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson2-5/+21
2018-09-07Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen1-2/+8
2018-09-07Cygwin: console: store replacement char directlyCorinna Vinschen1-4/+3
2018-09-07Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen1-2/+2
2018-09-06search: Fix Berkeley DB hash code for 16-bit targets.Jon Beniston3-20/+32