summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-19Use LOGNAME to get current user and fall back to whoami if not set.Darren Tucker
2016-12-19Fix an off by one when saving and restoring an array of registers.Jonathan Gray
2016-12-18Remove statements that have no effect from X(), Y() and Z() #define's.Kenneth R Westerback
2016-12-18Consolidate bus space tags into generic bus space code. EspeciallyPatrick Wildt
2016-12-18Include sys/proc.h when compiled with SYSCALL_DEBUG to get access toPatrick Wildt
2016-12-18increase width of interface column in the pf rules view by 2 chars, so that '...Jasper Lievisse Adriaanse
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)Kenneth R Westerback
2016-12-18Split _issue msg and "Continue without verification?" question.Robert Peichaer
2016-12-18Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstreamPatrick Wildt
2016-12-18Correct logic, make it the same as in the other mrt_dump_bgp_msg case.Claudio Jeker
2016-12-18Another whitespace nit that wandered into my sights.Kenneth R Westerback
2016-12-18Implement support for cross-compiling arm64 in Makefile.cross. ThisPatrick Wildt
2016-12-18Introduce a list of architectures that use clang as compiler. ThePatrick Wildt
2016-12-18Remove comparison of array which is always non-NULL. Fixes clang warning.Mark Kettenis
2016-12-18Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstreamPatrick Wildt
2016-12-18Add cast to mask and shift macros to silence warnings generated by clang.Mark Kettenis
2016-12-18Revise regress for changes to ssl_parse_serverhello_tlsext().Joel Sing
2016-12-18Convert ssl3_get_server_hello() to CBS.Joel Sing
2016-12-18Remove duplicated lines of code introduced in my previous tcpdump commit.Stefan Sperling
2016-12-18Make tcpdump show "11n" for a channel which is used in 11n mode.Stefan Sperling
2016-12-18While copying out channel flags to userspace, omit the HT channel flag ifStefan Sperling
2016-12-18Set the maximum TKIP countermeasure timeout to 90 seconds instead of 120.Stefan Sperling
2016-12-18Nuke more unused variables.Kenneth R Westerback
2016-12-18Remove prototype for static function _asr_resolver. Eliminates gccKenneth R Westerback
2016-12-17Import of OpenBSD/arm64Patrick Wildt
2016-12-17syncTheo de Raadt
2016-12-17Don't crash while sending a TKIP MIC failure report to the AP.Stefan Sperling
2016-12-17Complete our half-done implementation of TKIP countermeasures in hostap mode.Stefan Sperling
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.Joel Sing
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17Nuke unused variable and some extra whitespace.Kenneth R Westerback
2016-12-17Write new X509_ATTRIBUTE(3) manual page from scratch.Ingo Schwarze
2016-12-17Insert RTF_CLONED routes at a higher priority than their partent toMartin Pieuchot
2016-12-17Fix IO clock speed and system reset on Octeon III.Visa Hankala
2016-12-17There is no RTC on Shasta, so do not attach the driver.Visa Hankala
2016-12-17Make Octeon model strings a bit more specific. While there,Visa Hankala
2016-12-17On some systems, the firmware advertises multiple tiny and disjointVisa Hankala
2016-12-17Add new device xp(4), preliminary support for LUNA's I/O processor.Kenji Aoyama
2016-12-17syncTheo de Raadt
2016-12-17Write a new manual page X509_REQ_new(3) from scratch.Ingo Schwarze
2016-12-16Add dhcrelay(8) command-line option for replacing Relay Agent InformationRafael Zalamena
2016-12-16Move declaration of an 'i' inside the scope of its use. Which inKenneth R Westerback
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-16When running on Azure, the initial timesync "sync" message is not correct,Reyk Floeter
2016-12-16syncTheo de Raadt
2016-12-16various minor cleanup;Jason McIntyre