/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
lib/libevent/
..
Makefile

for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;

10 лет назад
buffer.c

spelling fixes; from paul tagliamonte ok nicm

4 года назад
evbuffer.c

Fix whitespace errors in libevent. OK nicm@

12 лет назад
evbuffer_new.3

The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.

год назад
event-internal.h

Remove #ifndef HAVE_TAILQFOREACH containing a private tailq implementation. OK nicm@

12 лет назад
event.3

The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.

год назад
event.c

spelling fixes; from paul tagliamonte ok nicm

4 года назад
event.h

Switched min_heap to size_t to prevent integer overflows.

7 лет назад
event_base_loop.3

.Lb libevent in some WIP pages that are not yet installed

год назад
event_base_new.3

.Lb libevent in some WIP pages that are not yet installed

год назад
event_set.3

.Lb libevent in some WIP pages that are not yet installed

год назад
event_set_log_callback.3

.Lb libevent in some WIP pages that are not yet installed

год назад
event_tagging.c

Fix whitespace errors in libevent. OK nicm@

12 лет назад
evsignal.h

Remove the #ifdef HAVE_SIGACTION from libevent. The struct evsignal_info does not change, so no library crank. OK nicm@ deraadt@

12 лет назад
evutil.c

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

7 лет назад
evutil.h

Whoops, EVUTIL_SET_SOCKET_ERROR went missing.

16 лет назад
kqueue.c

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().

2 года назад
log.c

Libraries should not print to stderr, ok tedu beck deraadt

11 лет назад
log.h

Update libevent to 1.4.13.

16 лет назад
min_heap.h

Switched min_heap to size_t to prevent integer overflows.

7 лет назад
poll.c

Remove NULL pointer checks before calls to free(). OK bluhm@ nicm@

10 лет назад
select.c

Remove NULL pointer checks before calls to free(). OK bluhm@ nicm@

10 лет назад
shlib_version

add helper functions to use asr with libevent.

12 лет назад
signal.c

Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream. - Avoid deadlock when activating signals. Fixes bug 3048812. Based on patch by Nicholas Marriott. The deadlock was ultimately fixed in a different way (by disabling reinit - see event.c r1.25). Add it now for consistency but without the Windows compatibility code. Convert the fnctl() calls to SOCK_CLOEXEC | SOCK_NONBLOCK to simplify the code. OK nicm@

12 лет назад