| Age | Commit message (Expand) | Author |
| 2021-12-17 | Correct copypaste comment grammar. | skrll |
| 2021-12-17 | Trailing whitespace | skrll |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-12-05 | s/specificed/specified/ in comment. | msaitoh |
| 2021-12-05 | s/seach/search/ | msaitoh |
| 2021-12-05 | s/preceed/preced/ in comment. | msaitoh |
| 2021-11-10 | s/Reseting/Resetting/ | msaitoh |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-11-02 | fix profiling kernel build | ryo |
| 2021-11-02 | fix build with COPTS=-O0 | ryo |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-10-30 | - In vec_restore_from_mcontext() and vec_save_to_mcontext(), allows the | thorpej |
| 2021-10-29 | Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. | thorpej |
| 2021-10-27 | Need frame.h | christos |
| 2021-10-27 | There is no sigcontext in ppc64 | christos |
| 2021-10-27 | Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-10-27 | Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-02 | Pass the pmap in tlb_set_asid for the benefit of aarch64. | skrll |
| 2021-10-02 | Use KERNEL_PID instead of 0. NFC. | skrll |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-13 | Fix IBM405 errata 77 workaround for __cpu_simple_lock{,_try}(); | rin |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-09-08 | pte_enter() and pmap_enter_pv(): return zero for success, and | rin |
| 2021-09-05 | Now, ctx_flush() never fails. So, make this function void. | rin |
| 2021-09-05 | pmap_enter_pv(): At the moment, this function is always called with | rin |
| 2021-09-05 | pmap_enter_pv(): No need to initialize npv to NULL. | rin |
| 2021-09-05 | pmap_testout(): Use pmap_{protect,remove}() for va to (va + PAGE_SIZE), | rin |
| 2021-09-05 | if (cond) panic() or Debugger() in #ifdef DIAGNOSTIC ---> KASSERT(!cond) | rin |
| 2021-09-04 | Style. No binary changes. | rin |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-08-13 | fix typos in words "pointer" and s/fram /frame/ | andvar |
| 2021-08-12 | fix typos in "environment" word. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-03 | Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes... | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-19 | there is no need to keep pvos for unmanaged mappings on a hidden p/v list, | chs |
| 2021-06-29 | Remove uscanner(4) driver | nia |
| 2021-06-27 | PR 55325: unify both pvo pools (for managed and unmanaged pages). | martin |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-22 | Fix rnd(9) support; events were not sampled actually in the previous. | rin |
| 2021-04-17 | Sync MAXfoo params with oea: | rin |
| 2021-04-17 | PR port-powerpc/56107 | rin |
| 2021-04-17 | Adjust TABs. No functional changes. | rin |
| 2021-04-15 | sandpoint has its own module_init_md(). So, do not compile in | rin |
| 2021-04-15 | Use uvm_km_alloc(9) with UVM_KMF_NOWAIT flag in pte_enter(), in order not to | rin |