tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
ifstated
/
at
trash-bin2
8 files
Makefile
do not use gcc -W options which you do not understand
15 years ago
ifstated.8
Use configtest as one word like other network daemon man pages.
8 years ago
ifstated.c
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
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;
5 years ago
ifstated.h
Stop tracking interface indexes. Suggested by deraadt.
8 years ago
log.c
update log.c in ifstated to the same used in bgpd etc. Done by Rob Pierce <rob AT 2keys DOT ca>, thanks
8 years ago
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
4 years ago
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.
4 years ago