summaryrefslogtreecommitdiff
path: root/sys/dev/cons.c
AgeCommit message (Expand)Author
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-02As in PR kern/10999 from Matthew Orgass, make the panic message moresoren
2001-11-13add RCSIDslukem
2001-06-04Use back the 'u'&037 form - since it's CTRL-u, it's more readable that wayjdolecek
2001-06-03cngetsn(): cosmetic only - use '\025' instead 'u'&037, and '\b' instead '\007'jdolecek
2001-06-03fix commentlukem
2000-06-12check for when cnopen() will call itself recursively, and panic instead of lo...mrg
2000-05-08move static function getstr() to cons.c, make it publically availableitojun
2000-03-30Remove register declarations.augustss
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
1999-08-04Catch a console configuration error. Instead of jumping through cdevsw indexedleo
1996-09-07Implement poll(2).mycroft
1996-09-02tty stop functions really should return void, not int, and certainly not both.mycroft
1996-04-08fixes for -Wall -Wmissing-prototypes:jonathan
1996-02-04cnputc returns voidchristos
1995-11-25fix definition of nullcnpollc, and add a prototype for it.cgd
1995-04-11Remove duplicate definition of `constty'.pk
1995-04-11Split cninit from cons so ports that can't use it don't have to include it.mellon
1995-04-10Add a dummy cnstop().mycroft
1995-03-24don't let args default, return values, add protoscgd
1994-12-14Remove extra arg to d_open and vn_open().mycroft
1994-11-14added extra argument to vn_openchristos
1994-10-30Add a nullcnpollc(), for people who don't want to deal.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-26Implement cnpollc().mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-27new standard, minimally intrusive ID formatcgd
1994-06-08Reverse sense of vfinddev().mycroft
1994-04-11undo that lastcgd
1994-04-11don't cdevvp() if a vnode for the dev already exists. Note that that'scgd
1994-04-10and fix the other case. ugly fix, but it workscgd
1994-02-16get sense of two comparisons right. from Chris Hopps <chopps@lamp>cgd
1994-02-01new location of cons.hcgd
1994-01-27make behaviour with constty consistent, deal properly with the casecgd
1994-01-27if CN_REMOTE, don't redirect output. this file needs some help,cgd
1993-07-07pccons.c now dynamically allocates it's "struct tty"deraadt
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
1993-05-281. It is now possible to build a kernel that does not have a pc0 device driver.deraadt
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-05-04add pg_wait, which must be set if you want pg() to actually wait for keybdcgd
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd