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