Age | Commit message (Expand) | Author |
2022-11-05 | Bump version number so that it's easier to see if the running version has | Patrick Wildt |
2022-11-05 | Not every device tree we're getting passed has an /aliases or /chosen node, | Patrick Wildt |
2022-11-05 | Activate the device tree we just loaded from disk. While this doesn't fix | Patrick Wildt |
2022-11-05 | Make sure fdt_find_node() returns NULL if it can't find the requested node. | Patrick Wildt |
2022-11-05 | powerpc64: TimeBase: add userspace timecounting support | Scott Soule Cheloha |
2022-11-04 | EFI firmware has bugs which may mean that calling EFI runtime services will | Mark Kettenis |
2022-11-03 | riscv64 pmap: flush memory writes before remote sfence.vma | Jeremie Courreges-Anglas |
2022-11-03 | Zap unused variable | Jeremie Courreges-Anglas |
2022-11-03 | Enable smbios0 on arm64 RAMDISK so the code mitigating crashes on the x13s | Patrick Wildt |
2022-11-02 | Remove audio(9) speaker_ctl(), let open() handle speakers where needed | Klemens Nanni |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-11-01 | Use todr_attach(). | Mark Kettenis |
2022-11-01 | vmm(4): vcpu_reset_regs_svm: allow reads of MSR_HWCR, MSR_PSTATEDEF(0) | Scott Soule Cheloha |
2022-10-31 | mips64: Raise SPL for hardclock() | Visa Hankala |
2022-10-31 | style: 'The function type should be on a line by itself preceding the function.' | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-29 | The x13s only defines the (legacy) 32-bit SMBIOS entry point. Add code to | Mark Kettenis |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in non-duplex drivers | Klemens Nanni |
2022-10-28 | Implement support for DT_MIPS_RLD_MAP_REL. | Mark Kettenis |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-25 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-25 | Add more chance to process IPI in the interrupt service routine. | Kenji Aoyama |
2022-10-25 | STACK_OFFSET was to support it varying when compiling some code for | Philip Guenther |
2022-10-25 | rwindow32 is gone and won't be coming back. ok miod@ | Philip Guenther |
2022-10-24 | tsc: AMD Family 17h, 19h: compute frequency from Core::X86::Msr:PStateDef | Scott Soule Cheloha |
2022-10-23 | Fix a misleading comment | Philip Guenther |
2022-10-23 | Make sure driver is attached before allocating a channel. Fixes a crash on | Tobias Heider |
2022-10-23 | bzero(disklabel) or memset(disklabel,0) should be enough for | Kenneth R Westerback |
2022-10-23 | Initial apm/sensor driver for the PiJuice HAT UPS, to feedback battery | Marcus Glocker |
2022-10-23 | Constify send/receive command tables | Klemens Nanni |
2022-10-23 | Connect macppc's power button and lid to the SUSPEND stubs | George Koehler |
2022-10-22 | Put struct rwindow back in reg.h, pcb.h depends on this. | Miod Vallat |
2022-10-22 | AltiVec assist for subnormal floats in vectors | George Koehler |
2022-10-21 | hw.power, machdep.lidaction, machdep.pwraction for macppc | George Koehler |
2022-10-21 | Change len in syncicache(_, len) from int to size_t | George Koehler |
2022-10-21 | Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in | Miod Vallat |
2022-10-20 | Don't attempt to use EFI runtime services on UEFI versions before 2.1. | Mark Kettenis |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-19 | Remove audio(9) setfd() stub | Klemens Nanni |
2022-10-19 | Constify audio_hw_if struct | Klemens Nanni |
2022-10-18 | No longer match on "apple,cluster-cpufreq" compatible string. | Mark Kettenis |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-10-17 | Implement uncached mappings on the StarFive JH7100 SoC, where the hardware | Mark Kettenis |
2022-10-17 | Fix "map" OpenFirmware call. It does not return a value according to the | Mark Kettenis |
2022-10-17 | Fix "map" OpenFirmware call. It does not return a value according to the | Mark Kettenis |
2022-10-16 | Add the guts for EFI runtime services support on amd64. This will be used | Mark Kettenis |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-10-15 | ansi | Jonathan Gray |
2022-10-15 | ansi | Jonathan Gray |