summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kqueue.2
Commit message (Expand)AuthorAgeFilesLines
* We've been able to support EVFILT_VNODE filtering on non-UFSru2007-09-071-6/+1
* Document that the data field for NOTE_EXIT holds the process exit status.jhb2006-11-201-0/+2
* Markup fixes.ru2006-09-171-1/+1
* Note that the system only allows a maximum of kern.kq_calloutmax timers.ceri2006-08-251-1/+10
* Update .Dd value.alc2005-06-041-1/+1
* Eliminate the original method of requesting notification of aio_read(2) andalc2005-06-041-9/+0
* Mechanically kill hard sentence breaks.ru2004-07-021-15/+30
* Markup, grammar, and spelling fixes.ru2004-06-301-3/+3
* Spelling fixes.mpp2004-06-211-1/+1
* Add mention of the fact that timeouts are silently limited to 24 hours.cperciva2004-04-201-0/+5
* Add information about the EVFILT_NETDEV filterbrueffer2003-11-111-0/+24
* document the fact that kqueue will immediately return and not timeout whenjmg2003-10-201-0/+8
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* add support for using kqueue to watch bpf sockets.jmg2003-08-051-1/+8
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+8
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-6/+23
* Track the number of non-data chararacters stored in socket buffers so thatkbyanc2002-11-011-1/+1
* While an interface can be depreciated, we prefer deprecated.rwatson2002-10-291-1/+1
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).mp2002-07-021-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* Typo: s/conatains/contains/guido2001-09-121-1/+1
* mdoc(7) police: remove whitespace at EOL.ru2001-08-081-1/+1
* Document EVFILT_TIMER.jlemon2001-07-191-0/+12
* Remove whitespace at EOL.dd2001-07-151-26/+26
* event.h -> sys/event.hdd2001-06-271-1/+1
* Remove duplicate words.dd2001-06-241-1/+1
* Fix small bogon.jlemon2001-06-111-1/+1
* Document various changes to kq:jlemon2001-02-261-10/+44
* Add include <sys/time.h> because kevent uses struct timespecguido2001-02-141-0/+1
* Prepare for mdoc(7)NG.ru2000-12-291-15/+3
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* Fix a logic reversal: the RFFDG flag must be unset in order to sharejlemon2000-11-211-3/+6
* Clarify the time parameter of the kevent() system call.asmodai2000-11-211-1/+1
* Document return value of ENOENT for nonexistent/invalid filter entries.jlemon2000-08-071-0/+2
* Clean up some nits, with the permission of the author:sheldonh2000-07-241-7/+14
* Simplify kqueue API slightly.jlemon2000-07-181-2/+2
* remove sys/time.h by instruction from bde.jmg2000-07-061-1/+0
* change first release date to 4.1-R as 5.0-R won't be out for at least ajmg2000-06-261-1/+1
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-5/+5
* add a BUGS section on how we can only watch VNODE's on a UFS file systemjmg2000-06-071-0/+4
* fix up the kqueue documentation... comment some things that were leftjmg2000-05-241-0/+21
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-211-4/+0
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-171-0/+4
* Fixed missing include in synopsis.bde2000-05-111-2/+2
* Some mdoc cleanups for the manual page.jlemon2000-05-061-7/+10
* Add a kqueue(2) manual page.jlemon2000-05-041-0/+400
OpenPOWER on IntegriCloud