index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sys
/
kqueue.2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.
ed
2014-04-07
1
-1
/
+1
*
Implement kqueue(2) for procdesc(4).
ed
2014-04-07
1
-1
/
+19
*
kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and document
jilles
2013-11-03
1
-1
/
+8
*
Enhance the description of NOTE_TRACK:
jhb
2013-07-25
1
-6
/
+11
*
Note that SIGCHLD is special and if ignored, won't be recorded by the filter.
pjd
2013-01-21
1
-2
/
+4
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-4
/
+4
*
Bump .Dd date for previous revision.
delphij
2012-02-15
1
-1
/
+1
*
Add notes about sigev_notify_kevent_flags introduced in revision 230857
davidxu
2012-02-15
1
-0
/
+3
*
The NOTE_COPY should have been named NOTE_FFCOPY from the very
ru
2011-12-07
1
-2
/
+2
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
1
-1
/
+0
*
Fix typos and spelling mistakes.
joel
2010-08-06
1
-1
/
+1
*
The devices that supported EVFILT_NETDEV kqueue filters were removed in
brooks
2009-12-31
1
-20
/
+0
*
Add EV_RECEIPT to kevents.
sson
2009-09-16
1
-0
/
+9
*
Add the EV_DISPATCH flag to kevents.
sson
2009-09-16
1
-0
/
+5
*
Add EVFILT_USER to kevents.
sson
2009-09-16
1
-1
/
+39
*
We've been able to support EVFILT_VNODE filtering on non-UFS
ru
2007-09-07
1
-6
/
+1
*
Document that the data field for NOTE_EXIT holds the process exit status.
jhb
2006-11-20
1
-0
/
+2
*
Markup fixes.
ru
2006-09-17
1
-1
/
+1
*
Note that the system only allows a maximum of kern.kq_calloutmax timers.
ceri
2006-08-25
1
-1
/
+10
*
Update .Dd value.
alc
2005-06-04
1
-1
/
+1
*
Eliminate the original method of requesting notification of aio_read(2) and
alc
2005-06-04
1
-9
/
+0
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-15
/
+30
*
Markup, grammar, and spelling fixes.
ru
2004-06-30
1
-3
/
+3
*
Spelling fixes.
mpp
2004-06-21
1
-1
/
+1
*
Add mention of the fact that timeouts are silently limited to 24 hours.
cperciva
2004-04-20
1
-0
/
+5
*
Add information about the EVFILT_NETDEV filter
brueffer
2003-11-11
1
-0
/
+24
*
document the fact that kqueue will immediately return and not timeout when
jmg
2003-10-20
1
-0
/
+8
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
add support for using kqueue to watch bpf sockets.
jmg
2003-08-05
1
-1
/
+8
*
mdoc(7) police: "The .Fa argument.".
ru
2002-12-19
1
-0
/
+8
*
mdoc(7) police: Tidy up the syscall language.
ru
2002-12-18
1
-6
/
+23
*
Track the number of non-data chararacters stored in socket buffers so that
kbyanc
2002-11-01
1
-1
/
+1
*
While an interface can be depreciated, we prefer deprecated.
rwatson
2002-10-29
1
-1
/
+1
*
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
mp
2002-07-02
1
-1
/
+1
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-3
/
+3
*
Typo: s/conatains/contains/
guido
2001-09-12
1
-1
/
+1
*
mdoc(7) police: remove whitespace at EOL.
ru
2001-08-08
1
-1
/
+1
*
Document EVFILT_TIMER.
jlemon
2001-07-19
1
-0
/
+12
*
Remove whitespace at EOL.
dd
2001-07-15
1
-26
/
+26
*
event.h -> sys/event.h
dd
2001-06-27
1
-1
/
+1
*
Remove duplicate words.
dd
2001-06-24
1
-1
/
+1
*
Fix small bogon.
jlemon
2001-06-11
1
-1
/
+1
*
Document various changes to kq:
jlemon
2001-02-26
1
-10
/
+44
*
Add include <sys/time.h> because kevent uses struct timespec
guido
2001-02-14
1
-0
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-29
1
-15
/
+3
*
mdoc(7) police: Er macro usage cleanup.
ru
2000-11-22
1
-1
/
+1
*
Fix a logic reversal: the RFFDG flag must be unset in order to share
jlemon
2000-11-21
1
-3
/
+6
*
Clarify the time parameter of the kevent() system call.
asmodai
2000-11-21
1
-1
/
+1
*
Document return value of ENOENT for nonexistent/invalid filter entries.
jlemon
2000-08-07
1
-0
/
+2
*
Clean up some nits, with the permission of the author:
sheldonh
2000-07-24
1
-7
/
+14
[next]