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
/
eigrpd
/
at
master
30 files
Makefile
work on making log.c similar in all daemons:
9 years ago
control.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
control.h
Same control cleanup that was done for ospfd and ripd. Move the control_state and ctl_conns structs into control.c nothing else uses these structs.
5 years ago
eigrp.h
Simplify handling of multicast addresses.
9 years ago
eigrpd.8
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
eigrpd.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
eigrpd.conf.5
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
eigrpd.h
use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
4 years ago
eigrpe.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
eigrpe.h
Same control cleanup that was done for ospfd and ripd. Move the control_state and ctl_conns structs into control.c nothing else uses these structs.
5 years ago
hello.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
in_cksum.c
Welcome eigrpd
10 years ago
interface.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
kroute.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
log.c
Use log_procname instead of log_procnames[eigrpd_process]. It should be the same thing.
5 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
logmsg.c
work on making log.c similar in all daemons:
9 years ago
neighbor.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
packet.c
Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.
5 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
printconf.c
Make functions and variables static whenever possible.
9 years ago
query.c
Minor tweaks
9 years ago
rde.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rde.h
Minor tweaks
9 years ago
rde_dual.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
reply.c
Minor tweaks
9 years ago
rtp.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
tlv.c
use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
4 years ago
update.c
Minor tweaks
9 years ago
util.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago