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