summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc: quiet Wattribute for no_sanitize("address")rlibby2020-10-261-2/+6
* Don't sanitize linker_setdab2020-10-261-0/+7
* Make the system C11 atomics headers fully compatible with external GCC.jhb2020-10-262-15/+12
* Cygwin: pty: Fix race condition in initialization of pseudo console.Takashi Yano via Cygwin-patches2020-10-261-9/+0
* Cygwin: AF_INET and AF_LOCAL: recv_internal: fix MSG_WAITALL supportKen Brown via Cygwin-patches2020-10-232-2/+2
* Cygwin: Drop do-nothing install_target targetJon Turney2020-10-212-6/+3
* Cygwin: Drop do-nothing install_host targetJon Turney2020-10-216-22/+3