summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fdopendir(): Do not close the passed file descriptor on failure.jilles2011-11-221-4/+13
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).trociny2011-11-222-341/+27
* Fix a crash when trying to duplicate a locale that contains some implicit C l...theraven2011-11-221-1/+6
* - fix some style(9) nits with my last commiteadler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passeadler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...theraven2011-11-211-2/+0
* Simplify the libpam build by removing the shared modules' dependencydes2011-11-212-13/+3
* Add history for setsockopt(2).pluknet2011-11-211-2/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-213-1/+183
* Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50nwhitehorn2011-11-211-1/+1
* key_load_private() ignores the passphrase argument if the private keydes2011-11-201-7/+18
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-20141-800/+4050
* Free unused allocation on error.kib2011-11-181-0/+2
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-0/+12
* Revert r227538, since it doesn't compile with clang at all (it doesn'tdim2011-11-172-6/+2
* Fix typo.kib2011-11-171-2/+2
* Pass CVWAIT flags to kernel, this should handledavidxu2011-11-171-3/+2
* Further reduce diffs with OpenBSD's arc4random. The main functionaldas2011-11-151-33/+30
* Sync the style, comments, and variable names of arc4random.c withdas2011-11-151-39/+33
* 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
OpenPOWER on IntegriCloud