| Age | Commit message (Expand) | Author |
| 2023-04-03 | usermode/syscall.c: s/fall trough/FALLTHROUGH/ (KNF) | gutteridge |
| 2023-02-09 | Adjust _all_ cinclude of *.local files | abs |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-05-28 | fix various typos in comments, mainly origional->original, | andvar |
| 2022-05-28 | fix various typos, mainly in comments. | andvar |
| 2022-03-20 | fix typos in debug/panic messages: isued->issued, initialiased->initialised. | andvar |
| 2022-01-01 | fix typos in comments, mainly basicly -> basically. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-01-20 | remove compat_ossaudio from kernel modules | nia |
| 2020-10-21 | make process_machdep.c included always since it provides register i/o used by | christos |
| 2020-10-20 | harmonize process_machdep.c inclusion. | christos |
| 2020-06-30 | Make copystr() a MI C function, part of libkern and shared on all | maxv |
| 2020-05-29 | For struct timecounter, use C99 initializers. | rin |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-02-05 | Adopt <net/if_stat.h> | skrll |
| 2019-12-03 | Use __insn_barrier to enforce ordering in l_ncsw loops. | riastradh |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-12-01 | Make cpu_intr_p() safe to use anywhere, i.e. outside assertions: | ad |
| 2019-11-29 | Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-11-29 | PR port-sparc/54718 (sparc install hangs since recent scheduler changes) | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 2019-11-13 | Switch to the new PTE naming. | maxv |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-10 | Make the usermode kernel compile again. | thorpej |
| 2019-04-10 | Add missing semicolon. | msaitoh |
| 2019-04-06 | Centralized shared part of child_return() into MI part | kamil |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-09 | Start replacing the x86 PTE bits. | maxv |
| 2019-02-17 | Set WARN=3 for sing-compare. | rin |
| 2018-11-27 | Fix widespread leak in the sendsig_siginfo() functions. sigframe_siginfo | maxv |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-09-16 | interrupt has two 'r's | skrll |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-17 | Start using the kernel ld script. | reinoud |
| 2018-08-05 | Advise to explicitly set flags +agm instead of only clearing them when set | reinoud |
| 2018-08-05 | Add KGDB definitions for i386 | reinoud |
| 2018-08-05 | To avoid possible collisions between the NetBSD/userland kernel and possible | reinoud |
| 2018-08-03 | Allow for setting kernel breakpoints in our remote kgdb | reinoud |
| 2018-08-03 | Fix physical memory size issue. It will now happily run on more than one gb. | reinoud |
| 2018-08-01 | Revert to working state | reinoud |