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
/
luna88k
/
dev
/
siotty.c
Age
Commit message (
Expand
)
Author
2010-09-29
It's never too late to make things at least compile.
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-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
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-06-26
First pass at removing 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
2007-02-14
FALLTHRU -> FALLTHROUGH for consistency.
Jonathan Gray
2006-08-12
Fail TIOCSFLAGS if non-root, like all other serial drivers do.
Miod Vallat
2006-01-10
struct cfdriver shall not be declared as const (oops).
Miod Vallat
2004-09-19
constify speedtabs and make ttspeedtab() take a const struct speedtab *
Michael Shalayeff
2004-04-21
Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k ...
Kenji Aoyama