summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix description.Mariusz Zaborski2018-07-181-2/+2
* Remove special cases for armeb in the build.Warner Losh2018-07-172-3/+2
* Minor cleanups to csqrt*(), mostly in comments.Bruce Evans2018-07-173-36/+14
* Fix scaling bugs which gave innaccuracies and spurious underflows in csqrt()Bruce Evans2018-07-172-28/+48
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-1731-55/+77
* No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileAlex Richardson2018-07-161-3/+0
* Fix declaration.Mariusz Zaborski2018-07-151-2/+2
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-1513-16/+1507
* regex/engine.c: error: variable 'dp' set but not usedToomas Soome2018-07-141-1/+1
* Fix an obvious 'is odd' check.Warner Losh2018-07-121-1/+1
* Remove bits of the old NUMA.Konstantin Belousov2018-07-103-199/+2
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-103-6/+58
* Tweak documentation to RB_ constants to reflect current useWarner Losh2018-07-101-17/+5
* Integrate SHA2-224 with userspace componentsConrad Meyer2018-07-094-8/+65
* libiconv: correct undefined behavior.Pedro F. Giffuni2018-07-081-2/+2
* Reduce diff between msun/src/e_pow.c and msun/src/e_powf.c.Mark Johnston2018-07-082-8/+14
* Fix whitespace issues in bessel function routines.Mark Johnston2018-07-084-40/+36
* config(8): Fix broken ABIKyle Evans2018-07-061-0/+3
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-3/+6
* Revert r335983.Brooks Davis2018-07-053-52/+6
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-053-6/+52
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-2/+0
* Add setproctitle_fast(3) for frequent callers.Konstantin Belousov2018-07-043-21/+69
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-031-8/+35
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-0384-269/+94
* Strip __RCSID() and __SCCSID() strings by default when building libc.John Baldwin2018-07-031-2/+4
* Revert 335888 ("Ensure va_list is declared by including stdarg.h.")Ruslan Bukin2018-07-031-1/+1
* o Ensure va_list is declared by including stdarg.h.Ruslan Bukin2018-07-031-1/+1
* Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-031-0/+14
* With r335636 C++ program use libcasper.h and capsicum_helpers.h.Mariusz Zaborski2018-07-012-0/+8
* More follow-up to r335799 (llvm/clang 6.0.1 update), where I forgot toDimitry Andric2018-06-302-2/+2
* Follow-up to r335799 (llvm/clang 6.0.1 update), by regenerating variousDimitry Andric2018-06-305-12/+12
*---------. Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2018-06-294-4/+4
|\ \ \ \ \ \
| | | | | | * Vendor import of llvm 6.0.1 release r335540:vendor/llvm/llvm-release_601-r335540vendor/llvm-60Dimitry Andric2018-06-2772-395/+1941
| | * | | | | Vendor import of compiler-rt 6.0.1 release r335540:vendor/compiler-rt/compiler-rt-release_601-r335540vendor/compiler-rt-60Dimitry Andric2018-06-271-2/+13
| * | | | | | Vendor import of clang 6.0.1 release r335540:vendor/clang/clang-release_601-r335540vendor/clang-60Dimitry Andric2018-06-2720-169/+270
* | | | | | | sigaction.2: Minor cleanupsConrad Meyer2018-06-281-8/+11
* | | | | | | Don't use CCACHE for linking.Bryan Drewery2018-06-273-4/+5
* | | | | | | Rework check for libclang_rt to see if the needed library exists.Bryan Drewery2018-06-271-18/+9
* | | | | | | [libcasper] Use explicit_bzero instead of memset to clear pwd structMariusz Zaborski2018-06-261-1/+1
* | | | | | | geli attach multiple providersBen Woods2018-06-262-120/+185
* | | | | | | Improve the userspace USB string reading function in LibUSB.Hans Petter Selasky2018-06-261-9/+12
* | | | | | | Add a file missed in r335645.Brad Davis2018-06-251-0/+26
* | | | | | | Normalize the g(eom,cache,part,...) build.Brooks Davis2018-06-2569-0/+13556
* | | | | | | users(1): Use capsicum helpers for usersEitan Adler2018-06-251-1/+1
* | | | | | | Document libcasper_service.Mariusz Zaborski2018-06-233-0/+120
* | | | | | | Revert r335449 and add needed MK_LLD_BOOTSTRAP check for SRCS_MIW.Bryan Drewery2018-06-221-25/+25
* | | | | | | Add support for selectively enabling LLVM targetsDimitry Andric2018-06-227-7/+138
* | | | | | | Add some words clarifying that rename(2) does nothing when the 'from' andIan Lepore2018-06-211-1/+10
* | | | | | | Fix sources needed for lld.Bryan Drewery2018-06-201-25/+25