summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-10-17Remove a lot of #include stanzas which used to be required by code found inMiod Vallat
2024-10-17Shortcut cursig when called during sleep setup.Claudio Jeker
2024-10-17regenDavid Gwynne
2024-10-17Kingston SNV2S nvme deviceDavid Gwynne
2024-10-17regenDavid Gwynne
2024-10-17ampere altra pci portsDavid Gwynne
2024-10-17remove unneeded task.h include, missed in rev 1.67Jonathan Gray
2024-10-17include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"Jonathan Gray
2024-10-17remove unneeded if_wg.h and pfsync.h includesJonathan Gray
2024-10-17use <machine/asm.h> not "machine/asm.h", for consistencyJonathan Gray
2024-10-17remove unneeded includesJonathan Gray
2024-10-16a.out is no longer the commonly encountered binary file format, the world hasMiod Vallat
2024-10-16Deliver SIGTRAP, rather than SIGEMT, when a TADDccTV or TSUBccTV instructionMiod Vallat
2024-10-16Deliver SIGTRAP, rather than SIGEMT, for trap instructions which are neitherMiod Vallat
2024-10-16cut tun_init() out, it does pointless work.David Gwynne
2024-10-16remove SIOCSIFDSTADDR from the network ioctls.David Gwynne
2024-10-16remove unneeded frame.h and riscvreg.h includesJonathan Gray
2024-10-15Indicate that a process has stopped by setting PS_STOPPED flagClaudio Jeker
2024-10-15Fix runtime calculation. Assiging ts to spc_runtime does not work if tsClaudio Jeker
2024-10-15Use pr instead of p->p_p like everywhere else in exit1.Claudio Jeker
2024-10-15remove unneeded pte.h includeJonathan Gray
2024-10-15remove struct arpreq from net/if_arp.hJonathan Gray
2024-10-14remove unneeded vmparam.h include from pte.hJonathan Gray
2024-10-14Fix build w/o SUSPEND optionJan Klemkow
2024-10-14remove unneeded device.h includeJonathan Gray
2024-10-14remove unused struct sigstate; ok miod@Jonathan Gray
2024-10-14change mutex.h include to rwlock.hJonathan Gray
2024-10-14remove unneeded proc.h includeJonathan Gray
2024-10-13remove unneeded timeout.h includeJonathan Gray
2024-10-13remove unneeded limits.h and errno.h includesJonathan Gray
2024-10-12remove unneeded rwlock.h includeJonathan Gray
2024-10-12remove unneeded time.h includeJonathan Gray
2024-10-12remove unneeded percpu.h includeJonathan Gray
2024-10-12remove vmparam.h includeJonathan Gray
2024-10-11Revert ehci(4) bits in the previous commit. Apparently 64-bit DMA is brokenMark Kettenis
2024-10-11drm/amd/display: enable_hpo_dp_link_output: Check link_res->hpo_dp_link_enc b...Jonathan Gray
2024-10-11drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`Jonathan Gray
2024-10-11drm/amd/display: Fix system hang while resume with TBT monitorJonathan Gray
2024-10-11drm/amd/display: Add HDR workaround for specific eDPJonathan Gray
2024-10-11drm/sched: Add locking to drm_sched_entity_modify_schedJonathan Gray
2024-10-11drm/i915/gem: fix bitwise and logical AND mixupJonathan Gray
2024-10-11drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPSJonathan Gray
2024-10-11drm/amdgpu/gfx10: use rlc safe mode for soft recoveryJonathan Gray
2024-10-11drm/amdgpu/gfx11: use rlc safe mode for soft recoveryJonathan Gray
2024-10-11drm/amd/pm: ensure the fw_info is not null before using itJonathan Gray
2024-10-11drm/amdgpu/gfx9: use rlc safe mode for soft recoveryJonathan Gray
2024-10-11drm/amdgpu: Block MMR_READ IOCTL in resetJonathan Gray
2024-10-11drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Jonathan Gray
2024-10-11drm/amdgpu: fix unchecked return value warning for amdgpu_gfxJonathan Gray
2024-10-11drm/printer: Allow NULL data in devcoredump printerJonathan Gray