aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ip output: ensure that mbufs are mapped if ipsec is enabledKonstantin Belousov2023-07-282-0/+12
* ixl(4): Add link state pollingKrzysztof Galazka2023-07-277-19/+75
* ixl: port ice's atomic API to ixlPiotr Kubaj2023-07-274-51/+118
* Work around VNET and DPCPU related panics on aarch64Dimitry Andric2023-07-261-0/+7
* SPDX: It's spelled 'SPDX-License-Identifier'Warner Losh2023-07-251-1/+1
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-2526-26/+26
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-25141-141/+141
* spdx: Remove duplicate linesWarner Losh2023-07-252-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-253505-3507/+3507
* modules: fix freebsd32_modstat on big endian platformsKa Ho Ng2023-07-241-3/+2
* Bump __FreeBSD_version for llvm 16.0.6 mergeDimitry Andric2023-07-231-1/+1
* Write out corrected superblock when creating a UFS/FFS snapshot.Kirk McKusick2023-07-221-3/+5
* vfs: Add a parenthese to vn_lock_pair() asserts to silence gccDmitry Chagin2023-07-211-2/+2
* vn_lock_pair(): Support passing LK_NODDLKTREATOlivier Certner2023-07-211-8/+13
* iflib: Unlock ctx lock around call to ether_ifattach()Przemyslaw Lewandowski2023-07-201-0/+6
* le(4): deprecate and mark for removal before 15.0Brooks Davis2023-07-201-0/+2
* oce(4): deprecateBrooks Davis2023-07-201-0/+2
* oce(4): Don't directly access usespaceBrooks Davis2023-07-201-5/+12
* fdescfs: add a mount option rdlnkKonstantin Belousov2023-07-203-6/+13
* Revert "VFS: Remove VV_READLINK flag" and "fdescfs: improve linrdlnk mount op...Konstantin Belousov2023-07-204-5/+6
* ure(4): add support for Thinkpad Hybrid USB-C with USB-A dockJoerg Pulz2023-07-182-1/+3
* msdosfs: zero partially valid extended clusterKonstantin Belousov2023-07-181-1/+8
* pmc_events.h: update top-level commentMitchell Horne2023-07-171-5/+3
* hwpmc(4): document debugging optionsMitchell Horne2023-07-171-1/+5
* hpwmc: add __pmcdbg_used annotationMitchell Horne2023-07-171-0/+3
* hwpmc: add error for HWPMC_DEBUG without KTRMitchell Horne2023-07-171-0/+6
* pf: Add code to enable filtering for locally delivered packetsDoug Rabson2023-07-141-0/+20
* netinet*: Fix redirects for connections from localhostDoug Rabson2023-07-144-1/+48
* wg: fix a number of issues with module load failure handlingKyle Evans2023-07-112-20/+17
* wg: fix MOD_LOAD to fail properly if cookie_init() failsKyle Evans2023-07-111-1/+2
* vn_path_to_global_path_hardlink(): initialize lenKonstantin Belousov2023-07-111-0/+1
* vn_path_to_global_path_hardlink(): avoid freeing non-initialized pointerKonstantin Belousov2023-07-111-1/+1
* sys_setpgid(): style, remove extra ()sKonstantin Belousov2023-07-111-1/+1
* if_bridge: fix potential panicKristof Provost2023-07-091-1/+3
* riscv: improve KTR_TRAP trace entriesMitchell Horne2023-07-072-4/+7
* amdtemp: Fix missing 49 degree offset on current EPYC CPUsVal Packett2023-07-071-1/+8
* arm64/disassem.c: Add shifted register definitions with rorMykola Hohsadze2023-07-071-1/+35
* netinet6: Implement in6_cksum_partial() using m_apply()Mark Johnston2023-07-072-167/+139
* pseudofs: Fix a potential out-of-bounds access in pfs_lookup()Mark Johnston2023-07-071-2/+2
* kern_lockf.c: fix typoKonstantin Belousov2023-07-061-1/+1
* killpg1(): update the herald commentKonstantin Belousov2023-07-061-1/+1
* nfscl: Fix support for doing Null RPCsRick Macklem2023-07-061-0/+5
* syscalls: fix modspecific_t stack content leakKa Ho Ng2023-07-041-1/+1
* vn_lock_pair(): allow to request shared lockingKonstantin Belousov2023-07-044-34/+68
* vm_fault: move FAULT_* return codes out of range for Mach errorsKonstantin Belousov2023-07-041-1/+1
* VFS: Remove VV_READLINK flagKonstantin Belousov2023-07-043-6/+3
* fdescfs: improve linrdlnk mount optionKonstantin Belousov2023-07-041-3/+5
* pf: fix some cc --analyze warningsMateusz Guzik2023-06-303-3/+3
* linux(4): Implement close_range over nativeDmitry Chagin2023-06-293-1/+33
* Revert "linux(4): The futex_wait operation should restart."Dmitry Chagin2023-06-291-0/+2