index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sys
/
kqueue.2
Age
Commit message (
Expand
)
Author
2019-04-12
Markup improvements: use Dv for kqueue filters, events and note names
abhinav
2018-01-09
Merge autofs support from: Tomohiro Kusumi
christos
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-06-07
EV_SET(2) - simplify description
kamil
2017-06-07
s/filesystem/file system/
abhinav
2017-06-06
Bump date for previous
abhinav
2017-06-06
Update the EV_SET() description with newer implementation.
kamil
2017-05-31
Document transition of EV_SET() from a macro to a static inline function
kamil
2017-04-11
Use more markup for `struct timespec`
abhinav
2017-04-11
s/Sets/Set: Use style consistent with the other sentences in that list.
abhinav
2017-04-02
Fix sentence.
abhinav
2017-04-01
Add EV_SET() to the NAME section
abhinav
2016-12-19
Use markup for errno
abhinav
2015-12-08
PR/50506: Tobias Nygren: kqueue(2) lacks EV_DISPATCH/EV_RECEIPT support
christos
2015-03-02
say that we put the exit code in data.
christos
2012-11-24
mention that kevent returns now EOPNOTSUPP.
christos
2012-01-25
As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE
christos
2011-06-26
* Arrange for interfaces that create new file descriptors to be able to
christos
2011-05-24
fix incorrect variable name
ryo
2010-04-13
Uncomment pdf link for paper.
wiz
2010-04-13
Add the USENIX paper of Jonathan Lemon to SEE ALSO.
jruoho
2010-03-22
Use .In for header files instead of .Ar Pa and variations.
joerg
2009-11-22
remove one the to much.
mbalmer
2009-10-24
simplify the example; only register the set of events to watch once since
christos
2009-09-01
Make HTML-ready.
wiz
2009-09-01
Add useful example program from
elad
2009-03-12
Use comments instead of .ig (requested by joerg).
wiz
2009-02-25
Remove pointless AUTHORS sections. The names are in the source and CVS
ad
2006-10-13
Make HTML-output safe.
wiz
2003-12-09
Reference kfilter_register(9) rather than the non-existent kfilter_register(2).
augustss
2003-04-16
Use
wiz
2003-02-16
After "sys/event.h" was fixed "sys/types.h" doesn't need to be included
tron
2003-02-04
update copyright dates and .Dd
jdolecek
2003-02-04
Introduce EVFILT_TIMER, which allows a process to establish an
jdolecek
2003-01-19
g/c the NEXTRELEASE comment tag now that the next version number is decided
jdolecek
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-11-04
struct kevent's udata is actually intptr_t
jdolecek
2002-10-23
update HISTORY - kqueue branch was merged
jdolecek
2002-10-23
'data' field of struct kevent is actually int64_t nowadays
jdolecek
2002-10-13
no more BUGS; EVFILT_{VNODE,READ} is supported also for other filesystems
jdolecek
2002-10-01
deprecated, not depreciated.
wiz
2002-10-01
New sentence, new line. From Robert Elz.
wiz
2002-09-25
Drop trailing whitespace, and some mdoc fixes and improvements.
wiz
2002-09-24
add missing comma
jdolecek
2002-09-24
'data' contains amount of space remaining in the write buffer also
jdolecek
2002-09-22
add kqueue(2)/kevent(2) manpage to mainline, to reduce difference between
jdolecek
2001-07-10
move to kqueue branch for now
lukem
2001-06-28
freebsd kqueue implementation
lukem