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
/
mac68k
/
dev
/
z8530tty.c
Age
Commit message (
Expand
)
Author
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-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-03-15
Generic softinterrupt code for m68k platforms, now copied from m88k.
Miod Vallat
2006-04-14
rm trailing whitespace
Martin Reindl
2004-11-25
Move towards a more flexible and generic interrupt system, as well as better
Miod Vallat
2003-11-03
spelling fixes (in the comments)
David Krause
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-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
1998-03-03
GCC 2.8 -Wall
ryker
1997-03-12
Fix a conflict.
briggs
1997-03-12
Remove some more warnings left over from NetBSD's new config.
briggs
1997-03-11
Second parameter of *match functions should be void (thank you ISA bus) and
gene
1997-01-24
Sync w/ NETBSD_CURRENT_971122.
briggs
1996-10-14
Oops. zsstop still needs to return int in OpenBSD.
briggs
1996-10-13
* Fix from Bill Studenmund <wrstuden@loki.stanford.edu> for transmission
briggs
1996-09-02
Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.
briggs
1996-06-08
Sync up with latest NetBSD.
briggs
1996-05-26
Missed a few files in the previous updates.
briggs