summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev
AgeCommit message (Expand)Author
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
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-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2020-03-19Replace manipulating IFF_OACTIVE with an internal "txbusy" field.thorpej
2020-03-13Fix build without kbd at zstty, simplify.rin
2020-01-29Adopt <net/if_stats.h>.thorpej
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
2019-04-25No functional change:msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-05-20Remove leftover use of AF_NS and NS optionozaki-r
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-24- remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-13struct device * -> device_t, struct cfdata * -> cfdata_t (from chs@)tsutsui
2012-10-13Remove unused struct device menber from softc. from chs@tsutsui
2012-08-10Move cn_tab initialization from late cpu_startup(9) totsutsui
2012-07-30move console initialization to cpu_startup() so that we avoid multiple common.christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-10-26catch up with other zs ports, original commit was:mrg
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-27Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524tsutsui
2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind
2009-09-19Split device_t/softc.tsutsui
2008-11-07*** Summary ***dyoung
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-01-02const char casting, to make gcc happy. (not that sun2 compiles these daysdogcow