summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-09-28u_int short -> u_short for gcc3cl
2003-09-22Remove #ifdef _KERNEL inside #ifdef _KERNEL.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-18Merge the nathanw_sa branch.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-11-23Make this identical to the other m68k machine/bswap.h by includingkristerw
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
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-08-27Make sun ports use common keyboard/firm events related includesuwe
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-13m68k syscall rototill:scw
2002-06-01Explicitly include <arch/sun3/include/param3{,x}.h> rather thannathanw
2002-05-14Eliminate more commons or redundant declarations.matt
2002-05-13Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h>matt
2002-03-11override cn_trap() with zs_abort() so we can drop to the monitorchs
2002-02-28Use "#define<tab>".simonb
2001-12-16Make this compile with new toolchain.gmcgarry
2001-11-28No point in installing svr4_machdep.h.kleink
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-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-09-19Just use <dev/sun/fbio.h>.thorpej
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-05vm_offset_t -> vaddr_ttsutsui
2001-09-05vm_offset_t -> db_addr_ttsutsui
2001-07-03vm_offset_t -> [pv]addr_t.chs
2001-07-03move parts that are the same from vmparam3{,x}.h to vmparam.h.chs
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30use _KERNEL_OPTmrg
2001-05-28move the spl*() and IPL_* definitions to intr.h.chs
2001-05-28make sun3x work again after the recent change to the m68k cpu_kcore_hdr:chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
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-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
2001-04-21#define away pmap_update() in <machine/pmap.h> so that no functionthorpej
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 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej