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
/
sparc
/
dev
/
fd.c
Age
Commit message (
Expand
)
Author
2012-10-10
Fix device_t/softc split botches that could be fatal. From
tsutsui
2011-07-17
convert all the sparc drivers that attach on my ss20 to use device_t,
mrg
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-12-19
Disable "fast trap" handlers which invoke software interrupts
tsutsui
2009-05-25
Convert shutdownhook_establish() to pmf_device_register1().
jnemeth
2009-03-18
bzero -> memset
cegger
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-06-11
mechanical changes to use device_private() or device_lookup_private()
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-02
Merge vmlocking2 to head.
ad
2007-11-27
Use the softint API.
ad
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
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-05-11
Fixed formatting. Problem was that we were trying to get the result
jnemeth
2007-05-11
revert last; committed wrong file
jnemeth
2007-05-11
Fixed formatting. Problem was that we were trying to get the result
jnemeth
2007-03-09
Cast to char* before doing pointer arithmetic.
he
2007-03-04
fix fall out from caddr_t changes.
mrg
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-15
Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for
reinoud
2006-04-14
Make i/o statistics collection more generic, include tape drives and
blymn
2006-02-23
Use device_parent().
thorpej
2006-01-06
initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk.
yamt
2006-01-04
add a missing putiobuf in the previous. pointed by Thomas Klausner.
yamt
2006-01-04
- add simple functions to allocate/free a buffer for i/o.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-11-16
ANSIify function declarations/defintions. Use uint<N>_t.
uwe
2005-11-01
Fix second "no drives attached" message (as seen on sun4c) so as not to
bjh21
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-06-04
- Add const.
tsutsui
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-09-19
Fix build problem -- track the change to <sys/buf.h>.
he
2004-03-24
Remove my name from the old UCB copyright notice, thereby reducing its
pk
2004-03-17
Rename PROM_getprop*() => prom_getprop*().
pk
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
__KERNEL_RCSID()
lukem
2003-07-11
Deal with disk change notification.
pk
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
More changes for providing lwpid for ktrace (sparc GENERIC built)
darrenr
2003-06-18
don't #include <sys/dkstat.h> where it is (appearently) unused
drochner
2003-05-03
DMA, not dma nor Dma.
wiz
2003-02-25
Add missing splbio() protecting of bufpool access. Add a clarifying
thorpej
2003-02-25
Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and
thorpej
2003-02-05
Make the buffer cache code MP-safe.
pk
2003-01-30
Fix printf() problem caused by "daddr_t" change.
hannken
[next]