| Age | Commit message (Expand) | Author |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-10-28 | Finish restoring the compat code. | christos |
| 2021-10-28 | We still need struct sigcontext for longjmp. | christos |
| 2021-10-27 | "struct sigcontext" has never been used on NetBSD/hppa; garbage-collect | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-09-06 | fix various typos in comments. | andvar |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-05-08 | KNF | skrll |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-02-26 | Use a valuely human readable number for MAXTSIZ. | simonb |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-12-05 | Use __vaddr_t since we don't expose vaddr_t by default to userland. | christos |
| 2020-05-01 | Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>. | isaki |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2020-04-16 | To allow concurrent page faults on the same set of pages lock the PV | skrll |
| 2020-04-16 | Fix cur{lwp,cpu} and other bits for MODULES | skrll |
| 2020-03-22 | Temporarily mark hppa, mips, powerpc and riscv with __HAVE_UNLOCKED_PMAP, | ad |
| 2020-03-21 | Revert another historic $Hdr$ collapse. | riastradh |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-03-05 | Revert "Include opt_diagnostic.h for DIAGNOSTIC." | riastradh |
| 2020-03-05 | Include opt_diagnostic.h for DIAGNOSTIC. | riastradh |
| 2020-02-24 | Adjust for UVM locking changes. | ad |
| 2020-01-07 | hppa has custom adaptive mutexes. Allow it to build again while not | ad |
| 2019-12-27 | Harmonize the namespace of fast TLS base pointer getter functions | kamil |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-12-05 | Attempt to restore Utah $Hdr$ | skrll |
| 2019-12-05 | Only need one ci_onproc member. | riastradh |
| 2019-12-04 | +ci_onproc | skrll |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-11-29 | Nix mb_* on hppa. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-08-12 | Use __BIT() | skrll |
| 2019-06-18 | Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer | kamil |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-16 | Trailing whitespace | skrll |
| 2019-01-21 | Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. | dholland |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-02-27 | Implement _UC_MACHINE_INTRV() for hppa | kamil |
| 2018-02-15 | Introduce _UC_MACHINE_FP() as a macro | kamil |
| 2018-02-08 | Typos. | dholland |
| 2017-11-29 | need sigtypes.h for sigset_t, since <sys/siginfo.h> includes this directly. | christos |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2017-10-04 | const me harder! | christos |
| 2017-09-24 | const me harder. | christos |
| 2017-09-17 | more const. | christos |
| 2017-06-16 | dumpconf(void) long doesn't exist, remove the prototype | jdolecek |