summaryrefslogtreecommitdiff
path: root/sys/arch/arm/ep93xx
AgeCommit message (Expand)Author
2023-05-02TS7200: Defer event counter registration until after evcnt is initializedjmcneill
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2022-09-27malloc -> kmemskrll
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-03-24s/interger/integer/ and s/Compensatin/Compensation/ in comments.andvar
2022-02-12sys: Fix various abuse of struct device internals.riastradh
2021-11-21PR port-evbarm/40307 options KGDB doesn't work for some evbarm hostsskrll
2021-11-21Trailing whitespace.skrll
2021-09-17some love to double letters (in comments).andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-20malloc(9) -> kmem(9)thorpej
2020-06-17<sys/extent.h> not needed here.thorpej
2020-05-29For struct timecounter, use C99 initializers.rin
2020-02-19When a media change is requested, don't just all (*if_init)(). That'sthorpej
2020-02-03More if_stat*skrll
2020-02-03Adopt <net/if_stats.h>skrll
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-21 if_percpuq(9) automatically increments if_ipackets, so don't increment it inmsaitoh
2019-05-30 Simplify MII structure initialization and reference. No functional change.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-23No functional change:msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
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
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2017-02-22Apply deferred if_start to more MD drivers.nonaka
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
2016-02-09Introduce softint-based if_inputozaki-r
2015-05-20Remove leftover use of AF_NS and NS optionozaki-r
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2015-04-08Include sys/lwp.h instead of arm/cpu.hozaki-r
2015-04-07Add missing #include <arm/cpu.h>ozaki-r
2014-11-15centralize the call unit / dialout macroschristos
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-26kill sprintfchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-08Remove unused variablesskrll
2014-03-06Fix uninitialized variable. Found by my code scanner.maxv
2014-03-02GC ipending.joerg
2014-03-02Make the empty loop body explicit.joerg
2013-12-18Remove unused variableskrll