1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/lib/libevent
yasuoka a96d88d343 In kq_del(), delete matching EV_ADD entries to prevent libevent from
passing both EV_ADD and EV_DELETE for the same fd to kevent().

ok visa
2024-03-23 22:51:49 +00:00
..
buffer.c spelling fixes; from paul tagliamonte 2022-12-27 23:05:55 +00:00
evbuffer_new.3 Mention some missing libevent macros. 2018-07-26 12:50:04 +00:00
evbuffer.c
event_base_loop.3 various markup tweaks, no content change; OK jmc@ 2023-04-27 16:10:11 +00:00
event_base_new.3 Some wording tweaks to finish the polishing. 2023-04-28 17:31:58 +00:00
event_set_log_callback.3 spelling 2023-05-01 07:04:38 +00:00
event_set.3 Provide function prototypes for macros that take arguments, 2023-04-29 13:37:03 +00:00
event_tagging.c
event-internal.h
event.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
event.c spelling fixes; from paul tagliamonte 2022-12-27 23:05:55 +00:00
event.h Switched min_heap to size_t to prevent integer overflows. 2019-04-29 17:11:51 +00:00
evsignal.h
evutil.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
evutil.h
kqueue.c In kq_del(), delete matching EV_ADD entries to prevent libevent from 2024-03-23 22:51:49 +00:00
log.c
log.h
Makefile
min_heap.h Switched min_heap to size_t to prevent integer overflows. 2019-04-29 17:11:51 +00:00
poll.c
select.c
shlib_version
signal.c