summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev/pcons.c
AgeCommit message (Expand)Author
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
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
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-10-17Merge the ppcoea-renovation branch to HEAD.garbled
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-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
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2003-07-15__KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-22Added bits to complete the sun2 console code. These arefredette