summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/z8530tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+2
* ttysleep(): drop unused timeout parametercheloha2019-07-191-2/+2
* Remove almost unused `flags' argument of suser().mpi2018-02-191-3/+3
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Unifdef KGDB.mpi2017-04-301-16/+1
* remove some more sparc remnants. ok deraadttedu2016-09-041-2/+2
* Do what the comments suggest and check for port-[ab]-ignore-cd properties,miod2015-02-051-1/+6
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-3/+3
* Unify the zs tty driver.sebastia2013-04-211-697/+1120
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-8/+2
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-2/+2
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* Print consoleness the canonical way.kettenis2008-01-181-2/+2
* 2 lines of code in most drivers, to do the timestamping; ok miod kettenisderaadt2006-04-271-1/+5
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-2/+1
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-11/+11
* more missing prototypes and other warnings fixedkstailey1997-01-151-11/+14
* add "return (0)" to end of zsstop() since it's not a void function anymorekstailey1996-12-161-1/+2
* void zsstop() -> int zsstop()kstailey1996-12-031-2/+2
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-8/+15
* fix a type mismatchderaadt1996-06-181-3/+3
* tty_attach()deraadt1996-06-101-2/+3
* sync 0521deraadt1996-05-261-135/+279
* partial sync with netbsd 960418, more to comederaadt1996-04-211-108/+145
* NetBSD 960317 mergeniklas1996-04-181-6/+9
* z8530 reorganization from gwr (which i think isn't nearly as machinederaadt1996-01-311-0/+1042