| Commit message (Expand) | Author | Age | Files | Lines |
* | Cygwin: Testsuite Makefile cleanup | Jon Turney | 2020-11-18 | 1 | -13/+2 |
* | Cygwin: Fix 'make check' in utils | Jon Turney | 2020-11-18 | 3 | -10/+12 |
* | Cygwin: Drop duplicate C++ flags used to build utils | Jon Turney | 2020-11-18 | 1 | -1/+1 |
* | Cygwin: Use grep in text mode to look for version strings | Jon Turney | 2020-11-18 | 1 | -1/+1 |
* | RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f... | Kito Cheng | 2020-11-18 | 10 | -3/+503 |
* | RISC-V: Add machine-specific implementation for isnan[f] and copysign[f] | Kito Cheng | 2020-11-18 | 6 | -3/+237 |
* | RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s... | Kito Cheng | 2020-11-18 | 2 | -3/+33 |
* | malloc/nano-malloc: correctly check for out-of-bounds allocation reqs | Corinna Vinschen | 2020-11-17 | 3 | -2/+31 |
* | Fix return type of __locale_ctype_ptr_l() | Sebastian Huber | 2020-11-16 | 1 | -1/+1 |
* | Cygwin: testsuite: fix insecure usage of printf in libltp | Corinna Vinschen | 2020-11-16 | 1 | -1/+1 |
* | libc/include/newlib.h: Fix C++ compilation issue | Joel Sherrill | 2020-11-16 | 1 | -2/+2 |
* | Cygwin: path_conv::eq_worker: add NULL pointer checks | Ken Brown | 2020-11-16 | 1 | -2/+4 |
* | Cygwin: Fix testsuite tmpdir creation with non-default cygdrive prefix | Jon Turney | 2020-11-12 | 2 | -5/+7 |
* | Cygwin: fhandler_fifo: reduce size | Ken Brown | 2020-11-09 | 2 | -9/+14 |
* | Cygwin: Ensure temporary directory used by tests exists | Jon Turney | 2020-11-08 | 3 | -4/+15 |
* | Cygwin: Set PATH for tests to pick up cygwin0.dll | Jon Turney | 2020-11-08 | 1 | -0/+2 |
* | Cygwin: Check exit code of a test, rather than stdout | Jon Turney | 2020-11-08 | 1 | -7/+13 |
* | Cygwin: Use absolute path to libltp includes | Jon Turney | 2020-11-08 | 1 | -1/+1 |
* | Cygiwn: Detect and use MinGW compilers for testsuite wrappers | Jon Turney | 2020-11-08 | 4 | -4/+255 |
* | Cygwin: Define target_builddir autoconf and Makefile variables | Jon Turney | 2020-11-08 | 3 | -0/+10 |
* | Cygwin: Move adding libltp to VPATH after Makefile.common | Jon Turney | 2020-11-08 | 1 | -2/+2 |
* | Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warning | Jon Turney | 2020-11-08 | 1 | -0/+1 |
* | Cygwin: Add rule to testsuite Makefile to regenerate it when needed | Jon Turney | 2020-11-08 | 1 | -0/+3 |
* | Cygwin: Always configure in testsuite subdirectory | Jon Turney | 2020-11-08 | 3 | -18/+4 |
* | Cygwin: Add testsuite directory to autogen.sh | Jon Turney | 2020-11-08 | 3 | -832/+5 |
* | Cygwin: FIFO: update_my_handlers: fix handle leak | Ken Brown | 2020-11-06 | 1 | -0/+1 |
* | Fix 32-bit integer overflow when calculating TZ rules | Ivan Grokhotov | 2020-11-04 | 1 | -1/+1 |
* | Cygwin: Drop passing '-c' compiler flag into gentls_offsets | Jon Turney | 2020-11-02 | 1 | -1/+1 |
* | Cygwin: Remove rules for building libcygwin_s.a | Jon Turney | 2020-11-02 | 2 | -76/+0 |
* | Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never de... | Jon Turney | 2020-11-02 | 1 | -7/+0 |
* | Cygwin: Drop autoconf variable all_host | Jon Turney | 2020-11-02 | 5 | -54/+2 |
* | Cygwin: Remove autoconf variable DLL_NAME | Jon Turney | 2020-11-02 | 3 | -9/+2 |
* | Cygwin: Drop AC_SUBST(build_exeext) | Jon Turney | 2020-11-02 | 1 | -2/+0 |
* | Cygwin: Remove intro2man.stamp on clean | Jon Turney | 2020-11-02 | 1 | -2/+3 |
* | Revert "Cygwin: gendef generates sigfe.s and cygwin.def" | Jon Turney | 2020-10-30 | 1 | -2/+5 |
* | RISC-V: Fix wrong including file in s_isinf.c | Kito Cheng | 2020-10-29 | 1 | -1/+1 |
* | RISC-V: NaN should return 0 for finite[f] | Kito Cheng | 2020-10-29 | 2 | -2/+2 |
* | Cygwin: Restore setting CC and CXX Makefile variables | Jon Turney | 2020-10-28 | 3 | -0/+10 |
* | libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMS | Joel Sherrill | 2020-10-28 | 1 | -0/+3 |
* | Cygwin: fix return value of sqrtl on negative infinity | Ken Brown | 2020-10-27 | 2 | -2/+8 |
* | Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected. | Takashi Yano via Cygwin-patches | 2020-10-27 | 3 | -2/+8 |
* | RISC-V: Implment finite and fpclassify | Kito Cheng | 2020-10-27 | 9 | -3/+421 |
* | RISC-V: Add fabs[f], fmax[f] and fmin[f]. | Kito Cheng | 2020-10-27 | 8 | -3/+345 |
* | Define RB_SET_PARENT to do all assignments | dougm | 2020-10-26 | 1 | -30/+28 |
* | In concluding RB_REMOVE_COLOR, in the case when | dougm | 2020-10-26 | 1 | -15/+11 |
* | Linuxkpi uses the rb-tree structures | dougm | 2020-10-26 | 1 | -148/+137 |
* | Fixup r361997 by balancing parens. Duh. | dougm | 2020-10-26 | 1 | -1/+1 |
* | Restore an RB_COLOR macro, for the benefit of | dougm | 2020-10-26 | 1 | -0/+6 |
* | To reduce the size of an rb_node, drop the color | dougm | 2020-10-26 | 1 | -138/+143 |
* | Remove from RB_REMOVE_COLOR some null checks | dougm | 2020-10-26 | 1 | -26/+20 |