Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EVFILT_EXCEPT operates on sockets (emil engler) | 2020-11-14 | 1 | -3/+4 | |
| | | | | | | or pseudo terminals (visa); ok mpi visa | ||||
* | spelling fix; | 2020-06-22 | 1 | -2/+2 | |
| | |||||
* | Extend kqueue interface with EVFILT_EXCEPT filter. | 2020-06-22 | 1 | -2/+9 | |
| | | | | | | | | | | This filter, already implemented in macOS and Dragonfly BSD, returns exceptional conditions like the reception of out-of-band data. The functionnality is similar to poll(2)'s POLLPRI & POLLRDBAND and it can be used by the kqfilter-based poll & select implementation. ok millert@ on a previous version, ok visa@ | ||||
* | Remove an outdated BUGS section. | 2020-05-31 | 1 | -6/+2 | |
| | | | | OK mpi@ beck@ | ||||
* | kevent(2): remove 24hr timeout limit | 2019-07-01 | 1 | -7/+2 | |
| | | | | | | | | | | As with nanosleep(2), poll(2), and select(2), here we can chip away at the timespec until it's empty. This lets us support the full range of the timespec regardless of the kernel's HZ. Update the manpage accordingly. ok visa@ | ||||
* | basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch> | 2019-05-03 | 1 | -68/+79 | |
| | |||||
* | tweak previous; | 2018-01-13 | 1 | -5/+6 | |
| | |||||
* | introduce a filter called EVFILT_DEVICE that can be used to notify | 2018-01-13 | 1 | -2/+15 | |
| | | | | | | | listeners of device state changes. currently only supports NOTE_CHANGE that will be used by drm(4) ok kettenis@ | ||||
* | replace Fifos with FIFOs. | 2017-07-10 | 1 | -3/+3 | |
| | | | | ok jmc@ visa@ | ||||
* | Add support for EV_RECEIPT and EV_DISPATCH flags | 2017-05-31 | 1 | -2/+17 | |
| | | | | | From FreeBSD via Jan Schreiber <jes at posteo ! de>, thanks! OK tedu, bluhm | ||||
* | modern interfaces should use modern speelings, so spell quad_t as int64_t. | 2016-08-13 | 1 | -3/+3 | |
| | |||||
* | add missing NAME entries; | 2015-11-07 | 1 | -3/+4 | |
| | |||||
* | use .In rather than .Fd #include | 2015-09-10 | 1 | -5/+5 | |
| | |||||
* | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | 2015-01-20 | 1 | -28/+28 | |
| | | | | OK jmc@ guenther@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | ident and data members of struct kevent changed types: ident to | 2013-08-14 | 1 | -8/+8 | |
| | | | | | uintptr_t, so it can hold pointers for EVFILT_TIMER and _AIO, and data to quad_t, so it can hold file offets. | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. | 2013-05-31 | 1 | -2/+7 | |
| | | | | ok guenther tedu deraadt | ||||
* | more rfork mop-up | 2012-04-12 | 1 | -8/+2 | |
| | |||||
* | Extend after recent msdos support. | 2012-02-18 | 1 | -4/+5 | |
| | | | | input/ok krw@ thib@ jmc@ | ||||
* | Note a restriction that is actually enforced in 5.0 | 2011-10-16 | 1 | -2/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | add a new kevent filter type for timers. this allows processes to create | 2007-05-30 | 1 | -1/+17 | |
| | | | | | | a series of oneshot or periodic timers. capped to a global limit. from freebsd via brad. ok art pedro | ||||
* | fix desc of struct kevent, OK millert@ | 2006-01-01 | 1 | -7/+7 | |
| | |||||
* | really mention BPF this time around. | 2004-09-23 | 1 | -3/+10 | |
| | |||||
* | mention support for BPF. | 2004-09-23 | 1 | -2/+2 | |
| | | | | From: FreeBSD | ||||
* | - Spelling fix. | 2004-09-06 | 1 | -2/+15 | |
| | | | | | | | | - Add mention of the fact that timeouts are silently limited to 24 hours. - Document the fact that kqueue will immediately return and not timeout when nevents is 0. From FreeBSD | ||||
* | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT) | 2004-08-02 | 1 | -2/+2 | |
| | | | | From FreeBSD | ||||
* | s/kqueue/kevent/ in correct place. | 2004-08-02 | 1 | -2/+2 | |
| | | | | From FreeBSD | ||||
* | typo; | 2004-07-22 | 1 | -2/+2 | |
| | |||||
* | - new sentence, new line | 2003-12-17 | 1 | -8/+8 | |
| | | | | | - kill whitespace at EOL - remove unnecessary .Pp | ||||
* | new options from marius@monkey | 2003-12-17 | 1 | -2/+14 | |
| | |||||
* | fifo -> FIFO | 2003-04-02 | 1 | -4/+4 | |
| | | | | ok millert@ | ||||
* | the the | 2003-02-24 | 1 | -2/+2 | |
| | |||||
* | Initial cleanup: | 2002-04-30 | 1 | -20/+20 | |
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | ||||
* | Document how NOTE_TRACK behaves. | 2002-03-02 | 1 | -2/+2 | |
| | | | | | | When the documentation and implementation are inconsistent the smallest change wins. To correct the implementation was a big change, to correct the documentation was a one word fix. | ||||
* | typo; david@phobia.ms | 2001-07-22 | 1 | -2/+2 | |
| | |||||
* | mdoc police. | 2001-03-11 | 1 | -77/+107 | |
| | |||||
* | describe a few new flags; jlemon@freebsd.org | 2001-03-01 | 1 | -32/+58 | |
| | |||||
* | update | 2000-11-21 | 1 | -2/+3 | |
| | |||||
* | OpenBSD does not support non-standard mdoc macros like .Lb. | 2000-11-18 | 1 | -2/+1 | |
| | |||||
* | remove non-existing manual references. | 2000-11-17 | 1 | -7/+1 | |
| | |||||
* | forgot manpage | 2000-11-16 | 1 | -0/+436 | |