aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* psci: finish psci_present implementationKyle Evans2022-04-252-1/+3
* cam: don't send scsi commands on shutdown when reboot method RB_NOSYNCWojciech Macek2022-04-231-0/+4
* oce(4): Fix a typo in a sysctl descriptionGordon Bergling2022-04-231-1/+1
* iicbus(4): Fix two typos in kernel error messagesGordon Bergling2022-04-231-2/+2
* callout: Remove the CS_EXECUTING flagMark Johnston2022-04-222-4/+2
* setitimer: Fix exit raceMark Johnston2022-04-222-8/+5
* videomode: Fix a typo in an kernel messageGordon Bergling2022-04-221-1/+1
* genet: fix problems with interface down/upMike Karels2022-04-211-11/+75
* vm: Move the "vm_wait in early boot" assertion to the proper placeMark Johnston2022-04-211-2/+2
* vm: Initialize the transient buffer mapping arena with M_WAITOKMark Johnston2022-04-211-1/+1
* if_axgbe: properly release resource in error caseTong Zhang2022-04-201-13/+52
* Revert rest of a5970a529c2d95271: use vrefact() when working on fp->f_vnodeKonstantin Belousov2022-04-192-4/+4
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-192-3/+1
* Fix a sign mismatch warning in the physmem codeAndrew Turner2022-04-191-1/+2
* Support EFIRT on arm64 with a non 4k page sizeAndrew Turner2022-04-191-2/+2
* Add an implementation of .mcount on arm64Andrew Turner2022-04-191-1/+44
* Add support for arm64 nGnRE device memoryAndrew Turner2022-04-193-3/+8
* tty: Remove an incorrect assertion from ttyinq_line_iterate()Mark Johnston2022-04-181-1/+0
* Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-184-43/+0
* LinuxKPI: 802.11: start adding rate control to ieee80211_tx_status()Bjoern A. Zeeb2022-04-182-35/+96
* LinuxKPI: 802.11: implement ieee80211_probereq_get()Bjoern A. Zeeb2022-04-182-3/+40
* LinuxKPI: skbuff: start implementing skb_copy()Bjoern A. Zeeb2022-04-182-3/+45
* LinuxKPI: 802.11: improve hw_scanBjoern A. Zeeb2022-04-182-30/+149
* LinuxKPI: skbuff: dev_kfree_skb_irq() and improvementsBjoern A. Zeeb2022-04-181-2/+7
* LinuxKPI: 802.11: use an sx lock to protect the list of vifsBjoern A. Zeeb2022-04-182-10/+16
* ipfw: fix matching and setting DSCP value for IPv6Andrey V. Elsukov2022-04-182-17/+17
* Fix ipfw fwd that doesn't work in some casesAndrey V. Elsukov2022-04-182-1/+3
* modules: fix mii buildEugene Grosbein2022-04-161-1/+1
* MFC: mii: include missing sources in loadable moduleMilan Obuch2022-04-161-5/+11
* MFC: modules: mgb: need opt_platform.hKevin Lo2022-04-161-1/+1
* Add sysctl KERN_LOCKFKonstantin Belousov2022-04-164-2/+158
* sys/user.h: Add kinfo_lockf structure to report advisory locksKonstantin Belousov2022-04-161-0/+22
* kern_lockf.c: remove no longer neeeded UFS headersKonstantin Belousov2022-04-161-5/+0
* lockf: remove lf_inode from struct lockf_entryKonstantin Belousov2022-04-162-18/+3
* ufs/acl.h: forward-declare struct inodeKonstantin Belousov2022-04-161-0/+2
* Style.Konstantin Belousov2022-04-161-2/+4
* kbd: replace vestigial spl calls with Giant assertionsEd Maste2022-04-151-55/+12
* net: Fix memory leaks in lltable_calc_llheader() error pathsMark Johnston2022-04-154-4/+8
* LinuxKPI: add ALIGN_DOWN()Bjoern A. Zeeb2022-04-141-0/+1
* LinuxKPI: 802.11: add ieee80211_beacon_get_tim(), ieee80211_sn_sub()Bjoern A. Zeeb2022-04-141-3/+15
* LinuxKPI: 802.11: further fix RSSI calculationsBjoern A. Zeeb2022-04-141-4/+10
* LinuxKPI: skbuff: handle dev_alloc_skb() correctlyBjoern A. Zeeb2022-04-142-5/+24
* LinuxKPI: PCI: add counter for linux_dma_map_phys_common() errorsBjoern A. Zeeb2022-04-141-1/+14
* pf: use ERROUT_IOCTL()Kristof Provost2022-04-141-1/+1
* ufs: Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* pax(1): Remove a few double words in source code commentsGordon Bergling2022-04-141-1/+1
* sym(4): Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* al_eth: Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* ofed: Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* usb: Remove some double words in source code commentsGordon Bergling2022-04-141-4/+4