index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2021-01-23
Remove unused variables found by clang. Additional unused var spotted by eric@.
rob
2021-01-22
The correct spelling is NULL.
Florian Obser
2021-01-22
fix a memory leak, found by rob@ in relayd.
Sebastian Benoit
2021-01-22
Remove the traphandler process, which was nothing more then a sham.
Martijn van Duren
2021-01-21
ndp only deals with current localtime. Print time with subsecond
Florian Obser
2021-01-21
Make it possible to convert map arguments to long and insert nsecs in maps.
Martin Pieuchot
2021-01-21
Backport "Squelch udp connect 'no route to host' errors" from upstream.
Stuart Henderson
2021-01-20
Print rewritten addresses in tcpdump(8) logged with pflog(4) for
Alexander Bluhm
2021-01-19
Get rid of inet_net_pton and inet_net_ntop.
Florian Obser
2021-01-19
Make imsg event structs static to fix -fno-common.
Florian Obser
2021-01-19
Move control_state and ctl_conns to control.c, it's not needed
Florian Obser
2021-01-19
No need for a global rad_process; unbreaks -fno-common.
Florian Obser
2021-01-19
Like ospfd allocate the recv buffer with malloc() on first call.
Claudio Jeker
2021-01-19
Allocate the recv buffer with malloc() on first call. This code assumes
Claudio Jeker
2021-01-19
Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and to
Claudio Jeker
2021-01-19
Kill log_procnames and properly define ldpd_process.
Claudio Jeker
2021-01-19
Do the same control cleanup as in other daemons. Move ctl_conns exclusivly
Claudio Jeker
2021-01-19
Make struct imsgev static like in the other routing daemons. With this
Claudio Jeker
2021-01-19
Kill dvrmpd_process and log_procnames. Unneeded abstraction for this
Claudio Jeker
2021-01-19
Cleanup control like in the other routing daemons. Move control_state
Claudio Jeker
2021-01-19
Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.
Claudio Jeker
2021-01-19
Another pkt_ptr cleanup. There is actually no need to make the pkt
Claudio Jeker
2021-01-19
Like all other log.c just exit(1) in fatal()
Claudio Jeker
2021-01-19
Kill global eigrpd_process and instead pass the proc to merge_config()
Claudio Jeker
2021-01-19
Use log_procname instead of log_procnames[eigrpd_process]. It should be
Claudio Jeker
2021-01-19
Same control cleanup that was done for ospfd and ripd. Move the
Claudio Jeker
2021-01-19
Like in ospfd use a static pkt_ptr buffer
Claudio Jeker
2021-01-19
Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change.
Claudio Jeker
2021-01-19
Do not use IBUF_READ_SIZE for the packet read buffer size. Instead
Claudio Jeker
2021-01-19
Make the struct imsgev structs static and with that ripd -fno-common clean.
Claudio Jeker
2021-01-19
Remove the PROC_* enums and ripd_process, they are no longer needed.
Claudio Jeker
2021-01-19
Like in all other log.c file just use exit(1) in fatal() calls.
Claudio Jeker
2021-01-19
Move the interface demote out of if_del and into the only place where
Claudio Jeker
2021-01-19
Like in ospfd make the pkt_ptr a local static buffer.
Claudio Jeker
2021-01-19
Apply same cleanup to the control code as in ospfd.
Claudio Jeker
2021-01-19
Make the struct imsgev static. With this ospf6d compiles with -fno-common
Claudio Jeker
2021-01-19
Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using
Claudio Jeker
2021-01-19
Like in ospfd rename nconf to noeconf in the ospf engine to remove
Claudio Jeker
2021-01-19
Properly define ospfd_process as an extern in the header file.
Claudio Jeker
2021-01-19
Like in ospfd use a static pkt_ptr buffer.
Claudio Jeker
2021-01-19
Do the same control cleanup as in ospfd. Move control_state and ctl_conns
Claudio Jeker
2021-01-19
Make the imsg event structures static, properly define ospfd_process and
Claudio Jeker
2021-01-19
Internalize a few more things into the control code. Both control_state
Claudio Jeker
2021-01-19
Use a static pkt_ptr buffer instead of allocating it dynamically.
Claudio Jeker
2021-01-19
Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() with
Claudio Jeker
2021-01-19
Do the KAME embedded scope fixup in the two places where getifaddrs() is
Claudio Jeker
2021-01-19
Fix the embedded scope hack. They way this was written is buggy since the
Claudio Jeker
2021-01-18
Fix httpd example config
Theo Buehler
2021-01-18
Remove unused variable in an effort to make this -fno-common clean.
Florian Obser
2021-01-18
Adjust code to the change of struct bgpd_addr in bgpd.
Claudio Jeker
[next]