Age | Commit message (Expand) | Author |
2019-08-28 | Recast "SCSISPC() != 2" into "!SCSI2() || SCSI3()", i.e. "!= 2" into | Kenneth R Westerback |
2019-08-28 | This code calls task_add(9) from a timeout, so create the taskq with | Mark Kettenis |
2019-08-28 | Introduce SCSI0(), SCSI2() and SCSI3() defines to clarify (some) uses | Kenneth R Westerback |
2019-08-28 | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that | Kenji Aoyama |
2019-08-28 | Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made | Mark Kettenis |
2019-08-28 | Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic | Mark Kettenis |
2019-08-28 | Add a PHY "framework". | Mark Kettenis |
2019-08-28 | implement a DV_POWERDOWN handler to flush cache and shutdown the controller | David Gwynne |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-27 | Add amlrng(4), the simples random numer generator driver ever. | Mark Kettenis |
2019-08-27 | Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes without | Mark Kettenis |
2019-08-27 | sync | Joshua Stein |
2019-08-27 | add ethernet found on Lenovo USB-C Dock | Joshua Stein |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-08-27 | Refactor probing logic to mirror detach logic. i.e. put smarts in | Kenneth R Westerback |
2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on | Patrick Wildt |
2019-08-27 | Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionally | Mark Kettenis |
2019-08-27 | amclock(4), a driver for the Amlogic SoC clocks. For now this implements | Mark Kettenis |
2019-08-27 | don't check the page number was set correctly. | David Gwynne |
2019-08-27 | use m_getptr to get to the right mbuf and offset for the ttl in mpls_gettl. | David Gwynne |
2019-08-27 | make SIOCGIFSFFPAGE support QSFP modules better. | David Gwynne |
2019-08-26 | When a thread tries to exclusively lock a vnode, the same thread must | anton |
2019-08-26 | Do not use the flow of the first fragment to store ECN information. | Alexander Bluhm |
2019-08-26 | Replace umb_ntop() with sockaddr_ntop() which does almost the same thing. | Claudio Jeker |
2019-08-26 | Remove rdtsc macro. | Paul Irofti |
2019-08-26 | Remove unnecessary retrieval of the GPC regmap. We don't need it since | Patrick Wildt |
2019-08-26 | remove some debug cruft that i should have removed after the addr64 stuff | David Gwynne |
2019-08-26 | remove redundant assignment to ic_curmode | Stefan Sperling |
2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2019-08-26 | Implement GPIO hogging. | Mark Kettenis |
2019-08-26 | pf.conf "set timeout interval 1" causes kernel crash | Alexandr Nedvedicky |
2019-08-26 | Add amluart(4), a driver for the UARTs found on various Amlogic SoCs. | Mark Kettenis |
2019-08-25 | Add SIOCDIFADDR_IN6 to the wroute pledge to allow removal of IPv6 addresses | pamela |
2019-08-25 | drm/amdgpu: fix a potential information leaking bug | Jonathan Gray |
2019-08-25 | avoid checking s->spf twice if it is above maximum in uaudio_adjspf(); ok rat... | miko |
2019-08-24 | Simply logic of detaching things. scsi_detach_bus() folded into | Kenneth R Westerback |
2019-08-24 | KNF tweak. | Kenneth R Westerback |
2019-08-24 | sync devlist | Jonathan Gray |
2019-08-24 | drm/i915/cml: Introduce Comet Lake PCH | Jonathan Gray |
2019-08-24 | drm/i915/cml: Add CML PCI IDS | Jonathan Gray |
2019-08-23 | regen | Jonathan Gray |
2019-08-23 | add Intel 100 Series LP eMMC/SDXC from fkr | Jonathan Gray |
2019-08-22 | T10/BSR INCITS 503 (SPC-5) is apparently a thing. Update | Kenneth R Westerback |
2019-08-22 | Don't check _TTP for io windows. | Mark Kettenis |
2019-08-22 | do pci_intr_disestablish() and bus_space_unmap() calls if auich_alloc_cdata()... | miko |
2019-08-22 | unused variable, after previous commit | Theo de Raadt |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-21 | Fix a race in invalidation of remote TLB entries. | Visa Hankala |
2019-08-21 | Remove support for semantically opace interface identifiers (RFC 7217) | Florian Obser |
2019-08-21 | Add simple amdgpu pci id devlist for the ramdisk to determine if | Jonathan Gray |