Age | Commit message (Expand) | Author |
2018-06-05 | Switch from lazy FPU switching to semi-eager FPU switching: track whether | Philip Guenther |
2018-06-05 | Turn all instances of Fn into proper cross references. While here, remove | anton |
2018-06-05 | document "match tag"; ok gilles | Jason McIntyre |
2018-06-05 | Split "return to userspace via iretq" from intr_fast_exit into intr_user_exit. | Philip Guenther |
2018-06-04 | Remove the cpu_reset_needs_v4_MMU_disable flag; it's always true for hardware | Mark Kettenis |
2018-06-04 | Use process-private futexes. This avoids the overhead of calling into uvm | Mark Kettenis |
2018-06-04 | honor SIZE extension when advertised by peer | Gilles Chehade |
2018-06-04 | for "match", document that envelopes that do not match anything are rejected, | Jason McIntyre |
2018-06-04 | remove "from local" (the default) from one of the match rules: the line | Jason McIntyre |
2018-06-04 | Sync VFS documentation with reality | kn |
2018-06-04 | Allow specifying binary via ROUTE | kn |
2018-06-04 | Zap unused mifi_t. | kn |
2018-06-04 | Zap unused sockaddr. | kn |
2018-06-04 | drop BUMPTIME | cheloha |
2018-06-04 | Fix file descriptor leak. | Gerhard Roth |
2018-06-04 | tweak previous; | Jason McIntyre |
2018-06-04 | add support for mda wrappers allowing postmaster to define command wrappers | Gilles Chehade |
2018-06-04 | in non-DIAGNOSTIC kernels, rw_assert_wrlock becomes a nop which leaves the | Theo de Raadt |
2018-06-04 | 4-bit bus width is mandatory for SDIO cards that support High Speed | Patrick Wildt |
2018-06-04 | Remove the extra pager code when compiled without the BACKWARDS flag. | Martijn van Duren |
2018-06-04 | Definitively choose the existing semantics for the scroll and null command. | Martijn van Duren |
2018-06-04 | The function pf_create_state() calls pf_set_protostate() before | Alexander Bluhm |
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 |