summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Expose the unimplemented libm functions in the math.h header. This allows C+...theraven2011-11-121-13/+13
* Converting int to wint_t leads to broekn comparison of raw charkevlo2011-11-111-8/+8
* Document that flock can return ENOLCKdougb2011-11-101-1/+3
* - Don't handle out-of-memory conditionkevlo2011-11-101-20/+21
* Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.hselasky2011-11-096-3/+332
* Ensure pam_lastlog removes the /dev/ component of the TTY name.ed2011-11-071-0/+5
* When one attempts to compile the tree with -march=i386, which also useddim2011-11-062-0/+4
* Remove an unused variable from pam_unix.ed2011-11-051-2/+0
* Fix a warning emitted by Clang.ed2011-11-041-1/+2
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-044-2/+147
* Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK.des2011-11-021-0/+6
* Despite official i386 ABI does not mandate any stack alignment besideskib2011-11-022-0/+28
* Make sure that stack is 16-byte aligned before calling a function,kib2011-11-022-0/+6
* Don't forget to kick the man page date.ed2011-10-271-1/+1
* Make our utmpx more like System V.ed2011-10-272-3/+20
* Fix the manual section number for a cross-reference to open(2) and sort it.pluknet2011-10-271-1/+1
* Fix typo in timer_getoverrun cross-reference.pluknet2011-10-261-1/+1
* Fix Buildworld WITHOUT_OPENSSL.kientzle2011-10-222-4/+32
* Correct the spelling of getgrgid and getpwuid in the man page.kientzle2011-10-221-6/+6
*-. Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-2237-88/+150
|\ \
| | * Vendor import of clang release_30 branch r142614:dim2011-10-20398-31469/+50270
| * | Vendor import of llvm release_30 branch r142614:dim2011-10-20849-33915/+63160
* | | Revert the previous commit and add a comment explaining why it was wrong.des2011-10-221-2/+14
* | | openpam_static.c isn't auto-generated.des2011-10-221-5/+2
* | | Minor corrections and clarifications regarding exceptions.das2011-10-211-12/+23
* | | Replace a proliferation of buggy MD implementations of modf() with adas2011-10-2128-987/+149
* | | Add support for the 'x' mode option in fopen() as specified in the C1Xdas2011-10-212-49/+60
* | | Fix a regression introduced in r226371: When the high part of x*ydas2011-10-212-6/+6
* | | Fix a corner case: tan(large + Inf i) == NaN + NaN i.das2011-10-212-0/+10
* | | Improved handling of large x in ccosh{,f}():das2011-10-214-15/+83
* | | Use __ldexp_exp() to simplify things and improve accuracy for x neardas2011-10-214-27/+10
* | | The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-216-33/+210
* | | Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-214-5/+13
* | | Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-212-2/+8
* | | Bugfix: feenableexcept() and fedisableexcept() should just return thedas2011-10-212-8/+8
* | | latin1 -> utf8des2011-10-198-9/+9
* | | Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-184-1/+21
* | | Update llvm/clang's target triple (confusingly named LLVM_HOSTTRIPLE) todim2011-10-171-2/+1
* | | It's no longer accurate to say that math.h "constitute[s] the C mathdas2011-10-171-1/+16
* | | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-1717-12/+871
* | | In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet)pjd2011-10-162-22/+27
* | | - change "is is" to "is" or "it is"eadler2011-10-165-5/+5
* | | Change the SDP_GET* macros to cast to a const buffer.ed2011-10-161-3/+3
* | | Change ncp_scan_bindery_object() to pass a constant search string.ed2011-10-161-1/+1
* | | Use #include "fenv.h" instead of #include <fenv.h>. This makes itdas2011-10-167-7/+7
* | | Fix some non-standard variable declarations.das2011-10-161-10/+10
* | | Optimize the case of pure imaginary arguments. Calls like this aredas2011-10-162-2/+9
* | | Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intodas2011-10-162-15/+19
* | | Remove an unused variable.das2011-10-161-1/+1
* | | Remove some unnecessary initializations.das2011-10-156-6/+2
OpenPOWER on IntegriCloud