| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r201350: | Brooks Davis | 2010-01-22 | 1 | -20/+0 |
| * | MFC 197240,197241,197242,197243,197293,197294,197407: | Stacey Son | 2009-10-31 | 1 | -1/+53 |
| * | We've been able to support EVFILT_VNODE filtering on non-UFS | Ruslan Ermilov | 2007-09-07 | 1 | -6/+1 |
| * | Document that the data field for NOTE_EXIT holds the process exit status. | John Baldwin | 2006-11-20 | 1 | -0/+2 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -1/+1 |
| * | Note that the system only allows a maximum of kern.kq_calloutmax timers. | Ceri Davies | 2006-08-25 | 1 | -1/+10 |
| * | Update .Dd value. | Alan Cox | 2005-06-04 | 1 | -1/+1 |
| * | Eliminate the original method of requesting notification of aio_read(2) and | Alan Cox | 2005-06-04 | 1 | -9/+0 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -15/+30 |
| * | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 1 | -3/+3 |
| * | Spelling fixes. | Mike Pritchard | 2004-06-21 | 1 | -1/+1 |
| * | Add mention of the fact that timeouts are silently limited to 24 hours. | Colin Percival | 2004-04-20 | 1 | -0/+5 |
| * | Add information about the EVFILT_NETDEV filter | Christian Brueffer | 2003-11-11 | 1 | -0/+24 |
| * | document the fact that kqueue will immediately return and not timeout when | John-Mark Gurney | 2003-10-20 | 1 | -0/+8 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| * | add support for using kqueue to watch bpf sockets. | John-Mark Gurney | 2003-08-05 | 1 | -1/+8 |
| * | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 1 | -0/+8 |
| * | mdoc(7) police: Tidy up the syscall language. | Ruslan Ermilov | 2002-12-18 | 1 | -6/+23 |
| * | Track the number of non-data chararacters stored in socket buffers so that | Kelly Yancey | 2002-11-01 | 1 | -1/+1 |
| * | While an interface can be depreciated, we prefer deprecated. | Robert Watson | 2002-10-29 | 1 | -1/+1 |
| * | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT). | Mark Peek | 2002-07-02 | 1 | -1/+1 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
| * | Typo: s/conatains/contains/ | Guido van Rooij | 2001-09-12 | 1 | -1/+1 |
| * | mdoc(7) police: remove whitespace at EOL. | Ruslan Ermilov | 2001-08-08 | 1 | -1/+1 |
| * | Document EVFILT_TIMER. | Jonathan Lemon | 2001-07-19 | 1 | -0/+12 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -26/+26 |
| * | event.h -> sys/event.h | Dima Dorfman | 2001-06-27 | 1 | -1/+1 |
| * | Remove duplicate words. | Dima Dorfman | 2001-06-24 | 1 | -1/+1 |
| * | Fix small bogon. | Jonathan Lemon | 2001-06-11 | 1 | -1/+1 |
| * | Document various changes to kq: | Jonathan Lemon | 2001-02-26 | 1 | -10/+44 |
| * | Add include <sys/time.h> because kevent uses struct timespec | Guido van Rooij | 2001-02-14 | 1 | -0/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-29 | 1 | -15/+3 |
| * | mdoc(7) police: Er macro usage cleanup. | Ruslan Ermilov | 2000-11-22 | 1 | -1/+1 |
| * | Fix a logic reversal: the RFFDG flag must be unset in order to share | Jonathan Lemon | 2000-11-21 | 1 | -3/+6 |
| * | Clarify the time parameter of the kevent() system call. | Jeroen Ruigrok van der Werven | 2000-11-21 | 1 | -1/+1 |
| * | Document return value of ENOENT for nonexistent/invalid filter entries. | Jonathan Lemon | 2000-08-07 | 1 | -0/+2 |
| * | Clean up some nits, with the permission of the author: | Sheldon Hearn | 2000-07-24 | 1 | -7/+14 |
| * | Simplify kqueue API slightly. | Jonathan Lemon | 2000-07-18 | 1 | -2/+2 |
| * | remove sys/time.h by instruction from bde. | John-Mark Gurney | 2000-07-06 | 1 | -1/+0 |
| * | change first release date to 4.1-R as 5.0-R won't be out for at least a | John-Mark Gurney | 2000-06-26 | 1 | -1/+1 |
| * | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | Chris Costello | 2000-06-23 | 1 | -5/+5 |
| * | add a BUGS section on how we can only watch VNODE's on a UFS file system | John-Mark Gurney | 2000-06-07 | 1 | -0/+4 |
| * | fix up the kqueue documentation... comment some things that were left | John-Mark Gurney | 2000-05-24 | 1 | -0/+21 |
| * | Back out NOTE_EXIT status reporting pending discussion. | Brian Feldman | 2000-05-21 | 1 | -4/+0 |
| * | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | Brian Feldman | 2000-05-17 | 1 | -0/+4 |
| * | Fixed missing include in synopsis. | Bruce Evans | 2000-05-11 | 1 | -2/+2 |
| * | Some mdoc cleanups for the manual page. | Jonathan Lemon | 2000-05-06 | 1 | -7/+10 |
| * | Add a kqueue(2) manual page. | Jonathan Lemon | 2000-05-04 | 1 | -0/+400 |