Home
last modified time | relevance | path

Searched refs:libevent (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/usr.sbin/unbound/doc/
H A DREADME15 * libevent http://www.monkey.org/~provos/libevent/ (BSD license)
20 * --with-libevent=/path/to/libevent
22 --with-libevent=no gives a builtin alternative implementation.
38 libevent library.
89 o If libevent is older (before 1.3c), unbound will exit instead of reload
91 printed. Perform ./configure --with-libevent=no or update libevent, rerun
93 It is strongly suggested to use a recent version of libevent.
H A DTODO70 - use libevent if available on system by default(?), default outgoing 256to1024
H A DChangelog8292 libevent and possibly higher numbers.
8971 compatible with the libevent-2.0. Works with older libevent too.
10401 - --with-libevent works with latest libevent 1.4.99-trunk.
10407 --with-libevent=/home/wouter/libev-3.2
10750 - nicer linking of libevent .o files.
10891 - nice libevent not found error.
11136 - Advertise builtin select libevent alternative when no libevent
12053 - Signals, libevent and threads work well, with libevent patch and
12117 ./configure --with-libevent=no
12218 - fixed libevent configure flag.
[all …]
/openbsd/usr.sbin/unbound/
H A DREADME.md28 You can use libevent if you want. libevent is useful when using many (10000)
32 Use the `--with-libevent` configure option to compile Unbound with libevent
H A Dconfigure.ac1398 # check for libevent
1403 AC_MSG_CHECKING(for libevent)
1420 # libevent source directory
1427 mkdir build/libevent >/dev/null 2>&1
1432 cp $ev_files_o build/libevent
1433 cp $ev_files_lo build/libevent
1434 cp $ev_files_libso build/libevent/.libs
1435 LATE_LDFLAGS="build/libevent/*.lo -lm"
1446 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
1460 # is the event.h header libev or libevent?
[all …]
H A DMakefile.bsd-wrapper12 --with-libevent=/usr \
H A Dconfig.h.in916 /* Define if you enable libevent */
1476 /* using version of libevent that is not threadsafe. */
H A Dconfigure21858 mkdir build/libevent >/dev/null 2>&1
21859 mkdir build/libevent/.libs >/dev/null 2>&1
21863 cp $ev_files_o build/libevent
21864 cp $ev_files_lo build/libevent
21865 cp $ev_files_libso build/libevent/.libs
21877 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
/openbsd/regress/usr.sbin/syslogd/
H A DSyslogd.pm197 my @libevent;
199 push @libevent, "$_=1" if delete $ENV{$_};
201 push @libevent, "EVENT_SHOW_METHOD=1" if @libevent;
205 my @cmd = (@sudo, @libevent, @ktrace, $self->{execfile},
H A DMakefile153 .PHONY: syntax libevent
167 libevent: target
H A DREADME15 When invoked with "make libevent", all tests are executed three
/openbsd/usr.sbin/nsd/
H A Dconfigure.ac424 # check for libevent
425libevent, AS_HELP_STRING([--with-libevent=pathname],[use libevent (will check /usr/local /opt/loca… optwith
428 AC_MSG_CHECKING(for libevent)
445 # libevent source directory
453 AC_MSG_ERROR([Cannot find the libevent library.
459 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
470 # check for library used by libevent after 1.3c
473 # is the event.h header libev or libevent?
482 AC_CHECK_FUNCS([event_base_free]) # only in libevent 1.2 and later
483 AC_CHECK_FUNCS([event_base_once]) # only in libevent 1.4.1 and later
[all …]
H A DMakefile.bsd-wrapper23 --with-libevent=/usr \
H A DREADME.md23 …* libevent, with its include files (usually these are included in the "dev" version of the library)
H A Dconfigure1492 --with-libevent=pathname
1493 use libevent (will check /usr/local /opt/local
1495 /usr/local/opt/libevent or you can specify an
6735 …if test ! -f $thedir/lib/libevent.a -a ! -f $thedir/lib/libevent.so -a -d "$thedir/lib/event2"; th…
/openbsd/lib/
H A DMakefile5 libedit libelf libevent libexpat \
/openbsd/regress/lib/
H A DMakefile8 SUBDIR+= libevent
/openbsd/regress/lib/libevent/
H A DMakefile6 CFLAGS+= -I${.CURDIR}/../../../lib/libevent \
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DDockerfile51 libevent-dev=2.1.8* \
/openbsd/share/mk/
H A Dbsd.prog.mk37 LIBEVENT?= ${DESTDIR}/usr/lib/libevent.a
H A Dbsd.README345 LIBEVENT /usr/lib/libevent.a
/openbsd/include/
H A DMakefile46 ../lib/libelf ../lib/libevent ../lib/libexpat ../lib/libfido2 \
/openbsd/usr.sbin/nsd/doc/
H A DREADME66 Install openssl and libevent.
211 --with-libevent=path
213 Specity the location of the libevent library (or libev).
214 --with-libevent=no uses a builtin portable implementation (select()).
H A DChangeLog37 is active at the time. This could cause the libevent event lists
286 - Fix compilation without libevent and compilation of nsd-mem.
288 libevent.
2778 - List libevent in README.
2826 - Fixup for libevent-2.1.2.
2842 - fix libevent=no signals on Solaris.
2847 - implement --with-libevent=no.
2940 - Fixup no use of internals ev_flags of libevent.
2957 - libevent in server_child.
2967 - Fix xfrd libevent events.
[all …]
H A DRELNOTES43 is active at the time. This could cause the libevent event lists
392 - Fix #107: nsd -v shows configure line, openssl version and libevent version.
1257 - tcp-count can go above 1000; epoll/kqueue support with libevent.
1364 - List libevent in README.
1384 - Fix for use with libevent-2.1.2.

12