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-03-23
Fix some ranges and type handling.
Martijn van Duren
2021-03-23
Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB
Martijn van Duren
2021-03-23
Don't send DELETE notify if IKE SA is replaced because of
tobhe
2021-03-23
OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()
Theo Buehler
2021-03-23
change pfIfDescr and pfLogIfName from plain OCTET STRING (which has no
Stuart Henderson
2021-03-23
Use a pointer called bufp to point to a buffer called bufn
Mark Lumsden
2021-03-23
Correct how many arguments some functions take for interpreter.c.
Mark Lumsden
2021-03-23
Use time_t for intermediate lease time values when calculating human
Florian Obser
2021-03-23
Timed out RSA key ops, may leave uncalled for responses in the imsg return
Claudio Jeker
2021-03-23
Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices.
Claudio Jeker
2021-03-23
Make a parameter to an mg function not throw an error just
Mark Lumsden
2021-03-23
Document the @version suffix that can be added when running 'portgen go'
Aaron Bieber
2021-03-23
Fix a corner case bug in Rx block ack window gap-wait timeout handling.
Stefan Sperling
2021-03-23
When moving the Rx block ack window forward do not implicitly rely on
Stefan Sperling
2021-03-23
Make a child execute fork_return() only if PTRACE_FORK has been specified.
Martin Pieuchot
2021-03-23
Skip first frame when saving stacktraces, it's always witness_checkorder().
Martin Pieuchot
2021-03-23
Pack the SPCR struct definition since the struct isn't naturally aligned
Patrick Wildt
2021-03-22
Now that MSI pages are properly mapped, all that debug code in smmu(4)
Patrick Wildt
2021-03-22
Don't leak ca in test_cms_sign_verify().
Theo Buehler
2021-03-22
Load MSI pages through bus_dma(9). Our interrupt controllers for MSIs
Patrick Wildt
2021-03-22
Plug a few memory leaks reported by Ilya Shipitsin
Theo Buehler
2021-03-22
Properly reflect stopping state
kn
2021-03-22
Update device-tree bindings
kn
2021-03-22
BOOTP has a minimum packet length of 300 bytes. Since DHCP is
Florian Obser
2021-03-22
Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian
Otto Moerbeek
2021-03-22
Remove unveil() from the rsync_sender() and flist_gen(). The sender is
Claudio Jeker
2021-03-22
Adjust function name in error strings.
Claudio Jeker
2021-03-22
Adjust a type to unsigned since the io function works on unsigned ints.
Claudio Jeker
2021-03-22
Put comment where it belongs also remove an assert() that checks for an
Claudio Jeker
2021-03-22
Compare explicitly against NULL.
Claudio Jeker
2021-03-22
Make fmt argument const. Format local vars a bit.
Claudio Jeker
2021-03-22
Let iwn(4) simply clear frames before the firmware's BA window, instead
Stefan Sperling
2021-03-22
Start the move to TAILQ for expressions instead of an SLIST.
Mark Lumsden
2021-03-22
document NEVER_CLEAN
Marc Espie
2021-03-21
The tag comes after iface in iked.conf(5).
tobhe
2021-03-21
Fully initialize rrec in tls12_record_layer_open_record_protected
Theo Buehler
2021-03-21
Revise regress to match handshake struct changes.
Joel Sing
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
Joel Sing
2021-03-21
Use new terminology of RFC 8981 and (mechanically) replace "privacy"
Florian Obser
2021-03-21
wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@
Stuart Henderson
2021-03-21
Split TLSv1.3 record protection from record layer.
Joel Sing
2021-03-21
Build options regress with -DLIBRESSL_INTERNAL.
Joel Sing
2021-03-21
Avoid a use-after-scope in tls13_cert_add().
Joel Sing
2021-03-21
Include wstpad allocations when cleaning up wsmouse resources.
Ulf Brosziewski
2021-03-21
Disambiguate expressions.
Visa Hankala
2021-03-21
Plug memory leak reported by Ilya Shipitsin
Theo Buehler
2021-03-21
Don't warn that we can't form a temporary address when a router
Florian Obser
2021-03-21
Add quoted strings capability in list values, no special chars
Mark Lumsden
2021-03-21
makes `struct execsw' to:
Sebastien Marie
2021-03-21
Use uppercases for defines.
Martin Pieuchot
[next]