Age | Commit message (Expand) | Author |
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 |
2017-07-13 | Add handling for the third interrupt summary vector, | Visa Hankala |
2017-07-13 | Get cpuid from `ci' to avoid an extra function call. | Visa Hankala |
2017-07-12 | Reorganize separate configuration fields into per-CPU structs | Visa Hankala |
2017-07-12 | remove CPU_LIDSUSPEND/machdep.lidsuspend | Martin Natano |
2017-07-12 | Make max memory for VMs equal to MAXDSIZ to avoid failing later during | Mike Larkin |
2017-07-10 | Keep refusing SDIO initialization. The driver cannot work properly | Visa Hankala |
2017-07-10 | Replace codepatch nopsleds with trapsleds. | mortimer |
2017-07-07 | Add logic for running SD commands. Tested with a few different makes | Visa Hankala |
2017-07-07 | Fix function name in panic message. | Visa Hankala |
2017-07-06 | Our website says that socppc was discontinued after 5.8 (thanks to | Ingo Schwarze |
2017-07-06 | Delete cross references to boot_landisk(8). | Ingo Schwarze |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-06 | Remove bogus arguments from a printf in the bootloader. | Mike Larkin |
2017-07-06 | Disassociate PA load address of the kernel from VA, such that PA isn't | Theo de Raadt |
2017-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
2017-07-06 | 0xcc-fill a few more alignments. Not because these ones matter particularily, | Theo de Raadt |
2017-07-06 | remove an unneeded .align and .code32 | Mike Larkin |
2017-07-05 | Enable NFSCLIENT to let installation over NFS work. | Visa Hankala |
2017-07-05 | Comments are lying. | Martin Pieuchot |
2017-07-04 | zap .o, put both .c at deraadt@'s request | Marc Espie |