Age | Commit message (Expand) | Author |
2018-06-04 | tweak the text of the relaying example: make it clear that the example | Jason McIntyre |
2018-06-04 | Cleanup IPsec output error handling with consistent goto drop. | Alexander Bluhm |
2018-06-04 | "match auth" matches transactions that *have been* authenticated; | Jason McIntyre |
2018-06-04 | Switch to SDIO High Speed mode if the host controller supports it. | Patrick Wildt |
2018-06-04 | imxesdhc(4) also supports High Speed mode for SD. | Patrick Wildt |
2018-06-04 | Remove unused/commented out includes. | Mark Kettenis |
2018-06-04 | Remove unused include. | Mark Kettenis |
2018-06-04 | Remove unused include. | Mark Kettenis |
2018-06-04 | Nuke unused variable. | Kevin Lo |
2018-06-04 | Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks. | Philip Guenther |
2018-06-04 | ...and correct the count at which warning normally occurs | Philip Guenther |
2018-06-04 | Xr witness 4 | Philip Guenther |
2018-06-04 | Add RW_DUPOK for suppressing witness checks for specific rw_enter() calls | Philip Guenther |
2018-06-03 | Use variable names for rtable and rdomain consistently in the in_pcb | Alexander Bluhm |
2018-06-03 | Add ret protctor options as no-ops. | mortimer |
2018-06-03 | Rename the incpb table field inpt_hash to inpt_mask as it contains | Alexander Bluhm |
2018-06-03 | Fix previous by restoring inadvertantly deleted check for | Kenneth R Westerback |
2018-06-03 | Consistently call the inpcb table parameter "table" in in6_pcbnotify(). | Alexander Bluhm |
2018-06-03 | Remove #ifdef __XSCALE__ bits. No binary change. | Mark Kettenis |
2018-06-03 | SIOCSIFNETMASK takes a 'struct ifreq', so use 'ifr' for it and drop the | Theo Buehler |
2018-06-03 | on i386, libm does sysctl to discover is the system has SSE. Whitelist | Theo de Raadt |
2018-06-03 | Change the set_parent() interface to pass the full parent specification | Mark Kettenis |
2018-06-03 | Better version of the refactoring attempted in r1.154. Move SIOCSIFADDR | Theo Buehler |
2018-06-03 | Make DMA work on Samsung Exynos. The crucial bit that makes it work is | Mark Kettenis |
2018-06-03 | On amd64, arm64, armv7, i386 and sparc64 /usr/bin/{cc,c++,clang++,clang-cpp} | Robert Peichaer |
2018-06-03 | Allocate a dedicated buffer for use when deriving a shared key during | Joel Sing |
2018-06-03 | Check the return value from DH_size() in ssl3_send_client_kex_dhe(). | Joel Sing |
2018-06-03 | Implement process-shared futexes. These are now the default implementation. | Mark Kettenis |
2018-06-03 | split forkmda() in two: | Gilles Chehade |
2018-06-03 | Work around a bug where discarding the .ARM.exidx section in the armv7 kernel | Mark Kettenis |
2018-06-03 | Sync manual with the const changes introduced in pcap.h rev 1.20. | Theo Buehler |
2018-06-03 | Change some libpcap functions which use pointers as arguments and | Stuart Henderson |
2018-06-03 | some words about the lang/php module | Stuart Henderson |
2018-06-03 | Increment the lines counter when skipping a line to avoid an infinite | Nicholas Marriott |
2018-06-03 | Add placeholder for lang/php. | Antoine Jacoutot |
2018-06-03 | Enable bwfm(4) for USB devices on RAMDISK as well. | Frederic Cambus |
2018-06-03 | rock AND roll! | Jason McIntyre |
2018-06-03 | for the witness(4) text, we already Xr the page in the first sentence, so adding | Jason McIntyre |
2018-06-03 | i386 isn't quite ready for witness yet. | Theo de Raadt |
2018-06-02 | sync | Theo de Raadt |
2018-06-02 | Initial regress for CSI DH. | Joel Sing |
2018-06-02 | Validate DH public values and allow for smaller keys to be generated when | Joel Sing |
2018-06-02 | Initial version of Crypto Simplified Interface (CSI). | Joel Sing |
2018-06-02 | +.Xr fanpwr 4 | Jason McIntyre |
2018-06-02 | Convert ssl3_get_client_kex_ecdhe_ecp() to CBS. | Joel Sing |
2018-06-02 | Move the declarations of the raw ip and ip6 pcb tables into the | Alexander Bluhm |
2018-06-02 | Update regress for DES cipher suite removal. | Joel Sing |
2018-06-02 | Remove the three remaining single DES cipher suites. | Joel Sing |
2018-06-02 | Cleanup the in_pcbnotifymiss diagnostic printfs. Always print the | Alexander Bluhm |
2018-06-02 | The function in_pcbrehash() does not modify the pcb table queue. | Alexander Bluhm |