summaryrefslogtreecommitdiff
path: root/common/lib
AgeCommit message (Expand)Author
2020-09-07make some prototypes match the builtin properly. GCC 9 complainsmrg
2020-09-05Fix a broken corner case of strlen()/strnlen() on aarch64ebjakllsch
2020-09-03Remove unused assembly source filesjakllsch
2020-09-02Fix typo/pasteo in aarch64 clzdi2() END()jakllsch
2020-08-12Part I of ad@'s performance improvements for aarch64skrll
2020-08-10More SYNC centralisationskrll
2020-08-06Centralise SYNC/BDSYNC in asm.h and introduce a new LLCSCSYNC and use itskrll
2020-08-01Trailing whitespaceskrll
2020-06-20Fix lintchristos
2020-06-15remove error(1) commentschristos
2020-06-14add/fix linted commentschristos
2020-06-14Fix incorrect type (found by lint), and add linted comments for thechristos
2020-06-12Change previous to only apply when building with clang.thorpej
2020-06-11Unbreak clang builds by removing questionable linker warning sectionsjoerg
2020-06-08Fix a paste-o that caused prop_data_create_copy() to be intolerantthorpej
2020-06-06Update for proplib(3) API changes.thorpej
2020-06-06Correct a deprecation warning.thorpej
2020-06-06Improvements to the problib(3) API:thorpej
2020-05-31Fix typo in comment.rin
2020-05-31Add m68k assembler version of __muldi3().rin
2020-05-30Merge updates from upstream to reduce stack usage of SHA3_Selftest.riastradh
2020-05-15PR 55239: initialize all RAS sections for non-MP configurationsmartin
2020-05-14Remove extra semicolon.msaitoh
2020-05-01Use the hotpatch framework when patching _atomic_cas_64.maxv
2020-04-30Rewrite entropy subsystem.riastradh
2020-04-26Use the hotpatch framework for LFENCE/MFENCE.maxv
2020-04-26Remove unused argument in macro.maxv
2020-04-26Remove unused.maxv
2020-04-26Drop the hardcoded array, use the hotpatch section.maxv
2020-04-25Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVMbouyer
2020-04-22Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 torin
2020-04-11Fixed to not use the "br" instruction. Branch Target Identification (BTI) doe...ryo
2020-04-11Match the naming convention in the file.ad
2020-04-10PR kern/54979 (radixtree might misbehave if ENOMEM)ad
2020-04-10Rename radix_tree_node_clean_p() to radix_tree_node_sum() and have it returnad
2020-04-07Fix KASAN build on aarch64skrll
2020-03-30Teach dk(4) about ZFS.wiz
2020-03-10For kernel, rename ffs to __ffssi2 rather than having a weak symbol.rin
2020-03-09Add missing END() for coldfire.rin
2020-03-09Give the thumb atomic ops a chance of workingskrll
2020-03-09Remove wrong comment (copy-paste from somewhere);rin
2020-03-08Add support for alignment_assumptions in uubsankamil
2020-03-01Implement workaround for IBM405 Errata 77 (aka CPU_210), whererin
2020-02-22common/lib/libc/stdlib: Fix possible signed integer overflow.fox
2020-01-29Some boot blocks too big now, only compare in big chunks if !_STANDALONE.ad
2020-01-28gang_lookup_scan(): if a dense scan and the first sibling doesn't match,ad
2020-01-28Add a radix_tree_await_memory(), for kernel use.ad
2020-01-27Drop the alignment check if __NO_STRICT_ALIGNMENT (x86, m68k, vax).ad
2020-01-27bcmp() / memcmp(): compare in uintptr_t sized chunks when it's easy to.ad
2020-01-27x86 uses the C versions of bcmp() and memcmp() now.ad