Age | Commit message (Expand) | Author |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-13 | Add a driver for the CIB interrupt controller. Certain device | Visa Hankala |
2017-07-03 | Attach com(4) using fdt on octeon. | Visa Hankala |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-18 | Split octeon interrupt code into a glue layer and a CIU driver. | Visa Hankala |
2017-06-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-05 | Randomize the link order of .o files in the kernel on octeon. | Visa Hankala |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-05-09 | Mix bits from the built-in RNG with the randomdata section at boot time. | Visa Hankala |
2017-05-04 | enable brgphy, which appears in the edgerouter pro | Jonathan Matthew |
2017-05-02 | Revise MDIO driver code so that device instances can be attached | Visa Hankala |
2017-04-24 | Add an fdt blob for octeon systems whose firmware does not provide | Visa Hankala |
2017-03-18 | Build mips64 kernels with -ffreestanding. | Visa Hankala |
2016-12-21 | Add a driver for OCTEON MMC host controller. | Visa Hankala |
2016-12-08 | Add fdt_attach_args and simplebus for implementing fdt-capable | Visa Hankala |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
2016-11-15 | Clean up the kernel Makefile's: | Martin Natano |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-09-24 | Add -Wno-pointer-sign to all our gcc4 architectures. | Mark Kettenis |
2016-07-16 | Add $OpenBSD$ / replace $Id$ with $OpenBSD$. | Visa Hankala |
2016-07-05 | Add openprom(4) for octeon. | Visa Hankala |
2016-07-01 | Add fdt init for octeon. | Visa Hankala |
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew |
2016-06-01 | Enable utvfu(4) everywhere where uvideo(4) is also enabled. | Marcus Glocker |
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot |
2016-03-18 | add octuctl, a driver for the Octeon II usb controller interface, and | Jonathan Matthew |
2016-01-14 | Add support for a variety of USB devices. | Visa Hankala |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-09-22 | Make sure the openbsd.randomdata section is located before the edata symbol. | Miod Vallat |
2015-09-09 | The mplock implementations on MP-enabled mips64 platforms, octeon and | Visa Hankala |
2015-08-18 | Unbreak Octeon kernel config after r1.25 of files.mips64. | Visa Hankala |
2015-08-05 | Add octrtc(4) to RAMDISK. | Paul Irofti |
2015-08-03 | add amdcf(4) here too; unbreaks RAMDISK | Jasper Lievisse Adriaanse |
2015-07-20 | Add a new flash driver for Octeon that allows access to the internal | Paul Irofti |
2015-07-19 | rework how iobus(4) finds and attaches devices. | Jasper Lievisse Adriaanse |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-13 | Do not attempt to configure octhci, superseded by dwc2 | Miod Vallat |
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne |
2015-06-28 | enable octdwctwo and add umass | Jonathan Matthew |
2015-02-11 | Minimal attachment to build-test dwc2(4). | Masao Uebayashi |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |