summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn libc.so into an ld script rather than a symlink pointing to thejlh2013-06-122-0/+3
*-. Upgrade our copy of llvm/clang to 3.3 release.dim2013-06-1214-13/+38
|\ \
| | * Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3dim2013-06-10221-5312/+13295
| * | Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3dim2013-06-10500-12204/+34342
* | | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() tojhb2013-06-111-7/+11
* | | Add implementations of acoshl(), asinhl(), and atanhl(). This is adas2013-06-1012-48/+344
* | | Make recv() and send() cancellation points, as required by POSIX.jilles2013-06-092-6/+10
* | | Minor mdoc fixes.joel2013-06-091-3/+3
* | | libstand: Reset the seek pointer in ext2fs as done in UFS.pfg2013-06-091-0/+2
* | | sigaction(2): Document various non-POSIX functions as async-signal safe.jilles2013-06-081-2/+15
* | | Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-083-0/+135
* | | Use improved __sync_*() intrinsics for MIPS in userspace as well.ed2013-06-088-56/+5
* | | Finish pulling in the NetBSD setjmp/longjmp updates on ARM.andrew2013-06-074-4/+162
* | | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. Thisandrew2013-06-071-1/+3
* | | Remove an extra copy of _setjmp from libstand. We have used the libc versionandrew2013-06-071-106/+0
* | | Add libusb_get_port_numbersemaste2013-06-073-2/+13
* | | Switch to 2-clause license and standard textemaste2013-06-062-26/+22
* | | Remove part of the NetBSD longjmp code that was not ready to be merged.andrew2013-06-051-2/+1
* | | Style fixes.das2013-06-054-54/+58
* | | Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginandrew2013-06-042-75/+52
* | | mdoc: convert .Fd to .In, which is much nicer.joel2013-06-043-7/+7
* | | Add man links for expl(3) and expm1l(3).das2013-06-041-2/+2
* | | Fix a typo: XPORT_SPI should be tested against transport, nor protocol.delphij2013-06-031-1/+1
* | | Change a comma to a semicolon.kargl2013-06-031-3/+2
* | | ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-036-4/+373
* | | Fix two comments that got lost in the disentanglement of the larger diff.kargl2013-06-031-1/+6
* | | ld80/s_expl.c:kargl2013-06-032-8/+11
* | | Micro-optimization: move the unary mius operator to operatekargl2013-06-032-3/+3
OpenPOWER on IntegriCloud