aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/kqueue.2
Commit message (Expand)AuthorAgeFilesLines
* MFC r320035:Konstantin Belousov2017-06-191-4/+5
* MFC r320034:Konstantin Belousov2017-06-191-1/+2
* MFC r306771:Bryan Drewery2017-05-091-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
* Bump .Dd date for previous revision.Xin LI2012-02-151-1/+1
* Add notes about sigev_notify_kevent_flags introduced in revision 230857David Xu2012-02-151-0/+3
* The NOTE_COPY should have been named NOTE_FFCOPY from the veryRuslan Ermilov2011-12-071-2/+2
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-20/+0
* Add EV_RECEIPT to kevents.Stacey Son2009-09-161-0/+9
* Add the EV_DISPATCH flag to kevents.Stacey Son2009-09-161-0/+5
* Add EVFILT_USER to kevents.Stacey Son2009-09-161-1/+39
* We've been able to support EVFILT_VNODE filtering on non-UFSRuslan Ermilov2007-09-071-6/+1
* Document that the data field for NOTE_EXIT holds the process exit status.John Baldwin2006-11-201-0/+2
* Markup fixes.Ruslan Ermilov2006-09-171-1/+1
* Note that the system only allows a maximum of kern.kq_calloutmax timers.Ceri Davies2006-08-251-1/+10
* Update .Dd value.Alan Cox2005-06-041-1/+1
* Eliminate the original method of requesting notification of aio_read(2) andAlan Cox2005-06-041-9/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-15/+30
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-3/+3
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
* Add mention of the fact that timeouts are silently limited to 24 hours.Colin Percival2004-04-201-0/+5
* Add information about the EVFILT_NETDEV filterChristian Brueffer2003-11-111-0/+24
* document the fact that kqueue will immediately return and not timeout whenJohn-Mark Gurney2003-10-201-0/+8
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* add support for using kqueue to watch bpf sockets.John-Mark Gurney2003-08-051-1/+8
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-0/+8
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-6/+23
* Track the number of non-data chararacters stored in socket buffers so thatKelly Yancey2002-11-011-1/+1
* While an interface can be depreciated, we prefer deprecated.Robert Watson2002-10-291-1/+1
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).Mark Peek2002-07-021-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Typo: s/conatains/contains/Guido van Rooij2001-09-121-1/+1