summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/include
AgeCommit message (Expand)Author
2003-10-30Set MAXPHYS to 0xe000.mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01Make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK a compile-time constant on Sun2.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-09-22it really helps to get the stub right before cutting + pasting it 27 times.chs
2002-09-22add pmap_remove_all() hook (empty on most platforms so far).chs
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-13m68k syscall rototill:scw
2002-05-13Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h>matt
2002-03-22Added bits to use the console code under sys/arch/sun2 andfredette
2002-02-28Use "#define<tab>".simonb
2002-02-27- define other DEV_ constants that the local port uses.christos
2002-01-28Define ELF32_EHDR_FLAGS_OK()/ELF64_EHDR_FLAGS_OK() and use itthorpej
2002-01-28Just use the stock m68k/elf_machdep.h for now, so that things compile.thorpej
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-11-30Purge vm_offset_t.fredette
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-10-01Added the prom_kbdid function, to help us figure out iffredette
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-06-27Added a Makefile for the sun2 includes.fredette
2001-06-27Include a common header, then define macros thatfredette
2001-06-27Now define a suitable ELF32_MACHDEP_ID_CASES.fredette
2001-06-27Just include a common header.fredette
2001-06-27Declare the PROM console device.fredette
2001-06-27Now don't include zsvar.h until the end. splzs() isfredette
2001-06-27Added comments and fixed some macros now that I correctlyfredette
2001-06-27Now define kernel_context() and restore_context(), thesefredette
2001-06-14Under _LKM, now undefine KERNBASE for declaring it.fredette
2001-06-14Corrected the value of DVMA_OBIO_SLAVE_BASE; obiofredette
2001-06-14Now simply include the real header under arch/sun68k.fredette
2001-06-14Moved the definition of romVectorPtr here from mon.h.fredette
2001-06-14Now simply include the real header under arch/sun68k.fredette
2001-06-08Added comments and fixed some macros now that I correctlyfredette
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30use _KERNEL_OPTmrg
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-05-14Rewrote a variable constraint to make gcc 2.95 happy.fredette
2001-05-14Now always define PGSHIFT. Thanks to the ELF move, note the newfredette
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-25Garbage-collect pmap_page_index().thorpej
2001-04-24Added these required headers.fredette
2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej