aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-08Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber
2018-11-08RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra
2018-11-05Cygwin: honor SOCK_NONBLOCK/SOCK_CLOEXEC in socket(2)/socketpair(2)Corinna Vinschen
2018-11-05newlib/configure.host: Set have_init_fini to no for OpenRISCStafford Horne
2018-10-31Initialize SVE system registers.Tamar Christina
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen
2018-10-29Cygwin: Fix cygheap corruption caused by cloned atomic bufferDavid McFarland
2018-10-22Fix posix_memalign() attributesSebastian Huber
2018-10-22RTEMS: Use function and data sectionsSebastian Huber
2018-10-18newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill
2018-10-18Improve performance of strstrWilco Dijkstra
2018-10-11newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon
2018-10-11Add generic implementation of fdopendir()Sebastian Huber
2018-10-11Add generic implementation of dirfd()Sebastian Huber
2018-10-11RTEMS: Add struct dirent::d_type memberSebastian Huber
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber
2018-10-11Open a directory with the usual flagsSebastian Huber
2018-10-11Make some standard open() flags visibleSebastian Huber
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen
2018-10-10Implement nanl in newlib onlyCorinna Vinschen
2018-10-10Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifoCorinna Vinschen
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen
2018-10-10Add attributes to malloc-like functionsSebastian Huber
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon
2018-10-05Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.Christophe Lyon
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon
2018-10-05 [ARM] Cast string pointers to int to avoid compiler warnings.Christophe Lyon
2018-09-28Update Arm copyright notices in new math filesWilco Dijkstra
2018-09-25Update Arm entry in COPYING.NEWLIB.Jeff Johnston
2018-09-18Fix the documentation comment of checkintSzabolcs Nagy
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2Hans-Peter Nilsson
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson
2018-09-07Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen
2018-09-07Cygwin: console: store replacement char directlyCorinna Vinschen
2018-09-07Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen
2018-09-06search: Fix Berkeley DB hash code for 16-bit targets.Jon Beniston
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard
2018-09-06Include sys/syslimits.h in limits.hKeith Packard
2018-09-06xdr_private.h needs sys/types.h for u_charKeith Packard
2018-09-06Document the log table generation methodSzabolcs Nagy
2018-09-06stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston
2018-09-06Cygwin: console: device context is process privateCorinna Vinschen
2018-09-05Cygwin: console: improve replacement char algorithmCorinna Vinschen
2018-09-05Cygwin: console: use UNICODE API throughoutCorinna Vinschen
2018-09-05Cygwin: Bump DLL version to 2.11.2Corinna Vinschen
2018-09-05Improve strstr performance of short needlesWilco Dijkstra