| Age | Commit message (Expand) | Author |
| 2023-06-03 | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2022-08-27 | sys: document how to run lint on the kernel code (experimental) | rillig |
| 2022-08-03 | sys: Build kernel with -Wno-type-limits. | riastradh |
| 2022-01-06 | Fix for systems that override SYSTEM_LD_TAIL | christos |
| 2022-01-04 | use a function "runit" to echo and execute avoiding set -x. | christos |
| 2021-12-30 | - With DEBUG=-g (which is also set when we build CTF) we build netbsd.gdb *and* | christos |
| 2021-12-30 | forgot one KERNEL_BUILD (Tobias Nygren) | christos |
| 2021-12-30 | Use the tail of KERNEL_BUILD since it can be a full path. | christos |
| 2021-12-30 | Add ${_MKTARGET_INSTALL} | christos |
| 2021-12-30 | use ${INSTALL_FILE} so that unpriv builds work. | christos |
| 2021-12-29 | Enable split-debug files for kernels. Enabled by default with MKDEBUG=yes. | christos |
| 2021-12-20 | Rename: | christos |
| 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-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-06-02 | drm2: build with -fwrapv, since the Linux kernel does and we don't | nia |
| 2021-04-06 | Revert rev 1.278 which tried to call ctfmerge only once - this has | simonb |
| 2021-04-05 | Don't use /usr/bin/time (it is not portable) | christos |
| 2021-04-05 | Move the ctfmerge call from SYSTEM_LD_TAIL (used by both STAGE1 and STAGE2) | simonb |
| 2021-01-31 | sys/conf: remove useless dollars from Makefile.kern.inc | rillig |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-07-22 | enable -Walloca, warn if something uses alloca() | jdolecek |
| 2020-06-25 | enable gcc stack usage limit for kernel functions, set to 3.5 KiB for now | jdolecek |
| 2020-06-19 | Use -fstack-usage only if we are using gcc. | simonb |
| 2020-06-18 | Discard -fstack-usage for vax, for which GCC does not support that option | rin |
| 2020-06-17 | Add -fstack-usage to kernel builds. Produces .su files that can be | simonb |
| 2020-05-21 | Do the chmod last so that the kernels get consistent permissions for MKREPRO | christos |
| 2020-04-04 | Infrastructure for putting kernel+modules in /netbsd/kernel and | christos |
| 2019-02-05 | pass -Wno-error=implicit-fallthrough for zlib.c. | mrg |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-08-27 | Add CFLAGS, CPPFLAGS, and CWARNFLAGS from options to .c files. | riastradh |
| 2018-02-17 | Restrict -fno-delete-null-pointer-checks to GCC. | joerg |
| 2018-02-13 | use -fno-delete-null-pointer-checks for kernels. | mrg |
| 2018-01-22 | - Coverity does not like -std=gnu99 | christos |
| 2017-12-04 | We use .BEGIN for our own cleanup and won't ever need DTS support - so | martin |
| 2017-07-15 | Move the dts rule to a separate file and add dependencies handling. | christos |
| 2017-07-13 | Add support for dts files outside of external/gpl2. | jmcneill |
| 2017-06-17 | Assign DTB files to a variable so we can make -V DTB | christos |
| 2017-06-15 | Add support for building DTB files during kernel build, from christos. | jmcneill |
| 2017-01-11 | Disable a couple of warnings until further investigation. | joerg |
| 2017-01-08 | Move to ssp.c suggested by uebayasi@ | christos |
| 2017-01-08 | Add COPTS for xhci.c, since the do_command_locked causes a spurious stack | christos |
| 2017-01-04 | Collect a list of kernel swap files to be removed (Yorick Hardy) | christos |
| 2017-01-04 | match the M* and N* targets. | christos |
| 2017-01-04 | PR/51772: Yorick Hardy: Don't hard-code "netbsd", use ${.TARGET} consistently. | christos |
| 2016-04-09 | Use && to fail early if subcommands of kernel link fail. | riastradh |
| 2015-11-27 | use commands() instead of target() because assym.mk creates all the targets | christos |
| 2015-11-27 | PR/50483: David A. Holland: fix building of assym.d: | christos |