| Age | Commit message (Expand) | Author |
| 2020-01-24 | Use dp->e2d_namlen rather than strlen(dp->e2d_name) in ext2fs_ls(). | jakllsch |
| 2020-01-22 | To support big partitions we need to make sure all byte offsets are calculated | martin |
| 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-21 | apply the strncmp hack only to !clang. requested by tnn. | mrg |
| 2019-11-21 | from the new comment: | mrg |
| 2019-11-17 | Explicitly compile libunwind with vfp3 because gcc-8 defaults to neon | christos |
| 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-10-17 | Make sure we're dealing with a static binary. Otherwise we could crash if | 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-07-21 | Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of | rin |
| 2019-06-24 | Now that the ufs module has been split out from ffs and ext2fs, we need | pgoyette |
| 2019-06-20 | Add KASLR support in UEFI. | maxv |
| 2019-04-05 | Go back ot using 0x%x instead of %#x because we don't always support the | christos |
| 2019-04-05 | clzdi2 and ctzdi2 are needed on alpha. (counting instructions are in the | thorpej |
| 2019-04-02 | fix sign-compare and sign-passing errors. | christos |
| 2019-03-31 | fix warnings, printf formats, etc. | christos |
| 2019-03-31 | correct debug message, d->myport has network byte order. | mlelstv |
| 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 |
| 2019-02-04 | use __builtin_unreachable() after calls that panic or switch context | mrg |
| 2019-02-03 | - remove unreachable code | 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 |
| 2018-09-03 | Rename min.c -> uimin.c, max.c -> uimax.c in libkern. | riastradh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-27 | Add kasan interceptors for strcpy/strcmp/strlen. | maxv |
| 2018-08-23 | Support loading read-only data sections. ARM64 ELF kernels need this. ok skrll@ | jmcneill |
| 2018-08-20 | Add support for kASan on amd64. Written by me, with some parts inspired | maxv |
| 2018-07-17 | The semantics of DW_CFA_GNU_args_size have changed subtile over the | joerg |
| 2018-07-17 | Remove redundant setIP call overwritten a few lines later. | joerg |
| 2018-07-08 | provide memmem | christos |
| 2018-06-05 | Use the standard build rules. | christos |
| 2018-05-27 | - Introduce :q modifier for make variables and make it double escape $'s so | christos |
| 2018-05-09 | Remove annoying things, style, and fix buffer overflows. | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-02 | efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk. | nonaka |
| 2018-03-16 | use memmove.S | ryo |
| 2018-03-08 | Add missed file in previous commit. | nonaka |
| 2017-12-31 | PR port-alpha/52520: provide float64 -> uint64 conversion and use | martin |
| 2017-12-21 | Make sure we're loading a relocatable binary, to give the user a chance to | maxv |
| 2017-12-09 | Even smaller and takes print function. | christos |