summaryrefslogtreecommitdiff
path: root/sys/arch/next68k/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-10-27move structs nextstep_disklabel/cpu_partition and appendant #definescl
2003-10-05Minor tweaks to the color framebuffer code -- still don't know what the dealmycroft
2003-10-01Some small cleanup -- make the base,limit values vaddr_t, not char*.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-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-03merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms.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-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-11Comprehensive patches from Christian Limpach:mycroft
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-13m68k syscall rototill:scw
2002-07-11Apply patches from Christian Limpach:christos
2002-06-11bus_space_mmap(), same as atari port. untested, as it is unused.deberg
2002-05-14Eliminate commons (including many used ones). Clean up variable references.matt
2001-11-28No point in installing svr4_machdep.h.kleink
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
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-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-06-21constraint, not contraint.wiz
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-13turn on printf format-string checking and -Werror. fix all warnings.chs
2001-05-12switch next68k to ELF. highlight include: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-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-16make sure that dm_segs is last field of next68k_bus_dmamap,dbj
2001-04-16add receive ethernet bpf tapdbj
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
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-12-19Unification of the m68k syscall() function.scw
2000-12-01Remove unused pcbb() macro.tsutsui
2000-11-14We use 4K pages on the NeXT. Define PAGE_SIZE and friends to bethorpej