index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sun2
/
dev
Age
Commit message (
Expand
)
Author
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2021-10-24
fix various typos in comments, mainly copypasta.
andvar
2021-09-11
Add missing double p and d for stopped and overriden accordingly.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-21
malloc(9) -> kmem(9)
thorpej
2020-03-19
Replace manipulating IFF_OACTIVE with an internal "txbusy" field.
thorpej
2020-03-13
Fix build without kbd at zstty, simplify.
rin
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-05-29
Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in
msaitoh
2019-05-29
KNF. No functional change.
msaitoh
2019-05-29
Whitespace fix. No functional change.
msaitoh
2019-04-25
No functional change:
msaitoh
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-22
It's not required to include net/bpfdesc.h. Remove it.
msaitoh
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-05-20
Remove leftover use of AF_NS and NS option
ozaki-r
2015-04-13
MD rnd.h cleanups. Please let me know if I broke anything!
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-24
- remove unused
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-10-13
struct device * -> device_t, struct cfdata * -> cfdata_t (from chs@)
tsutsui
2012-10-13
Remove unused struct device menber from softc. from chs@
tsutsui
2012-08-10
Move cn_tab initialization from late cpu_startup(9) to
tsutsui
2012-07-30
move console initialization to cpu_startup() so that we avoid multiple common.
christos
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2011-10-26
catch up with other zs ports, original commit was:
mrg
2011-06-03
Split device_t/softc of i82586. No crash on TME emulating sun2.
tsutsui
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2011-02-01
udpate license clauses on my code to match the new-style BSD licenses.
chuck
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-12-27
Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524
tsutsui
2009-11-21
Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.
rmind
2009-09-19
Split device_t/softc.
tsutsui
2008-11-07
*** Summary ***
dyoung
2008-07-06
Split device_t/softc with misc cosmetic changes.
tsutsui
2008-06-13
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-29
Split softc and device_t for zsc(4) and its children.
tsutsui
2008-01-02
const char casting, to make gcc happy. (not that sun2 compiles these days
dogcow
[next]