summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-05Fix kernel build without IPSEC option.Jan Klemkow
2022-11-05clockintr(9): initial commitScott Soule Cheloha
2022-11-05Bump version number so that it's easier to see if the running version hasPatrick Wildt
2022-11-05Not every device tree we're getting passed has an /aliases or /chosen node,Patrick Wildt
2022-11-05Activate the device tree we just loaded from disk. While this doesn't fixPatrick Wildt
2022-11-05Make sure fdt_find_node() returns NULL if it can't find the requested node.Patrick Wildt
2022-11-05powerpc64: TimeBase: add userspace timecounting supportScott Soule Cheloha
2022-11-05For textrel binaries, skipping immutability on text segments is not enough:Theo de Raadt
2022-11-05match on Intel 500 Series HD Audio (0x43c8)Jonathan Gray
2022-11-04EFI firmware has bugs which may mean that calling EFI runtime services willMark Kettenis
2022-11-04Assert the VM map lock is held in function used by mmap/mprotect/munmap.Martin Pieuchot
2022-11-03riscv64 pmap: flush memory writes before remote sfence.vmaJeremie Courreges-Anglas
2022-11-03Zap unused variableJeremie Courreges-Anglas
2022-11-03Enable smbios0 on arm64 RAMDISK so the code mitigating crashes on the x13sPatrick Wildt
2022-11-03Style: always use *retval and never retval[0] in syscalls,Philip Guenther
2022-11-03Make scdebug_ret() behave like ktrsysret(), showing the off_t valuePhilip Guenther
2022-11-02Remove audio(9) speaker_ctl(), let open() handle speakers where neededKlemens Nanni
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-11-01Use todr_attach().Mark Kettenis
2022-11-01vmm(4): vcpu_reset_regs_svm: allow reads of MSR_HWCR, MSR_PSTATEDEF(0)Scott Soule Cheloha
2022-10-31mips64: Raise SPL for hardclock()Visa Hankala
2022-10-31Fix VMMAP_DEBUG code to compile with not-so-recent changes.Martin Pieuchot
2022-10-31style: 'The function type should be on a line by itself preceding the function.'Philip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-30On the Lenovo X13s attaching to the multiport USB controller leads to hardPatrick Wildt
2022-10-30Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongsKlemens Nanni
2022-10-29The x13s only defines the (legacy) 32-bit SMBIOS entry point. Add code toMark Kettenis
2022-10-28Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEXKlemens Nanni
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-10-28Implement support for DT_MIPS_RLD_MAP_REL.Mark Kettenis
2022-10-28Remove audio(9) get_props() from record-only driversKlemens Nanni
2022-10-28Replace audio(9) get_props() with duplex check in open() in partial duplex dr...Klemens Nanni
2022-10-27In dynamic binaries, AUX_base is the ld.so address. In static PIE binaries,Theo de Raadt
2022-10-27Unfortunately there are still ugly text-relocation binaries in the wild.Theo de Raadt
2022-10-27VMCMD_SYSCALL cannot be incorporated into flags variable, because flagsTheo de Raadt
2022-10-27Match ure(4) on Windows Dev Kit 2023Patrick Wildt
2022-10-27regenPatrick Wildt
2022-10-27Add USB device id for integrated ure(4) on Windows Dev Kit 2023Patrick Wildt
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-26Constify device tableKlemens Nanni
2022-10-26Constify battery check tableKlemens Nanni
2022-10-26Fix handling of PGIDs in wait4(2) that I broke with the previous commit.Mark Kettenis
2022-10-25Calculate approx. battery re-charge time.Marcus Glocker
2022-10-25Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-10-25Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it.Todd C. Miller
2022-10-25regenMark Kettenis
2022-10-25mplement waitid(2) which is now part of POSIX and used by mozilla.Mark Kettenis
2022-10-25Implement waitid(2) which is now part of POSIX and used by mozilla.Mark Kettenis
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-25Add more chance to process IPI in the interrupt service routine.Kenji Aoyama