index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
dev
/
xy.c
Age
Commit message (
Expand
)
Author
2004-09-29
Switch sparc to evcount; ok deraadt@
Miod Vallat
2004-02-15
new arg to disk_unbusy, to record separate read/write statistics.
Ted Unangst
2003-09-29
avaliable -> available
Miod Vallat
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2002-06-08
Use tsleep.
Artur Grabowski
2002-05-29
splbio around biodone.
Artur Grabowski
2002-04-30
Fix an ancient problem in how sparc interrupts are handled.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-03-24
Convert to new timeout API. art@ ok.
Hakan Olsson
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
1999-07-09
vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t
Artur Grabowski
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-10-03
Add a "spoofonly" argument to readdisklabel() which will be used to
Todd C. Miller
1997-08-08
Change the bounds_check_with_label API to also take a cpu_disklabel
Niklas Hallqvist
1997-08-08
Mostly sync to NetBSD-current 970804.
Jason Downs
1996-08-11
netbsd port, now we merge our changes back in
Theo de Raadt
1996-03-04
Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9})
chuck
1996-02-21
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c
chuck
1996-01-13
- call mapiodev() with sizeof(struct xdc/xyc) rather than ra_len (which is
chuck
1996-01-12
we no longer need to add in the offset to the mapped VA to get the correct
chuck
1996-01-12
from netbsd;
Theo de Raadt
1995-12-15
new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt