summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/Makefile
AgeCommit message (Expand)Author
2020-09-26G/C arm/atomic.hskrll
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-03-20separate cputypes.h for CPU_ID_* from armreg.h,ryo
2014-07-23Rename sljitarch.h to sljit_machdep.h.alnsn
2014-06-17Add sljit support to arm.alnsn
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2013-05-01Add a default arm32 vmparam.hmatt
2013-04-23Install fenv.hmatt
2013-01-11Don't install fp.h anymorematt
2012-08-15Export <arm/vfpreg.h>matt
2012-08-06Add aeabi.h header which descibes the C portion of the EABI run time API.matt
2012-02-16Added cpuconf.h needed by libkvm build.christos
2011-07-17Do not install bus.h.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2008-06-25Revert last change and just use .WAITmatt
2008-06-23Fix a race condition -j. Don't do SUBDIRS= include/arm include/arm/...matt
2008-01-19Remove arm support for IPKDB.chris
2008-01-01Add support for kcore headers to arm32 kernel core dumps.chris
2007-02-18Install atomic.h, as needed by the installed rwlock.h.briggs
2007-02-18Add <arm/mutex.h> and <arm/rwlock.h>matt
2007-02-09Merge newlock2 to head.ad
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-01-17Merge the nathanw_sa branch.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-08-13Byte-swapping optimizations, enabled if compiling with GCC:thorpej
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-01-13Add an <arm/swi.h>, containing symbolic names for SWI ranges.bjh21
2001-11-26Don't install includes which userland doesn't need.thorpej
2001-11-23- Move more contents of various <machine/vmparam.h> files intothorpej
2001-09-03Add a merged <pcb.h> for arm26/arm32.matt
2001-07-29PR 13581chris
2001-07-14Make <sysarch.h> valid for all arm platforms. Adjust/remove port-specificmatt
2001-06-23Add a common <arm/param.h>, containing those few things that are obviouslybjh21
2001-06-23Add <arm/endian.h> and remove the cats, dnard and netwinder versions, sincebjh21
2001-06-18Move <arm/arm32/bus.h> to <arm/bus.h>, since it looks like it's going to bebjh21
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 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-02-24some include files added newly write into Makefile.ichiro
2001-02-17Install <arm/endian_machdep.h>.bjh21
2001-02-13Fix typo in header filename.simonb
2001-02-11Shared ARM ptrace(2) implementation. Mostly the same as the arm32bjh21
2001-02-11Common <arm/reg.h> (and hence common struct reg) for ARM.bjh21
2001-01-22Initial potentially sharable <arm/armreg.h>. Used by all arm26 code.bjh21
2001-01-18Add <arm/frame.h>, for shared stack frame structures. Currently, only sigframesbjh21
2001-01-13Move <machine/signal.h> into shared directory.bjh21
2001-01-11Share <machine/elf_machdep.h> between arm26 and arm32.bjh21