summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/include
AgeCommit message (Expand)Author
2021-12-12s/Miscellanous/Miscellaneous/ in copypasta comments.andvar
2021-04-01Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcntsimonb
2021-04-01Whitespace: #define<tab>simonb
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2015-12-21Add mips fenv.h (From FreeBSD)christos
2015-12-20new powerpc fenv.hchristos
2014-08-06Consistently define WARN in a way that passes format string checks, i.e.joerg
2014-07-23Rename sljitarch.h to sljit_machdep.h.alnsn
2013-11-17Enable sljit and bpfjit on powerpc.alnsn
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17Enable new-style <sys/bus.h> on several PowerPC ports supporting PCIdyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01Per discussion atdyoung
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2011-06-22Add support pci_intr_setattr.matt
2011-06-20Don't export USER_SR if _MODULE is defined.matt
2011-06-20Don't expose port-specific if _MODULE is defined.matt
2011-06-20Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.matt
2011-06-18struct device * -> device_tmatt
2011-06-17intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.matt
2011-06-05Remove <machine/atomic.h>; use <sys/atomic.h> instead.matt
2011-04-26Remove Darwin, MACH and Mach-O support.joerg
2010-07-17Remove obsolete __HAVE_GENERIC_SOFT_INTERRUPTS,tsutsui
2010-04-24Support 64-bit imask for powerpc/pic.kiyohara
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-05-03Move to 2 clause TNF licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2006-12-21merge yamt-splraiseipl branch.yamt
2006-09-17Use MI todr framework. Untested, but considered extremelygdamore
2006-09-03Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.bjh21
2006-02-25Fix some typos.wiz
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-25free -> deallocchristos
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-02-17Install spr.hbriggs
2004-10-23Centralize the declaration of booted_device and booted_partition.thorpej