| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314951: | ngie | 2017-03-16 | 1 | -0/+7 |
* | MFC r314650: | ngie | 2017-03-12 | 18 | -214/+210 |
* | MFC r305283,r314649: | ngie | 2017-03-12 | 2 | -48/+56 |
* | MFC r313713: | ngie | 2017-02-21 | 1 | -1/+2 |
* | MFC r312008: | ngie | 2017-02-12 | 1 | -1/+6 |
* | MFC r303841,r312012,r312213: | ngie | 2017-02-04 | 2 | -12/+20 |
* | MFC r309298: libm: remove duplicate version script entries | emaste | 2016-12-09 | 1 | -5/+0 |
* | MFC r305358: | ngie | 2016-12-03 | 1 | -0/+3 |
* | MFC r305380: | bde | 2016-09-19 | 1 | -0/+6 |
* | Fix frexpl() declaration to not include the field name. | trasz | 2016-06-09 | 1 | -1/+1 |
* | Make armv6 hard float abi by default. Kill armv6hf. | imp | 2016-05-18 | 2 | -2/+4 |
* | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | ngie | 2016-05-04 | 1 | -3/+0 |
* | lib: minor spelling fixes in comments. | pfg | 2016-05-01 | 2 | -2/+2 |
* | Completely disable fmaxmin_test (follow up to r297952) | ngie | 2016-04-21 | 1 | -3/+9 |
* | MFH | gjb | 2016-04-16 | 1 | -0/+5 |
|\ |
|
| * | Disable fmaxmin_test when compiling it with clang 3.8.0 | ngie | 2016-04-14 | 1 | -0/+5 |
| * | Fix appending -O0 to CFLAGS | ngie | 2016-04-11 | 1 | -3/+3 |
* | | MFH | gjb | 2016-04-12 | 1 | -3/+3 |
* | | MFH | gjb | 2016-04-04 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | bdrewery | 2016-03-26 | 1 | -2/+0 |
* | | MFH | gjb | 2016-03-10 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | DIRDEPS_BUILD: Connect MK_TESTS. | bdrewery | 2016-03-09 | 1 | -0/+21 |
* | | MFH | gjb | 2016-03-06 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Merge ^/head r296007 through r296368. | dim | 2016-03-03 | 1 | -0/+5 |
| |\ |
|
| * \ | Merge ^/head r294777 through r294960. | dim | 2016-01-27 | 1 | -0/+52 |
| |\ \ |
|
| * | | | Disable building the csqrt_test test on arm64, it hits an assert in | andrew | 2016-01-11 | 1 | -0/+4 |
* | | | | MFH | gjb | 2016-03-02 | 1 | -0/+5 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Make FPSCR definition endian clean. | nwhitehorn | 2016-02-26 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | Remove libc, librtld_db, libthr packages, and further increase | gjb | 2016-02-05 | 1 | -1/+1 |
* | | | First pass through library packaging. | gjb | 2016-02-04 | 1 | -0/+1 |
* | | | First pass to fix the 'tests' packages. | gjb | 2016-02-02 | 1 | -0/+3 |
|/ / |
|
* | | Add fenv.c for RISC-V. Copied from MIPS. | br | 2016-01-26 | 1 | -0/+52 |
|/ |
|
* | Use j instead of a hardcoded index (9) and increment it after | ngie | 2015-12-23 | 1 | -1/+2 |
* | Integrate the remaining tools/regression/lib/msun testcases into the | ngie | 2015-12-20 | 8 | -1/+1978 |
* | Integrate a number of testcases from tools/regression/lib/msun | ngie | 2015-12-16 | 15 | -1/+3427 |
* | Start support for the RISC-V 64-bit architecture developed by UC Berkeley. | br | 2015-12-11 | 2 | -0/+234 |
* | Don't override LIB*DIR variables from src.libnames.mk. | bdrewery | 2015-12-01 | 1 | -5/+4 |
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 1 | -1/+0 |
* | Bump .Dd | ngie | 2015-11-09 | 1 | -1/+1 |
* | Document powl(3) | ngie | 2015-11-09 | 2 | -6/+12 |
* | We have long double on arm64, and the tests pass so enable them. | andrew | 2015-10-31 | 1 | -1/+3 |
* | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | ngie | 2015-10-12 | 1 | -4/+0 |
* | In libm's exp2(3), avoid left-shifting a negative integer, which is | dim | 2015-08-09 | 1 | -2/+2 |
* | .ie is not supposed to be used in manpages | bapt | 2015-07-14 | 1 | -6/+2 |
* | Fix compilation when the armv6 world is being compiled without hw floating | ian | 2015-06-24 | 1 | -1/+1 |
* | new depends | sjg | 2015-06-16 | 1 | -0/+1 |
* | Follow up to r284427: fix NaN mixing for ctanhf too. | tijl | 2015-06-15 | 1 | -1/+2 |
* | - Change comments to be more consistent with s_ccosh.c and s_csinh.c. | tijl | 2015-06-15 | 2 | -20/+21 |
* | Fix some exceptional cases where the sign of the result is unspecified | tijl | 2015-06-15 | 2 | -47/+43 |
* | Fix some exceptional cases where the sign of the result is unspecified | tijl | 2015-06-15 | 2 | -34/+32 |