aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vm: Honour the "noreuse" flag to vm_page_unwire_managed()Mark Johnston2021-02-101-1/+1
* Always build the sanitizer runtimes when compiling with clangAlex Richardson2021-02-101-1/+1
* usr.sbin/makefs: fix use-after-free in read_mtree_keywords()Alex Richardson2021-02-101-0/+2
* MFV d60fa10fd872db7e3d8cb1e161cfdae026c43b14:Cy Schubert2021-02-1077-686/+1700
|\
| * Vendor import of Unbound 1.13.1.vendor/unbound/1.13.1Cy Schubert2021-02-09106-6963/+9754
* | Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.Cy Schubert2021-02-101-4/+0
* | libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-02-091-1/+1
* | Add test case for 93fc67896550 (incorrect powf(3) result)Dimitry Andric2021-02-091-0/+22
* | bsd.compiler.mk: Detect distribution-provided GCC when executed as ccJessica Clarke2021-02-091-0/+9
* | Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric2021-02-094-6/+3
* | netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-091-1/+4
* | netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-092-48/+44
* | Set file mode during zfs_writeAntonio Russo2021-02-091-0/+1
* | usr.bin/grep: Fix Address OOB read errorAlex Richardson2021-02-092-5/+10
* | cache: assorted comment fixupsMateusz Guzik2021-02-091-7/+12
* | Revert "amd64: implement strlen in assembly"Mateusz Guzik2021-02-092-66/+1
* | arm32: Align arguments of sync_icache() syscall to cacheline size.Michal Meloun2021-02-091-6/+3
* | loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* | loader: remove BORDER_PIXELSToomas Soome2021-02-094-19/+11
* | kern: sonewconn: set so_options before pru_attach()Kyle Evans2021-02-091-1/+1
* | devfs: fix use count leak when using TIOCSCTTYMateusz Guzik2021-02-091-1/+1
* | Simplify the FreeBSD check using __FreeBSD__ compiler macro.Cy Schubert2021-02-0923-64/+64
* | Simply FreeBSD check using __FreeBSD__ and remove OpenBSDCy Schubert2021-02-091-1/+1
* | ZFS: fix assertions with INVARIANTSAlan Somers2021-02-081-0/+2
* | Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-0821-100/+35
* | hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-081-1/+1
* | Don't check compat.linux.emul_path before loading linux(4)Edward Tomasz Napierala2021-02-081-1/+3
* | acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-082-0/+4
* | Turn off forgotten multipath debug messagesAlexander V. Chernikov2021-02-081-1/+0
* | SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-0821-35/+100
* | wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-082-2/+12
* | nvme: Make nvme_ctrlr_hw_reset staticWarner Losh2021-02-082-2/+1
* | ktls(4): Mention WITH_OPENSSL_KTLS in the ktls(4) manual pageGordon Bergling2021-02-081-2/+5
* | nvme: use NVME_GONE rather than hard-coded 0xffffffffWarner Losh2021-02-083-4/+6
* | Fix incorrect powf(3) result with x near 1 and |y| much larger than 1Steve Kargl2021-02-081-1/+1
* | mca: Handle inconsistent CMCI capability reportingMark Johnston2021-02-081-0/+18
* | amd64: fix up a braino in strlen commentMateusz Guzik2021-02-081-1/+1
* | prepare-commit-msg: Remove blank characterDaniel Ebdrup Jensen2021-02-081-1/+1
* | amd64: implement strlen in assemblyMateusz Guzik2021-02-088-1/+72
* | Restore the augmented strlen commentaryMateusz Guzik2021-02-082-22/+8
* | libkern: use compiler builtins for strcpy, strcmp and strlenMateusz Guzik2021-02-081-0/+4
* | grep: fix -A handling in conjunction with -m match limitationKyle Evans2021-02-082-1/+37
* | vt: terminal size can grow too big with small fontToomas Soome2021-02-081-6/+12
* | binmiscctl: Avoid segfault with "binmiscctl add" and no extra paramsMark Johnston2021-02-081-0/+2
* | ktls: Avoid wakeups and locking for synchronous callbacksMark Johnston2021-02-081-7/+18
* | opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-089-162/+199
* | armv8crypto: Extract GCM state into a structureMark Johnston2021-02-081-70/+65
* | armv8crypto: Fix some edge cases in the AES-GCM implementationMark Johnston2021-02-081-18/+29
* | ktls: Make configuration sysctls available as tunablesMark Johnston2021-02-081-2/+2
* | ktls: Use COUNTER_U64_DEFINE_EARLYMark Johnston2021-02-082-70/+28