aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Upgrade to version 3.1.5vendor/bc/3.1.5Stefan Eßer2020-08-059-37/+31
* | MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-0511-20/+310
* | zfs_keys_nextboot array is missing ZPOOL_CONFIG_POOL_GUID and ZPOOL_CONFIG_GUIDToomas Soome2020-08-051-1/+3
* | Add DDB_CTF to the arm64 and riscv kernel configsAndrew Turner2020-08-052-0/+2
* | Synchronize definitions in mbuf.d with values from mbuf.hAndrey V. Elsukov2020-08-051-31/+37
* | environ(7): Update the description and include some more environment variablesGordon Bergling2020-08-051-12/+62
* | Add m__getjcl SDT probe.Andrey V. Elsukov2020-08-053-0/+9
* | gpiokeys: add a basic manual pageAndriy Gapon2020-08-051-0/+152
* | Fix SIGSEGV in ipfw(8) when NAT64 prefix length is omitted.Andrey V. Elsukov2020-08-052-0/+6
* | Do not describe portsnap(8) as a way to manage /usr/portsMateusz Piotrowski2020-08-051-6/+3
* | Fix typo.Andrey V. Elsukov2020-08-051-1/+1
* | cache: don't ignore size passed to nchinittblMateusz Guzik2020-08-051-1/+1
* | Bump __FreeBSD_version after vaccess() changeMateusz Guzik2020-08-051-1/+1
* | vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-0519-64/+36
* | cache: convert the hash from LIST to SLISTMateusz Guzik2020-08-051-21/+54
* | cache: reduce zone alignment to 8 bytesMateusz Guzik2020-08-051-5/+15
* | cache: convert ncnegnash into a macroMateusz Guzik2020-08-051-3/+2
* | bsnmptools: make it print protocol errors to stderr instead of stdoutEugene Grosbein2020-08-051-4/+4
* | Handle delayed checksums if needed in NAT64.Andrey V. Elsukov2020-08-051-0/+12
* | allwinner: clk: Fix nm clock calculationEmmanuel Vadot2020-08-051-2/+2
* | vfs: add a cheaper entry for mac_vnode_check_accessMateusz Guzik2020-08-053-2/+17
* | vfs: tidy up namei entry pointMateusz Guzik2020-08-051-11/+11
* | cache: cleanup lockless entry pointMateusz Guzik2020-08-051-4/+9
* | cache: stop messing with cn_lkflagsMateusz Guzik2020-08-051-5/+5
* | cache: stop messing with cn_flagsMateusz Guzik2020-08-051-17/+39
* | vfs: prefill nameidata with garbage on debug kernelsMateusz Guzik2020-08-051-0/+10
* | Appease gcc's -Wparentheses (and -Werror)Li-Wen Hsu2020-08-051-1/+1
* | ufs: only pass LK_ADAPTIVE if LK_NODDLKTREAT is setMateusz Guzik2020-08-041-2/+12
* | vfs: support lockless dotdot lookupMateusz Guzik2020-08-043-19/+132
* | cache: add NCF_WIP flagMateusz Guzik2020-08-041-11/+18
* | cache: add cache_purge_vgoneMateusz Guzik2020-08-043-9/+52
* | mtx: add mtx_wait_unlockedMateusz Guzik2020-08-042-0/+30
* | Minor cleanups in mmc_xpt.cIlya Bakulin2020-08-041-23/+24
* | makesyscalls.lua: improve syscall ordering validationKyle Evans2020-08-041-6/+21
* | Skip sbin/route tests if jail not installed (WITHOUT_JAIL).Olivier Cochard2020-08-041-2/+2
* | devinfo: add man page linksEric van Gyzen2020-08-041-0/+10
* | devinfo: fix memory leak on error pathsEric van Gyzen2020-08-041-9/+23
* | Remove unneeded cast to struct iommu_domain *.Ruslan Bukin2020-08-041-2/+2
* | Add a few macroses for conversion between DMAR unit, domain, ctxRuslan Bukin2020-08-045-45/+56
* | rms: fix typo: bitmamp -> bitmapMateusz Guzik2020-08-041-1/+1
* | mmccam: Hold the periph during initEmmanuel Vadot2020-08-041-0/+2
* | mmcam: Use a static length sbuf bufferEmmanuel Vadot2020-08-042-7/+11
* | mmccam: mmc_xpt: We're only interested about losing the deviceEmmanuel Vadot2020-08-041-23/+5
* | cache: factor away failed vexec handlingMateusz Guzik2020-08-041-17/+28
* | cache: assorted tidy upsMateusz Guzik2020-08-041-7/+9
* | cache: factor away lockless dot lookup and add missing stat + sdt probeMateusz Guzik2020-08-041-6/+20
* | vfs: add vfs_op_thread_enter/exit _crit variantsMateusz Guzik2020-08-042-14/+27
* | cache: add missing numcache detrement on insertion failureMateusz Guzik2020-08-041-0/+1
* | rms: add a comment explaining performance deficiencies of write lockingMateusz Guzik2020-08-041-0/+4
* | Import DTS files for arm, arm64, riscv from Linux 5.8Emmanuel Vadot2020-08-04570-5889/+28245
|\ \