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
jcs
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
correct indentation; no functional change ok tb@
2 years ago
ifstated.conf.5
Make internal hyperlinking work by moving custom sections from .Sh to .Ss and the titles from all caps to sentence case such that they match the table of contents, and switch from .Sy to .Sx as needed. OK florian@
9 months 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