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
/
ofw
/
ofdisk.c
Age
Commit message (
Expand
)
Author
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-29
Remove more duplicate headers.
hubertf
2006-03-29
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-09
Now that OF_read and OF_write have different signatures, we need to
he
2005-02-27
nuke trailing whitespace
perry
2004-09-25
Add support for wedges to the OpenFirmware disk driver.
thorpej
2004-04-23
use safer string manipulation function
itojun
2003-05-10
Change bounds_check_with_label() to take a pointer to the disk structure,
thorpej
2003-05-02
Change return type of readdisklabel() to const char *
dsl
2002-11-01
implement separate read/write disk statistics:
mrg
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-18
fix error checking in ofdisk_open().
chs
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2001-11-13
add RCSIDs
lukem
2001-08-26
Make compile with -Wmissing-prototype -Wstrict-prototypes
matt
2001-08-25
Make this compile with -Wmissing-prototypes by adding appropriate
matt
2001-01-08
Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when
fvdl
2001-01-07
Adapt all disk devices in MI directories to handle ODIOC* calls
fvdl
2000-05-16
Nuke dk_establish() from orbit except from those ports which still use
thorpej
1998-03-21
-Wall (one real bug, even!)
cgd
1998-02-24
Minor style change.
mycroft
1998-02-24
Several things:
mycroft
1998-01-12
Update for config changes.
thorpej
1997-10-08
Oops, fix a couple of typos.
thorpej
1997-10-08
Implement DIOCGDEFLABEL.
thorpej
1997-07-23
Fix an oversight and a typo.
thorpej
1997-06-24
Three changes to ofdsize():
thorpej
1997-04-16
- Update for no __BROKEN_INDIRECT_CONFIG.
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-30
PowerPC port
ws