summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-31When building a chain look for non-expired certificates first.Joel Sing
2020-05-31Correct downgrade sentinels when a version pinned method is in use.Joel Sing
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.Mark Kettenis
2020-05-31Don't build the rs6000coff_vec and rs6000coff64_vec targets. TheseMark Kettenis
2020-05-31Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONEStefan Sperling
2020-05-31Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().Stefan Sperling
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-31match on pci id for azalia device with wrong subclassJonathan Gray
2020-05-31Remove an outdated BUGS section.Visa Hankala
2020-05-31use ip{,6}_send instead of ip{,6}_output for l2tp and pptp.David Gwynne
2020-05-30Switch Powerpc64 Big Endian to ELFv2 on OpenBSD, as least for now.Dale Rahn
2020-05-30Powerpc64 should use same _mcount profiling as powerpc 32bit.Dale Rahn
2020-05-30Initial set of changes to build powerpc64 toolchain.Dale Rahn
2020-05-30Indentation style(9).tobhe
2020-05-30In automatic performance mode on systems with offline CPUs because of SMTsolene
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2020-05-30Introduce kqueue_terminate() & kqueue_free(), no functional changes.Martin Pieuchot
2020-05-30Fix UVIDEO_DEBUG buildIngo Feinerer
2020-05-29Fix error message on close(2) and add printf format attributes.Todd C. Miller
2020-05-29Add a fix from ncurses 20200523 via Hiltjo Posthuma that preventsNicholas Marriott
2020-05-29Adjust some PPC ELF code to return -1 instead of doing pointerPatrick Wildt
2020-05-29syncTheo de Raadt
2020-05-29Improve server certificate selection for TLSv1.3.Joel Sing
2020-05-29Handle the case where we receive a valid 0 byte application data record.Joel Sing
2020-05-29Wire up the servername callback in the TLSv1.3 server.Joel Sing
2020-05-29Mop up servername_done, which is unused.Joel Sing
2020-05-29Add checks for SH downgrade sentinel and HRR hash in appstest.shKinichiro Inoguchi
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2020-05-29Add -i to find-window to ignore case.Nicholas Marriott
2020-05-29syncTheo de Raadt
2020-05-29Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.Darren Tucker
2020-05-29Pass a NULL instead of zeroed out va_list from dollar_expand. The originalDarren Tucker
2020-05-29If no station happens to be associated when ieee80211_setkeys() runs thenStefan Sperling
2020-05-29In hostap mode, after completing a new group key handshake with allStefan Sperling
2020-05-29At this point getpwuid(3) was already called therefore "getpw" promise can beRicardo Mestre
2020-05-29Mark the descriptor as dead when starting to destroy it.Martin Pieuchot
2020-05-29When the preferred cylinder group if full scan forward (wrapping if needed)Otto Moerbeek
2020-05-29from edgar pettijohn: correct return type in pcap_open_live.3;Jason McIntyre
2020-05-29remove a stray .El;Jason McIntyre
2020-05-29mention that wildcards are processed in lexical order; bz#3165Damien Miller
2020-05-29syncTheo de Raadt
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-29Add regression and unit tests for ${ENV} style environment variableDarren Tucker
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentDarren Tucker
2020-05-29pointless referencing .h files in SYNOPSISTheo de Raadt
2020-05-29add_random() died years ago. additionally, remove other mistruths orTheo de Raadt
2020-05-29fix compilation on !HAVE_DLOPEN platforms; stub function was notDamien Miller
2020-05-29fix exit status for downloading of FIDO resident keys; fromDamien Miller