aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* inpcb: Assert against wildcard addrs in in_pcblookup_hash_locked()Mark Johnston2023-02-032-0/+8
* inpcb: Deduplicate some assertionsMark Johnston2023-02-032-24/+10
* pvclock: Export a vDSO page even without rdtscp availableMark Johnston2023-02-032-2/+25
* linux(4): Microoptimize linux_ipc code to unindent else blocks.Dmitry Chagin2023-02-031-123/+103
* linux(4): Use designated initializers.Dmitry Chagin2023-02-032-42/+30
* Mechanically convert wg(4) to IfAPIJustin Hibbits2023-02-031-54/+55
* linsysfs: Use IfAPI accessorsJustin Hibbits2023-02-031-2/+2
* linprocfs: Migrate to IfAPIJustin Hibbits2023-02-031-43/+64
* IfAPI: Add iterator to loop over all interfacesJustin Hibbits2023-02-032-0/+22
* pfsync: add missing bucket lockKristof Provost2023-02-031-0/+4
* kern_prot.c p_candebug(): Remove single-use variable.Pawel Jakub Dawidek2023-02-031-7/+5
* whitespace: rewrap to match case directly aboveBrooks Davis2023-02-031-2/+2
* vfs_export: Add checks for correct prison when updating exportsRick Macklem2023-02-034-6/+86
* tarfs: Remove unused code.Dag-Erling Smørgrav2023-02-022-82/+0
* tarfs: Fix non-ZSTDIO build.Dag-Erling Smørgrav2023-02-021-0/+4
* sctp: improve delivery of stream reset notificationsMichael Tuexen2023-02-021-2/+16
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2023-02-023-7/+7
* ipfilter: Fix use after free on packet with broken lengthsCy Schubert2023-02-021-1/+12
* ipfilter: Correctly type ipf_pullup()Cy Schubert2023-02-022-6/+7
* linux(4): Remove stale comment that no longer applies.Dmitry Chagin2023-02-021-2/+0
* linux(4): Microoptimize rt_sendsig() on amd64.Dmitry Chagin2023-02-021-17/+17
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-022-9/+68
* Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav2023-02-0211-0/+3502
* Read the arm64 far early in el0 exceptionsAndrew Turner2023-02-022-19/+22
* Limit where we disable the Arm generic timerAndrew Turner2023-02-021-6/+6
* Check for the IORT before adding the ITS driverAndrew Turner2023-02-021-10/+13
* ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin2023-02-022-6/+0
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-026-106/+31
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-025-391/+158
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-023-49/+3
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-024-4/+61
* linux(4): Use COMPAT_LINUX32 enstead of __ELF_WORD_SIZE.Dmitry Chagin2023-02-021-5/+5
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-026-32/+37
* Revert "sys/kbio.h: support Unicode key codes in vt keymap files"Stefan Eßer2023-02-021-1/+1
* atrtc: expose power loss as sysctlCorvin Köhne2023-02-021-0/+6
* prison_check_nfsd: Add check for enforce_statfs != 0Rick Macklem2023-02-021-0/+4
* kstack_contains(): account for struct pcb on stackKonstantin Belousov2023-02-014-4/+8
* i386 trap_check_kstack(): use kstack_contains()Konstantin Belousov2023-02-011-2/+1
* i386 kstack_contains(): account for pcb/fpu save areaKonstantin Belousov2023-02-011-1/+1
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-0124-71/+136
* arm_smcc_1_2_*: Don't trash SP and X19 if no return value structure.John Baldwin2023-02-011-2/+2
* sockets: in sousrsend() pass down the error to aio(4)Gleb Smirnoff2023-02-011-0/+7
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-016-44/+12
* unix: add myself to the copyright noticeGleb Smirnoff2023-02-011-0/+1
* inpcb: add myself to the copyright noticeGleb Smirnoff2023-02-011-0/+1
* arm64: Hyper-V: vPCI: Fix typo and some indentationsWei Hu2023-02-012-23/+22
* arm64: Hyper-V: vPCI: Enabling v-PCI in FreeBSD in ARM64 Hyper-VWei Hu2023-02-011-57/+214
* sys/kbio.h: support Unicode key codes in vt keymap filesStefan Eßer2023-02-011-1/+1
* qat: Fixed Coverity reported issueKrzysztof Zdziarski2023-02-013-10/+9
* arm64: Hyper-V: vPCI: Adding Hyper-V PCI protocol 1.4Wei Hu2023-02-011-3/+80