summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2022-10-22automatic immutable for base executable is not ready on mipsTheo de Raadt
2022-10-22AltiVec assist for subnormal floats in vectorsGeorge Koehler
2022-10-21hw.power, machdep.lidaction, machdep.pwraction for macppcGeorge Koehler
2022-10-21Change len in syncicache(_, len) from int to size_tGeorge Koehler
2022-10-21uvm_map_immutable() takes start,end, not start,endTheo de Raadt
2022-10-21Recent chrome renderers try to change some immutable RW region to R.Theo de Raadt
2022-10-21the debug "name" parameter to uvm_map_immutable() is no longer neededTheo de Raadt
2022-10-21Remove vestigial bits of 32-bit binaries support; drop the `64' suffix inMiod Vallat
2022-10-21constify quirks tableKlemens Nanni
2022-10-21sigaltstack() was adapted to work on mimmutable regions (an unfortunateTheo de Raadt
2022-10-21automatically mark immutable certain regions in program&ld.so LOADs.Theo de Raadt
2022-10-21constify global identity tablesKlemens Nanni
2022-10-21Grab the non-exclusive net lock to read-only traverse the interface listKlemens Nanni
2022-10-20Add the hooks to disable and enable GPIO interrupts. Should fix potentialMark Kettenis
2022-10-20Add RK3568 support.Mark Kettenis
2022-10-20Don't attempt to use EFI runtime services on UEFI versions before 2.1.Mark Kettenis
2022-10-20Constify global product tableKlemens Nanni
2022-10-20Sync sys libz with baseTheo Buehler
2022-10-20Access to `u_flags' should be serialized by the `vmobjlock'.Martin Pieuchot
2022-10-20Remove the single part string for DS1339, since that is only required onMarcus Glocker
2022-10-19Remove unused setfd member from struct audio_hw_ifKlemens Nanni
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-19Remove audio(9) setfd() stubKlemens Nanni
2022-10-19Constify global tables only used in lookups, OK ratchovKlemens Nanni