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
/
ospf6d
/
at
master
33 files
Makefile
work on making log.c similar in all daemons:
9 years ago
area.c
Area is now part of struct iface
6 years ago
carp.c
Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an error path.
16 years ago
control.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
control.h
Do the same control cleanup as in ospfd. Move control_state and ctl_conns into control.c nothing outside needs access to this.
5 years ago
database.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
hello.c
Remove unused variables
5 years ago
interface.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
iso_cksum.c
Welcome ospf6d
18 years ago
kroute.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
log.c
bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
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
logmsg.c
work on making log.c similar in all daemons:
9 years ago
lsack.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lsreq.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
lsupdate.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
name2id.c
Welcome ospf6d
18 years ago
neighbor.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ospf6.h
sync w/ospfd: improve snapshot handling; ok claudio, sthen
13 years ago
ospf6d.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
ospf6d.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ospf6d.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
ospf6d.h
Properly define ospfd_process as an extern in the header file.
5 years ago
ospfe.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ospfe.h
Like in ospfd use a static pkt_ptr buffer.
5 years ago
packet.c
Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory.
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
Allow the interface setting "type p2p" to be configured globallz or per area. Most of the other interface settings allow this.
6 years ago
rde.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rde.h
Bring ospf6d closer to ospfd
6 years ago
rde_lsdb.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rde_spf.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
util.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago