| Age | Commit message (Expand) | Author |
| 2021-12-13 | revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.") | chs |
| 2021-10-27 | revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg13... | ryo |
| 2021-10-25 | In some arch, _mcount() would be called recursively when built with COPTS=-O0. | ryo |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-09 | fix typos in asymmetry, asymmetric(al), symmetrical. | andvar |
| 2021-07-26 | Improve previous: | rin |
| 2021-07-24 | For evbppc, use C version of memcpy(3), memcmp(3), and memmove(3) | rin |
| 2021-06-16 | PR port-arm/55897 | rin |
| 2021-05-17 | move bi-endian disklabel support from the kernel and libsa into libkern. | mrg |
| 2021-01-25 | Build strlist.c. | thorpej |
| 2021-01-23 | Fix building in the _STANDALONE case. | thorpej |
| 2021-01-21 | Allow this to be built for the strlist.c unit tests. | thorpej |
| 2021-01-21 | Add a generic set of routines for interacting with OpenFirmware-style | thorpej |
| 2021-01-16 | remove unused "_DIAGNOSTIC" option and opt_diagnostic.h. | chs |
| 2020-09-02 | Reduce diffs to upstream: get rid of FLOAT64_{,DE}MANGLE(); it's no longer | thorpej |
| 2020-09-02 | Update to the SoftFloat-2b version of softfloat.c. This makes a clarifying | thorpej |
| 2020-09-02 | Update to the SoftFloat-2c version of milieu.h. This includes a | thorpej |
| 2020-09-02 | Update to the SoftFloat-2c version of softfloat-specialize.h and softfloat.h. | thorpej |
| 2020-09-01 | Update to the SoftFloat-2c version of softfloat-macros.h. This has 3 | thorpej |
| 2020-09-01 | Update to the SoftFloat-2b version of softfloat-macros.h. This makes a | thorpej |
| 2020-06-30 | Make copystr() a MI C function, part of libkern and shared on all | maxv |
| 2020-05-31 | Add m68k assembler version of __muldi3(). | rin |
| 2020-04-30 | Rewrite entropy subsystem. | riastradh |
| 2020-04-24 | For m68k, do not compile in {,u}divmodsi4 also, that are not used by | rin |
| 2020-04-23 | Remove "#ifndef __mc68010__ #error" I added when these {,u}divsi3.S and | rin |
| 2020-04-23 | For m68k, do not compile in {,u}divsi3 and {,u}modsi3 since codes | rin |
| 2020-04-22 | Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 to | rin |
| 2020-04-17 | Slightly reorder for clarity, and add header. | maxv |
| 2020-04-16 | Revert previous for now: | rin |
| 2020-04-16 | Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by | rin |
| 2020-04-07 | Fix KASAN build on aarch64 | skrll |
| 2020-04-03 | Add KASAN instrumentation on strcat/strchr/strrchr. | maxv |
| 2020-01-27 | Make x86 use the C version of memcmp(). | ad |
| 2019-12-14 | Nix trailing whitespace. | riastradh |
| 2019-12-14 | Remove never-used Mersenne twister from libkern. | riastradh |
| 2019-12-14 | Omit vestigial unused commented-out experiment. | riastradh |
| 2019-12-14 | Include radixtree in the kernel. | ad |
| 2019-12-05 | #ifdef notyet ---> never | riastradh |
| 2019-11-22 | Ah, strcat/strchr/strrchr are ASM functions, so instrument them. | maxv |
| 2019-11-14 | Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized | maxv |
| 2019-11-05 | Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us | maxv |
| 2019-09-29 | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg |
| 2019-09-20 | Add ifdefs to eliminate false positives on lgtm, same as coverity. | maxv |
| 2019-09-07 | Add KASAN instrumentation for memmove. | maxv |
| 2019-04-05 | clzdi2 and ctzdi2 are needed on alpha. (counting instructions are in the | thorpej |
| 2019-02-07 | don't use -fnon-call-exceptions on arm. not needed and triggers eh_frame gen... | mrg |
| 2019-02-07 | apply the previous to all GCC-7 platforms. it affects vax as well. | mrg |
| 2019-02-07 | for sh3 and GCC 7 pass -fnon-call-exceptions for udivmoddi4.c. | mrg |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-09-03 | We have popcount; no need to reimplement it. | riastradh |