summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/pmap3.h
AgeCommit message (Expand)Author
2013-01-07switch to __USE_TOPDOWN_VM.chs
2011-06-03- remove simple_lock(9) and use atomic_ops(3) to account pmap reference count,tsutsui
2009-12-11Export NBSG for bootloaders. MMU is enabled even on PROM on sun68k machines.tsutsui
2009-12-11Refactoring MD segment related definitions on m68k ports:tsutsui
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-04Don't pull in unrelated gunk.ad
2006-10-01First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:tsutsui
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2005-01-17Convert the PMAP_PREFER() macro from two arguments (offset and hint)atatat
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
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-07-03vm_offset_t -> [pv]addr_t.chs
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
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
1998-03-16Add an anonymous declaration of struct pmap in pmap.h and putgwr
1998-02-18Move pmap_map() function definition to MD headers, as appropriate. It'scgd
1998-02-05Merge arch/sun3x into arch/sun3gwr
1998-01-03Now that all ports have pmap_activate(), and it has an identical interface,thorpej
1998-01-02Make pmap_activate() take a proc *.thorpej
1997-02-28Define pmap_page_index as a macro.gwr
1997-02-18No longer need pm_statsgwr
1997-02-18Add pmap_wired_count()gwr
1997-01-27Fix copyrights (/s/REGENTS/FOUNDATION/)gwr
1997-01-27Remove unused PMAP_ACTIVATE/PMAP_DEACTIVATE macros.gwr
1996-12-17Make this compile with -Werror -Wall -Wstrict-prototypesgwr
1996-11-20Most files that were copyright Adam Glass and/or Gordon W. Rossgwr
1996-02-28update PMAP_PREFERgwr
1995-04-10Bring back pmap_kernel(), for now always inlined as a pointer tomycroft
1995-03-28KERNEL -> _KERNELjtc
1994-11-21Lots of changes. Fairly stable now.gwr
1994-10-26new RCS ID format.cgd
1994-06-29..wrong version last time...gwr
1994-06-28Add PMEGQ_KERNEL for pmegs on the new kernel queue.gwr
1994-04-24fixed to use new queue stuff. random diffs to make ddb stuff mostly compileglass
1994-02-04sun3 port works under NetBSD-current now. rcsids probably fuckedglass
1993-08-28last snapshot before uploading. we still have serious clock problemsglass
1993-08-21snapshot. for uploading. gets lost in swtch after enablertclock()glass
1993-08-02stupid cleanup; fixes to mon.h; rewrote asm.h based on old asm.hglass
1993-07-30whatever was necessary to make the rest of it work.glass
1993-07-27new pmap moduleglass