summaryrefslogtreecommitdiff
path: root/sys/arch/cats
AgeCommit message (Expand)Author
2014-03-02Clang needs a slightly larger MD image, so bump the size to 2300k.joerg
2014-02-23Bump MD size. Verified working.skrll
2014-01-30Put EHABI exception tables at the end of text.matt
2013-08-18Include <arm/locore.h>matt
2013-08-17#define __HAVE_FAST_SOFTINTmatt
2013-08-17Use -fno-unwind-tables when creating a.out kernels.skrll
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-27Don't force MACHINE_ARCH to be armmatt
2013-06-05remove obsolete networking optionschristos
2013-05-07Make all ports use a common disklabel.h with MAXPARTITIONS set to 16.matt
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2013-04-27more bogus number removalchristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-11Don't install fp.h anymorematt
2013-01-11Remove FPA specific header.matt
2012-12-06Remove "#options ARMFPE"msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2012-09-22Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb insteadmatt
2012-09-21Switch to the generic bounce buffer support.matt
2012-08-16Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE tomatt
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-29Fix more -fno-common fallout.matt
2012-06-05Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at leastabs
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-18expose more for kmemuser/fix include protectionchristos
2012-02-06Make this compile with VERBOSE_ARM_INIT.matt
2012-02-06Increase SYMTAB_SPACE (commented out).matt
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17On ARM-ish ports having PCI support, use new-style <sys/bus.h>. Do notdyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-10Use common ${OBJCOPY_ELF2AOUT_FLAGS}.tsutsui
2011-07-02Sync with src/sys/arch/shark/conf/Makefile.shark.inc rev 1.14:tsutsui
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung
2011-06-30dependant -> dependentwiz
2011-06-06Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup.matt
2011-04-08There's no isa/ under cats/; update Makefile to reflect that.dyoung
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-04-04Fix target 'tags'.dyoung
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2010-12-01Define PCI_MAGIC_IO_RANGE, so that Xorg drivers can mmap PCI IO space.skrll
2010-11-23Remove unused count from pseudo-device md.hannken
2010-11-06Remove incomplete, never worked dynamic run-time memory registrationuebayasi