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