History log of /src/lib/libsys/kqueue.2 (Results 76 – 100 of 112)
Revision Date Author Comments
# 3b38d66b 20-Apr-2004 Colin Percival <cperciva@FreeBSD.org>

Add mention of the fact that timeouts are silently limited to 24 hours.

Observed by: jmg


# bda16723 11-Nov-2003 Christian Brueffer <brueffer@FreeBSD.org>

Add information about the EVFILT_NETDEV filter

PR: docs/56872 (based on)
Submitted by: Suleiman Souhlal <refugee@vt.edu>
Reviewed by: hmp, jmg


# 634862b3 20-Oct-2003 John-Mark Gurney <jmg@FreeBSD.org>

document the fact that kqueue will immediately return and not timeout when
nevents is 0.

PR: kern/45291


# fe08efe6 08-Sep-2003 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7): Use the new feature of the .In macro.


# 95aab9cc 05-Aug-2003 John-Mark Gurney <jmg@FreeBSD.org>

add support for using kqueue to watch bpf sockets.

Submitted by: Brian Buchanan of nCircle, Inc.
Tested on: i386 and sparc64


# 2efeeba5 19-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: "The .Fa argument.".


# 2faeeff4 18-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTOR

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTORY section, call syscall a function,
to be safe.

show more ...


# e0f640e8 01-Nov-2002 Kelly Yancey <kbyanc@FreeBSD.org>

Track the number of non-data chararacters stored in socket buffers so that
the data value returned by kevent()'s EVFILT_READ filter on non-TCP
sockets accurately reflects the amount of data that can

Track the number of non-data chararacters stored in socket buffers so that
the data value returned by kevent()'s EVFILT_READ filter on non-TCP
sockets accurately reflects the amount of data that can be read from the
sockets by applications.

PR: 30634
Reviewed by: -net, -arch
Sponsored by: NTT Multimedia Communications Labs
MFC after: 2 weeks

show more ...


# 626251ea 29-Oct-2002 Robert Watson <rwatson@FreeBSD.org>

While an interface can be depreciated, we prefer deprecated.

Submitted by: Wayne Morrison <tewok@tislabs.com>


# 3aaa9695 02-Jul-2002 Mark Peek <mp@FreeBSD.org>

Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Use the new .In macro for #include statements.


# fea88e76 12-Sep-2001 Guido van Rooij <guido@FreeBSD.org>

Typo: s/conatains/contains/

MFC after: 1 week


# 936c7c03 08-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: remove whitespace at EOL.


# e725a129 19-Jul-2001 Jonathan Lemon <jlemon@FreeBSD.org>

Document EVFILT_TIMER.

MFC after: 1 week


# 7ebcc426 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# 0e35d76e 27-Jun-2001 Dima Dorfman <dd@FreeBSD.org>

event.h -> sys/event.h

Submitted by: David Hill <david@phobia.ms>


# a910f192 24-Jun-2001 Dima Dorfman <dd@FreeBSD.org>

Remove duplicate words.


# add06812 11-Jun-2001 Jonathan Lemon <jlemon@FreeBSD.org>

Fix small bogon.

Submitted by: Anton Berezin <tobez@tobez.org>


# 5d1c9c56 26-Feb-2001 Jonathan Lemon <jlemon@FreeBSD.org>

Document various changes to kq:
- new EV_SET macro,
- NOTE_LOWAT option for low water marks on read/write filters,
- NOTE_REVOKE for filesystem unmounting (and revoke() calls)
- impro

Document various changes to kq:
- 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

show more ...


# 34bdee5b 14-Feb-2001 Guido van Rooij <guido@FreeBSD.org>

Add include <sys/time.h> because kevent uses struct timespec


# 42635956 29-Dec-2000 Ruslan Ermilov <ru@FreeBSD.org>

Prepare for mdoc(7)NG.


# c23155a4 22-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Er macro usage cleanup.


# ee85cf8b 21-Nov-2000 Jonathan Lemon <jlemon@FreeBSD.org>

Fix a logic reversal: the RFFDG flag must be unset in order to share
a file descriptor table. (Thanks to Alan Cox)

Clarify the fact that the changelist and eventlist can be shared.


# 02e1f978 21-Nov-2000 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>

Clarify the time parameter of the kevent() system call.

Inspired by PR: 21708
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Reviewed by: jlemon


# b275c430 07-Aug-2000 Jonathan Lemon <jlemon@FreeBSD.org>

Document return value of ENOENT for nonexistent/invalid filter entries.


12345