Age | Commit message (Expand) | Author |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-25 | No need for wsmux in this kernel configuration; ok visa@ | Miod Vallat |
2022-08-22 | mips64, octeon, loonson: trigger deferred clock interrupts from splx(9) | Scott Soule Cheloha |
2022-07-18 | Compile octeon kernels with -march=mips64r2 | Visa Hankala |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-01-10 | Initialize variables that are touched in the error path. | Visa Hankala |
2022-01-08 | Remove verbose PCI and USB device info from BOOT | Visa Hankala |
2022-01-08 | Adjust debug printfs after pcitag_t type change. | Visa Hankala |
2022-01-07 | Add missing dependency. | Visa Hankala |
2022-01-06 | Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET | Theo de Raadt |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-24 | Stop setting etype in the MD crypto code. So far we have set the etype | Patrick Wildt |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-08-21 | octeon has no wskbd, so ucc cannot link. the files.usb parts should have | Theo de Raadt |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-07-29 | Fix device class. | Visa Hankala |
2021-07-24 | The updated dwctwo(4) driver introduces two new parameters. | Marcus Glocker |
2021-07-24 | Fix octeon build after dwctwo(4) update. | Marcus Glocker |
2021-07-24 | Replace cpus_running with CPU_IS_RUNNING(). | Visa Hankala |
2021-07-12 | Remember to set CPUF_RUNNING on secondary CPUs. | Visa Hankala |
2021-07-12 | Make hw_cpu_hatch() more similar on loongson and octeon. | Visa Hankala |
2021-07-08 | The properties of the crypto algorithms never change. Declare them | Alexander Bluhm |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-09 | Add initial bits for Check Point UTM-1 EDGE N. | Visa Hankala |
2021-03-04 | Tweak whitespace and adjust prototypes. | Visa Hankala |
2021-03-04 | Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter. | Visa Hankala |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-20 | Fix disestablishing of PCI interrupt handlers. | Visa Hankala |
2021-02-17 | Do not reprogram address filter after MII status change | Visa Hankala |
2021-02-13 | Revise cnmac(4)'s address filter setup | Visa Hankala |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-02-06 | Revise kernel's ld.script on octeon | Visa Hankala |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-02-04 | Handle Netgear ProSecure UTM25 | Visa Hankala |
2021-01-30 | Abstract octeon board handling a little | Visa Hankala |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-01 | Add kstat to ogx(4). | Visa Hankala |
2020-12-31 | Enable IPv4 and TCP/UDP checksum offload on transmission. | Visa Hankala |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-10-25 | Revert accidental commit. | Visa Hankala |
2020-10-25 | Add missing firmload attribute. | Visa Hankala |
2020-10-10 | Remove unnecessary count of device instances. | Visa Hankala |