aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-097-48/+39
* syscalls: add COMPAT13Konstantin Belousov2021-12-092-0/+2
* libmd: Only define SHA256_Transform_c when using the ARM64 ifunc.John Baldwin2021-12-081-6/+4
* Apply ASAN/UBSAN Makefile check only for build targetEd Maste2021-12-082-2/+2
* Kernel linkers: add emergency sysctl to restore old behaviorKonstantin Belousov2021-12-082-2/+19
* kernel linker: do not read debug symbol tables for non-debug symbolsKonstantin Belousov2021-12-084-28/+126
* linker_debug_symbol_values(): use proper linker interface to get debug valuesKonstantin Belousov2021-12-081-1/+1
* StyleKonstantin Belousov2021-12-081-1/+1
* syscall_args: remove MAXARGS defineBrooks Davis2021-12-083-6/+6
* Make struct syscall_args machine independentBrooks Davis2021-12-088-63/+8
* mca: Switch to using taskqueue_enqueue_timeout_sbt().Alexander Motin2021-12-081-28/+14
* mca: Decode new Intel status bits.Alexander Motin2021-12-082-4/+103
* tzsetup: Default to UTCEmmanuel Vadot2021-12-081-2/+1
* Handle table attributes in the arm64 kernel mapAndrew Turner2021-12-081-8/+39
* sdhci_fsl_fdt: Add support for HS200/HS400 modesHubert Mazur2021-12-081-2/+534
* sdhci_fsl_fdt: Fix vccq reconfigurationArtur Rojek2021-12-081-14/+30
* sdhci_fsl_fdt: Add LS1012A compat stringHubert Mazur2021-12-081-0/+7
* ng_ubt(4): Add missing module dependency for _net_bluetooth sysctl node.Hans Petter Selasky2021-12-081-0/+1
* e1000: fix interface capabilities managementVincenzo Maffione2021-12-081-19/+23
* sdhci_fsl_fdt: Implement pulse width detection errataHubert Mazur2021-12-081-2/+20
* enetc: Serialize MDIO transactionsKornel Duleba2021-12-082-4/+22
* enetc: Fix VID/mcast address hash calculationKornel Duleba2021-12-081-2/+2
* sys/_bitset.h: Fix fall-out from commit 5e04571cf3cStefan Eßer2021-12-081-3/+4
* pkgbase: Allow to specify PKG_ABI on the command lineEmmanuel Vadot2021-12-081-2/+7
* mca: Remove excessively verbose debug messages.Alexander Motin2021-12-082-9/+0
* mca: Make some sysctls also a loader tunables.Alexander Motin2021-12-081-4/+4
* savecore: emit information about saved cores under verboseKyle Evans2021-12-081-1/+2
* unionfs: implement VOP_VPUT_PAIRJason A. Harmening2021-12-081-0/+133
* Remove unnecessary thread argument from unionfs_nodeget() and _noderem()Jason A. Harmening2021-12-084-19/+12
* libkvm: Fix kvm_getloadavg() on modern kernel vmcoresMichał Górny2021-12-071-5/+4
* sys/_bitset.h: revert commit 74e014dbfabStefan Eßer2021-12-071-3/+1
* sys/_bitset.h: Fix fall-out from commit 5e04571cf3cStefan Eßer2021-12-071-2/+2
* sys/_bitset.h: Fix fall-out from commit 5e04571cf3cKonstantin Belousov2021-12-071-1/+3
* depend-cleanup.sh: Make the output message more preciseMark Johnston2021-12-071-1/+1
* depend-cleanup.sh: Handle commit cbdec8db18b5Mark Johnston2021-12-071-3/+8
* Teach vm.pmap.kernel_maps about both XN bitsAndrew Turner2021-12-071-2/+3
* ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.Hans Petter Selasky2021-12-071-1/+1
* kldstat(8): style(9) fixes.Hans Petter Selasky2021-12-071-53/+54
* ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky2021-12-071-2/+8
* ocs_fc: Remove unused function delarations.Ram Kishore Vegesna2021-12-071-2/+6
* flex_spi: Don't try to destroy disk if it doesn't existKornel Duleba2021-12-071-1/+4
* fusefs: invalidate the cache during copy_file_rangeAlan Somers2021-12-074-3/+92
* fusefs: inline fuse_io_dispatchAlan Somers2021-12-073-181/+178
* fusefs: correctly handle an inode that changes file typesAlan Somers2021-12-075-21/+142
* amd64: Pass DEBUG when building VDSO wrapperJessica Clarke2021-12-073-4/+4
* src.libnames.mk: Extend _DP_archive hack when bootstrapping on non-FreeBSDJessica Clarke2021-12-071-0/+3
* Makefile.inc1: Bootstrap libcrypt on non-FreeBSD for librokenJessica Clarke2021-12-071-0/+4
* cross-build: Provide _PASSWORD_EFMT1 for libcrypt on LinuxJessica Clarke2021-12-071-0/+4
* cross-build: Define crypt_data in unistd.h for libcryptJessica Clarke2021-12-071-0/+5
* libcrypt: Drop inclusion of libutil.hJessica Clarke2021-12-072-2/+1