summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-23Add stfrng(4), a driver for the random number generator on the JH7110 SoC.Mark Kettenis
2023-09-23fully deprecate SITES0...9, I will convert the few (200) ports still usingMarc Espie
2023-09-23explicitly says that's a scriptMarc Espie
2023-09-23syncTheo de Raadt
2023-09-23Use shared netlock to protect if_list and ifa_list walkthrough and ifnetVitaliy Makkoveev
2023-09-23vmd(8): correct log messages, no functional change.Dave Voutila
2023-09-23vmd(8): log vmd's vm id, not vmm's in vcpu_run_loop.Dave Voutila
2023-09-23Fix unreliable sys_setsockopt() with consistent use of M_WAITJan Klemkow
2023-09-22syncTheo de Raadt
2023-09-22Introduce `hotplug_mtx' mutex(9) and make `hotplugread_filtops' MP safe.Vitaliy Makkoveev
2023-09-22Make `logread_filterops' MP safe. For that purpose use `log_mtx' mutex(9)Vitaliy Makkoveev
2023-09-22small speed increase: do not bother substituting variables if there are none.Marc Espie
2023-09-22significantly increase the speed of pkg-config by not going to the envMarc Espie
2023-09-22move simplebusvar.h so it can be used without ifdefJonathan Gray
2023-09-21Remove REGRESS_FULL. It is not documented, just hides some testsAlexander Bluhm
2023-09-21Remove cap_mkdb regress. The program fails as -i option has beenAlexander Bluhm
2023-09-21Add rsync to subdir to create obj. With obj directory rsync testAlexander Bluhm
2023-09-21Properly set up the IOMMU stream ID mapping. Needed for upcoming changesMark Kettenis
2023-09-21Encode the device tree node in the pci tag like we do in aplpcie(4) so thatPatrick Wildt
2023-09-21--csv is an extension; ok millertJason McIntyre
2023-09-21Fix a potential out-of-bounds read caused by the big-endian fix.Todd C. Miller
2023-09-21Document LC_CTYPE.Ingo Schwarze
2023-09-21make history less verboseJonathan Gray
2023-09-21Move code inside exit1() to better spots.Claudio Jeker
2023-09-21enable softraid(4) in ramdiskKlemens Nanni
2023-09-21belated iwn(4) man page update: 40MHz channels are supported since Nov 2021Stefan Sperling
2023-09-21Nuke trailing whitespace.Kenneth R Westerback
2023-09-20Support --version option like upstream awk but don't document it.Todd C. Miller
2023-09-20Use awk_mb_cur_max in nawk_convert() instead of MB_CUR_MAX.Todd C. Miller
2023-09-20Bump LibreSSL versionTheo Buehler
2023-09-19Fix path to dist-tuple.patternTheo Buehler
2023-09-19typo; from Jim SpathTheo de Raadt
2023-09-19Import the DVFS code from arm64.Mark Kettenis
2023-09-19Instead of adjusting PLL0 to scale the CPU frequency, use the dividerMark Kettenis
2023-09-19etc: drop vestiges of obsolete DSA ssh host keysChristian Weisgerber
2023-09-19avoid c99 for-scope variable declJonathan Gray
2023-09-19drm/amd/display: Fix a bug when searching for insert_above_mpccJonathan Gray
2023-09-19drm/amdgpu: register a dirty framebuffer callback for fbconJonathan Gray
2023-09-19drm/amd/display: Remove wait while lockedJonathan Gray
2023-09-19drm/amd/display: always switch off ODM before committing more streamsJonathan Gray
2023-09-19drm/amd/display: prevent potential division by zero errorsJonathan Gray
2023-09-19drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaJonathan Gray
2023-09-19drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()Jonathan Gray
2023-09-19drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()Jonathan Gray
2023-09-19drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"Jonathan Gray
2023-09-19drm/i915: mark requests for GuC virtual engines to avoid use-after-freeJonathan Gray
2023-09-19Document the new 'show proc /t TID' way of showing a proc via thread id.Claudio Jeker
2023-09-19Improve the output of ddb "show proc" commandClaudio Jeker
2023-09-19Add a KASSERT for p->p_wchan == NULL to setrunqueue()Claudio Jeker
2023-09-19Before coredump or in pledge_fail use SINGLE_UNWIND to stop all threads.Claudio Jeker