summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-26Wait a bit for the set mode command to complete for Synaptics devices toMarcus Glocker
2019-01-26Tag the start of witness(4) output with prefix "witness:".Visa Hankala
2019-01-26Recent discussions about abort() potentially leaving key material inTheo de Raadt
2019-01-26syncFlorian Obser
2019-01-26hook up unwind(8) to the build; OK deraadtFlorian Obser
2019-01-26rc(8) bits for unwind(8); OK deraadtFlorian Obser
2019-01-26avoid double free, instead flowing through a free(NULL)Theo de Raadt
2019-01-26create /etc/unwind; OK deraadtFlorian Obser
2019-01-26add _unwind user; OK deraadtFlorian Obser
2019-01-26check if the incoming ttl is <= 1 before decrementing it.David Gwynne
2019-01-26fix microsecond output of timestamp deltas (-tttt)Richard Procter
2019-01-25build ccp(4) on ramdisksJonathan Gray
2019-01-25On i386, ensure that the first PT_LOAD segment is below the W^XKurt Miller
2019-01-25We are not holding on to a ref to the resolver if ub_resolve_event fails.Florian Obser
2019-01-25configparser.c gets generated by the build infrastructure even thoughFlorian Obser
2019-01-25make sure resolver exists before sending detailed infoFlorian Obser
2019-01-25typoFlorian Obser
2019-01-25We also need to check the rcode in the wire paket.Florian Obser
2019-01-25fix dhclient.conf syntaxFlorian Obser
2019-01-25pasto; from Caspar Schutijser, thanks!Florian Obser
2019-01-25The correct spelling is AF_ROUTE; from Caspar Schutijser, thanks!Florian Obser
2019-01-25print errors to stderrTheo Buehler
2019-01-25sort output suffixesTheo Buehler
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24kernels in compile dirs are readonly, and the bsd.rd we created hasChristian Weisgerber
2019-01-24Open and close listening sockets on localhost:53 depending on if we canFlorian Obser
2019-01-24Accept the host key fingerprint as a synonym for "yes" when acceptingDarren Tucker
2019-01-24Have progressmeter force an update at the beginning and end of eachDarren Tucker
2019-01-24Add code to visualize the state machine. Both the state machine and theTheo Buehler
2019-01-24fix shift/reduce conflictFlorian Obser
2019-01-24Set pointer variables in tls13 handshake to NULL on clearBob Beck
2019-01-24Fix a bunch of shadow and missing prototype compiler warnings.Florian Obser
2019-01-24Switch to libunbound internals for packet parsing.Florian Obser
2019-01-24When we switched from the fork based ub_resolve_async() toFlorian Obser
2019-01-24Fix a crash on long lines when switching to another file byTodd C. Miller
2019-01-24Add .fpu directives in inline assembly to silence new compilerMark Kettenis
2019-01-24Bump default datasize on arm64 to 768M to prepare for building clang 7.Mark Kettenis
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-24Drop the ttyflags message.Antoine Jacoutot
2019-01-24set the NEGOTIATED flag in the flags argument rather thanTheo Buehler
2019-01-24Add server side of versions, keyshare, and client and server of cookieBob Beck
2019-01-24Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSDDarren Tucker
2019-01-24Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*Darren Tucker
2019-01-24move the extensions_seen into the handshake structBob Beck
2019-01-24Correct a wrong comment about PTE skip sizeMike Larkin
2019-01-2432 not 16Theo de Raadt
2019-01-24the KERN*_{HI,LO} variables are not needed, and easier to calculate theTheo de Raadt
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.Bob Beck
2019-01-24gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, soTheo de Raadt
2019-01-24mptramp.S does not export gdt64, another historical locore.s splitup errorTheo de Raadt