Age | Commit message (Expand) | Author |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-04-19 | Fix dead store. Instead of just remove it, use it properly. | Charles Longeau |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-30 | Stop TIOCCONS from silently doing nothing if the console device has CN_REMOTE | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-16 | Avoid a NULL deref in cnkqfilter() for certain cases. Modeled after | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2001-02-09 | check dev in cn_tab for sanity, better than pagefaulting | Michael Shalayeff |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-18 | Fix includes ordering. | Michael Shalayeff |
1996-03-30 | Add $OpenBSD$, fix comments. | Michael Shalayeff |
1996-03-02 | From NetBSD: sync with 960217 sources | Niklas Hallqvist |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist |
1995-12-14 | from netbsd; fix definition of nullcnpollc, and add a prototype for it | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |