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
/
sun3
/
dev
/
xd.c
Age
Commit message (
Expand
)
Author
2001-09-05
bcopy() -> memcpy(), bzero() -> memset()
tsutsui
2001-07-22
seperate -> separate
wiz
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-04
Implement the more flexiable `evcnt' interface as discussed (briefly) on
cgd
2000-05-27
sleep() -> tsleep()
thorpej
2000-05-19
A foolish consistency; most parts of the kernel use bp->b_data, so
thorpej
2000-05-16
Nuke dk_establish() from orbit except from those ports which still use
thorpej
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-01-21
Update for sys/buf.h/disksort_*() changes.
thorpej
1999-09-17
Centralize the declaration and clearing of `cold'.
thorpej
1998-12-13
xdc_piodriver: sync function definition with declaration; also eliminates
kleink
1998-07-23
Print a complaint when no children were specified
gwr
1998-06-30
<dev/sun/disklabel.h> not <dev/sun/sun_disklabel.h>
mrg
1998-06-24
Changed to include sun_disklabel.h from its new location in dev/sun.
jeremy
1998-01-26
Save the "bustype" from our attach args in the controller "softc"
gwr
1998-01-12
Update for changes to config.
thorpej
1997-10-17
Move initialization code from xxattach to xx_init and call that
gwr
1997-07-29
%x -> 0x%x, fixes for PR#3757
fair
1997-07-17
use locator defines in "locators.h" to index cf_loc[]
jtk
1997-06-24
foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
thorpej
1997-06-18
xdsize(): only call xdopen()/xdclose() if not already open, per the
pk
1997-02-28
Add xxc_print functions to pass to config_found() instead of NULL.
gwr
1996-12-17
Make this compile with -Werror -Wall -Wstrict-prototypes
gwr
1996-10-13
backout previous kprintf change
christos
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-08-12
sync with sparc version:
chuck
1996-03-17
New device attachment scheme:
thorpej
1996-03-04
Fix two bugs reported by Don Koch <aardvark@poirot.krl.com> (PR#2168).
chuck
1996-02-22
Fixup some RCS ids.
thorpej
1996-02-08
[import changes from sparc port]
chuck
1996-01-13
sync with sparc:
chuck
1996-01-07
New generic disk framework. Highlights:
thorpej
1995-10-30
New from Chuck Cranor: drivers for SMD disks!
gwr