Age | Commit message (Expand) | Author |
2019-01-26 | Wait a bit for the set mode command to complete for Synaptics devices to | Marcus Glocker |
2019-01-26 | Tag the start of witness(4) output with prefix "witness:". | Visa Hankala |
2019-01-26 | Recent discussions about abort() potentially leaving key material in | Theo de Raadt |
2019-01-26 | sync | Florian Obser |
2019-01-26 | hook up unwind(8) to the build; OK deraadt | Florian Obser |
2019-01-26 | rc(8) bits for unwind(8); OK deraadt | Florian Obser |
2019-01-26 | avoid double free, instead flowing through a free(NULL) | Theo de Raadt |
2019-01-26 | create /etc/unwind; OK deraadt | Florian Obser |
2019-01-26 | add _unwind user; OK deraadt | Florian Obser |
2019-01-26 | check if the incoming ttl is <= 1 before decrementing it. | David Gwynne |
2019-01-26 | fix microsecond output of timestamp deltas (-tttt) | Richard Procter |
2019-01-25 | build ccp(4) on ramdisks | Jonathan Gray |
2019-01-25 | On i386, ensure that the first PT_LOAD segment is below the W^X | Kurt Miller |
2019-01-25 | We are not holding on to a ref to the resolver if ub_resolve_event fails. | Florian Obser |
2019-01-25 | configparser.c gets generated by the build infrastructure even though | Florian Obser |
2019-01-25 | make sure resolver exists before sending detailed info | Florian Obser |
2019-01-25 | typo | Florian Obser |
2019-01-25 | We also need to check the rcode in the wire paket. | Florian Obser |
2019-01-25 | fix dhclient.conf syntax | Florian Obser |
2019-01-25 | pasto; from Caspar Schutijser, thanks! | Florian Obser |
2019-01-25 | The correct spelling is AF_ROUTE; from Caspar Schutijser, thanks! | Florian Obser |
2019-01-25 | print errors to stderr | Theo Buehler |
2019-01-25 | sort output suffixes | Theo Buehler |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
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 |