| Age | Commit message (Expand) | Author |
| 2023-06-03 | fix various typos in comments and messages. | andvar |
| 2022-08-20 | machine/efi.h: Migrate common definitions to dev/efi/efi.h. | riastradh |
| 2022-08-20 | ia64/efi.h: Make st_rt/st_cfgtbl pointers, not uint64_t, per spec. | riastradh |
| 2022-08-20 | ia64: Make ct_data void *, not uint64_t, as in spec. | riastradh |
| 2022-08-20 | ia64: Use uint64_t, not void *, for EFI virtual addresses, as in spec. | riastradh |
| 2022-08-20 | ia64/efi.h: Fix whitespace. No functional change intended. | riastradh |
| 2022-08-20 | machine/efi.h: Add more memory descriptor attributes. | riastradh |
| 2022-07-21 | s/Transration/Translation/ | andvar |
| 2022-07-21 | fix typos in comments and log messages, mainly s/intrrupt/interrupt/. | andvar |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-04-06 | Nix trailing whitespace in files of membars, atomics, and lock stubs. | riastradh |
| 2022-02-12 | __cpu_simple_lock(9): Omit needless barriers in init. | riastradh |
| 2021-11-15 | Sprinkle const (and fix build) | skrll |
| 2021-08-25 | - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of | thorpej |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-09-07 | define __HAVE___LWP_GETPRIVATE_FAST | mrg |
| 2020-06-29 | Fix for last checkin, don't try use non-existent register from a (currently) ... | scole |
| 2020-06-29 | Allow kernel to compile by preventing "error: stack usage is ..." | scole |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2019-12-27 | Harmonize the namespace of fast TLS base pointer getter functions | kamil |
| 2019-12-26 | s/lenght/length/ | msaitoh |
| 2019-12-22 | Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existing | thorpej |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-11-29 | Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE. | riastradh |
| 2019-11-29 | Nix mb_* on ia64. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-11-24 | Make ci_want_resched a u_int. | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-11-16 | do the ignore -Wshadow dance for builtins and GCC 8, copied from ppc version. | mrg |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-06-18 | Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer | kamil |
| 2019-06-17 | Enhance ia64/mcontext defines | kamil |
| 2019-05-02 | Remove some unused assembly and other variables to reduce compile warnings | scole |
| 2019-04-11 | Fix CVS Id usage | kamil |
| 2019-03-29 | Remove SGROWSIZ parameter which looks like it was imported from FreeBSD and n... | scole |
| 2019-01-21 | Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. | dholland |
| 2019-01-10 | consolidate hint@pause in one place. remove mf.a from memory barriers | scole |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-12-29 | fix stack size calculation | scole |
| 2018-12-02 | fix SP offset | scole |
| 2018-11-16 | Add MD functions for establishing and disestablishing interrupt handlers. | jmcneill |
| 2018-11-16 | Add intr_establish_xname stub | jmcneill |
| 2018-11-15 | change "PCB" to "pcb" | scole |
| 2018-11-14 | - When forking, use own register stack for each thread | scole |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-04-26 | Update some of the _UC_MACHINE* macros even though gregs[] aren't tied to any... | scole |
| 2018-03-20 | Allow registering ACPI interrupt handlers with a xname. | bouyer |