Age | Commit message (Expand) | Author |
2020-07-23 | Nuke unused struct scsi_link member of spc_softc. | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link member of vdsk_softc. | Kenneth R Westerback |
2020-07-22 | Init GOP and COMPHY. | Patrick Wildt |
2020-07-22 | Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero the | Patrick Wildt |
2020-07-22 | Rework mvpp2_prs_flow_find() to return a tid instead of a whole prs | Patrick Wildt |
2020-07-22 | Make switching CPUs in DDB work. | Mark Kettenis |
2020-07-22 | Actually try to evict a PTE from a different slot instead of failing to | Mark Kettenis |
2020-07-22 | Use interface index instead of pointer to `ifnet' in `struct bstp_port'. | mvs |
2020-07-22 | Integrated cam in the Lenovo X1 6th Generation Notebook works. | Marcus Glocker |
2020-07-22 | Fix more whitespace issues. | Patrick Wildt |
2020-07-22 | Use correct ethertype and IP proto defines. | Patrick Wildt |
2020-07-22 | Fix whitespace issue. | Patrick Wildt |
2020-07-22 | Use 1U for BIT(x), always define it and use it in four more places. | Patrick Wildt |
2020-07-22 | Collapse consecutive stars to avoid exponential behavior. | Todd C. Miller |
2020-07-22 | Don't grab the kernel lock for mpsafe interrupts. | Mark Kettenis |
2020-07-22 | pstat -t was showing bogus column data on ttys, in modes where | Theo de Raadt |
2020-07-22 | Implement IPIs. | Mark Kettenis |
2020-07-22 | sensorsd(8) reported an unveil failure due to chdir / . Call | Alexander Bluhm |
2020-07-22 | build bsd.mp (issues remain, but doing the build effort is valuable already) | Theo de Raadt |
2020-07-22 | sync | Theo de Raadt |
2020-07-22 | create /dev nodes for sparc64 and powerpc console, so that dev_mkdb | Theo de Raadt |
2020-07-22 | Add a few missing elocations. | Mark Kettenis |
2020-07-22 | console marker should be after : | Theo de Raadt |
2020-07-22 | Add missing CVS tags. | tobhe |
2020-07-22 | Avoid running out of memory with query-replace-regex ^ | Theo Buehler |
2020-07-22 | Prevent mg segfault with query-replace-regex replacing ^ | Theo Buehler |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-22 | Remove debugging printf in critical section. This doesn't play well with | Mark Kettenis |
2020-07-22 | regen | Jonathan Gray |
2020-07-22 | add Intel AX200 Bluetooth | Jonathan Gray |
2020-07-22 | Add missing mplock.h file. | Mark Kettenis |
2020-07-22 | regen | Jonathan Gray |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2020-07-22 | add devices found in Inspiron 5505 dmesg from jmc@ | Jonathan Gray |
2020-07-22 | gc some ifmedia stuff that this driver doesnt use. | David Gwynne |
2020-07-22 | Use CPU_IS_PRIMARY macro in identifycpu() on i386. | Frederic Cambus |
2020-07-22 | Use CPU_IS_PRIMARY macro in cpuattach() on mips64. | Frederic Cambus |
2020-07-22 | Correct checks for window borders. | Nicholas Marriott |
2020-07-22 | force long-names on msdos filenames, so that folk can see pretty names | Theo de Raadt |
2020-07-22 | filter vlan and svlan packets by default. | David Gwynne |
2020-07-22 | Change tpmr(4) from ifconfig [-]trunkport to add|del synopsis | kn |
2020-07-22 | deprecate interface input handler lists, just use one input function. | David Gwynne |
2020-07-22 | move carp_input into ether_input, instead of via an input handler. | David Gwynne |
2020-07-22 | move vlan_input into ether_input, instead of via an input handler. | David Gwynne |
2020-07-22 | register as a bridge port, not an input handler, on member ifaces. | David Gwynne |
2020-07-22 | register as a bridge port, not an input handler, on member ifaces. | David Gwynne |
2020-07-22 | register tpmr as a bridge port, not an input handler, on member ifaces. | David Gwynne |
2020-07-22 | Add support for newer RTL8125 chipset (RTL8125B). | Kevin Lo |
2020-07-22 | if an iface is a bridge port, pass the packet to the bridge in ether_input. | David Gwynne |
2020-07-22 | add code to coordinate how bridges attach to ethernet interfaces. | David Gwynne |