Age | Commit message (Expand) | Author |
2020-08-07 | timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9) | cheloha |
2020-08-06 | Allow pf(4) to divert packets from bridge(4) to local socket. | Alexander Bluhm |
2020-08-06 | timeout(9): fix miscellaneous remote kcov(4) bugs | cheloha |
2020-08-06 | Remove duplicate comment. | Marcus Glocker |
2020-08-06 | Remove defines for `netisr' bits which are not used anymore. | mvs |
2020-08-05 | Don't compare pointers against zero. | Marcus Glocker |
2020-08-05 | Use PFKEYV2_LIFETIME_CURRENT instead of magic number. | tobhe |
2020-08-05 | Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing | Frederic Cambus |
2020-08-05 | Revert r1.614 of net/if.c. Modifications of `ifnet' list must still be | mvs |
2020-08-05 | drm: hold gem reference until object is no longer accessed | Jonathan Gray |
2020-08-05 | drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl() | Jonathan Gray |
2020-08-05 | drm/amd/display: Clear dm_state for fast updates | Jonathan Gray |
2020-08-05 | Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers" | Jonathan Gray |
2020-08-05 | sigh, some duplication, but at least put things into the canonical order | Theo de Raadt |
2020-08-04 | add cd9660, msdos, and inet6 support | Theo de Raadt |
2020-08-04 | Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does. | anton |
2020-08-04 | Initialize per-pmap lock. | Mark Kettenis |
2020-08-04 | Pack multiple packets into one xfer as possible. Given this is a 5x-7x | Kevin Lo |
2020-08-04 | On POWER9 use the "darn" instruction and feed its output as entropy into | Mark Kettenis |
2020-08-04 | We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4) | mvs |
2020-08-03 | add more scsi devices, observed by gkoehler | Theo de Raadt |
2020-08-03 | sync | Theo de Raadt |
2020-08-03 | Gear Head keyboard IDs, from Tom Murphy | Theo de Raadt |
2020-08-03 | remove timeval conversion interfaces no longer in linux | Jonathan Gray |
2020-08-03 | add aliases for arm eabi long long shift functions | Jonathan Gray |
2020-08-03 | add a BPF_RND load location that provides a random value. | David Gwynne |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-08-02 | Add missing rtable(4) check in rip6_input() | kn |
2020-08-02 | Make iwx(4) match any AX200 device again. | Stefan Sperling |
2020-08-01 | Move range check inside sysctl_int_arr | gnezdo |
2020-08-01 | Add support for AX201 devices to iwx(4). | Stefan Sperling |
2020-08-01 | Add support for remote coverage to kcov. Remote coverage is collected | anton |
2020-07-31 | Update Spleen kernel fonts to version 1.8.2, bringing the following | Frederic Cambus |
2020-07-31 | In xhci_device_isoc_start() do first check if the transfer is | Marcus Glocker |
2020-07-31 | Skip making structure elements const, as it provides no benefit, and | Theo de Raadt |
2020-07-31 | like amd64: | Theo de Raadt |
2020-07-31 | Make sure bcmtmon(4) attaches even if it has a "syscon" compatible. | Mark Kettenis |
2020-07-31 | On sun4u systems that have the STICK register, clear the NPT bit of the | Mark Kettenis |
2020-07-31 | Nuke all occurrences of usbd_abort_pipe() if it gets called right | Marcus Glocker |
2020-07-31 | Make writes to the coverage buffer MP-safe using atomic operations. | anton |
2020-07-30 | When this Aviion-only driver is eventually sent to join its friends in the attic | Kenneth R Westerback |
2020-07-30 | Only invalidate "user" SLB entry if it is currently set. | Mark Kettenis |
2020-07-30 | `struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'. | mvs |
2020-07-30 | regen | Stefan Sperling |
2020-07-30 | add PCI ID of intel Wi-Fi 6 AX201 devices | Stefan Sperling |
2020-07-30 | make pflog more mpsafe with variables on the stack instead of globals. | David Gwynne |
2020-07-30 | "#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly. | Kenneth R Westerback |
2020-07-29 | Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output, | Kenneth R Westerback |
2020-07-29 | atapiscsi is not needed here. (well maybe it changes the behaviour of | Theo de Raadt |