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
2024-11-05
The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.
Miod Vallat
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-05-15
ansi style function decl
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2021-01-01
Remove useless redundant call of ttyopen().
jan
2020-05-21
Kill commented out czttypoll() routine.
Martin Pieuchot
2020-03-11
cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-01-09
Convert sleeps of 1sec or more to tsleep_nsec(9).
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2012-03-26
Let this compile (not enabled by default); From Damian McGuckin
Theo de Raadt
2010-07-02
Move common code for waking up writers on a tty into a function.
Nicholas Marriott
2010-06-28
Allow tty drivers to request larger buffers at attach time using a
Theo de Raadt
2010-04-12
Some of the line disciplines want to check for suser. Better to pass them
Ted Unangst
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