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
/
sh
/
dev
/
scif.c
Age
Commit message (
Expand
)
Author
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-01-01
Remove useless redundant call of ttyopen().
jan
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2016-03-05
Sync no-argument function declaration and definition by adding (void).
Tobias Ulmer
2011-04-30
Use cons_decl() instead of rolling our own cn* prototypes
Miod Vallat
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-16
catch up to the ttyopen() changes
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-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
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-06-27
More removal of clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-01-23
Cleanup cn_pri. Change constants to more meaningful names, rather than
Joel Sing
2006-11-20
serial drivers should use spltty, not splserial.
Dale Rahn
2006-11-09
landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesome
Theo de Raadt
2006-11-03
cleanup some devices
Michael Shalayeff
2006-10-06
Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with
Miod Vallat