aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/kqueue.2
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Change kqueue1() to be compatible with NetBSDKonstantin Belousov2023-04-051-0/+8
* kqueue: add close() calls to man page exampleEd Maste2023-04-041-0/+4
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-041-3/+3
* kqueue: tidy up indentation in man page exampleEd Maste2023-03-311-2/+1
* kqueue1(2): documentKonstantin Belousov2023-03-271-1/+19
* kevent.2: Add an xref to listen.2Mark Johnston2022-06-201-1/+1
* kqueue: Fix kqueue(2) man page.Dmitry Chagin2022-05-141-5/+1
* [patch][doc] Fix EXAMPLE in kqueue(2)Fernando ApesteguĂ­a2022-04-131-5/+7
* kqueue(2): Add note about format of the data for NOTE_EXITKonstantin Belousov2022-01-191-2/+4
* bpf: Fix the write filter for detached descriptorsMark Johnston2021-10-261-2/+2
* Allow the BPF to be select for write. This is needed for boost:asioHartmut Brandt2021-10-101-2/+7
* kqueue: clean up some igor and mandoc -Tlint warningsKyle Evans2021-10-011-4/+5
* kqueue: document how timers with low/past timeouts are handledKyle Evans2021-10-011-1/+7
* kqueue: Add EV_KEEPUDATA flagNathaniel Wesley Filardo2021-09-241-1/+16
* kqueue.2: Document the fact that EVFILT_READ can be used on kqueuesMark Johnston2021-09-071-1/+5
* kevent: Prohibit negative change and event list lengthsMark Johnston2021-05-271-1/+3
* Document eventfd().Konstantin Belousov2020-12-271-1/+11
* kqueue(2): Use .Fo instead .FtKonstantin Belousov2020-12-271-1/+8
* libc manpages: various improvements from NetBSDGordon Bergling2020-06-141-1/+9
* Fix handling of EV_EOF for named pipes.Mark Johnston2020-04-271-6/+6
* kqueue(2): de-vandalize the random sentence in the middleKyle Evans2020-04-221-1/+2
* kqueue(2): add a note about EV_RECEIPTKyle Evans2020-04-221-3/+7
* Allow a EVFILT_TIMER kevent to be updated.David Bright2018-07-271-8/+15
* Fix a few more speelling errorsEitan Adler2017-12-281-1/+1
* Note that old sys/event.h required manual sys/types.h inclusionBenjamin Kaduk2017-12-071-2/+3
* Clarify usage of aio(4) with kqueue(2)Alan Somers2017-06-231-26/+11
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-6/+33
* Move the description of kern.kq_calloutmax sysctl into a new paragraphKonstantin Belousov2017-06-161-4/+5
* Start a new sentence on the new line.Konstantin Belousov2017-06-161-1/+2
* Document kevent EVFILT_EMPTY.Sergey Kandaurov2017-04-181-1/+4
* Remove unnecessary #includes from the kqueue(2) man page.Ed Schouten2017-02-161-6/+7
* Improve grammar.Bryan Drewery2016-10-061-1/+1
* Correct wording.Konstantin Belousov2016-05-031-1/+1
* Add EVFILT_VNODE open, read and close notifications.Konstantin Belousov2016-05-031-8/+26
* Issue NOTE_EXTEND when a directory entry is added to or removed fromKonstantin Belousov2016-05-021-2/+8
* As a reader service, explain NOTE_LINK reporting for the directories.Konstantin Belousov2016-05-011-0/+4
* Provide an example to the kqueue man page, showingBenedict Reuschling2016-05-011-1/+52
* Make it possible to implement poll(2) on top of kqueue(2).Ed Schouten2015-08-051-1/+9
* Make kevent(2) a cancellation point.Konstantin Belousov2015-03-291-2/+23
* Markup fixes for kqueue(2), no content changes.Konstantin Belousov2014-12-151-61/+87
* Minor mdoc nit.Joel Dahl2014-09-091-1/+0
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportBaptiste Daroussin2014-07-181-3/+20
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
* Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.Ed Schouten2014-04-071-1/+1
* Implement kqueue(2) for procdesc(4).Ed Schouten2014-04-071-1/+19
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentJilles Tjoelker2013-11-031-1/+8
* Enhance the description of NOTE_TRACK:John Baldwin2013-07-251-6/+11
* Note that SIGCHLD is special and if ignored, won't be recorded by the filter.Pawel Jakub Dawidek2013-01-211-2/+4
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-4/+4