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
/
atari
/
dev
/
fd.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-02-08
Typos.
dholland
2017-10-07
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
jdolecek
2015-04-26
Use C99-style initializers for struct dkdriver.
mlelstv
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2015-01-01
declare error
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
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-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2010-04-13
Misc KNF.
tsutsui
2010-04-07
Misc KNF.
tsutsui
2010-04-07
- split device_t/softc
tsutsui
2010-04-07
extern inline -> static inline
tsutsui
2009-10-20
Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
snj
2009-07-31
Read AD_CFG_SWITCH via volatile pointer so that
tsutsui
2009-07-19
Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
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-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2008-06-11
Use device_private() and device_lookup_privat() to get softc.
tsutsui
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-10-17
Fix typo: in disk_init() call: fd -> sc.
he
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-06
Make io_data (char *) rather than adding an extra cast
tsutsui
2007-03-06
More fixes after the caddr_t removal.
he
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-24
__asm__ -> __asm
perry
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-06-04
Adapt to compiling with -Wshadow and -Wcast-qual, by adding const
he
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-01-04
Spell controller with two ls. Inspired by miod@openbsd.
wiz
2003-07-15
__KERNEL_RCSID()
lukem
2003-05-03
DMA, not dma nor Dma.
wiz
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-11-01
implement separate read/write disk statistics:
mrg
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
[next]