aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Typo corrected.Jens Schweikhardt2013-07-121-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-123-14/+14
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnsHiroki Sato2013-07-121-9/+9
* Fix the build with C++ where __builtin_types_compatible_p is not allowed.David Chisnall2013-07-121-2/+3
* Revert r253247. This change should be improved based on a lesson learntHiroki Sato2013-07-121-2/+2
* Use strtoumax() instead of strtoul() for id/ref attr in XML elements.Hiroki Sato2013-07-121-2/+2
* Fix some typoes in math.h cleanup.David Chisnall2013-07-111-3/+3
* Cleanups to math.h that prevent namespace conflicts with C++.David Chisnall2013-07-111-28/+49
* In r227839, when removing libkvm dependency on procfs(5),Mikolaj Golub2013-07-102-2/+1
* Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC inMichael Tuexen2013-07-091-0/+5
* Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled byMichael Tuexen2013-07-091-0/+3
* Update references.Hiroki Sato2013-07-092-12/+11
* mktemp(3): Add standards section. Prefer standard header.Jilles Tjoelker2013-07-051-4/+29
* Style fix noted by bde@Andrey A. Chernov2013-07-041-4/+8
* After fixing ranges restore POSIX requirement: rand() call withoutAndrey A. Chernov2013-07-041-1/+6
* In addition to prev. commit, for repeated rand_r(3) calls don't forgetAndrey A. Chernov2013-07-031-1/+5
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,Andrey A. Chernov2013-07-031-4/+16
* Make it clear that there are three separate internal locks.Peter Wemm2013-07-034-25/+28
* As a followup to r252547, propate const down the call stack.Peter Wemm2013-07-0321-46/+46
* Replace the #define for "iconv" so it is for the function name instead ofPeter Wemm2013-07-035-7/+9
* Move pos++ out of the complicated equation, introduced at r240780.Alexander Motin2013-07-011-2/+3
* If strdup failed, don't try and free the wrong thing.Peter Wemm2013-07-011-1/+1
* __weak_alias() doesn't exist on FreeBSD. Use __weak_reference();Peter Wemm2013-07-013-11/+19
* When decoding SLEB128, make sure sign extension is performed forKai Wang2013-06-302-2/+2
* libc: Access _sigintr more efficiently.Jilles Tjoelker2013-06-302-2/+2
* Convert this piece of code to use C11 atomics.Ed Schouten2013-06-301-3/+4
* Fix -Wunsequenced warningTim Kientzle2013-06-291-1/+1
* Fix -Wunsequenced warning.Tim Kientzle2013-06-291-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-284-0/+11
* Make the order of operations for lib/msun more clear.Eitan Adler2013-06-242-2/+2
* 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