Age | Commit message (Expand) | Author |
2017-07-30 | Add a driver for CIU3. Not quite finished yet, but good enough for now. | Visa Hankala |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-29 | There is no RTC on the E300 boards. | Visa Hankala |
2017-07-29 | Replace a complex `if' condition with a list. | Visa Hankala |
2017-07-28 | Add a driver for the OCTEON SATA controller bridge. | Visa Hankala |
2017-07-28 | Add a workaround that allows the use of sys/dev/fdt code on octeon. | Visa Hankala |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |
2017-07-25 | Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSD | Mark Kettenis |
2017-07-25 | The Cortex-A17 TRM explicitly says that there is an intermediate table | Mark Kettenis |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-25 | remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support it | Robert Nagy |
2017-07-25 | rework octuctl and its children to attach via fdt | Jonathan Matthew |
2017-07-25 | Print CPU type as we do on arm64. This is how ARM prints revisions in its | Mark Kettenis |
2017-07-25 | Remove leftovers of a past softintr mechanism. | Visa Hankala |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |
2017-07-24 | add some missing MULTIPROCESSOR ifdefs to not compile in code on | Robert Nagy |
2017-07-24 | add MULTIPROCESSOR guards around otherwise unused pieces to satisfy clang | Christian Weisgerber |
2017-07-24 | Port amd64's updates to the device path comparison to arm64 as well. | Patrick Wildt |
2017-07-24 | Port amd64's updates to the device path comparison to armv7. Fixes | Patrick Wildt |
2017-07-23 | permit kernel building with clang as the base compiler; ok kettenis@ | Christian Weisgerber |
2017-07-23 | Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found on | Mark Kettenis |
2017-07-23 | Replace CPWAIT with an isb instruction, which is the proper way to make sure | Mark Kettenis |
2017-07-23 | Splitting early startup code out of locore.S into locore0.S, like other | Kenji Aoyama |
2017-07-22 | Rename variables for clarity. | Visa Hankala |
2017-07-22 | Initialize the brightness to a valid value if found. | anton |
2017-07-22 | Bring SIGBUS and SIGSEGV handling better in line with the other | Visa Hankala |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-21 | More consistent with other architectures. | Kenji Aoyama |
2017-07-21 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Mark Kettenis |
2017-07-21 | Check the hibernation signature for softraid disks and select valid bsd | YASUOKA Masahiko |
2017-07-20 | Bring SIBUS/SIGSEGV reporting in line with amd64 and i386. | Mark Kettenis |
2017-07-20 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Alexander Bluhm |
2017-07-20 | Kernel relinking for luna88k, first step. | Kenji Aoyama |
2017-07-19 | Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass | Mark Kettenis |
2017-07-19 | Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well. | Claudio Jeker |
2017-07-18 | Add sdmmc support for the i.MX6UL variant of the i.MX6 series. This | Patrick Wildt |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-18 | Add clock support for the i.MX6UL variant of the i.MX6 series. The | Patrick Wildt |
2017-07-17 | Use .c instead of .o here too. | Mark Kettenis |
2017-07-16 | Add WITNESS support | Philip Guenther |
2017-07-16 | Clear the framepointer (r3) in switch_trampoline to avoid faults in stack trace | Philip Guenther |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-15 | usingacpi might be referenced in apm only code, so adjust #if guard | Ted Unangst |
2017-07-15 | iobus_h is unused, remove it. | Visa Hankala |
2017-07-14 | The regress test src/regress/sys/kern/siginfo-fault checks whether | Alexander Bluhm |
2017-07-14 | fix GET_CURPCB on !MULTIPROCESSOR builds. | David Gwynne |
2017-07-13 | Add a driver for the CIB interrupt controller. Certain device | Visa Hankala |