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
/
dev
/
ic
/
ug.c
Age
Commit message (
Expand
)
Author
2020-06-24
rearrange to avoid allocating softc on stack in ug_isa_match()
jdolecek
2018-06-03
Constify ug2_mb[], so that it lands in .rodata.
maxv
2011-06-20
Initialize sensor states before registering
pgoyette
2008-03-26
Split device_t/softc for ug(4) and other related cosmetic changes.
xtraeme
2007-11-17
initialize via sysmon_envsys_create()
kefren
2007-11-16
Extend the envsys2 API (one more time, sorry) as defined in:
xtraeme
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-07-03
ug_gtredata: add another break in the default case. Just for consistency
xtraeme
2007-07-03
ug2_gtredata: add missing break in default case.
xtraeme
2007-07-01
ug*_gtredata: use the edata pointer rather than using the edata array
xtraeme
2007-07-01
There's no need to use another envsys_data_t pointer that points to
xtraeme
2007-07-01
Imported envsys 2, a brief description of the new features:
xtraeme
2007-05-08
Missing __KERNEL_RCSID().
xtraeme
2007-05-08
Split the ug(4) driver in three components:
xtraeme