summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/sun3x
AgeCommit message (Expand)Author
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-04fix various typos in comments and log messages.andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2021-12-05s/coresponding/corresponding/ in comment.msaitoh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-02For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derivedrin
2021-03-31Adjust the number of entries in the intrcnt array to match the numbersimonb
2021-01-25Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG.tsutsui
2020-08-19Make sure pmap_kenter_pa(9) handles uncached mappings properly.tsutsui
2020-07-11Fix various typos of "system" in comments. Mainly copypasto errors.nia
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-03-05miscelaneous -> miscellaneous in comment.msaitoh
2020-02-20G/Cskrll
2020-02-17G/C LS{SLEEP,RUN,ONPROC}skrll
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-21uvmexp.free -> uvm_free()ad
2019-08-21Spell pmap_bootstrap in comments correctlyskrll
2019-06-03 Fix typo in comment(s/similiar/similar/).msaitoh
2018-12-19Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2014-03-24use cpu_{g,s}etmodelchristos
2014-03-24avoid dup defs, use global macroschristos
2013-11-07fix variable usagechristos
2013-09-06Tab/whitespace cleanup.tsutsui
2012-10-13struct device * -> device_t, struct cfdata * -> cfdata_ttsutsui
2012-08-10Appease gcc -fno-common:tsutsui
2012-07-28Remove declartions of physmemmatt
2012-07-27Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MDmatt
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-12-22Merge m68881_save() and m68881_restore() (using most common mvme68k ones).tsutsui
2011-12-12implement bdev_size(9) wrapper around d_psize() routine, so we can takemrg
2011-11-15Move spread getsfc() and getdfc() functions into common m68k/support.s.tsutsui
2011-06-14Fix merge botch. KERNBASE macro was split into KERNBASE3 and KERNBASE3Xtsutsui
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-06-03- remove simple_lock(9) and use atomic_ops(3) to account pmap reference count,tsutsui
2011-05-16- merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.ctsutsui
2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2011-01-17Explicitly include <machine/pcb.h> for struct pcb.tsutsui
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-10-15Make common kernel module binaries work on both sun3 and sun3x.tsutsui
2010-07-07enable usermode RAS for sun[23] also.chs
2010-02-25s/cpu_fork/cpu_lwp_fork/ in commentskrll
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-28Fix language.mbalmer
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-12-10Rename L_ADDR to L_PCB and amend some comments accordingly.rmind