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
/
pci
/
cz.c
Age
Commit message (
Expand
)
Author
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-11-02
correct signature. no change as function is if 0'd.
Federico G. Schwindt
2009-10-31
Use suser when possible. Suggested by miod@.
Federico G. Schwindt
2009-10-31
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
Theo de Raadt
2009-01-11
Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)
Bret Lambert
2007-10-06
Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,
Kenneth R Westerback
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-08-11
make dmesg prints closer to the rest of the drivers
Michael Shalayeff
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-01-30
Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok
Thomas Nordin
2001-09-04
Fix mask for callout unit
Nathan Binkert
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-25
pci_mapreg_map requires another argument
Nathan Binkert
2001-06-21
Add support for the Cyclades-Z multiport serial cards.
Nathan Binkert