summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/z8530tty.c
AgeCommit message (Expand)Author
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2006-04-14rm trailing whitespaceMartin Reindl
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
1998-03-03GCC 2.8 -Wallryker
1997-03-12Fix a conflict.briggs
1997-03-12Remove some more warnings left over from NetBSD's new config.briggs
1997-03-11Second parameter of *match functions should be void (thank you ISA bus) andgene
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-10-14Oops. zsstop still needs to return int in OpenBSD.briggs
1996-10-13* Fix from Bill Studenmund <wrstuden@loki.stanford.edu> for transmissionbriggs
1996-09-02Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.briggs
1996-06-08Sync up with latest NetBSD.briggs
1996-05-26Missed a few files in the previous updates.briggs