aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Only change DMAP props on DMAP covered memoryAndrew Turner2021-12-141-2/+4
* nfscl: add a filesize limit check to nfs_allocate()Rick Macklem2021-12-131-6/+13
* nfsd: Limit parsing of layout errors to maxcnt bytesRick Macklem2021-12-131-1/+12
* sys/dev/arcmsr: Update Areca RAID driver to fix some issues on ARC-1886.黃清隆2021-12-131-3/+38
* Add accelerated arm64 sha512 to libmdAndrew Turner2021-12-133-0/+223
* ipfilter: Fix struct ifnet pointer typeCy Schubert2021-12-131-0/+4
* Revert "mmc_sim: fix setting of the mutex name"Andriy Gapon2021-12-132-4/+6
* ds3231: fix accidental breakage of !FDT in 1256067cAndriy Gapon2021-12-131-1/+2
* mmc_sim: fix setting of the mutex nameAndriy Gapon2021-12-132-6/+4
* ds3231: allow configuration via hints on FDT systemsAndriy Gapon2021-12-131-3/+6
* pcf8591: remove write-only variablesAndriy Gapon2021-12-131-4/+1
* amdsbwd: always enable watchdog register decodingAndriy Gapon2021-12-131-12/+11
* nfscl: Fix must_commit handling for mirrored pNFS mountsRick Macklem2021-12-121-2/+6
* amd64: correct size of the SSE area in the xsave layoutKonstantin Belousov2021-12-121-1/+1
* exec_elf: use intermediate u_long variable to correct mismatched typeKonstantin Belousov2021-12-121-2/+3
* imgact_elf: avoid mapsz overflowKonstantin Belousov2021-12-121-0/+10
* imgact_elf: check that the alignment of PT_LOAD segment is power of twoKonstantin Belousov2021-12-121-2/+3
* imgact_elf: exclude invalid alignment requestsKonstantin Belousov2021-12-121-1/+19
* rnd_elf: add comment explaining the interfaceKonstantin Belousov2021-12-121-0/+10
* elf image activator: convert asserts into errorsKonstantin Belousov2021-12-121-18/+26
* exec_elf: assert that the image vnode is still locked on returnKonstantin Belousov2021-12-121-0/+1
* StyleKonstantin Belousov2021-12-121-2/+2
* nfscl: Fix must_commit/writeverf handling for Direct I/ORick Macklem2021-12-112-9/+42
* 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