summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-06Revise kernel's ld.script on octeonVisa Hankala
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-02-04Handle Netgear ProSecure UTM25Visa Hankala
2021-01-30Abstract octeon board handling a littleVisa Hankala
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-01Add kstat to ogx(4).Visa Hankala
2020-12-31Enable IPv4 and TCP/UDP checksum offload on transmission.Visa Hankala
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-10-25Revert accidental commit.Visa Hankala
2020-10-25Add missing firmload attribute.Visa Hankala
2020-10-10Remove unnecessary count of device instances.Visa Hankala
2020-09-10Add I2C bus scan routine for octiic(4)Visa Hankala
2020-09-10Register octiic(4) with the I2C frameworkVisa Hankala
2020-09-09Make ogx(4)'s outbound bpf(4) tap actually workVisa Hankala
2020-09-08Clean up attachment of octgmx(4) a bitVisa Hankala
2020-09-08Handle AGL interfaceVisa Hankala
2020-09-04Add kstat to cnmac(4)Visa Hankala
2020-09-02vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()Theo de Raadt
2020-08-28Make fdt root node's model property readable through sysctl hw.productVisa Hankala
2020-08-15Remove unused headersVisa Hankala
2020-08-15Inline handling of receive checksum offloadVisa Hankala
2020-07-24Suppress kernel printf output in the octeon boot kernel.Visa Hankala
2020-07-18Userland timecounter implementation for octeonVisa Hankala
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-08Make membar_consumer() a plain compiler barrier in kernel on octeon.Visa Hankala
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-07-04Remove no-op cn30xxgmx_reset_board().Visa Hankala
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-30Use <dev/clock_subr.h> in octrtc(4).Visa Hankala
2020-06-27TNF rescinded clauses 3 & 4 in 2008 in NetBSD.Jonathan Gray
2020-06-13Remove a dead store.Visa Hankala
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-26Check outcome of loadrandom() on octeonVisa Hankala
2020-05-26Rework kernel loading with octboot(4)Visa Hankala
2020-05-25that dependency change breaks something else. sigh.Theo de Raadt
2020-05-25Pass boothowto from the bootloader to the kernel on octeon.Visa Hankala
2020-05-25Mix board information into the entropy pool.Visa Hankala
2020-05-25The dependencies were insufficient.Theo de Raadt
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it toMark Kettenis
2020-04-14Fix some of the more esoteric bus_space functions. TheMark Kettenis