summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/kd.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
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-28Move prototype for kd_later() before first use.rjs
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
2007-02-16More spllowersoftclock() fallout.ad
2006-10-05Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h andtsutsui
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-09-06Change the driver open function's conditional for overriding exclusive ttykleink
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-10Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *.martin
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-09-05Remove register prefixes.tsutsui
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2000-11-02Adapt to new line discipline scheme.eeh
2000-05-21Need to provide a consdev to the cons_attach_input call now.eeh
2000-05-19Fix the sparc64 console.eeh
2000-03-31Remove declaration of kd_rom_intr(). It is not needed on sun3.tsutsui
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-19Minimal changes to accomodate the console input channel attachmentpk
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1998-02-26Fix build with NFB=0gwr
1997-02-10Make some more things static, and cosmetic stuff.gwr
1997-02-10Forgot to initialize cn->cn_dev, cn->cn_prigwr
1997-01-27Fix copyrights (/s/REGENTS/FOUNDATION/)gwr
1996-12-17Make this compile with -Werror -Wall -Wstrict-prototypesgwr
1996-11-20Most files that were copyright Adam Glass and/or Gordon W. Rossgwr
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-09-02tty stop functions really should return void, not int, and certainly not both.mycroft
1996-06-15merge 1.2 changesgwr
1996-04-26Remove some hacks that "went around" the linesw[] operations.gwr
1996-04-07minor cleanupgwr
1996-01-24Update for the new z8530 drivergwr
1995-04-26Add xxtty()gwr
1995-04-10Add a dummy kdstop().mycroft
1995-03-28Avoid passing non-ASCII chars to the PROM.gwr
1995-03-24Cleanup, and deal with kd != consolegwr