aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix intra-object buffer overread for labeled msdosfs volumesJessica Clarke2021-10-271-7/+13
* ada: Fix intra-object buffer overread of identify stringsJessica Clarke2021-10-271-4/+20
* xhci: Rework 64-byte context support to avoid pointer abuseJessica Clarke2021-10-272-105/+81
* arm: Remove obsolete commentsWarner Losh2021-10-271-3/+3
* rack: Update the fast send block on setsockopt(2)Gleb Smirnoff2021-10-271-1/+28
* Factor out tcp6_use_min_mtu() to handle IPV6_USE_MIN_MTU by TCP.Gleb Smirnoff2021-10-275-37/+84
* Several IP level socket options may affect TCP.Gleb Smirnoff2021-10-271-21/+54
* Split tcp_ctloutput() into set/get parts.Gleb Smirnoff2021-10-271-35/+90
* tcp: socket option to get stack alias namePeter Lei2021-10-274-4/+44
* rmslock: Update td_locks during lock and unlock operationsMark Johnston2021-10-271-0/+7
* jail(8): Fix a few common typos in source code commentsGordon Bergling2021-10-271-1/+1
* bxe(4): Fix a few common typos in source code commentsGordon Bergling2021-10-272-3/+3
* iwm: Update SCD register accessesAdrian Chadd2021-10-271-2/+2
* iwm: update if_iwmreg.h to the latest (as of today) openbsd changesAdrian Chadd2021-10-276-1654/+2029
* Further refine the ExpDataSN checks for SCSI Response PDUs.John Baldwin2021-10-261-8/+32
* Retire obsolete iscsi_initiator(4)Ed Maste2021-10-2612-4543/+0
* tcp: The rack stack can incorrectly have an overflow when calculating a burst...Randall Stewart2021-10-261-3/+4
* bpf: Fix the write filter for detached descriptorsMark Johnston2021-10-261-3/+12
* Mana: move mana polling from EQ to CQWei Hu2021-10-265-214/+193
* nfscl: Add a missing delegation lock releaseRick Macklem2021-10-261-0/+2
* tcp: allow new reno functions to be called from other CC modulesMichael Tuexen2021-10-251-13/+34
* LinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()Bjoern A. Zeeb2021-10-251-0/+1
* LinuxKPI: add bcd.hBjoern A. Zeeb2021-10-251-0/+53
* LinuxKPI: pci.h / linux_pci.c rename pci_driver fieldBjoern A. Zeeb2021-10-252-5/+5
* LinuxKPI: pci.h make pci_dev argument const for pci_{read,write}_config*()Bjoern A. Zeeb2021-10-251-6/+6
* LinuxKPI: add netdev_features.hBjoern A. Zeeb2021-10-251-0/+48
* LinuxKPI: add simple_open() to fs.hBjoern A. Zeeb2021-10-251-0/+6
* mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv()Bjoern A. Zeeb2021-10-257-37/+44
* Inline critical enter/exit for "tied" kernel modulesMateusz Guzik2021-10-251-1/+1
* arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik2021-10-251-1/+1
* Don't run ip_ctloutput() for divert socket.Gleb Smirnoff2021-10-251-1/+0
* Remove div_ctlinput().Gleb Smirnoff2021-10-251-13/+0
* sysctl vm.objects: yield if hogKonstantin Belousov2021-10-251-0/+1
* vm.objects_swap: disable reporting some informationKonstantin Belousov2021-10-251-15/+18
* Add vm.swap_objects sysctlKonstantin Belousov2021-10-251-4/+24
* vm_object_list: split sysctl handler in separate functionKonstantin Belousov2021-10-251-1/+8
* hyperv: Register hyperv_timecounter later during bootMark Johnston2021-10-251-2/+8
* LinuxKPI: add strreplace() to string.hBjoern A. Zeeb2021-10-251-0/+13
* LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.hBjoern A. Zeeb2021-10-251-0/+33
* usb(4): Fix for use after free in combination with EVDEV_SUPPORT.Hans Petter Selasky2021-10-241-13/+34
* unionfs: implement vnode-based cache lookupJason A. Harmening2021-10-242-70/+79
* Allow biodone() to be used as a completion routine.Kirk McKusick2021-10-231-1/+5
* sys/mount.h: remove dead prototypeRobert Wing2021-10-241-1/+0
* linux: Improve debug for PTRACE_GETEVENTMSGEdward Tomasz Napierala2021-10-231-0/+12
* linux: implement PTRACE_EVENT_EXECEdward Tomasz Napierala2021-10-232-2/+19
* linux: Make PTRACE_GET_SYSCALL_INFO handle EJUSTRETURNEdward Tomasz Napierala2021-10-231-0/+9
* linux: Improve debug for PTRACE_GETREGSETEdward Tomasz Napierala2021-10-231-0/+5
* linux: Fix ENOTSOCK handling in sendfile(2)Edward Tomasz Napierala2021-10-231-0/+2
* linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala2021-10-236-6/+7
* nehemiah: manually assemble xstore(-rng)Konstantin Belousov2021-10-221-1/+1