summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump newlib release to 4.0.0newlib-4.0.0Jeff Johnston2020-11-17115-1136/+1151
* malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen2020-11-173-2/+31
* Fix return type of __locale_ctype_ptr_l()Sebastian Huber2020-11-161-1/+1
* Cygwin: testsuite: fix insecure usage of printf in libltpCorinna Vinschen2020-11-161-1/+1
* libc/include/newlib.h: Fix C++ compilation issueJoel Sherrill2020-11-161-2/+2
* Cygwin: path_conv::eq_worker: add NULL pointer checksKen Brown2020-11-161-2/+4
* Cygwin: Fix testsuite tmpdir creation with non-default cygdrive prefixJon Turney2020-11-122-5/+7
* Cygwin: fhandler_fifo: reduce sizeKen Brown2020-11-092-9/+14
* Cygwin: Ensure temporary directory used by tests existsJon Turney2020-11-083-4/+15
* Cygwin: Set PATH for tests to pick up cygwin0.dllJon Turney2020-11-081-0/+2
* Cygwin: Check exit code of a test, rather than stdoutJon Turney2020-11-081-7/+13
* Cygwin: Use absolute path to libltp includesJon Turney2020-11-081-1/+1
* Cygiwn: Detect and use MinGW compilers for testsuite wrappersJon Turney2020-11-084-4/+255
* Cygwin: Define target_builddir autoconf and Makefile variablesJon Turney2020-11-083-0/+10
* Cygwin: Move adding libltp to VPATH after Makefile.commonJon Turney2020-11-081-2/+2
* Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warningJon Turney2020-11-081-0/+1
* Cygwin: Add rule to testsuite Makefile to regenerate it when neededJon Turney2020-11-081-0/+3
* Cygwin: Always configure in testsuite subdirectoryJon Turney2020-11-083-18/+4
* Cygwin: Add testsuite directory to autogen.shJon Turney2020-11-083-832/+5
* Cygwin: FIFO: update_my_handlers: fix handle leakKen Brown2020-11-061-0/+1
* Fix 32-bit integer overflow when calculating TZ rulesIvan Grokhotov2020-11-041-1/+1
* Cygwin: Drop passing '-c' compiler flag into gentls_offsetsJon Turney2020-11-021-1/+1
* Cygwin: Remove rules for building libcygwin_s.aJon Turney2020-11-022-76/+0
* Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never de...Jon Turney2020-11-021-7/+0
* Cygwin: Drop autoconf variable all_hostJon Turney2020-11-025-54/+2
* Cygwin: Remove autoconf variable DLL_NAMEJon Turney2020-11-023-9/+2
* Cygwin: Drop AC_SUBST(build_exeext)Jon Turney2020-11-021-2/+0
* Cygwin: Remove intro2man.stamp on cleanJon Turney2020-11-021-2/+3
* Revert "Cygwin: gendef generates sigfe.s and cygwin.def"Jon Turney2020-10-301-2/+5
* RISC-V: Fix wrong including file in s_isinf.cKito Cheng2020-10-291-1/+1
* RISC-V: NaN should return 0 for finite[f]Kito Cheng2020-10-292-2/+2
* Cygwin: Restore setting CC and CXX Makefile variablesJon Turney2020-10-283-0/+10
* libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill2020-10-281-0/+3
* Cygwin: fix return value of sqrtl on negative infinityKen Brown2020-10-272-2/+8
* Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches2020-10-273-2/+8
* RISC-V: Implment finite and fpclassifyKito Cheng2020-10-279-3/+421
* RISC-V: Add fabs[f], fmax[f] and fmin[f].Kito Cheng2020-10-278-3/+345
* Define RB_SET_PARENT to do all assignmentsdougm2020-10-261-30/+28
* In concluding RB_REMOVE_COLOR, in the case whendougm2020-10-261-15/+11
* Linuxkpi uses the rb-tree structuresdougm2020-10-261-148/+137
* Fixup r361997 by balancing parens. Duh.dougm2020-10-261-1/+1
* Restore an RB_COLOR macro, for the benefit ofdougm2020-10-261-0/+6
* To reduce the size of an rb_node, drop the colordougm2020-10-261-138/+143
* Remove from RB_REMOVE_COLOR some null checksdougm2020-10-261-26/+20
* RB_REMOVE invokes RB_REMOVE_COLOR either whendougm2020-10-261-72/+65
* For the case when RB_REMOVE requires a nontrivialdougm2020-10-261-28/+24
* Correct the use of RB_AUGMENT in the RB_TREEdougm2020-10-261-50/+38
* Add RB_REINSERT(3), a low overhead alternative totrasz2020-10-261-2/+24
* amd64: prevent KCSan false positives on LAPIC mappingjah2020-10-261-0/+2
* sys: clean up empty lines in .c and .h filesmjg2020-10-261-1/+0