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
2019-01-24
kernels in compile dirs are readonly, and the bsd.rd we created has
Christian Weisgerber
2019-01-24
Open and close listening sockets on localhost:53 depending on if we can
Florian Obser
2019-01-24
Accept the host key fingerprint as a synonym for "yes" when accepting
Darren Tucker
2019-01-24
Have progressmeter force an update at the beginning and end of each
Darren Tucker
2019-01-24
Add code to visualize the state machine. Both the state machine and the
Theo Buehler
2019-01-24
fix shift/reduce conflict
Florian Obser
2019-01-24
Set pointer variables in tls13 handshake to NULL on clear
Bob Beck
2019-01-24
Fix a bunch of shadow and missing prototype compiler warnings.
Florian Obser
2019-01-24
Switch to libunbound internals for packet parsing.
Florian Obser
2019-01-24
When we switched from the fork based ub_resolve_async() to
Florian Obser
2019-01-24
Fix a crash on long lines when switching to another file by
Todd C. Miller
2019-01-24
Add .fpu directives in inline assembly to silence new compiler
Mark Kettenis
2019-01-24
Bump default datasize on arm64 to 768M to prepare for building clang 7.
Mark Kettenis
2019-01-24
Zap unused disable flag from iwn_stop()
kn
2019-01-24
Drop the ttyflags message.
Antoine Jacoutot
2019-01-24
set the NEGOTIATED flag in the flags argument rather than
Theo Buehler
2019-01-24
Add server side of versions, keyshare, and client and server of cookie
Bob Beck
2019-01-24
Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSD
Darren Tucker
2019-01-24
Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*
Darren Tucker
2019-01-24
move the extensions_seen into the handshake struct
Bob Beck
2019-01-24
Correct a wrong comment about PTE skip size
Mike Larkin
2019-01-24
32 not 16
Theo de Raadt
2019-01-24
the KERN*_{HI,LO} variables are not needed, and easier to calculate the
Theo de Raadt
2019-01-24
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
Bob Beck
2019-01-24
gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, so
Theo de Raadt
2019-01-24
mptramp.S does not export gdt64, another historical locore.s splitup error
Theo de Raadt
2019-01-23
RELOC() is not performed here (remained from when locore was split up)
Theo de Raadt
2019-01-23
using _C_LABEL() inside a macro which uses _C_LABEL() is silly and wrong
Theo de Raadt
2019-01-23
Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1
Bob Beck
2019-01-23
make whitespace inside curlies consistent; sort function prototypes.
Theo Buehler
2019-01-23
Rename NUM_HANDSHAKE to handshake_count and make it a variable
Theo Buehler
2019-01-23
remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER.
David Gwynne
2019-01-23
Make route(8) show the same flags in RTM_IFINFO messages as
Kenneth R Westerback
2019-01-23
rework mpw to be an actual ethernet interface.
David Gwynne
2019-01-23
rework grep_open to be more careful about directories.
Ted Unangst
2019-01-23
eliminate a ?: in witness mtx initializer by pushing the default one
Ted Unangst
2019-01-23
machdep.apmwarn and machdep.apmhalt were removed in 2017
Jonathan Gray
2019-01-23
assert.h is often misused. It should not be used in a library
Bob Beck
2019-01-23
Nuke unused variable.
Kenneth R Westerback
2019-01-23
Sprinkle a pinch of timerisvalid/timespecisvalid over the rest of sys/kern
cheloha
2019-01-23
Remove support for obsolete host/port syntax.
Darren Tucker
2019-01-23
Remove duplicate word. bz#2958, patch from jjelen at redhat.com
Darren Tucker
2019-01-23
fix dumping of trace cmp coverage
anton
2019-01-23
Modify sigalgs extension processing to accomodate TLS 1.3.
Bob Beck
2019-01-23
revert previous, accidentally contained another diff in addition
Bob Beck
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
Bob Beck
2019-01-23
Remove uneeded header.
Martin Pieuchot
2019-01-23
Pass an `ifp' pointer to bridge_ourether().
Martin Pieuchot
2019-01-23
Only copy packets for span ports if the bridge is UP.
Martin Pieuchot
2019-01-23
import unwindctl
Florian Obser
[next]