summaryrefslogtreecommitdiff
path: root/sys/arch/sun2
AgeCommit message (Expand)Author
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2022-02-06fix various typos in comments, log messages and documentation.andvar
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-30The INSTALL kernel needs to be small toochristos
2021-08-30Only use the ldscript for the RAMDISK kernel for now.christos
2021-08-30use -ffunction-sections -fdata-sections --gc-sections with an ldscriptchristos
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-24Merge thorpej-cfargs branch:thorpej
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
2020-11-21malloc(9) -> kmem(9)thorpej
2020-10-05Kernel without -fno-omit-frame-pointer works fine now, both for GCC8 and 9.rin
2020-09-27vether: Add to kernel configurationsroy
2020-09-10Fix tracedump() for sun3 and sun2 by adding __noinline attribute.rin
2020-09-08don't warn about array bounds for dodgy diagnostic code.mrg
2020-08-10Clean up _LKM --> _MODULE leftovers.rin
2020-08-10Reduce kernel size byrin
2020-08-10Compile sun2 kernel with -fno-omit-frame-pointer for GCC8 as a workrin
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-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-04-04mark nsmb major obsoletejdolecek
2020-03-19Replace manipulating IFF_OACTIVE with an internal "txbusy" field.thorpej
2020-03-14pmap_remove_all(): Return a boolean value to indicate the behaviour. Ifad
2020-03-13Fix build without kbd at zstty, simplify.rin
2020-03-08Fix comments on root devices.rin
2020-03-08Retire md(4) in favor of tmpfs provided by module,rin
2020-03-08sun2 kernel is restricted to ~2MB due to bootloader.rin
2020-03-08Support module(7).rin
2020-03-08Sort headers.rin
2020-02-20G/Cskrll
2020-02-17G/C LS{SLEEP,RUN,ONPROC}skrll
2020-02-01Use "__nothing" macro defined in <sys/cdefs.h> for empty pmap_update().tsutsui
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-21uvmexp.free -> uvm_free()ad
2019-11-21mi_userret(): take care of calling preempt(), set spc_curpriority directly,ad
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-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-29 Whitespace fix. No functional change.msaitoh