| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Make recv() and send() cancellation points, as required by POSIX. | jilles | 2013-06-09 | 2 | -6/+10 |
* | | | Minor mdoc fixes. | joel | 2013-06-09 | 1 | -3/+3 |
* | | | libstand: Reset the seek pointer in ext2fs as done in UFS. | pfg | 2013-06-09 | 1 | -0/+2 |
* | | | sigaction(2): Document various non-POSIX functions as async-signal safe. | jilles | 2013-06-08 | 1 | -2/+15 |
* | | | Add new system call - aio_mlock(). The name speaks for itself. It allows | glebius | 2013-06-08 | 3 | -0/+135 |
* | | | Use improved __sync_*() intrinsics for MIPS in userspace as well. | ed | 2013-06-08 | 8 | -56/+5 |
* | | | Finish pulling in the NetBSD setjmp/longjmp updates on ARM. | andrew | 2013-06-07 | 4 | -4/+162 |
* | | | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This | andrew | 2013-06-07 | 1 | -1/+3 |
* | | | Remove an extra copy of _setjmp from libstand. We have used the libc version | andrew | 2013-06-07 | 1 | -106/+0 |
* | | | Add libusb_get_port_numbers | emaste | 2013-06-07 | 3 | -2/+13 |
* | | | Switch to 2-clause license and standard text | emaste | 2013-06-06 | 2 | -26/+22 |
* | | | Remove part of the NetBSD longjmp code that was not ready to be merged. | andrew | 2013-06-05 | 1 | -2/+1 |
* | | | Style fixes. | das | 2013-06-05 | 4 | -54/+58 |