Age | Commit message (Expand) | Author |
2022-11-05 | Fix kernel build without IPSEC option. | Jan Klemkow |
2022-11-05 | clockintr(9): initial commit | Scott Soule Cheloha |
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-05 | For textrel binaries, skipping immutability on text segments is not enough: | Theo de Raadt |
2022-11-05 | match on Intel 500 Series HD Audio (0x43c8) | Jonathan Gray |
2022-11-04 | EFI firmware has bugs which may mean that calling EFI runtime services will | Mark Kettenis |
2022-11-04 | Assert the VM map lock is held in function used by mmap/mprotect/munmap. | Martin Pieuchot |
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-03 | Style: always use *retval and never retval[0] in syscalls, | Philip Guenther |
2022-11-03 | Make scdebug_ret() behave like ktrsysret(), showing the off_t value | Philip Guenther |
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 | Fix VMMAP_DEBUG code to compile with not-so-recent changes. | Martin Pieuchot |
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-30 | On the Lenovo X13s attaching to the multiport USB controller leads to hard | Patrick Wildt |
2022-10-30 | Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs | Klemens Nanni |
2022-10-29 | The x13s only defines the (legacy) 32-bit SMBIOS entry point. Add code to | Mark Kettenis |
2022-10-28 | Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEX | Klemens Nanni |
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-28 | Remove audio(9) get_props() from record-only drivers | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in partial duplex dr... | Klemens Nanni |
2022-10-27 | In dynamic binaries, AUX_base is the ld.so address. In static PIE binaries, | Theo de Raadt |
2022-10-27 | Unfortunately there are still ugly text-relocation binaries in the wild. | Theo de Raadt |
2022-10-27 | VMCMD_SYSCALL cannot be incorporated into flags variable, because flags | Theo de Raadt |
2022-10-27 | Match ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-27 | regen | Patrick Wildt |
2022-10-27 | Add USB device id for integrated ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-26 | Constify device table | Klemens Nanni |
2022-10-26 | Constify battery check table | Klemens Nanni |
2022-10-26 | Fix handling of PGIDs in wait4(2) that I broke with the previous commit. | Mark Kettenis |
2022-10-25 | Calculate approx. battery re-charge time. | Marcus Glocker |
2022-10-25 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-10-25 | Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it. | Todd C. Miller |
2022-10-25 | regen | Mark Kettenis |
2022-10-25 | mplement waitid(2) which is now part of POSIX and used by mozilla. | Mark Kettenis |
2022-10-25 | Implement waitid(2) which is now part of POSIX and used by mozilla. | Mark Kettenis |
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 |