summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: Eliminate 13 relative relocations in wctype().jilles2011-12-051-26/+45
* Simplify libusb_open_device_with_vid_pid(): Only sethselasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if ithselasky2011-12-031-2/+1
* Revert r227812 and r227808 per discussioneadler2011-12-024-30/+18
* Split sentences at period boundaries.obrien2011-12-027-73/+93
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* Use INCSLINKS so that "make installincludes" installs links during buildworld.fjoe2011-11-291-1/+1
* - Hide _rl_qsort_string_compare() that should be private to libreadline()fjoe2011-11-292-1/+1
* .include <bsd.init.mk> instead of <bsd.own.mk>fjoe2011-11-281-3/+1
* Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.rwatson2011-11-272-1/+3
* Update libcxxrt to remove the pthread dependency.theraven2011-11-261-1/+0
* style(9) fix.theraven2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, rathertheraven2011-11-261-2/+10
* Fix breakage after r227983; lib/libcxxrt still got built, because it wasdim2011-11-261-7/+8
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-253-0/+187
* Revert r227841 and part of r227798. We still build libpam in two passes,des2011-11-241-1/+10
* 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
OpenPOWER on IntegriCloud