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

remove prototypes with no matching function; ok florian@

2 года назад
unix

We have sockaddr_storage these days, get rid of isc_sockaddr_t. OK beck, "beautiful" deraadt

6 лет назад
Makefile.inc

we no longer need isc_netaddr_t OK beck, deraadt (who also OK'ed the previous two diffs)

6 лет назад
assertions.c

reduce multiple newlines

6 лет назад
base32.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
base64.c

Mechanically replace isc_boolean_t with int. OK deraadt

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

In preparation of compiling lib/dns/rdata/ files individually we need global visibility of str_totext. Rename it to isc_str_tobuffer, put it into buffer.c and delete duplicate implementations.

6 лет назад
bufferlist.c

reduce multiple newlines

6 лет назад
error.c

Remove unused callback mechanism / indirection. OK deraadt, millert

6 лет назад
event.c

reduce multiple newlines

6 лет назад
hash.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
heap.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
hex.c

In preparation of compiling lib/dns/rdata/ files individually we need global visibility of str_totext. Rename it to isc_str_tobuffer, put it into buffer.c and delete duplicate implementations.

6 лет назад
hmacsha.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
lex.c

remove some unused code and uneeded includes ok beck@ florian@

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

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
refcount.c

reduce multiple newlines

6 лет назад
regex.c

remove unneeded semicolons; checked by millert@

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

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
serial.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
sha1.c

reduce multiple newlines

6 лет назад
sha2.c

dig: make function definitions match their prototypes

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

IN_MULTICAST uses host byte order

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

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
task.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
task_p.h

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
timer.c

Mechanically replace isc_boolean_t with int. OK deraadt

6 лет назад
timer_p.h

Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert

6 лет назад