summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-17TAB/space cleanup.tsutsui
2003-11-08Switch DCA and APCI serial devices to use MI com(4) driver.tsutsui
2003-09-28add register storage class for gcc3cl
2003-09-28catch up with const ksiginfo_t and const sigset_tcl
2003-09-22SA_SIGINFO support for m68k (compat hpux)cl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Modify hp300 bus_space(9) structures/functions to add hooks to overridetsutsui
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adapt to ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-17Merge 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-03merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms.chs
2002-11-03HP360 does not have L2 cache, so no need to define CACHE_HAVE_PAC for it.tsutsui
2002-11-03use "static __inline" instead of "extern __inline" so that we canchs
2002-11-02finish conversion to the common m68k cacheops:chs
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
2002-10-14merge pte.h for m68k w/ motorola or compatible MMUchs
2002-09-25Replace resource map usage with extent maps.thorpej
2002-09-22Use "#define\t" instead of "#define ".simonb
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-28RAS support for m68k.gmcgarry
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-13m68k syscall rototill:scw
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-02-28Use "#define<tab>".simonb
2001-12-14Update the console attach interface now that bus_space is available.gmcgarry
2001-12-08softintr(9) interface for hp300gmcgarry
2001-12-02Type cast for bus_space_vaddr()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-08Implement bus_space_vaddr()gmcgarry
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-05-30use _KERNEL_OPTmrg
2001-05-26replace vm_page_t with struct vm_page *.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