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
/
dev
/
eisa
/
uha_eisa.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-03-07
ansi
Jonathan Gray
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2009-08-29
remove more unneeded Debugger() calls from dev/
Jasper Lievisse Adriaanse
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2007-11-05
More scsi_done() at SPLBIO. Wrap another interrupt function call while
Kenneth R Westerback
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-02-03
new timeouts
Michael Shalayeff
1997-04-13
no Debugger() w/ no DDB defined
Michael Shalayeff
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist