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
/
relayd
/
pfe_route.c
Age
Commit message (
Expand
)
Author
2017-05-28
use __func__ in log messages. fix some whitespace while here.
Sebastian Benoit
2016-09-02
Split "struct relayd" into two structs: "struct relayd" and "struct
Reyk Floeter
2015-12-02
In most cases we don't need all arguments of proc_compose*_imsg(),
Reyk Floeter
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-16
Adapt to <limits.h> universe.
Theo de Raadt
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-06-25
sync copyright to reality according to my last changes
Reyk Floeter
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-05-05
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2011-05-05
Allow a user to specify the route priority
Peter Hessler
2009-08-13
add new 'router' functionality to dynamically add or remove routes
Reyk Floeter