| Age | Commit message (Expand) | Author |
| 2018-12-29 | Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same | maxv |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2007-02-16 | More MD changes to get vax compiling. | ad |
| 2007-02-16 | Partially adapt the VAX port to the newlock2 changes. These are untested | matt |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-05-08 | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. | kleink |
| 2003-10-27 | Enter vaxfp.h, the VAX pendant of <machine/ieee.h>. | kleink |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2001-05-27 | Don't install machine/loadfile_machdep.h; per PR#12666. | ragge |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |
| 2001-04-15 | Add definitions of C99 specified-width integer type limits. | kleink |
| 2001-04-14 | Add definitions of C99 minimum-width and greatest-width integer types. | kleink |
| 2001-02-18 | Support to control the leds on VAXstations, taken from Sun3 and ported | ragge |
| 2000-06-26 | Add <machine/int_types.h>, which provides namespace-pure definitions | kleink |
| 2000-06-11 | export bus.h | matt |
| 2000-06-04 | Add coff_machdep.h (now need due to the recent exec_coff changes). | matt |
| 2000-05-25 | Add loadfile() support. soon to be needed by bootblocks. | matt |
| 2000-04-29 | Oops, install <machine/lock.h> on these systems, too. | thorpej |
| 2000-04-24 | Add lcgreg.h. | matt |
| 2000-03-17 | Install "machineendian_machdep.h". | tron |
| 2000-01-10 | Add ibcs2_machdep.h and reformat so that adding new includes is a bit easier. | matt |
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink |
| 1999-08-21 | export elf_machdep.h | matt |
| 1999-01-16 | Add byte_swap.h here too. | bouyer |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |