aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: Eliminate 13 relative relocations in wctype().Jilles Tjoelker2011-12-051-26/+45
* Simplify libusb_open_device_with_vid_pid(): Only setHans Petter Selasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if itHans Petter Selasky2011-12-031-2/+1
* Revert r227812 and r227808 per discussionEitan Adler2011-12-024-30/+18
* Split sentences at period boundaries.David E. O'Brien2011-12-027-73/+93
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsDavid E. O'Brien2011-12-021-3/+3
* Use INCSLINKS so that "make installincludes" installs links during buildworld.Max Khon2011-11-291-1/+1
* - Hide _rl_qsort_string_compare() that should be private to libreadline()Max Khon2011-11-292-1/+1
* .include <bsd.init.mk> instead of <bsd.own.mk>Max Khon2011-11-281-3/+1
* Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.Robert Watson2011-11-272-1/+3
* Update libcxxrt to remove the pthread dependency.David Chisnall2011-11-261-1/+0
* style(9) fix.David Chisnall2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, ratherDavid Chisnall2011-11-261-2/+10
* Fix breakage after r227983; lib/libcxxrt still got built, because it wasDimitry Andric2011-11-261-7/+8
* Import libc++ / libcxxrt into base. Not build by default yet (useDavid Chisnall2011-11-253-0/+187
* Revert r227841 and part of r227798. We still build libpam in two passes,Dag-Erling Smørgrav2011-11-241-1/+10
* fdopendir(): Do not close the passed file descriptor on failure.Jilles Tjoelker2011-11-221-4/+13
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).Mikolaj Golub2011-11-222-341/+27
* Fix a crash when trying to duplicate a locale that contains some implicit C l...David Chisnall2011-11-221-1/+6
* - fix some style(9) nits with my last commitEitan Adler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passEitan Adler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...David Chisnall2011-11-211-2/+0
* Simplify the libpam build by removing the shared modules' dependencyDag-Erling Smørgrav2011-11-212-13/+3
* Add history for setsockopt(2).Sergey Kandaurov2011-11-211-2/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-213-1/+183
* Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50Nathan Whitehorn2011-11-211-1/+1
* key_load_private() ignores the passphrase argument if the private keyDag-Erling Smørgrav2011-11-201-7/+18
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-0/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-20141-800/+4050
* Free unused allocation on error.Konstantin Belousov2011-11-181-0/+2
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+12
* Revert r227538, since it doesn't compile with clang at all (it doesn'tDimitry Andric2011-11-172-6/+2
* Fix typo.Konstantin Belousov2011-11-171-2/+2
* Pass CVWAIT flags to kernel, this should handleDavid Xu2011-11-171-3/+2
* Further reduce diffs with OpenBSD's arc4random. The main functionalDavid Schultz2011-11-151-33/+30
* Sync the style, comments, and variable names of arc4random.c withDavid Schultz2011-11-151-39/+33
* Expose the unimplemented libm functions in the math.h header. This allows C+...David Chisnall2011-11-121-13/+13
* Converting int to wint_t leads to broekn comparison of raw charKevin Lo2011-11-111-8/+8
* Document that flock can return ENOLCKDoug Barton2011-11-101-1/+3
* - Don't handle out-of-memory conditionKevin Lo2011-11-101-20/+21
* Add definition of some USB 3.0 descriptors to libusb 1.0 and libusb 2.0.Hans Petter Selasky2011-11-096-3/+332
* Ensure pam_lastlog removes the /dev/ component of the TTY name.Ed Schouten2011-11-071-0/+5
* When one attempts to compile the tree with -march=i386, which also usedDimitry Andric2011-11-062-0/+4
* Remove an unused variable from pam_unix.Ed Schouten2011-11-051-2/+0
* Fix a warning emitted by Clang.Ed Schouten2011-11-041-1/+2
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-044-2/+147
* Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK.Dag-Erling Smørgrav2011-11-021-0/+6
* Despite official i386 ABI does not mandate any stack alignment besidesKonstantin Belousov2011-11-022-0/+28
* Make sure that stack is 16-byte aligned before calling a function,Konstantin Belousov2011-11-022-0/+6
* Don't forget to kick the man page date.Ed Schouten2011-10-271-1/+1