index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-19
gre(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
tpmr(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
bpe(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
aggr(4): convert ifunit() to if_unit(9)
mvs
2021-01-18
Fix httpd example config
Theo Buehler
2021-01-18
Mark `ps_oppid' as atomic.
mvs
2021-01-18
regen
mvs
2021-01-18
Revert wrong commit.
mvs
2021-01-18
Convert ifunit() to if_unit(9).
mvs
2021-01-18
regen
mvs
2021-01-18
Unlock getppid(2).
mvs
2021-01-18
Remove c++ comment that snuck in and remove useless debug output.
Florian Obser
2021-01-18
Remove unused variable in an effort to make this -fno-common clean.
Florian Obser
2021-01-18
add IPPROTO_SCTP, ok claudio@
Stuart Henderson
2021-01-18
Adjust code to the change of struct bgpd_addr in bgpd.
Claudio Jeker
2021-01-18
Change struct bgpd_addr VPN encoding. Instead of including two almost
Claudio Jeker
2021-01-18
Fix long->int for convtime tests here too. Spotted by tobhe@.
Darren Tucker
2021-01-18
Hide some warnings on newer GCC versions, GitHUb issue 2525.
Nicholas Marriott
2021-01-18
There is no need to clear every line entirely before drawing to it, this
Nicholas Marriott
2021-01-18
Introduce new function if_unit(9). This function returns a pointer the
mvs
2021-01-18
support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstream
Stuart Henderson
2021-01-18
crank limits to satisfy piggy piggy clang
Theo de Raadt
2021-01-18
Sync SA configuration payload to new SA after IKE SA rekeying.
tobhe
2021-01-18
Move sessid definition to keynote-verify.c to avoid issues with -fno-common
mortimer
2021-01-18
Move usage definition out of header file to avoid issues with -fno-common.
mortimer
2021-01-18
Move defiition of sum variable from header file to avoid issues with
mortimer
2021-01-18
Move definition of pmode to main.c instead of a compress.h. Avoids linker
mortimer
2021-01-18
Extern tracks list to avoid linker issues with -fno-common.
mortimer
2021-01-17
Put a sleep 1 after starting net-snmpd. The reason of the race is
Alexander Bluhm
2021-01-17
umb(4) sets a default interface priority too; mention it here
Stuart Henderson
2021-01-17
Add -N flag to never start server even if command would normally do so,
Nicholas Marriott
2021-01-17
Mark up locations of KAME hack with #ifdef __KAME__ so that we can
Florian Obser
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
2021-01-17
Don't leak host address. Found with clang static analyzer.
rob
2021-01-17
Comply with man page intent of -dvv enabling BER level logging.
rob
2021-01-17
Add defines for the various ARM SMMU models.
Patrick Wildt
2021-01-17
add another iwx device
Joshua Stein
[next]