aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Retire code added to support CloudABIMateusz Guzik2021-10-107-187/+14
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-095-4/+61
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-091-2/+2
* timecounter: Let kern.timecounter.stepwarnings be set as a tunableMark Johnston2021-10-091-1/+1
* [fib_algo][dxr] Retire counters which are no longer usedMarko Zec2021-10-091-14/+0
* [fib_algo][dxr] Improve incremental updating strategyMarko Zec2021-10-091-19/+84
* arm, arm64, riscv: adjust top-level nexus commentMitchell Horne2021-10-083-9/+3
* pf: do not copy anchor_wildcard / anchor_relative from userspaceKristof Provost2021-10-082-4/+0
* net80211: fix build for 526370fb85db4b659cff4625eb2f379acaa4a1a8Bjoern A. Zeeb2021-10-081-1/+1
* USB: adjust the Generic XHCI ACPI probe return valueBjoern A. Zeeb2021-10-081-1/+1
* net80211: correct length check in ieee80211_ies_expand()Bjoern A. Zeeb2021-10-081-1/+1
* net80211: proper ssid length check in setmlme_assoc_adhoc()Bjoern A. Zeeb2021-10-081-1/+1
* sctp: improve KASSERT messagesMichael Tuexen2021-10-081-12/+12
* vm_fault: do not trigger OOM too earlyKonstantin Belousov2021-10-081-15/+37
* routing: Use the same index space for both nexthop and nexthop groups.Alexander V. Chernikov2021-10-083-29/+9
* dwmmc: Calculate the maximum transaction length correctly.Michal Meloun2021-10-081-8/+7
* Make core dump writes interruptible with SIGKILLKonstantin Belousov2021-10-081-0/+7
* Add curproc_sigkilled()Konstantin Belousov2021-10-082-0/+24
* sys/proc.h: remove dead prototypeKonstantin Belousov2021-10-081-1/+0
* kern_sig.c: Remove unused SIGPROP_CANTMASKKonstantin Belousov2021-10-081-1/+0
* riscv: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-084-383/+515
* arm: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-083-322/+380
* arm64: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-084-588/+695
* i386: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-084-1391/+1476
* riscv: fix VM_MAXUSER_ADDRESS checks in asm routinesMitchell Horne2021-10-072-13/+13
* riscv: handle page faults in the unmappable regionMitchell Horne2021-10-073-0/+14
* pf: remove unused field from pf_kanchorKristof Provost2021-10-071-1/+0
* ixgbe: Update shared code catchupKevin Bowling2021-10-0714-49/+427
* stand: fix build after recent opencrypto changesKyle Evans2021-10-071-0/+2
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-062-30/+158
* e1000: Lock nvm print sysctlKevin Bowling2021-10-061-1/+8
* Bump __FreeBSD_version for OCF changes to support variable nonce lengths.John Baldwin2021-10-061-1/+1
* crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes.John Baldwin2021-10-064-16/+39
* cryptosoft: Fix support for variable tag lengths in AES-CCM.John Baldwin2021-10-064-189/+205
* safexcel: Support truncated tags for AES-CCM.John Baldwin2021-10-061-4/+1
* safexcel: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-061-7/+14
* ccr: Support AES-CCM requests with truncated tags.John Baldwin2021-10-061-4/+24
* ccr: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-061-11/+23
* aesni: Support AES-CCM requests with a truncated tag.John Baldwin2021-10-063-19/+17
* aesni: Permit AES-CCM requests with neither payload nor AAD.John Baldwin2021-10-061-5/+0
* aesni: Handle requests with an empty payload.John Baldwin2021-10-061-10/+18
* aesni: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-062-28/+17
* crypto: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-064-19/+90
* cryptodev: Allow some CIOCCRYPT operations with an empty payload.John Baldwin2021-10-061-2/+9
* cryptodev: Permit CIOCCRYPT for AEAD ciphers.John Baldwin2021-10-061-0/+7
* cryptodev: Permit explicit IV/nonce and MAC/tag lengths.John Baldwin2021-10-062-4/+34
* cryptosoft, ccr: Use crp_iv directly for AES-CCM and AES-GCM.John Baldwin2021-10-062-25/+10
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-067-26/+45
* ccp, ccr: Simplify drivers to assume an AES-GCM IV length of 12.John Baldwin2021-10-062-33/+8
* cryptodev: Use 'csp' in the handlers for requests.John Baldwin2021-10-061-8/+13