summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
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
2019-05-23-No functional change:msaitoh
2019-04-26Use veriexec.config to reduce duplicationsevan
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-02-08make *fd*.c's fd_dev_to_type() always a static inline. somemrg
2019-02-07bump ramdisk sizes to cope with GCC 7 bloat.mrg
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-28Systematize handling of removed drivers.dholland
2018-12-19Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,maxv
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-09-22No need to specify COMPAT_AS anymore.rin
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-01Unreference IPF/PF from all the config files, and enable NPF instead whenmaxv
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 Remove bpf_tap() in iexmit() because ie_start() does bpf_mtap().msaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-05-08make as not having pmap statistics availablechristos
2018-03-07Build compat code as .a if not MODULAR.maya
2018-03-07also disable SYSCTL_INCLUDE_DESCR.mrg
2018-03-03sun2/sun3:mrg
2018-02-25add a special rule to build m68k/fpu.c to avoid passing -msoft-float.mrg
2018-02-08Typos.dholland
2018-01-23Alternate buffer queue strategies no longer considered experimental, updatesevan
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-09-13Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFI...sevan
2017-07-28Remove TCP_COMPAT_42 from the config files. Pass 1.maxv
2017-06-16dumpconf(void) long doesn't exist, remove the prototypejdolecek
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-02-22Apply deferred if_start to more MD drivers.nonaka
2017-02-02PR port-mac68k/51923rin
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r