| Age | Commit message (Expand) | Author |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 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 alpha. | 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-10-27 | elide gcc-8 shadow warnings. | christos |
| 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-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-08 | Add the R_ALPHA_BRSGP relocation type. | thorpej |
| 2019-04-08 | Add some additional CPU and system types. | thorpej |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-25 | Remove compat_osf1, discussed on tech-kern@. | maxv |
| 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-05-19 | Implement PMAP_DIRECT / pmap_direct_process() in support of experimental | thorpej |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-02-15 | Introduce _UC_MACHINE_FP() as a macro | kamil |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2017-10-17 | Explain our implementation choice for implementation-defined values | maya |
| 2017-09-17 | more const. | christos |
| 2017-06-22 | spelling (DEC called it "TURBOchannel") | flxd |
| 2017-06-16 | dumpconf(void) long doesn't exist, remove the prototype | jdolecek |
| 2017-04-12 | Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD part | kamil |
| 2017-03-16 | allow pcu_save() and pcu_discard() to be called on other threads, | chs |
| 2017-01-14 | Undo; the correct fix was applied in csu/arch/alpha/crtbegin.h | christos |
| 2017-01-14 | Avoid stupid gcc redefinition warnings by #undef before redefine. | martin |
| 2017-01-14 | fix types. | christos |
| 2016-12-17 | Fix typo "one the" and architecture where appropriate. | flxd |
| 2016-10-18 | add isa_intr_establish_xname() to MD isa headers so that it can be used | jdolecek |
| 2016-08-25 | match the name with the FE_ constant from fenv.h | christos |
| 2016-08-24 | restore the constants to the old values to match what the kernel expects | christos |
| 2016-08-23 | fenv.h for alpha | christos |
| 2016-01-24 | use __paddr_t since this is a userland API. | christos |
| 2016-01-23 | expose the kernel types for standalone code. | christos |
| 2016-01-23 | Hide {p,v}{addr,size}_t and register_t (and a couple more types that | christos |
| 2016-01-20 | Change base address to account for later Alpha models with later firmware | jklos |
| 2015-09-25 | For processors that have memory breakpoints, add macros for them to help | christos |
| 2015-09-15 | Provide access to pc/sp/syscall-return registers like we have for mcontext | christos |
| 2015-09-07 | Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-28 | Convert to __cpu_simple_lock_nv_t. Somehow missed alpha in the earlier | pooka |
| 2015-06-17 | Make clock_t unsigned | martin |
| 2015-01-08 | Introduce membar_datadep_consumer. | riastradh |
| 2014-10-17 | Fix build of RAWHIDE kernel. | uebayasi |
| 2014-08-13 | Include <sys/common_int_types.h> if __UINTPTR_TYPE__ is defined. | matt |
| 2014-08-13 | Include <sys/common_int_const.h> if __INTMAX_C_SUFFIX__ is defined. | matt |
| 2014-08-13 | Include <sys/common_init_limits.h> if __SIG_ATOMIC_MAX__ is defined. | matt |