summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/zs.c
AgeCommit message (Expand)Author
2023-01-06TAB/spaces/indents cleanup.tsutsui
2022-06-26Make local devsw functions static.tsutsui
2021-01-03malloc(9) -> kmem(9)thorpej
2018-02-08Typos.dholland
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-24- remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-06-30dependant -> dependentwiz
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-04-09- establish zs interrupts via common intr_establish() function rather thantsutsui
2010-04-09minor constifytsutsui
2010-04-09More KNF.tsutsui
2010-04-09Split device_t/softc.tsutsui
2010-04-09Rename variables and members of softc for readability.tsutsui
2010-04-09Remove unnecessary volatile keyword against struct zschan.tsutsui
2010-04-09- misc KNFtsutsui
2010-04-09Include ioconf.h for struct cfdriver.tsutsui
2009-07-19Replace one missed bcopy(9) with memcpy(9).tsutsui
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-28Remove sicallback to use the MI softint(9) APIs directly - from Tsutsuitjam
2008-06-11Use device_private() and device_lookup_privat() to get softc.tsutsui
2008-04-29Convert to new 2 clause licensemartin
2008-01-08Convert Atari to generic TODR and timecounter.joerg
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-03-06Make TX buffer (uint8_t *) and remove an unnecessary cast.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-08-04More gcc4 "uninitilized" variables.mhitch
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2004-03-25Licence cleanup (suggested by wiz).leo
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
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
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-02-01Fix fallout from lastest tty changes.leo
2000-11-02Adapt to new line discipline scheme.eeh