| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin | andrew | 2013-06-04 | 2 | -75/+52 |
* | | | mdoc: convert .Fd to .In, which is much nicer. | joel | 2013-06-04 | 3 | -7/+7 |
* | | | Add man links for expl(3) and expm1l(3). | das | 2013-06-04 | 1 | -2/+2 |
* | | | Fix a typo: XPORT_SPI should be tested against transport, nor protocol. | delphij | 2013-06-03 | 1 | -1/+1 |
* | | | Change a comma to a semicolon. | kargl | 2013-06-03 | 1 | -3/+2 |
* | | | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 6 | -4/+373 |
* | | | Fix two comments that got lost in the disentanglement of the larger diff. | kargl | 2013-06-03 | 1 | -1/+6 |
* | | | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -8/+11 |
* | | | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 2 | -3/+3 |
* | | | Add a comment to note that bde supplied most, if not all, | kargl | 2013-06-03 | 1 | -0/+2 |
* | | | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -13/+9 |
* | | | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -27/+55 |
* | | | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | kargl | 2013-06-03 | 1 | -3/+3 |
* | | | Update a comment to reflect that we are using an endpoint of | kargl | 2013-06-03 | 2 | -2/+2 |
* | | | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | kargl | 2013-06-03 | 1 | -4/+7 |
* | | | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | kargl | 2013-06-03 | 2 | -2/+5 |
* | | | Whitespace. | kargl | 2013-06-03 | 2 | -4/+4 |
* | | | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 2 | -25/+24 |
* | | | * Style(9). Start non-Copyright fancy formatted comments with /**. | kargl | 2013-06-03 | 1 | -1/+1 |
* | | | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -2/+2 |
* | | | Add libiconv based versions of *c16*() and *c32*(). | ed | 2013-06-03 | 7 | -3/+314 |