| Commit message (Expand) | Author | Age | Files | Lines |
* | Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, this | davidxu | 2010-10-18 | 1 | -0/+1 |
* | Add links for libradius(3) functions. | pjd | 2010-10-18 | 1 | -0/+33 |
* | Unbreak buildworld by including pthread_rwlockattr_setkind_np and | davidxu | 2010-10-18 | 2 | -0/+4 |
* | sort function name. | davidxu | 2010-10-18 | 1 | -2/+2 |
* | s/||/&& | davidxu | 2010-10-18 | 1 | -2/+2 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | davidxu | 2010-10-18 | 4 | -2/+50 |
* | - Add support for libusbhid in 32-bit compatibility mode. | hselasky | 2010-10-16 | 3 | -3/+25 |
* | Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S. | dim | 2010-10-15 | 1 | -2/+0 |
* | - Add missing LibUSB API functions: | hselasky | 2010-10-14 | 4 | -22/+120 |
* | - Add support for LibUSB in 32-bit compatibility mode. | hselasky | 2010-10-14 | 4 | -16/+30 |
* | - Fix some compile warnings regarding comparing signed to unsigned. | hselasky | 2010-10-14 | 1 | -2/+2 |
* | LibUSB (new API): | hselasky | 2010-10-14 | 5 | -0/+39 |
* | Clang related fixes: | rpaulo | 2010-10-13 | 2 | -1/+2 |
* | Revert 212517 to restore pristine state of this file | imp | 2010-10-13 | 1 | -2/+0 |
* | camlib.c: update one overlooked comment | avg | 2010-10-11 | 1 | -3/+3 |
* | Upgrade xz to git snapshot as of 20101010 | mm | 2010-10-11 | 2 | -5/+3 |
* | Fix reference to nonexistent manpage getuid(3). | ed | 2010-10-11 | 1 | -2/+2 |
* | cam_get_device, cam_open_device: make behavior simpler and more deterministic | avg | 2010-10-11 | 2 | -97/+21 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 40 | -46/+0 |
* | mdoc: fix manlint warnings by unbreaking mdoc syntax | uqs | 2010-10-08 | 1 | -1/+1 |
* | Oops, don't remove -fexceptions flag. | davidxu | 2010-10-08 | 1 | -0/+1 |
* | unwind.h was imported, gcc directory is no longer needed. | davidxu | 2010-10-08 | 1 | -1/+0 |
* | Upgrade Clang and LLVM to the 2.8 release. See here for release notes: | dim | 2010-10-07 | 1 | -2/+2 |
* | Missed space. | kib | 2010-10-06 | 1 | -1/+1 |
* | Add cross-references to lrand48(3) and arc4random(3) from rand(3) | kib | 2010-10-06 | 2 | -1/+11 |
* | When no protocol entry is found, getproto*_r(3) should | ume | 2010-10-05 | 3 | -3/+3 |
* | Handle null return from XML_ParserCreate and fix a few memory leaks on | emaste | 2010-10-05 | 1 | -4/+10 |
* | Change libvgl's set4pixels() and set2lines() functions from plain | dim | 2010-10-04 | 1 | -4/+4 |
* | Clear errno for each method dispatch. | ume | 2010-10-04 | 1 | -0/+2 |
* | Fix punctuation and grammar, mostly by ending sentences with a period. | gnn | 2010-10-04 | 2 | -33/+33 |
* | Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, | dim | 2010-10-01 | 21 | -42/+21 |
* | libc: Remove the i386 assembler version of strlen(3). | jilles | 2010-10-01 | 2 | -55/+1 |
* | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | dim | 2010-09-30 | 2 | -136/+0 |
* | change code to use unwind.h. | davidxu | 2010-09-30 | 2 | -5/+6 |
* | Apply the same workaround for clang to amd64's version of ldexp.c (as in | dim | 2010-09-29 | 1 | -3/+9 |
* | Check invalid mutex in _mutex_cv_unlock. | davidxu | 2010-09-29 | 1 | -0/+6 |
* | In current code, statically initialized and destroyed object have | davidxu | 2010-09-28 | 5 | -195/+160 |
* | Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUT | emaste | 2010-09-28 | 1 | -1/+1 |
* | Report death event to debugger before moving to gc list, otherwise | davidxu | 2010-09-26 | 1 | -3/+2 |
* | Only access unwind_disabled when _PTHREAD_FORCED_UNWIND is defined. | davidxu | 2010-09-25 | 1 | -1/+2 |
* | Add missing field. | davidxu | 2010-09-25 | 1 | -0/+1 |
* | Because old _pthread_cleanup_push/pop do not have frame address, | davidxu | 2010-09-25 | 2 | -13/+17 |
* | Simplify code, and in while loop, fix operator to match the unwinding | davidxu | 2010-09-25 | 1 | -7/+4 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | davidxu | 2010-09-25 | 14 | -72/+75 |
* | inline testcancel() into thr_cancel_leave(), because cancel_pending is | davidxu | 2010-09-24 | 1 | -2/+3 |
* | In most cases, cancel_point and cancel_async needn't be checked again, | davidxu | 2010-09-24 | 3 | -5/+3 |
* | Add the following Linux BlueZ compatibility macros: htobs(), htobl(), | emax | 2010-09-22 | 1 | -0/+4 |
* | Workaround LLVM bug #4434: | rpaulo | 2010-09-21 | 1 | -3/+7 |
* | Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, if | alc | 2010-09-21 | 1 | -4/+6 |
* | If we are at cancellation point, always work as deferred mode despite | davidxu | 2010-09-21 | 1 | -34/+32 |