aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Bump newlib release to 4.0.0newlib-4.0.0Jeff Johnston115-1136/+1151
2020-11-17malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen3-2/+31
2020-11-16Fix return type of __locale_ctype_ptr_l()Sebastian Huber1-1/+1
2020-11-16Cygwin: testsuite: fix insecure usage of printf in libltpCorinna Vinschen1-1/+1
2020-11-16libc/include/newlib.h: Fix C++ compilation issueJoel Sherrill1-2/+2
2020-11-16Cygwin: path_conv::eq_worker: add NULL pointer checksKen Brown1-2/+4
2020-11-12Cygwin: Fix testsuite tmpdir creation with non-default cygdrive prefixJon Turney2-5/+7
2020-11-09Cygwin: fhandler_fifo: reduce sizeKen Brown2-9/+14
2020-11-08Cygwin: Ensure temporary directory used by tests existsJon Turney3-4/+15
2020-11-08Cygwin: Set PATH for tests to pick up cygwin0.dllJon Turney1-0/+2
2020-11-08Cygwin: Check exit code of a test, rather than stdoutJon Turney1-7/+13
2020-11-08Cygwin: Use absolute path to libltp includesJon Turney1-1/+1
2020-11-08Cygiwn: Detect and use MinGW compilers for testsuite wrappersJon Turney4-4/+255
2020-11-08Cygwin: Define target_builddir autoconf and Makefile variablesJon Turney3-0/+10
2020-11-08Cygwin: Move adding libltp to VPATH after Makefile.commonJon Turney1-2/+2
2020-11-08Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warningJon Turney1-0/+1
2020-11-08Cygwin: Add rule to testsuite Makefile to regenerate it when neededJon Turney1-0/+3
2020-11-08Cygwin: Always configure in testsuite subdirectoryJon Turney3-18/+4
2020-11-08Cygwin: Add testsuite directory to autogen.shJon Turney3-832/+5
2020-11-06Cygwin: FIFO: update_my_handlers: fix handle leakKen Brown1-0/+1
2020-11-04Fix 32-bit integer overflow when calculating TZ rulesIvan Grokhotov1-1/+1
2020-11-02Cygwin: Drop passing '-c' compiler flag into gentls_offsetsJon Turney1-1/+1
2020-11-02Cygwin: Remove rules for building libcygwin_s.aJon Turney2-76/+0
2020-11-02Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never de...Jon Turney1-7/+0
2020-11-02Cygwin: Drop autoconf variable all_hostJon Turney5-54/+2
2020-11-02Cygwin: Remove autoconf variable DLL_NAMEJon Turney3-9/+2
2020-11-02Cygwin: Drop AC_SUBST(build_exeext)Jon Turney1-2/+0
2020-11-02Cygwin: Remove intro2man.stamp on cleanJon Turney1-2/+3
2020-10-30Revert "Cygwin: gendef generates sigfe.s and cygwin.def"Jon Turney1-2/+5
2020-10-29RISC-V: Fix wrong including file in s_isinf.cKito Cheng1-1/+1
2020-10-29RISC-V: NaN should return 0 for finite[f]Kito Cheng2-2/+2
2020-10-28Cygwin: Restore setting CC and CXX Makefile variablesJon Turney3-0/+10
2020-10-28libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill1-0/+3
2020-10-27Cygwin: fix return value of sqrtl on negative infinityKen Brown2-2/+8
2020-10-27Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches3-2/+8
2020-10-27RISC-V: Implment finite and fpclassifyKito Cheng9-3/+421
2020-10-27RISC-V: Add fabs[f], fmax[f] and fmin[f].Kito Cheng8-3/+345
2020-10-26Define RB_SET_PARENT to do all assignmentsdougm1-30/+28
2020-10-26In concluding RB_REMOVE_COLOR, in the case whendougm1-15/+11
2020-10-26Linuxkpi uses the rb-tree structuresdougm1-148/+137
2020-10-26Fixup r361997 by balancing parens. Duh.dougm1-1/+1
2020-10-26Restore an RB_COLOR macro, for the benefit ofdougm1-0/+6
2020-10-26To reduce the size of an rb_node, drop the colordougm1-138/+143
2020-10-26Remove from RB_REMOVE_COLOR some null checksdougm1-26/+20
2020-10-26RB_REMOVE invokes RB_REMOVE_COLOR either whendougm1-72/+65
2020-10-26For the case when RB_REMOVE requires a nontrivialdougm1-28/+24
2020-10-26Correct the use of RB_AUGMENT in the RB_TREEdougm1-50/+38
2020-10-26Add RB_REINSERT(3), a low overhead alternative totrasz1-2/+24
2020-10-26amd64: prevent KCSan false positives on LAPIC mappingjah1-0/+2
2020-10-26sys: clean up empty lines in .c and .h filesmjg1-1/+0