| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug where sctp_sendmdg() uses uninitialized memory. | tuexen | 2011-12-15 | 1 | -0/+1 |
* | Small style(9) improvements. | theraven | 2011-12-15 | 1 | -2/+4 |
* | Clean up includes; the prototype for getosreldate() has moved to | ru | 2011-12-14 | 1 | -4/+3 |
* | Don't use __P(). | ed | 2011-12-13 | 1 | -2/+2 |
* | Use the correct upstream revision number for llvm/clang 3.0 release. | dim | 2011-12-10 | 1 | -2/+2 |
* | Upgrade our copy of llvm/clang to 3.0 release. Release notes can be | dim | 2011-12-09 | 3 | -2/+5 |
* | Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl. | rmh | 2011-12-08 | 1 | -5/+48 |
* | Some fixes to the man pages for [at_]quick_exit(3) | theraven | 2011-12-07 | 2 | -12/+17 |
* | style(9) cleanups. | theraven | 2011-12-07 | 1 | -10/+7 |
* | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | theraven | 2011-12-07 | 7 | -3/+204 |
* | The NOTE_COPY should have been named NOTE_FFCOPY from the very | ru | 2011-12-07 | 1 | -2/+2 |
* | libc: Eliminate 13 relative relocations in wctype(). | jilles | 2011-12-05 | 1 | -26/+45 |
* | Simplify libusb_open_device_with_vid_pid(): Only set | hselasky | 2011-12-03 | 1 | -4/+5 |
* | libusb_open() sets the given device handle to NULL if it | hselasky | 2011-12-03 | 1 | -2/+1 |
* | Revert r227812 and r227808 per discussion | eadler | 2011-12-02 | 4 | -30/+18 |
* | Split sentences at period boundaries. | obrien | 2011-12-02 | 7 | -73/+93 |
* | Tweak the r137233 fix to r136283 -- Code was making two send() attempts | obrien | 2011-12-02 | 1 | -3/+3 |
* | Use INCSLINKS so that "make installincludes" installs links during buildworld. | fjoe | 2011-11-29 | 1 | -1/+1 |
* | - Hide _rl_qsort_string_compare() that should be private to libreadline() | fjoe | 2011-11-29 | 2 | -1/+1 |
* | .include <bsd.init.mk> instead of <bsd.own.mk> | fjoe | 2011-11-28 | 1 | -3/+1 |
* | Cross-reference capsicum.4 from cap_enter.2 and cap_new.2. | rwatson | 2011-11-27 | 2 | -1/+3 |
* | Update libcxxrt to remove the pthread dependency. | theraven | 2011-11-26 | 1 | -1/+0 |
* | style(9) fix. | theraven | 2011-11-26 | 1 | -1/+1 |
* | Return not-implemented from pthread_once and pthread_key_create, rather | theraven | 2011-11-26 | 1 | -2/+10 |
* | Fix breakage after r227983; lib/libcxxrt still got built, because it was | dim | 2011-11-26 | 1 | -7/+8 |
* | Import libc++ / libcxxrt into base. Not build by default yet (use | theraven | 2011-11-25 | 3 | -0/+187 |
* | Revert r227841 and part of r227798. We still build libpam in two passes, | des | 2011-11-24 | 1 | -1/+10 |
* | fdopendir(): Do not close the passed file descriptor on failure. | jilles | 2011-11-22 | 1 | -4/+13 |
* | Now kvm_getenvv() and kvm_getargv() don't need procfs(5). | trociny | 2011-11-22 | 2 | -341/+27 |
* | Fix a crash when trying to duplicate a locale that contains some implicit C l... | theraven | 2011-11-22 | 1 | -1/+6 |
* | - fix some style(9) nits with my last commit | eadler | 2011-11-22 | 2 | -3/+5 |
* | - add check for pointer equality prior to performing the O(n) pass | eadler | 2011-11-22 | 4 | -18/+28 |
* | (Hopefully) Fix the build with clang by removing a typedef that's no longer n... | theraven | 2011-11-21 | 1 | -2/+0 |
* | Simplify the libpam build by removing the shared modules' dependency | des | 2011-11-21 | 2 | -13/+3 |
* | Add history for setsockopt(2). | pluknet | 2011-11-21 | 1 | -2/+4 |
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | lstewart | 2011-11-21 | 3 | -1/+183 |
* | Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50 | nwhitehorn | 2011-11-21 | 1 | -1/+1 |
* | 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 |