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

do not use gcc -W options which you do not understand

16 лет назад
ifstated.8

Use configtest as one word like other network daemon man pages.

9 лет назад
ifstated.c

correct indentation; no functional change ok tb@

2 года назад
ifstated.conf.5

list example files in FILES with a short description: generally, "Example configuration file.", but occasionally something else fit better; at the same time, try to make the format for FILES more consistent;

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

Stop tracking interface indexes. Suggested by deraadt.

9 лет назад
log.c

update log.c in ifstated to the same used in bgpd etc. Done by Rob Pierce <rob AT 2keys DOT ca>, thanks

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

including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther

5 лет назад
parse.y

Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.

5 лет назад