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

forgot to commit this one

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

Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>

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

Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>

7 лет назад
hostapd.8

man pages: add missing commas between subordinate and main clauses

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

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
hostapd.conf.5

replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;

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

Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)

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

Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>

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

Missing comma.

11 лет назад
llc.c

Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>

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

spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech

4 года назад
print-802_11.c

Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>

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

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
roaming.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 лет назад