/freebsd/usr.sbin/ntp/libntpevent/ |
H A D | Makefile | 10 bufferevent_pair.c epoll.c evdns.c event.c event_tagging.c \
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-1.4 | 33 …epoll backend at startup. Instead, start out accepting 32 events at a time, and double the queue'… 47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K… 101 o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov. 119 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
|
H A D | configure.ac | 236 sys/epoll.h \ 614 [Define if your system supports the epoll system calls]) 619 AC_MSG_CHECKING(for epoll system call) 626 #include <sys/epoll.h> 643 [Define if your system supports the epoll system calls])
|
H A D | Makefile.am | 215 SYS_SRC += epoll.c
|
H A D | ChangeLog-2.0 | 143 o Workaround in the unit tests for an apparent epoll bug in Linux 3.2 (dab9187) 144 o Better workaround for Linux 3.2 edge-triggered epoll bug (9f9e259) 149 o epoll: close fd on alloc fail at initialization (1aee718 Jamie Iles) 412 …o Disable changelist for epoll by default because of Linux dup() bug; add an option and/or an envv… 414 o Fix a nasty bug related to use of dup() with epoll on Linux (c281aba) 539 o Fix a spurious-call bug on epoll.c (0faaee0) 558 o Make debugging output for epoll backend more comprehensive (ec2b05e) 662 o Possible fix to 100% cpu usage with epoll and openssl (cf249e7 Mike Smellie) 664 o Suppress a spurious EPERM warning in epoll.c (e73cbde) 715 o Improve error message for failed epoll to make debugging easier. (9e725f7) [all …]
|
H A D | whatsnew-2.1.txt | 161 On backends that support it (currently epoll), there is now an 579 Due to limitations of the epoll interface, Libevent programs using epoll 583 has approximately the resolution corresponding to epoll, and is much faster 595 branches. This should minimize epoll_ctl() calls and make the epoll
|
H A D | whatsnew-2.0.txt | 253 now, epoll and kqueue support this. 294 default) for the epoll backend. To turn it on for the epoll backend, 297 variable. Doing this with epoll may result in weird bugs if you give
|
H A D | event-config.h.cmake | 96 /* Define if your system supports the epoll system calls */ 337 /* Define to 1 if you have the <sys/epoll.h> header file. */
|
H A D | config.h.in | 47 /* Define if your system supports the epoll system calls */ 302 /* Define to 1 if you have the <sys/epoll.h> header file. */
|
H A D | ChangeLog | 52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) 287 o Do not add epoll_sub (syscall wrappers) for epoll in cmake (cea61de6) 643 o epoll: introduce PRINT_CHANGES() macro to avoid copy-pasting (a1b142b Azat Khuzhin) 864 epoll via EPOLLRDHUP, triggering bufferevent callbacks, adding more 875 o Implemented EV_CLOSED event for epoll backend 1305 in the system clock. Also, on Linux systems with epoll, we now 1306 optionally support microsecond-level timeouts (whereas epoll only 1322 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond 1572 o Workaround in the unit tests for an apparent epoll bug in Linux 3.2 (dab9187) 1573 o Better workaround for Linux 3.2 edge-triggered epoll bug (9f9e259) [all …]
|
H A D | Makefile.in | 158 @EPOLL_BACKEND_TRUE@am__append_25 = epoll.c 243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \ 251 @EPOLL_BACKEND_TRUE@am__objects_6 = epoll.lo 288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \ 482 ./$(DEPDIR)/epoll.Plo ./$(DEPDIR)/evdns.Plo \ 1778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@ # am--include-marker 2871 -rm -f ./$(DEPDIR)/epoll.Plo 2997 -rm -f ./$(DEPDIR)/epoll.Plo
|
H A D | CMakeLists.txt | 403 sys/epoll.h 836 list(APPEND SRC_CORE epoll.c)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-1.4 | 33 …epoll backend at startup. Instead, start out accepting 32 events at a time, and double the queue'… 47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K… 101 o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov. 119 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
|
H A D | configure.ac | 236 sys/epoll.h \ 614 [Define if your system supports the epoll system calls]) 619 AC_MSG_CHECKING(for epoll system call) 626 #include <sys/epoll.h> 643 [Define if your system supports the epoll system calls])
|
H A D | Makefile.am | 215 SYS_SRC += epoll.c
|
H A D | ChangeLog-2.0 | 143 o Workaround in the unit tests for an apparent epoll bug in Linux 3.2 (dab9187) 144 o Better workaround for Linux 3.2 edge-triggered epoll bug (9f9e259) 149 o epoll: close fd on alloc fail at initialization (1aee718 Jamie Iles) 412 …o Disable changelist for epoll by default because of Linux dup() bug; add an option and/or an envv… 414 o Fix a nasty bug related to use of dup() with epoll on Linux (c281aba) 539 o Fix a spurious-call bug on epoll.c (0faaee0) 558 o Make debugging output for epoll backend more comprehensive (ec2b05e) 662 o Possible fix to 100% cpu usage with epoll and openssl (cf249e7 Mike Smellie) 664 o Suppress a spurious EPERM warning in epoll.c (e73cbde) 715 o Improve error message for failed epoll to make debugging easier. (9e725f7) [all …]
|
H A D | whatsnew-2.1.txt | 161 On backends that support it (currently epoll), there is now an 579 Due to limitations of the epoll interface, Libevent programs using epoll 583 has approximately the resolution corresponding to epoll, and is much faster 595 branches. This should minimize epoll_ctl() calls and make the epoll
|
H A D | whatsnew-2.0.txt | 253 now, epoll and kqueue support this. 294 default) for the epoll backend. To turn it on for the epoll backend, 297 variable. Doing this with epoll may result in weird bugs if you give
|
H A D | event-config.h.cmake | 96 /* Define if your system supports the epoll system calls */ 337 /* Define to 1 if you have the <sys/epoll.h> header file. */
|
H A D | config.h.in | 47 /* Define if your system supports the epoll system calls */ 299 /* Define to 1 if you have the <sys/epoll.h> header file. */
|
H A D | ChangeLog | 52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) 287 o Do not add epoll_sub (syscall wrappers) for epoll in cmake (cea61de6) 643 o epoll: introduce PRINT_CHANGES() macro to avoid copy-pasting (a1b142b Azat Khuzhin) 864 epoll via EPOLLRDHUP, triggering bufferevent callbacks, adding more 875 o Implemented EV_CLOSED event for epoll backend 1305 in the system clock. Also, on Linux systems with epoll, we now 1306 optionally support microsecond-level timeouts (whereas epoll only 1322 o When PRECISE_TIMERS is set with epoll, use timerfd for microsecond 1572 o Workaround in the unit tests for an apparent epoll bug in Linux 3.2 (dab9187) 1573 o Better workaround for Linux 3.2 edge-triggered epoll bug (9f9e259) [all …]
|
H A D | Makefile.in | 158 @EPOLL_BACKEND_TRUE@am__append_25 = epoll.c 243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \ 251 @EPOLL_BACKEND_TRUE@am__objects_6 = epoll.lo 288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \ 482 ./$(DEPDIR)/epoll.Plo ./$(DEPDIR)/evdns.Plo \ 1770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@ # am--include-marker 2861 -rm -f ./$(DEPDIR)/epoll.Plo 2987 -rm -f ./$(DEPDIR)/epoll.Plo
|
H A D | CMakeLists.txt | 403 sys/epoll.h 836 list(APPEND SRC_CORE epoll.c)
|
/freebsd/contrib/wpa/hostapd/ |
H A D | android.config | 183 # Should we use epoll instead of select? Select is used by default.
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.c | 18 #error Do not define both of poll and epoll
|