aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-226-3/+28
* pf: ensure we have the correct source/destination IP address in ICMP errorsLuiz Otavio O Souza2021-10-221-2/+101
* uipc_shm: silent warnings about write-only variables in largepage codeKonstantin Belousov2021-10-211-2/+3
* sig_ast_checksusp(): mark the local p as __diagusedKonstantin Belousov2021-10-211-1/+1
* subr_firmware.c::unloadentry(): remote write-only variableKonstantin Belousov2021-10-211-2/+1
* alq_open_flags(): mark local td variable as unusedKonstantin Belousov2021-10-211-1/+1
* DMAR: clean up warnings about write-only variablesKonstantin Belousov2021-10-215-10/+8
* umtxq_requeue: remove write-only variable uh2Konstantin Belousov2021-10-211-2/+1
* ufs: remove write-only variablesKonstantin Belousov2021-10-214-19/+8
* ktls: Always create a software backend for receive sessions.John Baldwin2021-10-212-18/+24
* ktls: Change struct ktls_session.cipher to an OCF-specific type.John Baldwin2021-10-212-16/+17
* ktls: Add a routine to query information in a receive socket buffer.John Baldwin2021-10-212-0/+64
* Enable stack gap on arm64Dawid Gorecki2021-10-211-0/+1
* zfs: merge openzfs/zfs@ec64fdb93 (master) into mainMartin Matuska2021-10-2189-1717/+2700
* xen/devices: purge uses of intr_machdep.hElliott Mitchell2021-10-212-2/+0
* xen/pcifront: purge from treeRoger Pau Monné2021-10-211-688/+0
* net: Allow binding of unspecified address without address existanceRoy Marples2021-10-202-4/+0
* sys/bus.h: silence warnings about write-only variablesKonstantin Belousov2021-10-201-2/+2
* msdosfs_rename: remove write-only variablesKonstantin Belousov2021-10-201-6/+1
* tmpfs: remove write-only variablesKonstantin Belousov2021-10-201-4/+1
* Pass the ACPI ID when reading the ACPI domainAndrew Turner2021-10-201-1/+1
* vlapic: Schedule callouts on the local CPUMark Johnston2021-10-201-8/+12
* Bump __FreeBSD_version for the preceding page allocator changesMark Johnston2021-10-201-1/+1
* amd64: Add comments to pmap_pinit_type()Mark Johnston2021-10-201-1/+7
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-205-9/+9
* Remove some remaining references to VM_ALLOC_NOOBJMark Johnston2021-10-203-3/+5
* vm_fault: Stop specifying VM_ALLOC_ZEROMark Johnston2021-10-201-10/+10
* vm_page: Drop handling of VM_ALLOC_NOOBJ in vm_page_alloc_contig_domain()Mark Johnston2021-10-201-71/+107
* vm_page: Stop handling VM_ALLOC_NOOBJ in vm_page_alloc_domain_after()Mark Johnston2021-10-202-54/+58
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-2012-97/+53
* Introduce vm_page_alloc_noobj_contig()Mark Johnston2021-10-202-0/+49
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-2032-280/+146
* vm_page: Add a new page allocator interface for unnamed pagesMark Johnston2021-10-202-57/+98
* vm_page: Move vm_page_alloc_check() to after page allocator definitionsMark Johnston2021-10-201-22/+21
* procctl: stop using SA_*LOCKED, define local enumKonstantin Belousov2021-10-191-26/+36
* kern_procctl: skip zombies for process group operationsKonstantin Belousov2021-10-191-2/+4
* kern_procctl.c: use td->td_proc instead of curprocKonstantin Belousov2021-10-191-2/+2
* procctl: actually require debug privileges over targetKonstantin Belousov2021-10-191-7/+7
* procctl: make it possible to specify that some operations require debug privi...Konstantin Belousov2021-10-191-2/+27
* sys_procctl(): zero the data buffer once, on syscall entryKonstantin Belousov2021-10-191-1/+2
* sys_procctl(): use table data to do copyin/copyoutKonstantin Belousov2021-10-191-122/+88
* kern_procctl_single(): convert to use table dataKonstantin Belousov2021-10-191-106/+114
* procctl: convert PDEATHSIG_CTL/STATUS to regular kern_procctl_single() casesKonstantin Belousov2021-10-191-45/+69
* procctl(2): add consistent shortcut P_ID:0 as curprocKonstantin Belousov2021-10-191-5/+11
* kern_procctl(): convert the function to be table-drivenKonstantin Belousov2021-10-191-54/+69
* sys_procctl(2): remove sysproto and argusedKonstantin Belousov2021-10-191-9/+0
* pf: fix some cc --analyze warningsMateusz Guzik2021-10-193-3/+3
* vt: Disable bell by defaultEmmanuel Vadot2021-10-191-1/+1
* nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies betterRick Macklem2021-10-183-7/+30
* ipq4018: add initial IPQ4018/IPQ4019 supportAdrian Chadd2021-10-181-0/+52