summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
2021-12-05s/ommit/omit/ in comment.msaitoh
2021-12-05s/coresponding/corresponding/ in comment.msaitoh
2021-10-24fix various typos in comments, mainly copypasta.andvar
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02fix various typos in comments and log messages.andvar
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-02For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derivedrin
2021-04-01Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcntsimonb
2021-04-01Whitespace: #define<tab>simonb
2021-03-31Adjust the number of entries in the intrcnt array to match the numbersimonb
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-01-25Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG.tsutsui
2021-01-21add a commented out compat_ossaudio wherever there's compat_linuxnia
2020-11-21malloc(9) -> kmem(9)thorpej
2020-09-27vether: Add to kernel configurationsroy
2020-09-10Build in debug symbols.rin
2020-09-10Fix tracedump() for sun3 and sun2 by adding __noinline attribute.rin
2020-09-07move the __packed attribute from struct frame::F_t into the singlemrg
2020-09-07don't error array-bounds and packed-member issues with GCC 9.mrg
2020-08-19Make sure pmap_kenter_pa(9) handles uncached mappings properly.tsutsui
2020-08-10Clean up _LKM --> _MODULE leftovers.rin
2020-08-10Fix siginfo support for amiga, mac68k, and sun3:rin
2020-08-10Add -fno-omit-frame-pointer to m68k kernels with DDB for backtraces.rin
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-07-11Fix various typos of "system" in comments. Mainly copypasto errors.nia
2020-06-19Use "-fno-unwind-tables" to shrink binaries more.tsutsui
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-04-04mark nsmb major obsoletejdolecek
2020-03-19Don't bother with IFF_OACTIVE. Just keep processing so long asthorpej
2020-03-14pmap_remove_all(): Return a boolean value to indicate the behaviour. Ifad
2020-03-05miscelaneous -> miscellaneous in comment.msaitoh
2020-02-20G/Cskrll
2020-02-17G/C LS{SLEEP,RUN,ONPROC}skrll
2020-02-01Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3).tsutsui
2020-02-01Use "__nothing" macro defined in <sys/cdefs.h> for empty pmap_update().tsutsui
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-18Fix "modload nfsserver" failure on sun3. PR/54869tsutsui
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-27s/transfered/transferred/msaitoh
2019-12-21uvmexp.free -> uvm_free()ad
2019-11-21mi_userret(): take care of calling preempt(), set spc_curpriority directly,ad
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-08-21Spell pmap_bootstrap in comments correctlyskrll
2019-08-06 Fix typo in comment. Found by Wataru Ashihara.msaitoh
2019-06-03 Fix typo in comment(s/similiar/similar/).msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh