summaryrefslogtreecommitdiff
path: root/sys/dev/cons.c
AgeCommit message (Collapse)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
conceptually icky; you end up ref'ing a 'real' vnode, and hence perhaps tying down a file system; should be able to reference a 'fake' one, but i doesn't appear save to cdevvp() if vnode for same dev is already around... also, mark vfinddev()s XXX (for later).
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
where there's no console, and set things up so that this can be made 'shared' eventually. look at diffs for exact changes.
1994-01-27if CN_REMOTE, don't redirect output. this file needs some help,cgd
but now at least i'm thinking about it again.
1993-07-07pccons.c now dynamically allocates it's "struct tty"deraadt
cons.c's "struct tty *cn_tty" wasn't used by any of the kernel, and goes away.
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
definitions. Ensured that all files include "systm.h" to gain access to general prototypes. Casts where necessary.
1993-05-281. It is now possible to build a kernel that does not have a pc0 device driver.deraadt
2. "press any key to reboot" reads the key from the console. 3. wddump() still needs a non-blocking getc() routine (or flush)
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
input. this one is way useful...
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd