aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* syscons: silent 'set but unused' warning in some configurationsKonstantin Belousov2022-04-201-1/+1
* dev/iommu: Include offset in maxaddr check.Doug Moore2022-04-201-1/+1
* ctlstat: add prometheus outputAlan Somers2022-04-205-10/+261
* bsddialog(3): fix disabled shadowAlfonso S. Siciliano2022-04-202-5/+3
* rrenumd: remove a set-but-not-used variableStefan Eßer2022-04-201-2/+0
* libfetch: remove a set-but-not-uswed variableStefan Eßer2022-04-201-5/+2
* Bump Dd in getdirentries.2 after c6487446.Dmitry Chagin2022-04-201-1/+1
* Have posixshm_test ask the kernel for the page sizeAndrew Turner2022-04-201-65/+72
* Fill the page size array in one posix shm testAndrew Turner2022-04-201-0/+2
* callout: fix using shared rmlocksKristof Provost2022-04-201-1/+1
* pfctl: always print 'l3' source/destinationKristof Provost2022-04-201-6/+4
* pf: allow the use of tables in ethernet rulesKristof Provost2022-04-207-12/+99
* sed(1): Fix a typo in the manual pageGordon Bergling2022-04-201-1/+1
* libsa: Fix a typo in a panic messageGordon Bergling2022-04-201-1/+1
* iicbus(4): Fix two typos in kernel error messagesGordon Bergling2022-04-201-2/+2
* oce(4): Fix a typo in a sysctl descriptionGordon Bergling2022-04-201-1/+1
* tslog(4): Fix a typo in the manual pageGordon Bergling2022-04-201-1/+1
* libpfctl: grow request buffer on ENOSPCKristof Provost2022-04-201-139/+61
* dmar: Disable PMR in driver attach routineKornel Duleba2022-04-202-0/+14
* mac_pimd: Support for privilege drop in pimdWojciech Macek2022-04-203-0/+84
* capsicum: briefly describe capabilities in man pageEd Maste2022-04-191-1/+6
* sctp: cleanupMichael Tuexen2022-04-191-1/+1
* sctp: improve stopping of timersMichael Tuexen2022-04-191-3/+6
* Bump Dd in manpages after removing devclass from DRIVER_MODULE.John Baldwin2022-04-192-2/+2
* cxgbe: Remove unused devclass arguments to *DRIVER_MODULE().John Baldwin2022-04-193-27/+18
* Deprecate the 'devclass' argument from *DRIVER_MODULE() macros.John Baldwin2022-04-193-22/+64
* devclass_add_driver: Permit NULL to be passed in dcp.John Baldwin2022-04-191-1/+4
* Merge libcxxrt commit 45ca8b1942090226ba9368caeeeabc0d4ee41ad6Dimitry Andric2022-04-191-0/+7
* diff3: Add support for -mTom Jones2022-04-195-3/+137
* videomode: Fix a typo in an kernel messageGordon Bergling2022-04-191-1/+1
* diff3: Add support for -ATom Jones2022-04-195-8/+157
* ffs: plug a set-but-not-used varStefan Eßer2022-04-191-1/+1
* inetd(8): Fix a typo in the manual pageGordon Bergling2022-04-191-1/+1
* diff3: seperate old and new markers from file markersTom Jones2022-04-191-5/+8
* ssh: remove duplicate setting of MAIL env varEd Maste2022-04-191-6/+0
* diff3: Clean up printing of ranges for edscript outputTom Jones2022-04-191-35/+37
* prometheus_sysctl_exporter: fix metric aliasingAlan Somers2022-04-192-18/+26
* sfxge: plug set-but-not-used varsMateusz Guzik2022-04-192-0/+5
* tcp: plug set-but-not-used varsMateusz Guzik2022-04-191-0/+16
* signals: plug a set-but-not-used varMateusz Guzik2022-04-191-3/+2
* sctp: plug set-but-not-used varsMateusz Guzik2022-04-191-8/+18
* linux: plug a set-but-not-used varMateusz Guzik2022-04-191-1/+1
* ext2: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+4
* cxgbe: plug a set-but-not-used varMateusz Guzik2022-04-191-3/+1
* sctp: hold the inp lock while calling ip6_outputMichael Tuexen2022-04-191-0/+2
* uart: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+2
* tcp/rack: plug a set-but-not-used varMateusz Guzik2022-04-191-1/+1
* diff: tests: loosen up requirements for report_identicalKyle Evans2022-04-191-4/+2
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-192-6/+73
* Make -Wunused-but-set-variable a fatal error for clang 13+ for kernel builds.John Baldwin2022-04-181-3/+0