summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/ofcons.c
AgeCommit message (Expand)Author
2018-02-26Remove support for macofcons(4), it's not actually possible to build a kernelsevan
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
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-18struct device * -> device_tmatt
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-06-13use device_lookup_private to get softccegger
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-01-20ktrace-lwp fallout. ok'ed by skrll.xtraeme
2005-12-11merge ktrace-lwp.christos
2003-11-04. ANSIfy, make compileaymeric
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
2000-11-03Adjust to change in tty line discipline handling.wrstuden
2000-11-02Adapt to new line discipline scheme.eeh
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
1998-07-28Ah, we use a _different_ ofcons; rename it macofcons to avoid thethorpej
1998-07-02Display/Keyboard console support (by calling Openfirmware)tsubai