summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2022-10-25STACK_OFFSET was to support it varying when compiling some code forPhilip Guenther
2022-10-25rwindow32 is gone and won't be coming back. ok miod@Philip Guenther
2022-10-24uvm_unmap_remove() traverses the entries in the start,end range scanningTheo de Raadt
2022-10-24regenJonathan Gray
2022-10-24add AMD Mendocino/Radeon 610M graphics idJonathan Gray
2022-10-24regenJonathan Gray
2022-10-24include "600 Series" in 600 Series stringsJonathan Gray
2022-10-24enable snooping on Intel 700 SeriesJonathan Gray
2022-10-24match on Intel 700 SeriesJonathan Gray
2022-10-24regenJonathan Gray
2022-10-24add Intel 700 Series PCH idsJonathan Gray
2022-10-24match AMD family 17h model 90h CCPJonathan Gray
2022-10-24regenJonathan Gray
2022-10-24add AMD family 17h model 90h (Van Gogh) idsJonathan Gray
2022-10-24Fix comment; sconds -> secondsMarcus Glocker
2022-10-24tsc: AMD Family 17h, 19h: compute frequency from Core::X86::Msr:PStateDefScott Soule Cheloha
2022-10-23Fix a misleading commentPhilip Guenther
2022-10-23Make sure driver is attached before allocating a channel. Fixes a crash onTobias Heider
2022-10-23bzero(disklabel) or memset(disklabel,0) should be enough forKenneth R Westerback
2022-10-23Initial apm/sensor driver for the PiJuice HAT UPS, to feedback batteryMarcus Glocker
2022-10-23bzero(disklabel) or memset(disklabel,0) should be enough forKenneth R Westerback
2022-10-23Bump tsleep timeout. For some reason the first attempt to load the firmwareMark Kettenis
2022-10-23Constify send/receive command tablesKlemens Nanni
2022-10-23Drop RCS ids in upstream zlib sourceTheo Buehler
2022-10-23Connect macppc's power button and lid to the SUSPEND stubsGeorge Koehler
2022-10-23A better workaround for mips64 mimmutable problem. The problem is theTheo de Raadt
2022-10-22Put struct rwindow back in reg.h, pcb.h depends on this.Miod Vallat