summaryrefslogtreecommitdiff
path: root/sys/dev/dec/dz.c
AgeCommit message (Expand)Author
2022-10-26vax/dz(4): Convert to ttylock/ttyunlock.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-05-09The interrupt handler uses the softc, so it's probably a good idea tohans
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-05-27PR kern/38763 "hanging in tty" bugfix breaks the build for vax (andad
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-03-15Switch dz driver to PRIVALLOC and device_* accessors.matt
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2007-11-20dzstart: remove a variable which is no longer used after the previous change.yamt
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge from vmlocking: fix many timing problems on mips.ad
2007-07-14- Wait for output to drain before bashing the chip again to change linead
2007-07-14Delay after bashing the chip at boot, otherwise output gets screwed upad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-03Restore inadvertently deleted close-brace by previous change.he
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-29Remove unused variable.ad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-02-27nuke trailing whitespaceperry
2004-04-25Constify the speedtab arraysmatt
2003-12-14Missing splx() calls.ad
2003-12-13Add write barriers (a no-op on vax).ad
2003-12-09Catch break for cn_check_magic() and remove the pmax-specific hack.ad
2003-10-18Add cnmagic support to the DZ driver. Pmax should also use cnmagic insteadragge
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-24On pmax, drop into DDB on break.ad
2002-09-19Also initalize dz_sc for each line.ad
2002-09-18Remove some duplicate/confusing lines.ad
2002-09-18Initalize sc_dz[*].dz_line for the benefit of the bus front-end.ad
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-02-25Move the dz driver to dev/dec, since it can be shared with pmax.ad