Age | Commit message (Expand) | Author |
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 |
2020-07-29 | Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I was | Kenneth R Westerback |
2020-07-29 | Don't nest a enum declaration inside a struct declaration, and anyway | Theo de Raadt |
2020-07-29 | fix new typo | Theo de Raadt |
2020-07-29 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-29 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-29 | Interface index is unsigned integer. Fix the places where it referenced | mvs |
2020-07-29 | pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. This | mvs |
2020-07-29 | Remove SIOCSIFADDR | kn |
2020-07-29 | drm/amd/powerplay: fix a crash when overclocking Vega M | Jonathan Gray |
2020-07-29 | drm/amdgpu: Fix NULL dereference in dpm sysfs handlers | Jonathan Gray |
2020-07-29 | drm/amdgpu: fix preemption unit test | Jonathan Gray |
2020-07-29 | drm/amdgpu/gfx10: fix race condition for kiq | Jonathan Gray |
2020-07-29 | drm/amd/display: add dmcub check on RENOIR | Jonathan Gray |
2020-07-29 | drm/amd/display: Check DMCU Exists Before Loading | Jonathan Gray |
2020-07-29 | change ktime to nanoseconds in drm | Jonathan Gray |
2020-07-29 | Fix yet another panic in which wsevent_fini() ends up being called with | anton |
2020-07-29 | Fix previous commit which referred wrong address and returned wrong | YASUOKA Masahiko |
2020-07-28 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-28 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-28 | Rewrite IPv6 source address selection in terms of the 8 rules given in | Florian Obser |
2020-07-28 | Use the table on root always if current table is not active. | YASUOKA Masahiko |
2020-07-28 | Don't treat an error if carppeer is an unicast and the peer is down. | YASUOKA Masahiko |
2020-07-28 | Fix a problem related to isochronous transfers appearing in certain | Marcus Glocker |
2020-07-28 | Document locks which protect pipex(4) global data structures. | mvs |
2020-07-28 | Add size to free(9) calls | kn |
2020-07-28 | Document locks which protect ppp{ac,x}(4) global data structures. | mvs |
2020-07-28 | Add missing `IFXF_CLONED' flag to clone interfaces. | mvs |
2020-07-28 | After the previous commit, src/regress/sys/netinet/carp triggered | Alexander Bluhm |
2020-07-28 | Implement SIOCBRDGIFS, provide SIOCBRDGGRL stub | kn |
2020-07-28 | Return total size if SIOCBRDGIFS passes in ifbic_len set to zero | kn |
2020-07-27 | Refactor scsi_show_flags() to allow 32-bit flags. Display unnamed flags as one | Kenneth R Westerback |
2020-07-27 | SDEV_2NDBUS is gone. Update flagnames[] appropriately. | Kenneth R Westerback |
2020-07-27 | trim trailing whitespace in if_iwn.c | Stefan Sperling |
2020-07-26 | Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instances | Mark Kettenis |
2020-07-26 | Reference unveil(2) in system accounting and daily.8. | rob |
2020-07-26 | Reduce IWN_DEBUG message noise related to scanning. | Stefan Sperling |
2020-07-25 | No need for a bzero(), just init saa.sf to NULL. All the saa.saa | Kenneth R Westerback |
2020-07-25 | Nuke unused struct scsi_link member of struct wd33c93_softc. | Kenneth R Westerback |
2020-07-25 | Port over NetBSD's arm64 disassembler for DDB. | tobhe |
2020-07-25 | Change kernel SLB setup code to avoid the (theoretical) possibility to | Mark Kettenis |
2020-07-25 | timeout(9): remove TIMEOUT_SCHEDULED flag | cheloha |