| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach siglongjmp about the VFP version of the setjmp buffer. | andrew | 2013-07-21 | 1 | -3/+5 |
* | Use the correct request syntax for proxied (tunneled) HTTPS requests. | des | 2013-07-21 | 1 | -1/+1 |
* | Since there's no defined schema for the XML that's generated by the | scottl | 2013-07-19 | 2 | -0/+6 |
* | [fix to r253380] __setenv: be explicit about placing '=' after name | avg | 2013-07-17 | 1 | -2/+1 |
* | libc: name passed into __setenv is not necessarily NUL-terminated | avg | 2013-07-16 | 1 | -1/+1 |
* | Add some missing definitions to build a working FreeBSD's libusb under Linux. | hselasky | 2013-07-14 | 4 | -55/+67 |
* | Cleaner support for type qualifiers. | theraven | 2013-07-13 | 1 | -11/+2 |
* | Ensure that the _Generic() macro in math.h works with qualified types. | theraven | 2013-07-13 | 1 | -17/+26 |
* | Fix mdoc syntax. | hrs | 2013-07-13 | 1 | -7/+7 |
* | Typo corrected. | schweikh | 2013-07-12 | 1 | -1/+1 |
* | Prefix the alias macros for members of struct __mcontext with an underscore | marius | 2013-07-12 | 3 | -14/+14 |
* | Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns | hrs | 2013-07-12 | 1 | -9/+9 |
* | Fix the build with C++ where __builtin_types_compatible_p is not allowed. | theraven | 2013-07-12 | 1 | -2/+3 |
* | Revert r253247. This change should be improved based on a lesson learnt | hrs | 2013-07-12 | 1 | -2/+2 |
* | Use strtoumax() instead of strtoul() for id/ref attr in XML elements. | hrs | 2013-07-12 | 1 | -2/+2 |
* | Fix some typoes in math.h cleanup. | theraven | 2013-07-11 | 1 | -3/+3 |
* | Cleanups to math.h that prevent namespace conflicts with C++. | theraven | 2013-07-11 | 1 | -28/+49 |
* | In r227839, when removing libkvm dependency on procfs(5), | trociny | 2013-07-10 | 2 | -2/+1 |
* | Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC in | tuexen | 2013-07-09 | 1 | -0/+5 |
* | Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled by | tuexen | 2013-07-09 | 1 | -0/+3 |
* | Update references. | hrs | 2013-07-09 | 2 | -12/+11 |
* | mktemp(3): Add standards section. Prefer standard header. | jilles | 2013-07-05 | 1 | -4/+29 |
* | Style fix noted by bde@ | ache | 2013-07-04 | 1 | -4/+8 |
* | After fixing ranges restore POSIX requirement: rand() call without | ache | 2013-07-04 | 1 | -1/+6 |
* | In addition to prev. commit, for repeated rand_r(3) calls don't forget | ache | 2013-07-03 | 1 | -1/+5 |
* | 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range, | ache | 2013-07-03 | 1 | -4/+16 |
* | Make it clear that there are three separate internal locks. | peter | 2013-07-03 | 4 | -25/+28 |
* | As a followup to r252547, propate const down the call stack. | peter | 2013-07-03 | 21 | -46/+46 |
* | Replace the #define for "iconv" so it is for the function name instead of | peter | 2013-07-03 | 5 | -7/+9 |
* | Move pos++ out of the complicated equation, introduced at r240780. | mav | 2013-07-01 | 1 | -2/+3 |
* | If strdup failed, don't try and free the wrong thing. | peter | 2013-07-01 | 1 | -1/+1 |
* | __weak_alias() doesn't exist on FreeBSD. Use __weak_reference(); | peter | 2013-07-01 | 3 | -11/+19 |
* | When decoding SLEB128, make sure sign extension is performed for | kaiw | 2013-06-30 | 2 | -2/+2 |
* | libc: Access _sigintr more efficiently. | jilles | 2013-06-30 | 2 | -2/+2 |
* | Convert this piece of code to use C11 atomics. | ed | 2013-06-30 | 1 | -3/+4 |
* | Fix -Wunsequenced warning | kientzle | 2013-06-29 | 1 | -1/+1 |
* | Fix -Wunsequenced warning. | kientzle | 2013-06-29 | 1 | -1/+1 |
* | - Trim an unused and bogus Makefile for mount_smbfs. | davide | 2013-06-28 | 4 | -0/+11 |
* | Make the order of operations for lib/msun more clear. | eadler | 2013-06-24 | 2 | -2/+2 |
* | The SUSv4tc1 requires that pthread_setcancelstate() shall be not a | kib | 2013-06-19 | 1 | -1/+2 |
* | Refine UMA bucket allocation to reduce space consumption and improve | jeff | 2013-06-18 | 1 | -1/+1 |
* | Build __clear_cache on ARM with clang now it supports it. | andrew | 2013-06-15 | 1 | -5/+1 |
* | Let ARM use the custom tailored atomic intrinsics. | ed | 2013-06-15 | 11 | -211/+3 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-06-13 | 28 | -28/+28 |
* | Turn libc.so into an ld script rather than a symlink pointing to the | jlh | 2013-06-12 | 2 | -0/+3 |
*-. | Upgrade our copy of llvm/clang to 3.3 release. | dim | 2013-06-12 | 14 | -13/+38 |
|\ \ |
|
| | * | Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3 | dim | 2013-06-10 | 221 | -5312/+13295 |
| * | | Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3 | dim | 2013-06-10 | 500 | -12204/+34342 |
* | | | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() to | jhb | 2013-06-11 | 1 | -7/+11 |
* | | | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | das | 2013-06-10 | 12 | -48/+344 |