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