| Age | Commit message (Expand) | Author |
| 2022-06-16 | Pull up following revision(s) (requested by skrll in ticket #1473): | martin |
| 2022-06-14 | Pull up following revision(s) (requested by skrll in ticket #1472): | martin |
| 2021-08-08 | Pull up following revision(s) (requested by skrll in ticket #1328): | martin |
| 2019-10-23 | Pull up following revision(s) (requested by maxv in ticket #361): | martin |
| 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 |
| 2017-12-08 | don't ifdef _KERNEL | christos |
| 2017-12-08 | use a different, more readable approach. | christos |
| 2017-12-08 | coalesce the two copies of hexdump into libkern | christos |
| 2017-11-30 | Import SHA-3 code into libc and libkern. | riastradh |
| 2017-11-15 | Support large pages on KASLR kernels, in a way that does not reduce | maxv |
| 2017-11-13 | Don't process ELF sections that don't have the ALLOC flag set. | maxv |
| 2017-11-13 | Revert my last revision, that is to say, don't group sections into | maxv |
| 2017-11-02 | Avoid negative shift. | christos |
| 2017-10-30 | Add END(). | maxv |
| 2017-10-18 | Group the sections into segments, and align to KERNALIGN only between | maxv |
| 2017-10-13 | Introduce two functions, and dedup code. | maxv |
| 2017-10-13 | Constify offset, it must not change. | maxv |
| 2017-10-08 | Improve comments. | maxv |