| Commit message (Expand) | Author | Age | Files | Lines |
* | key_load_private() ignores the passphrase argument if the private key | des | 2011-11-20 | 1 | -7/+18 |
* | Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option. | tuexen | 2011-11-20 | 1 | -0/+3 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 141 | -800/+4050 |
* | Free unused allocation on error. | kib | 2011-11-18 | 1 | -0/+2 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | kevlo | 2011-11-18 | 1 | -0/+12 |
* | Revert r227538, since it doesn't compile with clang at all (it doesn't | dim | 2011-11-17 | 2 | -6/+2 |
* | Fix typo. | kib | 2011-11-17 | 1 | -2/+2 |
* | Pass CVWAIT flags to kernel, this should handle | davidxu | 2011-11-17 | 1 | -3/+2 |
* | Further reduce diffs with OpenBSD's arc4random. The main functional | das | 2011-11-15 | 1 | -33/+30 |
* | Sync the style, comments, and variable names of arc4random.c with | das | 2011-11-15 | 1 | -39/+33 |
* | Expose the unimplemented libm functions in the math.h header. This allows C+... | theraven | 2011-11-12 | 1 | -13/+13 |
* | Converting int to wint_t leads to broekn comparison of raw char | kevlo | 2011-11-11 | 1 | -8/+8 |
* | Document that flock can return ENOLCK | dougb | 2011-11-10 | 1 | -1/+3 |
* | - Don't handle out-of-memory condition | kevlo | 2011-11-10 | 1 | -20/+21 |
* | Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0. | hselasky | 2011-11-09 | 6 | -3/+332 |
* | Ensure pam_lastlog removes the /dev/ component of the TTY name. | ed | 2011-11-07 | 1 | -0/+5 |
* | When one attempts to compile the tree with -march=i386, which also used | dim | 2011-11-06 | 2 | -0/+4 |
* | Remove an unused variable from pam_unix. | ed | 2011-11-05 | 1 | -2/+0 |
* | Fix a warning emitted by Clang. | ed | 2011-11-04 | 1 | -1/+2 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 4 | -2/+147 |
* | Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK. | des | 2011-11-02 | 1 | -0/+6 |
* | Despite official i386 ABI does not mandate any stack alignment besides | kib | 2011-11-02 | 2 | -0/+28 |
* | Make sure that stack is 16-byte aligned before calling a function, | kib | 2011-11-02 | 2 | -0/+6 |
* | 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 |