aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Rework WITHOUT_LLD/TOOLCHAIN fix from r327892 for cross-tools.Bryan Drewery2018-06-201-3/+6
* | | | | | | This library allows for user space applications to check file descriptorsStephen J. Kiernan2018-06-204-0/+262
* | | | | | | Fix typo.Mariusz Zaborski2018-06-191-2/+2
* | | | | | | libnv: Add nvlist_append_*_array() family of functions.Mariusz Zaborski2018-06-182-0/+121
* | | | | | | libnv: add regression test for r335344.Mariusz Zaborski2018-06-181-0/+1
* | | | | | | libnv: Remove nvlist argument from cnvlist_{take,free}_* functions.Mariusz Zaborski2018-06-181-18/+18
* | | | | | | libcapsicum: adding missing man page linksEitan Adler2018-06-181-0/+2
* | | | | | | liby: rewrite yyerror.hEitan Adler2018-06-171-11/+11
* | | | | | | liby: build with WARNS=6Eitan Adler2018-06-164-10/+47
* | | | | | | Fix comparison between pointer and char literalDevin Teske2018-06-161-1/+1
* | | | | | | Remove unused file.Konstantin Belousov2018-06-161-29/+0
* | | | | | | Rework ofed build.Konstantin Belousov2018-06-1616-9/+625