summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/sun3x/locore2.c
AgeCommit message (Expand)Author
2020-07-11Fix various typos of "system" in comments. Mainly copypasto errors.nia
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2013-09-06Tab/whitespace cleanup.tsutsui
2012-08-10Appease gcc -fno-common:tsutsui
2009-11-30Cast a vaddr_t to void* before passing to memset, so that this builds again.he
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-01First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:tsutsui
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2003-07-15__KERNEL_RCSID()lukem
2003-01-18Merge the nathanw_sa branch.thorpej
2002-08-02G/c vestiges of old sun3-specific SYMTAB_SPACE support.soren
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui
2001-09-05- vm_offset_t -> [pv]addr_ttsutsui
2001-02-22switch sun3 to ELF. highlight include:chs
2001-02-03Use macro in <m68k/m68k.h> for cputype and mmutype.tsutsui
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
1998-07-04defopt DDB.jonathan
1998-06-12Sync with the sun3 version.gwr
1998-02-05Merge arch/sun3x into arch/sun3gwr
1997-10-04Move the call to cninit() up a level (easier to find).gwr
1997-06-10s/_round_page/m68k_round_page/veego
1997-05-14Remove call to leds_init (it is already in obio_init).gwr
1997-05-11Add call to leds_init() after everything has started up ok.jeremy
1997-04-25Move the _verify_hardware() work into machdep.c:identifycpu().gwr
1997-03-24No longer force boothowto=RB_SINGLE|RB_KDBgwr
1997-03-13s/sun3x_/_/ in sun3x_(round|trunc)_(page|seg) macrosgwr
1997-02-18Define "cold" over in autoconf.cgwr
1997-02-12Force RB_SINGLE for now (in addition to RB_KDB).gwr
1997-02-11Sync with sun3.gwr
1997-02-02Declare and set cputype and mmutype.thorpej
1997-01-27Kill sunmon.h; add sun "code names" (Hydra, Pegasus).gwr
1997-01-25Use sunmon_abort() instead of mon_panic().gwr
1997-01-23Move a bunch of stuff to sun3/sunmon.c where we can share it.gwr
1997-01-18Do loadcrp(&mon_crp) only when returning permanently to the monitor.gwr
1997-01-17Adapt to rename of pcb_mmuctx to pcb_mmucrp, and correctedgwr
1997-01-16Before dropping into the PROM monitor, restore its CPU Root Pointer (CRP),gwr
1997-01-14Initial import. Gets as far as nfs_mountroot.gwr