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
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
2019-01-23
Import unwind(8).
Florian Obser
2019-01-23
Import bits from (lib)unbound that we need for unwind(8).
Florian Obser
2019-01-23
Sync the handshakes table with the generated table in regress.
Theo Buehler
2019-01-23
Move 802.11n rateset definitions out of MiRA and make them available to
Stefan Sperling
2019-01-23
sets for apm(4) on arm64
Peter Hessler
2019-01-23
add a man page for apm(4) on arm64
Peter Hessler
2019-01-23
enable the apm(4) programs on arm64
Peter Hessler
2019-01-23
enable the apm(4) subsystem on arm64
Peter Hessler
2019-01-23
Add the apm(4) subsystem to arm64.
Peter Hessler
2019-01-23
Remove 3 as a guess for possible generator during moduli generation.
Darren Tucker
2019-01-23
teach ldpd to ask if a potential pseudowire interface can do pwe3
David Gwynne
2019-01-23
incorrrect spelling
Theo Buehler
2019-01-23
do not print the command in the print: target
Theo Buehler
2019-01-23
add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capability
David Gwynne
2019-01-23
Sanitize scp filenames via snmprintf. To do this we move the
Darren Tucker
2019-01-23
allow auto-incrementing certificate serial number for certs signed
Damien Miller
2019-01-23
Add a regression test that builds up the handshake state table
Theo Buehler
2019-01-23
Remove static from handshakes[][] so it is visible from regress/
Theo Buehler
2019-01-23
move a bunch of global flag variables to main(); make the rest static
Damien Miller
2019-01-23
factor out parsing of ldp router ids by making it part of the grammar
David Gwynne
2019-01-23
rework how tcp md5 signatures are configured.
David Gwynne
2019-01-23
switch mainloop from select(2) to poll(2); ok deraadt@
Damien Miller
2019-01-23
No need to include <bsd.prog.mk> here.
Theo Buehler
[next]