summaryrefslogtreecommitdiff
path: root/sys/dev/cons.c
AgeCommit message (Expand)Author
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