summaryrefslogtreecommitdiff
path: root/sys/arch/cats/include
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-22Move KERNEL_VM_SIZE into the C files where its used.thorpej
2003-05-22Use virtual_avail and virtual_end to compute the size of the availablethorpej
2003-05-21Move KERNEL_VM_BASE inside where it is used (it won't be there for long).thorpej
2003-05-03Don't expose KERNEL_TEXT_BASE outside of board-specific code. This givesthorpej
2003-05-03Remove old pmap support for platforms which have fully switched over.thorpej
2003-04-28Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmapthorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-03Remove obsolete MACHINE_ARCH -> arm32thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-03Checkin new interrupt handling code for the footbridge.chris
2002-10-22netwinder and cats can share irqhandler.h, so move (and rename) into thechris
2002-10-19make atomic_{set,clear}_bit() inline for arm32 ports, andbsh
2002-10-12Merge isa_machdep.c from netwinder and cats into footbridge/isa (where itchris
2002-09-28Thought I'd checked this in a while back, cats does not need byte_swap.h.chris
2002-09-28cats and netwinder can share a common footbridge_intr.h file, so install andchris
2002-09-28Enable the use of a seperate statclock.chris
2002-09-28We have 9 IPL levels, not 8.chris
2002-09-14Back out previous; it breaks binary compatibility between platformsthorpej
2002-09-14Move some #defines out of _KERNEL.mycroft
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-26Add byte_swap.h for cats, this creates the /usr/include/machine/byte_swap.hchris
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-06-28Define MSGBUFSIZE here only if it's not specified by options(4).tsutsui
2002-06-22Back out last change, following jason's advice, it's lsof that's actuallychris
2002-06-22Allow userland to see machine/vmparam.h. This allows ntop to compile, as it ...chris
2002-06-07dmesg from cats booting can be bigger than 4k, so enlarge it to 8k.chris
2002-04-12Centralize ARM CPU configuration information by adding a new headerthorpej
2002-03-24cats has enough kvm space to use the default pager_map size.chris
2002-03-23* Change all uses of KERNEL_SPACE_START to KERNEL_BASE.thorpej
2002-03-23Define KERNEL_TEXT_BASE, APTE_BASE, and KERNEL_VM_BASE in terms ofthorpej
2002-03-23* Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASEthorpej
2002-03-03Implement pmap_growkernel for arm32 based ports.chris
2002-02-28Use "#define<tab>".simonb
2002-02-20Remove a whole load of non-CATS stuff.skrll
2002-02-12* For platforms which are already ELF, remove the definition ofthorpej
2002-02-10Following the demise of arch/arm32 update cats, and restore the isa files to ...chris
2002-01-07Finish up the changes to get LOOSE_PROTOTYPES working for cats.chris
2001-12-20* Share a common vector page between arm26 and arm32.thorpej
2001-12-07Reintroduce these header files so that cats kernels can build. Fallout from ...chris
2001-11-26Use <arm/arm32/psl.h> rather than <machine/psl.h>.thorpej
2001-11-26Delete <machine/psl.h> from the ARM ports. It's not a header thatthorpej
2001-11-25Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we didthorpej
2001-11-25End the "new ARM includes strategy" experiment. The new strategythorpej
2001-11-23Move even more constants into the shared 32-bit vmparam.h header.thorpej
2001-11-23- Move more contents of various <machine/vmparam.h> files intothorpej
2001-11-23Extra whitespace removal.thorpej
2001-11-22Remove kerndebug.h from non-Shark code (it's a Shark-specific headerthorpej
2001-11-22Kill <machine/katelib.h>. Any place that still uses it should justthorpej