summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-08-31ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan()miko
2018-08-31Move kcov device definitions into <sys/conf.h>.Visa Hankala
2018-08-31enable bnxt(4)Jonathan Matthew
2018-08-30Move .dynstr before _edata to fix image size calculation. The PEPatrick Wildt
2018-08-30fix memory leak in an error pathJonathan Gray
2018-08-30Set up an aggregation buffer ring and configure placement mode so dataJonathan Matthew
2018-08-30Move softbutton check before the check that skips attaching certain acpiMark Kettenis
2018-08-30Remove dead code related to tty allocation for ptys. Back in revision 1.17 ofanton
2018-08-30Split the system-wide list of all futexes into process-specific listsVisa Hankala
2018-08-29Remove unused struct member.Mark Kettenis
2018-08-29Initialize device numbers for newly allocated ptys. Prevents a panic caused byanton
2018-08-29First pass in bringing i386 in sync with amd64. This does not yet work, but ispd
2018-08-29move the todr chip handle into a prtc_softc structureDavid Gwynne
2018-08-28Add per-TDB counters and a new SADB extension to export them toMartin Pieuchot
2018-08-28avoid uninitialised variable useJonathan Gray
2018-08-28avoid uninitialised variable use in an error pathJonathan Gray
2018-08-28Fix stat of path components - this was breaking chrome - because theBob Beck
2018-08-28add support for storing the time of day on OPL based machines.David Gwynne
2018-08-27Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660Mark Kettenis
2018-08-27Add 64-bit DMA support. Enable DMA on HiSilicon SoCs.Mark Kettenis
2018-08-27Add hiclock(4). Make sure hireset(4) attaches early.Mark Kettenis
2018-08-27move bwfm* at pci? to the wireless sectionJoshua Stein
2018-08-27Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn'tanton
2018-08-27Enable hireset(4).Mark Kettenis
2018-08-27Add hirest(4), a driver to support reset signal controller blocks onMark Kettenis
2018-08-27Add glue for the USB3 controller on the HiKey 970.Mark Kettenis
2018-08-27ompinmux has been replaced by pinctrlJonathan Gray
2018-08-27switch from ompinmux to pinctrlJonathan Gray
2018-08-27handle 16 bit register width required for omap3/omap4Jonathan Gray
2018-08-27Enable radeondrm(4). Note that on arm64 we do not yet have a way toMark Kettenis
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
2018-08-27HiSilicon SoCs pre-divide the clock by a factor 8.Mark Kettenis
2018-08-26Do not add ::1 on non-default lo(4) as intended.Martin Pieuchot
2018-08-26Add pinctrl(4), a generic pin mux driver.Mark Kettenis
2018-08-26Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral.Mark Kettenis
2018-08-26Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970).Mark Kettenis
2018-08-26return -1 from the interrupt handler if we didn't find any work to doJonathan Matthew
2018-08-25Add code to print the characteristics of the caches that can be discoveredMark Kettenis
2018-08-25Add GPT support. Mostly copied from amd64.Mark Kettenis
2018-08-25Add umt(4) for USB Windows Precision Touchpad devicesJoshua Stein
2018-08-25Use __HAVE_ACPI to decide whether ACPI support should be considered.Mark Kettenis
2018-08-25Move HID->bus constant conversion for HID report types out of ihidevJoshua Stein
2018-08-25regenMark Kettenis
2018-08-25Audio as found on an "Oland" Radeon card. Naming is a bit arbitrary, butMark Kettenis
2018-08-25Define __HAVE_ACPI.Mark Kettenis
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in revRicardo Mestre
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in NetBSD in revRicardo Mestre
2018-08-25Fix printing of ioapic remapping messages; avoid printing duplicate info.Mark Kettenis
2018-08-25Change kcov semantics, kernel code coverage tracing is now enabled on a peranton
2018-08-25The current rasops cursor implementation simply inverts the appropriateMark Kettenis