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