summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-05Switch from lazy FPU switching to semi-eager FPU switching: track whetherPhilip Guenther
2018-06-05Turn all instances of Fn into proper cross references. While here, removeanton
2018-06-05document "match tag"; ok gillesJason McIntyre
2018-06-05Split "return to userspace via iretq" from intr_fast_exit into intr_user_exit.Philip Guenther
2018-06-04Remove the cpu_reset_needs_v4_MMU_disable flag; it's always true for hardwareMark Kettenis
2018-06-04Use process-private futexes. This avoids the overhead of calling into uvmMark Kettenis
2018-06-04honor SIZE extension when advertised by peerGilles Chehade
2018-06-04for "match", document that envelopes that do not match anything are rejected,Jason McIntyre
2018-06-04remove "from local" (the default) from one of the match rules: the lineJason McIntyre
2018-06-04Sync VFS documentation with realitykn
2018-06-04Allow specifying binary via ROUTEkn
2018-06-04Zap unused mifi_t.kn
2018-06-04Zap unused sockaddr.kn
2018-06-04drop BUMPTIMEcheloha
2018-06-04Fix file descriptor leak.Gerhard Roth
2018-06-04tweak previous;Jason McIntyre
2018-06-04add support for mda wrappers allowing postmaster to define command wrappersGilles Chehade
2018-06-04in non-DIAGNOSTIC kernels, rw_assert_wrlock becomes a nop which leaves theTheo de Raadt
2018-06-044-bit bus width is mandatory for SDIO cards that support High SpeedPatrick Wildt
2018-06-04Remove the extra pager code when compiled without the BACKWARDS flag.Martijn van Duren
2018-06-04Definitively choose the existing semantics for the scroll and null command.Martijn van Duren
2018-06-04The function pf_create_state() calls pf_set_protostate() beforeAlexander Bluhm
2018-06-04tweak the text of the relaying example: make it clear that the exampleJason McIntyre
2018-06-04Cleanup 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-04Switch to SDIO High Speed mode if the host controller supports it.Patrick Wildt
2018-06-04imxesdhc(4) also supports High Speed mode for SD.Patrick Wildt
2018-06-04Remove unused/commented out includes.Mark Kettenis
2018-06-04Remove unused include.Mark Kettenis
2018-06-04Remove unused include.Mark Kettenis
2018-06-04Nuke unused variable.Kevin Lo
2018-06-04Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.Philip Guenther
2018-06-04...and correct the count at which warning normally occursPhilip Guenther
2018-06-04Xr witness 4Philip Guenther
2018-06-04Add RW_DUPOK for suppressing witness checks for specific rw_enter() callsPhilip Guenther
2018-06-03Use variable names for rtable and rdomain consistently in the in_pcbAlexander Bluhm
2018-06-03Add ret protctor options as no-ops.mortimer
2018-06-03Rename the incpb table field inpt_hash to inpt_mask as it containsAlexander Bluhm
2018-06-03Fix previous by restoring inadvertantly deleted check forKenneth R Westerback
2018-06-03Consistently call the inpcb table parameter "table" in in6_pcbnotify().Alexander Bluhm
2018-06-03Remove #ifdef __XSCALE__ bits. No binary change.Mark Kettenis
2018-06-03SIOCSIFNETMASK takes a 'struct ifreq', so use 'ifr' for it and drop theTheo Buehler
2018-06-03on i386, libm does sysctl to discover is the system has SSE. WhitelistTheo de Raadt
2018-06-03Change the set_parent() interface to pass the full parent specificationMark Kettenis
2018-06-03Better version of the refactoring attempted in r1.154. Move SIOCSIFADDRTheo Buehler
2018-06-03Make DMA work on Samsung Exynos. The crucial bit that makes it work isMark Kettenis
2018-06-03On amd64, arm64, armv7, i386 and sparc64 /usr/bin/{cc,c++,clang++,clang-cpp}Robert Peichaer
2018-06-03Allocate a dedicated buffer for use when deriving a shared key duringJoel Sing
2018-06-03Check the return value from DH_size() in ssl3_send_client_kex_dhe().Joel Sing
2018-06-03Implement process-shared futexes. These are now the default implementation.Mark Kettenis