summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement certificate verification, and many other SSL-relateddes2013-07-264-16/+632
* Remove define and documentation for vm_pageout_algorithm missed in r253587zont2013-07-261-4/+0
* Enhance the description of NOTE_TRACK:jhb2013-07-251-6/+11
* Add pkgconf files for libusb.rpaulo2013-07-254-0/+41
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-1/+2
* Document EINVAL error return from PT_LWPINFOemaste2013-07-221-1/+9
* Teach siglongjmp about the VFP version of the setjmp buffer.andrew2013-07-211-3/+5
* Use the correct request syntax for proxied (tunneled) HTTPS requests.des2013-07-211-1/+1
* Since there's no defined schema for the XML that's generated by thescottl2013-07-192-0/+6
* [fix to r253380] __setenv: be explicit about placing '=' after nameavg2013-07-171-2/+1
* libc: name passed into __setenv is not necessarily NUL-terminatedavg2013-07-161-1/+1
* Add some missing definitions to build a working FreeBSD's libusb under Linux.hselasky2013-07-144-55/+67
* Cleaner support for type qualifiers.theraven2013-07-131-11/+2
* Ensure that the _Generic() macro in math.h works with qualified types.theraven2013-07-131-17/+26
* Fix mdoc syntax.hrs2013-07-131-7/+7
* Typo corrected.schweikh2013-07-121-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-123-14/+14
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnshrs2013-07-121-9/+9
* Fix the build with C++ where __builtin_types_compatible_p is not allowed.theraven2013-07-121-2/+3
* Revert r253247. This change should be improved based on a lesson learnthrs2013-07-121-2/+2
* Use strtoumax() instead of strtoul() for id/ref attr in XML elements.hrs2013-07-121-2/+2
* Fix some typoes in math.h cleanup.theraven2013-07-111-3/+3
* Cleanups to math.h that prevent namespace conflicts with C++.theraven2013-07-111-28/+49
* In r227839, when removing libkvm dependency on procfs(5),trociny2013-07-102-2/+1
* Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC intuexen2013-07-091-0/+5
* Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled bytuexen2013-07-091-0/+3
* Update references.hrs2013-07-092-12/+11
* mktemp(3): Add standards section. Prefer standard header.jilles2013-07-051-4/+29
* Style fix noted by bde@ache2013-07-041-4/+8
* After fixing ranges restore POSIX requirement: rand() call withoutache2013-07-041-1/+6
* In addition to prev. commit, for repeated rand_r(3) calls don't forgetache2013-07-031-1/+5
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,ache2013-07-031-4/+16
* Make it clear that there are three separate internal locks.peter2013-07-034-25/+28
* As a followup to r252547, propate const down the call stack.peter2013-07-0321-46/+46
* Replace the #define for "iconv" so it is for the function name instead ofpeter2013-07-035-7/+9
* Move pos++ out of the complicated equation, introduced at r240780.mav2013-07-011-2/+3
* If strdup failed, don't try and free the wrong thing.peter2013-07-011-1/+1
* __weak_alias() doesn't exist on FreeBSD. Use __weak_reference();peter2013-07-013-11/+19
* When decoding SLEB128, make sure sign extension is performed forkaiw2013-06-302-2/+2
* libc: Access _sigintr more efficiently.jilles2013-06-302-2/+2
* Convert this piece of code to use C11 atomics.ed2013-06-301-3/+4
* Fix -Wunsequenced warningkientzle2013-06-291-1/+1
* Fix -Wunsequenced warning.kientzle2013-06-291-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-284-0/+11
* Make the order of operations for lib/msun more clear.eadler2013-06-242-2/+2
* The SUSv4tc1 requires that pthread_setcancelstate() shall be not akib2013-06-191-1/+2
* Refine UMA bucket allocation to reduce space consumption and improvejeff2013-06-181-1/+1
* Build __clear_cache on ARM with clang now it supports it.andrew2013-06-151-5/+1
* Let ARM use the custom tailored atomic intrinsics.ed2013-06-1511-211/+3
* Renumber clauses to reduce diffs to other versionsemaste2013-06-1328-28/+28
OpenPOWER on IntegriCloud