| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't forget to kick the man page date. | ed | 2011-10-27 | 1 | -1/+1 |
* | Make our utmpx more like System V. | ed | 2011-10-27 | 2 | -3/+20 |
* | Fix the manual section number for a cross-reference to open(2) and sort it. | pluknet | 2011-10-27 | 1 | -1/+1 |
* | Fix typo in timer_getoverrun cross-reference. | pluknet | 2011-10-26 | 1 | -1/+1 |
* | Fix Buildworld WITHOUT_OPENSSL. | kientzle | 2011-10-22 | 2 | -4/+32 |
* | Correct the spelling of getgrgid and getpwuid in the man page. | kientzle | 2011-10-22 | 1 | -6/+6 |
*-. | Upgrade our copy of llvm/clang to r142614, from upstream's release_30 | dim | 2011-10-22 | 37 | -88/+150 |
|\ \ |
|
| | * | Vendor import of clang release_30 branch r142614: | dim | 2011-10-20 | 398 | -31469/+50270 |
| * | | Vendor import of llvm release_30 branch r142614: | dim | 2011-10-20 | 849 | -33915/+63160 |
* | | | Revert the previous commit and add a comment explaining why it was wrong. | des | 2011-10-22 | 1 | -2/+14 |
* | | | openpam_static.c isn't auto-generated. | des | 2011-10-22 | 1 | -5/+2 |
* | | | Minor corrections and clarifications regarding exceptions. | das | 2011-10-21 | 1 | -12/+23 |
* | | | Replace a proliferation of buggy MD implementations of modf() with a | das | 2011-10-21 | 28 | -987/+149 |
* | | | Add support for the 'x' mode option in fopen() as specified in the C1X | das | 2011-10-21 | 2 | -49/+60 |
* | | | Fix a regression introduced in r226371: When the high part of x*y | das | 2011-10-21 | 2 | -6/+6 |
* | | | Fix a corner case: tan(large + Inf i) == NaN + NaN i. | das | 2011-10-21 | 2 | -0/+10 |
* | | | Improved handling of large x in ccosh{,f}(): | das | 2011-10-21 | 4 | -15/+83 |
* | | | Use __ldexp_exp() to simplify things and improve accuracy for x near | das | 2011-10-21 | 4 | -27/+10 |
* | | | The cexp() and {,c}{cos,sin}h functions all need to be able to compute | das | 2011-10-21 | 6 | -33/+210 |
* | | | Use STRICT_ASSIGN() to ensure that the compiler doesn't screw things | das | 2011-10-21 | 4 | -5/+13 |
* | | | Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1. | das | 2011-10-21 | 2 | -2/+8 |
* | | | Bugfix: feenableexcept() and fedisableexcept() should just return the | das | 2011-10-21 | 2 | -8/+8 |
* | | | latin1 -> utf8 | des | 2011-10-19 | 8 | -9/+9 |
* | | | Add a flush of the current PMC log buffer before displaying the next top. | fabient | 2011-10-18 | 4 | -1/+21 |
* | | | Update llvm/clang's target triple (confusingly named LLVM_HOSTTRIPLE) to | dim | 2011-10-17 | 1 | -2/+1 |
* | | | It's no longer accurate to say that math.h "constitute[s] the C math | das | 2011-10-17 | 1 | -1/+16 |
* | | | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | das | 2011-10-17 | 17 | -12/+871 |
* | | | In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet) | pjd | 2011-10-16 | 2 | -22/+27 |
* | | | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 5 | -5/+5 |
* | | | Change the SDP_GET* macros to cast to a const buffer. | ed | 2011-10-16 | 1 | -3/+3 |
* | | | Change ncp_scan_bindery_object() to pass a constant search string. | ed | 2011-10-16 | 1 | -1/+1 |
* | | | Use #include "fenv.h" instead of #include <fenv.h>. This makes it | das | 2011-10-16 | 7 | -7/+7 |
* | | | Fix some non-standard variable declarations. | das | 2011-10-16 | 1 | -10/+10 |
* | | | Optimize the case of pure imaginary arguments. Calls like this are | das | 2011-10-16 | 2 | -2/+9 |
* | | | Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() into | das | 2011-10-16 | 2 | -15/+19 |
* | | | Remove an unused variable. | das | 2011-10-16 | 1 | -1/+1 |
* | | | Remove some unnecessary initializations. | das | 2011-10-15 | 6 | -6/+2 |
* | | | Various changes to improve the accuracy and speed of log{2,10}{,f}. | das | 2011-10-15 | 6 | -72/+143 |
* | | | Style fixes and updates to comments. | das | 2011-10-15 | 4 | -32/+34 |
* | | | Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() is | das | 2011-10-15 | 1 | -5/+2 |
* | | | Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c. | das | 2011-10-15 | 1 | -0/+24 |
* | | | Replace two lines accidentally removed in r226218. Thanks to bde | das | 2011-10-15 | 1 | -0/+3 |
* | | | Fix a double-rounding bug in fma{,f,l}. The bug would occur in | das | 2011-10-15 | 3 | -125/+231 |
* | | | Add a new trace point, KTRFAC_CAPFAIL, which traces capability check | des | 2011-10-11 | 1 | -3/+4 |
* | | | Refactor this code by introducing separate functions to handle the | das | 2011-10-11 | 2 | -92/+164 |
* | | | Fix how libusb20_dev_kernel_driver_active() and | hselasky | 2011-10-10 | 3 | -8/+8 |
* | | | Provide external definitions of all of the standardized functions in | das | 2011-10-10 | 22 | -91/+288 |
* | | | Add a FBSD_1.3 namespace for FreeBSD 10. | das | 2011-10-10 | 1 | -1/+5 |
* | | | Line up the struct declaration (yes, I know this isn't what it looks | des | 2011-10-09 | 1 | -6/+6 |
* | | | Document some not-so-recently added trace points. | des | 2011-10-09 | 1 | -2/+7 |