aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] libc backwards compatibility shim for auxv changeBrandon Bergren2020-01-221-0/+102
* posix_spawn: mark error as volatileKyle Evans2020-01-211-1/+1
* Correct a misleading indent.Brooks Davis2020-01-211-2/+1
* random.3: Some minor improvements to wording/clarityConrad Meyer2020-01-201-44/+37
* libc: Delete unused rand.c ifdef TEST codeConrad Meyer2020-01-201-34/+0
* qsort.3: Bump Dd and note that Annex K is optionalConrad Meyer2020-01-201-1/+8
* Add qsort_r(3) regression test.Edward Tomasz Napierala2020-01-202-0/+93
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-207-10/+385
* libbe: use the new zfs_mount_at()Kyle Evans2020-01-191-4/+1
* libc: fix build after r356830Mateusz Guzik2020-01-171-1/+1
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-172-7/+25
* libc: assume no union stack if fstatfs fails in readdirMateusz Guzik2020-01-171-7/+6
* [PPC64] memcpy/memmove/bcopy optimizationLeandro Lupori2020-01-1510-0/+648
* [PPC64] strncpy optimizationLeandro Lupori2020-01-155-2/+226
* [PPC64] strcpy optimizationLeandro Lupori2020-01-155-1/+240
* Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2020-01-145-9/+0
* Unbound's config.h is manually maintained, using a ./configure producedCy Schubert2020-01-131-0/+1
* getrandom(2): Add Linux GRND_INSECURE API flagConrad Meyer2020-01-121-5/+17
* libc: Fix a few bugs in the xlocale collation code.Mark Johnston2020-01-092-3/+8
* posix_fallocate: push vnop implementation into the fileop layerKyle Evans2020-01-081-2/+3
* [PowerPC] Fix libllvmminimal build when building from powerpc64 ELFv1.Brandon Bergren2020-01-071-0/+1
* libjail: Handle an error from reallocarray() when trimming the buffer.Mark Johnston2020-01-071-1/+4
* procstat: read lo_name instead of now removed v_tagMateusz Guzik2020-01-071-3/+3
* Update libssp paths in various Makefile.depend* filesKyle Evans2020-01-062-2/+2
* libssp: fix FORTIFY_SOURCE stub declarationsKyle Evans2020-01-041-8/+8
* Provide libssp based on libcKyle Evans2020-01-047-1/+217
* ssp: knock out some trivial warnings that come up with WARNS=6Kyle Evans2020-01-041-3/+5
* Use per-domain keg locks. This provides both a lock and separate spaceJeff Roberson2020-01-041-1/+14
* mips !o32: fix csu buildKyle Evans2020-01-031-2/+2
* mips: csu: fix compilation w/ LLVMKyle Evans2020-01-031-2/+7
* capsicum_helpers: split stream cap bits out of caph_limit_stream()Kyle Evans2020-01-023-12/+34
* libbe(3): promote dependent clones when destroying an environmentKyle Evans2020-01-023-26/+232
* MFV r356163,r356197:Martin Matuska2019-12-311-0/+10
* Remove GEOM_SCHED class and gsched tool.Alexander Motin2019-12-295-319/+0
* sysctlbyname(2): Remove temporary compatibility layerPawel Biernacki2019-12-291-14/+3
* gnop: change the "count until fail" optionMariusz Zaborski2019-12-291-2/+2
* gnop: allow to change the name of created deviceMariusz Zaborski2019-12-292-2/+9
* arm/ffs.S: remove stale comment.Pedro F. Giffuni2019-12-281-3/+0
* Implement new libusb v2.0 API function, libusb20_dev_get_stats().Hans Petter Selasky2019-12-276-2/+73
* msun: drop clause 3 from the Berkeley license.Pedro F. Giffuni2019-12-273-18/+6
* [PowerPC] enable atomic.c in compiler_rt and do not check and forcesJustin Hibbits2019-12-261-0/+8
* Optimize fast path allocations by storing bucket headers in the per-cpuJeff Roberson2019-12-251-22/+3
* gpart(8): ms-basic-data is used for exFAT on GPTConrad Meyer2019-12-241-1/+2
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2019-12-2210-22/+23
|\
* | MFV r353141 (by phillip):Cy Schubert2019-12-212-4/+6
* | libdevdctl: g++9 avoid Wdeprecated-copyRyan Libby2019-12-211-10/+0
* | Avoid unused vars when VE_ECDSA_HASH_AGAIN undefinedSimon J. Gerraty2019-12-201-2/+3
* | Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-2018-29/+27
* | localeconv: correct grouping and mon_grouping per C/POSIXEd Maste2019-12-191-1/+1
* | Tweaks for DIRDEPS_BUILDSimon J. Gerraty2019-12-192-2/+4