summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/kd.c
AgeCommit message (Expand)Author
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
1995-03-10Add kdcnpollc so it can call fb_unblankgwr
1994-12-17Fix kd (keyboard/display) driver kdcngetc/kdcnputc functions.gwr
1994-12-12New autoconfig interface to support VME, etc.gwr
1994-12-01Export some headers that X will want, and minor clean-up.gwr
1994-11-21Lots of changes. Fairly stable now.gwr
1994-10-26new RCS ID format.cgd
1994-06-03Fix initialization of keyboard port (works now).gwr
1994-05-05cosmeticgwr
1994-05-04This provides a tty device for dev/cons.c to point at.gwr