aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The SUSv4tc1 requires that pthread_setcancelstate() shall be not aKonstantin Belousov2013-06-191-1/+2
* Refine UMA bucket allocation to reduce space consumption and improveJeff Roberson2013-06-181-1/+1
* Build __clear_cache on ARM with clang now it supports it.Andrew Turner2013-06-151-5/+1
* Let ARM use the custom tailored atomic intrinsics.Ed Schouten2013-06-1511-211/+3
* Renumber clauses to reduce diffs to other versionsEd Maste2013-06-1328-28/+28
* Turn libc.so into an ld script rather than a symlink pointing to theJeremie Le Hen2013-06-122-0/+3
*-. Upgrade our copy of llvm/clang to 3.3 release.Dimitry Andric2013-06-1214-13/+38
|\ \
| | * Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3vendor/clang/clang-release_33-r183502Dimitry Andric2013-06-10221-5312/+13295
| * | Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3vendor/llvm/llvm-release_33-r183502Dimitry Andric2013-06-10500-12204/+34342
* | | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() toJohn Baldwin2013-06-111-7/+11
* | | Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz2013-06-1012-48/+344
* | | Make recv() and send() cancellation points, as required by POSIX.Jilles Tjoelker2013-06-092-6/+10
* | | Minor mdoc fixes.Joel Dahl2013-06-091-3/+3
* | | libstand: Reset the seek pointer in ext2fs as done in UFS.Pedro F. Giffuni2013-06-091-0/+2
* | | sigaction(2): Document various non-POSIX functions as async-signal safe.Jilles Tjoelker2013-06-081-2/+15
* | | Add new system call - aio_mlock(). The name speaks for itself. It allowsGleb Smirnoff2013-06-083-0/+135
* | | Use improved __sync_*() intrinsics for MIPS in userspace as well.Ed Schouten2013-06-088-56/+5
* | | Finish pulling in the NetBSD setjmp/longjmp updates on ARM.Andrew Turner2013-06-074-4/+162
* | | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. ThisAndrew Turner2013-06-071-1/+3
* | | Remove an extra copy of _setjmp from libstand. We have used the libc versionAndrew Turner2013-06-071-106/+0
* | | Add libusb_get_port_numbersEd Maste2013-06-073-2/+13
* | | Switch to 2-clause license and standard textEd Maste2013-06-062-26/+22
* | | Remove part of the NetBSD longjmp code that was not ready to be merged.Andrew Turner2013-06-051-2/+1
* | | Style fixes.David Schultz2013-06-054-54/+58
* | | Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginAndrew Turner2013-06-042-75/+52
* | | mdoc: convert .Fd to .In, which is much nicer.Joel Dahl2013-06-043-7/+7
* | | Add man links for expl(3) and expm1l(3).David Schultz2013-06-041-2/+2
* | | Fix a typo: XPORT_SPI should be tested against transport, nor protocol.Xin LI2013-06-031-1/+1
* | | Change a comma to a semicolon.Steve Kargl2013-06-031-3/+2
* | | ld80 and ld128 implementations of expm1l(). This code started lifeSteve Kargl2013-06-036-4/+373
* | | Fix two comments that got lost in the disentanglement of the larger diff.Steve Kargl2013-06-031-1/+6
* | | ld80/s_expl.c:Steve Kargl2013-06-032-8/+11
* | | Micro-optimization: move the unary mius operator to operateSteve Kargl2013-06-032-3/+3
* | | Add a comment to note that bde supplied most, if not all,Steve Kargl2013-06-031-0/+2
* | | ld80/s_expl.c:Steve Kargl2013-06-032-13/+9
* | | ld80/s_expl.c:Steve Kargl2013-06-032-27/+55
* | | Rename a few P2, P3, ... coefficients to A2, A3, ... missed inSteve Kargl2013-06-031-3/+3
* | | Update a comment to reflect that we are using an endpoint ofSteve Kargl2013-06-032-2/+2
* | | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold,Steve Kargl2013-06-031-4/+7
* | | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals).Steve Kargl2013-06-032-2/+5
* | | Whitespace.Steve Kargl2013-06-032-4/+4
* | | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, ....Steve Kargl2013-06-032-25/+24
* | | * Style(9). Start non-Copyright fancy formatted comments with /**.Steve Kargl2013-06-031-1/+1
* | | ld80/s_expl.c:Steve Kargl2013-06-032-2/+2
* | | Add libiconv based versions of *c16*() and *c32*().Ed Schouten2013-06-037-3/+314
* | | Switch to 2-clause licenseEd Maste2013-06-031-6/+0
* | | Add logl, log2l, log10l, and log1pl.David Schultz2013-06-0311-18/+1809
* | | Since the cause of the problems with the __fillcontextx() wasKonstantin Belousov2013-06-031-15/+7
* | | Convert old make variable modifiers :U and :L to bmake :tu and :tl.Tijl Coosemans2013-06-023-3/+3
* | | dup(2): Clarify return value, in particular of dup2().Jilles Tjoelker2013-05-311-4/+5