summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/kqueue.2
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-151-26/+26
|
* event.h -> sys/event.hdd2001-06-271-1/+1
| | | | Submitted by: David Hill <david@phobia.ms>
* Remove duplicate words.dd2001-06-241-1/+1
|
* Fix small bogon.jlemon2001-06-111-1/+1
| | | | Submitted by: Anton Berezin <tobez@tobez.org>
* Document various changes to kq:jlemon2001-02-261-10/+44
| | | | | | | - new EV_SET macro, - NOTE_LOWAT option for low water marks on read/write filters, - NOTE_REVOKE for filesystem unmounting (and revoke() calls) - improved API for EVFILT_AIO
* 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
| | | | | | a file descriptor table. (Thanks to Alan Cox) Clarify the fact that the changelist and eventlist can be shared.
* Clarify the time parameter of the kevent() system call.asmodai2000-11-211-1/+1
| | | | | | Inspired by PR: 21708 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Reviewed by: jlemon
* 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
| | | | | | * Grammar fixes. * Mark up rfork and vnode as cross-references. * Clarify the use of the RFFDG flag to rfork(2).
* Simplify kqueue API slightly.jlemon2000-07-181-2/+2
| | | | Discussed on: -arch
* 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
| | | | | | year (from jkh).. Caught by: Fx macro warning on 3.4-R
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-5/+5
| | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
* add a BUGS section on how we can only watch VNODE's on a UFS file systemjmg2000-06-071-0/+4
| | | | | | | | | right now... I talked w/ phk last night and "fixing" this in a generic way is going to require a lot of complex thought on stacking let alone the NFS problems.. add missing sys/time.h for struct timespec def...
* fix up the kqueue documentation... comment some things that were leftjmg2000-05-241-0/+21
| | | | | | out that really needed to be here... Reviewed-by: jlemon
* 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
| | | | | Use a long line instead splitting a line with backslash-newline in synopsis. My synopsis checker doesn't understand backslash-newline.
* Some mdoc cleanups for the manual page.jlemon2000-05-061-7/+10
| | | | Submitted by: phantom
* Add a kqueue(2) manual page.jlemon2000-05-041-0/+400
OpenPOWER on IntegriCloud