summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Find a jail's type as part of jailparam_init rather than waiting untiljamie2010-10-271-10/+4
* Check small set and reject it, this is how kernel did. Always use thedavidxu2010-10-271-37/+32
* - Revert r214409.davidxu2010-10-271-5/+6
* Remove locking and unlock in pthread_mutex_destroy, becausedavidxu2010-10-271-25/+2
* Fix typo.davidxu2010-10-251-1/+1
* Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy().davidxu2010-10-252-10/+31
* Fix PIC_RETURN when abicalls are not defined.jchandra2010-10-241-1/+1
* Move variable declarations into the conditional block where they areemaste2010-10-241-1/+1
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* mdoc: make pages render with mandocuqs2010-10-213-4/+3
* Remove code duplication by introducing static gctl_param_add() function whichpjd2010-10-211-22/+14
* - Simplify gctl_get_handle() a bit.pjd2010-10-211-5/+3
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-206-56/+2
* Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, thisdavidxu2010-10-181-0/+1
* Add links for libradius(3) functions.pjd2010-10-181-0/+33
* Unbreak buildworld by including pthread_rwlockattr_setkind_np anddavidxu2010-10-182-0/+4
* sort function name.davidxu2010-10-181-2/+2
* s/||/&&davidxu2010-10-181-2/+2
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-184-2/+50
* - Add support for libusbhid in 32-bit compatibility mode.hselasky2010-10-163-3/+25
* Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.dim2010-10-151-2/+0
* - Add missing LibUSB API functions:hselasky2010-10-144-22/+120
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-144-16/+30
* - Fix some compile warnings regarding comparing signed to unsigned.hselasky2010-10-141-2/+2
* LibUSB (new API):hselasky2010-10-145-0/+39
* Clang related fixes:rpaulo2010-10-132-1/+2
* Revert 212517 to restore pristine state of this fileimp2010-10-131-2/+0
* camlib.c: update one overlooked commentavg2010-10-111-3/+3
* Upgrade xz to git snapshot as of 20101010mm2010-10-112-5/+3
* Fix reference to nonexistent manpage getuid(3).ed2010-10-111-2/+2
* cam_get_device, cam_open_device: make behavior simpler and more deterministicavg2010-10-112-97/+21
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-0840-46/+0
* mdoc: fix manlint warnings by unbreaking mdoc syntaxuqs2010-10-081-1/+1
* Oops, don't remove -fexceptions flag.davidxu2010-10-081-0/+1
* unwind.h was imported, gcc directory is no longer needed.davidxu2010-10-081-1/+0
* Upgrade Clang and LLVM to the 2.8 release. See here for release notes:dim2010-10-071-2/+2
* Missed space.kib2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)kib2010-10-062-1/+11
* When no protocol entry is found, getproto*_r(3) shouldume2010-10-053-3/+3
* Handle null return from XML_ParserCreate and fix a few memory leaks onemaste2010-10-051-4/+10
* Change libvgl's set4pixels() and set2lines() functions from plaindim2010-10-041-4/+4
* Clear errno for each method dispatch.ume2010-10-041-0/+2
* Fix punctuation and grammar, mostly by ending sentences with a period.gnn2010-10-042-33/+33
* Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,dim2010-10-0121-42/+21
* libc: Remove the i386 assembler version of strlen(3).jilles2010-10-012-55/+1
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,dim2010-09-302-136/+0
* change code to use unwind.h.davidxu2010-09-302-5/+6
OpenPOWER on IntegriCloud