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-02-20
Clean up/simplify dtls1_get_cipher().
Joel Sing
2021-02-20
move from calling l3 protocol input handlers to using if_vinput.
David Gwynne
2021-02-20
move gre and mgre from calling l3 input handlers to using if_vinput.
David Gwynne
2021-02-20
move gif from calling l3 protocol input handlers to using if_vinput.
David Gwynne
2021-02-20
add p2p_input, like ether_input but for l3 tunnel interfaces.
David Gwynne
2021-02-20
let tun use bpf_mtap for handling input packets.
David Gwynne
2021-02-20
default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.
David Gwynne
2021-02-20
give interfaces an if_bpf_mtap handler.
David Gwynne
2021-02-20
sync
Stuart Henderson
2021-02-20
Recommit upstream alignment fix plus libperl version bump
Andrew Fresh
2021-02-20
document the monitor flag.
David Gwynne
2021-02-20
add support for handling the interface monitor flag
David Gwynne
2021-02-20
add a MONITOR flag to ifaces to say they're only used for watching packets.
David Gwynne
2021-02-19
Fail on duplicate nonce payload.
tobhe
2021-02-19
Add 't' to options in man page. ok jmc@ kn@
Mark Lumsden
2021-02-19
Append .html suffix to temporary files enabling browsers to recognise it
kn
2021-02-19
Put duplicated code calculating backoff interval and packet 'secs'
Kenneth R Westerback
2021-02-19
Missed poll -> ppoll in log_warn() verbiage.
Kenneth R Westerback
2021-02-19
Convert reallocarray + memset to recallocarray.
Theo Buehler
2021-02-19
Add the same ASCII check to the URI in TAL files as we do for URI in .cer files
Claudio Jeker
2021-02-19
Check return value of chdir() to stop a silly warning with some
Nicholas Marriott
2021-02-19
Move the mkpath() call from the rsync path to the main process. This allows
Claudio Jeker
2021-02-19
Add an EXAMPLES section
solene
2021-02-19
we dont need to wrap some short lines.
David Gwynne
2021-02-19
check the state for PF_ROUTE when undeferring a packet, not the rule.
David Gwynne
2021-02-18
Save one allocation by passing msg_nonce ownership instead of using
tobhe
2021-02-18
Remove redundant ibuf_release. msg_ke is always NULL because of the
tobhe
2021-02-18
Pass ownership instead of duplicating ibuf msg_ke.
tobhe
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
Theo Buehler
2021-02-18
Make kernel ld.script similar to octeon's on loongson and sgi.
Visa Hankala
2021-02-18
Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().
Claudio Jeker
2021-02-18
Mention that U-Boot serial speed should be 115200.
Visa Hankala
2021-02-18
Reduce len when moving past spaces in OSC 11 parameter.
Nicholas Marriott
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
2021-02-18
All the code for output handling was moved to output.c some time ago.
Claudio Jeker
2021-02-18
Only pick up files matching alphanumeric and underscore characters under
Antoine Jacoutot
2021-02-18
Fix the hostkeys rotation extension documentation
Damien Miller
2021-02-18
add rpki-rtr port 323; ok job
Theo de Raadt
2021-02-18
make names in function prototypes match those in definition
Damien Miller
2021-02-18
unbreak SK_DEBUG builds
Damien Miller
2021-02-18
mark test-inlabel-wildcard-cert-no-CA-client as an expected failure
Theo Buehler
2021-02-18
sftp-server: implement limits@openssh.com extension
Damien Miller
2021-02-18
handle "simple-pm-bus" in simplebus
Jonathan Gray
2021-02-17
Unify unit initialization.
Marcus Glocker
2021-02-17
If the device driver open call fails, don't set sc_open since in that case
Marcus Glocker
2021-02-17
Skip gp initialization in loongson bootblocks
Visa Hankala
2021-02-17
Do not reprogram address filter after MII status change
Visa Hankala
2021-02-17
Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCs
Mark Kettenis
2021-02-17
Call 'struct process' parameters 'pr' to distinguish from 'struct proc'
Marcus Glocker
2021-02-17
Move the call to setupterm() into the client and have it pass the
Nicholas Marriott
[next]