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
/
gpib
Age
Commit message (
Expand
)
Author
2019-11-14
Pull up following revision(s) (requested by msaitoh in ticket #425):
martin
2019-05-28
s/recieve/receive/
msaitoh
2019-02-24
Add missing FALLTHROUGH in gpib/mt.c
kamil
2019-02-23
Improve fallthrough statement wording in dev/gpib/ct.c
kamil
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2016-07-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2016-07-11
KNF. No functional change.
msaitoh
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2014-12-31
fix typo
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
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-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-03-23
remove unused
christos
2014-03-23
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-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2011-02-08
Remove clause 3 (UCB advertising clause) from the University of Utah
rmind
2009-12-05
Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt
pooka
2009-09-12
- fix warnings of printf(9) format and void pointer arithmetic
tsutsui
2009-09-12
Fix warnings of printf(9) format.
tsutsui
2009-09-12
Add a missing parentheses. PR kern/41859
tsutsui
2009-09-12
Make compile with options DEBUG.
tsutsui
2009-09-12
MALLOC() -> malloc()
tsutsui
2009-05-18
Don't pass a buffer to physio(), let it be allocated dynamically.
ad
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2008-06-12
- use device_lookup to get device_t
cegger
2008-06-11
- use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-10-08
brelse() stragglers.
ad
2007-10-08
Merge disk init changes from the vmlocking branch. These seperate init /
ad
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-16
Fix spllowersoftclock() fallout.
ad
2007-02-15
Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for
reinoud
2007-01-13
Complete initializers, teach drivers that we moved from struct proc to
cube
2007-01-10
Make it compile.
cube
[next]