aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ip_log: remove set-but-not-unused varsCy Schubert2021-12-111-2/+2
* Make msgbuf_peekbytes() not return leading zeroes.Alexander Motin2021-12-112-32/+30
* if_epair: fix module build outside of kernel build environmentEugene Grosbein2021-12-111-1/+1
* vfs: annotate all unused MNTK_ flagsMateusz Guzik2021-12-101-2/+5
* vfs: retire MNTK_NOKNOTE and VV_NOKNOTEMateusz Guzik2021-12-103-13/+5
* hdda: Remove extra topo_unlockWarner Losh2021-12-101-1/+0
* pcf85063: Fix real time clockHubert Mazur2021-12-101-5/+17
* Fix a set but not used warning in the arm GIC driverAndrew Turner2021-12-101-4/+0
* Fix set but not used warnings in arm64 rockchipAndrew Turner2021-12-104-12/+5
* bxe: plug some of set-but-not-used varsMateusz Guzik2021-12-101-12/+1
* Fix set but not used warnings in arm64 core codeAndrew Turner2021-12-107-17/+9
* Fix a set but not used warning in the arm64 pmapAndrew Turner2021-12-101-4/+4
* hn: plug set-but-not-unused varsMateusz Guzik2021-12-101-4/+4
* ctl: plug set-but-not-unused varMateusz Guzik2021-12-101-1/+1
* bfe: plug a set-but-not-unused varMateusz Guzik2021-12-101-2/+4
* x86: plug a set-but-not-unused var in native_lapic_ipi_freeMateusz Guzik2021-12-101-1/+1
* nfe: plug set-but-not-unused varsMateusz Guzik2021-12-101-6/+2
* alc: plug set-but-not-unused varsMateusz Guzik2021-12-101-1/+1
* asmc: plug set-but-not-unused varsMateusz Guzik2021-12-101-0/+4
* xdma: Fix another -Wunused-but-set-variable warning previously missedJessica Clarke2021-12-101-3/+0
* riscv: Fix PLIC -Wunused-but-set-variable warningsJessica Clarke2021-12-101-6/+0
* xdma: Fix -Wunused-but-set-variable warningsJessica Clarke2021-12-102-14/+0
* busdma: Remove outdated comments about Giant.Alexander Motin2021-12-106-18/+6
* Add idle priority scheduling privilege group to MAC/priorityFlorian Walpen2021-12-103-2/+19
* Add PRIV_SCHED_IDPRIOFlorian Walpen2021-12-104-14/+17
* ahc: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-2/+2
* fxp: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-2/+2
* wbwd: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-3/+3
* smist: Remove unneeded Giant from bus_dma_tag_create().Alexander Motin2021-12-101-2/+1
* hptiop: Remove Giant locking around ioctls.Alexander Motin2021-12-101-5/+0
* hpt27xx: Remove FreeBSD 9.x support including Giant.Alexander Motin2021-12-103-151/+17
* fxp: Remove unneeded Giant from bus_dma_tag_create().Alexander Motin2021-12-101-8/+5
* acpi_cpu: Replace Giant with bus_topo_lock.Alexander Motin2021-12-101-2/+2
* ed: Remove optionsWarner Losh2021-12-103-11/+0
* hda: Push giant / newbus topo lock down a layerWarner Losh2021-12-102-5/+22
* newbus: add bus_topo_assertWarner Losh2021-12-108-15/+24
* bus: mark sysctls MPSAFEWarner Losh2021-12-101-8/+11
* Create wrapper for Giant taken for newbusWarner Losh2021-12-1035-128/+157
* nfscl: Check for an error return from nfsrv_getattrbits()Rick Macklem2021-12-091-2/+6
* nfscl: Sanity check the callback tag lengthRick Macklem2021-12-091-1/+2
* pseudofs: Destroy vncache hashtbl on pseudofs module unload.Dmitry Chagin2021-12-091-0/+1
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2021-12-099-6/+412
* mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.John Baldwin2021-12-091-1/+1
* net/if.c: plug set-but-not-unused varsMateusz Guzik2021-12-091-3/+4
* ioat: plug set-but-not-unused varsMateusz Guzik2021-12-091-5/+2
* Bump __FreeBSD_version for software crypto changes.John Baldwin2021-12-091-1/+1
* cryptosoft: Stop single-threading requests within a session.John Baldwin2021-12-091-20/+11
* cryptosoft: Fully support per-operation keys for auth algorithms.John Baldwin2021-12-092-95/+83
* cryptosoft: Allocate cipher contexts on the stack during operations.John Baldwin2021-12-091-78/+92
* cryptosoft: Rename sw_kschedule member to sw_ctx.John Baldwin2021-12-091-62/+62