| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. |  mpi | 1 | -2/+2 |
| 2018-02-19 | Remove almost unused `flags' argument of suser(). |  mpi | 1 | -2/+2 |
| 2017-12-30 | Delete unnecessary <sys/file.h> includes |  guenther | 1 | -2/+1 |
| 2016-05-17 | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not |  bluhm | 1 | -4/+3 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 1 | -2/+1 |
| 2014-09-14 | remove uneeded proc.h includes |  jsg | 1 | -2/+1 |
| 2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is |  nicm | 1 | -2/+2 |
| 2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 1 | -3/+3 |
| 2011-04-19 | Fix dead store. Instead of just remove it, use it properly. |  chl | 1 | -2/+2 |
| 2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff |  guenther | 1 | -2/+1 |
| 2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate |  miod | 1 | -2/+2 |
| 2007-06-17 | ansify/de-register |  jasper | 1 | -43/+15 |
| 2006-11-01 | poll errors should be POLLERR, not some random E value |  tedu | 1 | -2/+3 |
| 2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. |  miod | 1 | -2/+2 |
| 2005-12-30 | Stop TIOCCONS from silently doing nothing if the console device has CN_REMOTE |  miod | 1 | -6/+6 |
| 2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() |  millert | 1 | -4/+4 |
| 2003-08-15 | change arguments to suser. suser now takes the process, and a flags |  tedu | 1 | -2/+2 |
| 2003-06-16 | Avoid a NULL deref in cnkqfilter() for certain cases. Modeled after |  millert | 1 | -6/+10 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from |  aaron | 1 | -1/+12 |
| 2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. |  provos | 1 | -1/+18 |
| 2001-02-09 | check dev in cn_tab for sanity, better than pagefaulting |  mickey | 1 | -4/+11 |
| 1996-04-21 | partial sync with netbsd 960418, more to come |  deraadt | 1 | -3/+3 |
| 1996-04-18 | Fix includes ordering. |  mickey | 1 | -2/+2 |
| 1996-03-30 | Add $OpenBSD$, fix comments. |  mickey | 1 | -2/+2 |
| 1996-03-02 | From NetBSD: sync with 960217 sources |  niklas | 1 | -1/+1 |
| 1996-02-27 | From NetBSD: update to 960217 sources |  niklas | 1 | -4/+5 |
| 1995-12-14 | from netbsd; fix definition of nullcnpollc, and add a prototype for it |  deraadt | 1 | -2/+3 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+267 |