summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-14Bring default logic to set nkmempages into the 21st century.Claudio Jeker
2023-12-14Use imsg_get_fd() to access the file descriptor passed in the imsg.Claudio Jeker
2023-12-14Rewrite send_packet to update the eigrp header without using ibuf_seek.Claudio Jeker
2023-12-14Use imsg_get_fd() to access the fd passed with the imsg.Claudio Jeker
2023-12-14For historical reasons, APNIC ended up with a v6 block for IX assignmentsJob Snijders
2023-12-14rpki-client: make IP address block checks stricterTheo Buehler
2023-12-14drm/i915: Skip some timing checks on BXT/GLK DSI transcodersJonathan Gray
2023-12-14drm/i915/sdvo: stop caching has_hdmi_monitor in struct intel_sdvoJonathan Gray
2023-12-14drm/i915/lvds: Use REG_BIT() & co.Jonathan Gray
2023-12-14drm/i915/display: Drop check for doublescan mode in modevalidJonathan Gray
2023-12-14drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Jonathan Gray
2023-12-14drm/amdgpu: Add I2C EEPROM support on smu v13_0_6Jonathan Gray
2023-12-14drm/amdgpu: simplify amdgpu_ras_eeprom.cJonathan Gray
2023-12-14drm/amdgpu: Return from switch early for EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Remove second moot switch to set EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Add support for RAS table at 0x40000Jonathan Gray
2023-12-14drm/amdgpu: Decouple RAS EEPROM addresses from chipsJonathan Gray
2023-12-14drm/amdgpu: Remove redundant I2C EEPROM addressJonathan Gray
2023-12-14drm/amdgpu: Add EEPROM I2C address support for ip discoveryJonathan Gray
2023-12-14drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10Jonathan Gray
2023-12-14drm/amdgpu: correct the amdgpu runtime dereference usage countJonathan Gray
2023-12-14drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cJonathan Gray
2023-12-14drm/amdgpu: fix memory overflow in the IB testJonathan Gray
2023-12-14drm/amdgpu: correct chunk_ptr to a pointer to chunk.Jonathan Gray
2023-12-13Simplify OBJ_ln2nid()Theo Buehler
2023-12-13Simplify OBJ_sn2nid()Theo Buehler
2023-12-13Simplify OBJ_obj2nid()Theo Buehler
2023-12-13Implement per-CPU caching for the page table page (vp) pool and the PTEJeremie Courreges-Anglas
2023-12-13Match what reorder_kernel is doing and use kern.osversion to find out whetherAntoine Jacoutot
2023-12-13syncTheo de Raadt
2023-12-13Fix syscall number bounds check computations.Miod Vallat
2023-12-13Use imsg_get_fd() to access the control fd.Claudio Jeker
2023-12-13Unbreak; looks like a not up-to-date diff was commited )-:Miod Vallat
2023-12-13remove -o cases; reminded by antonKlemens Nanni
2023-12-13Impose constraints on RPKI Trust AnchorsJob Snijders
2023-12-13Put back variable initialization mistakenly lost in 1.162Miod Vallat
2023-12-13Move a large part of SYS.h defines to DEFS.h to match where other platformsMiod Vallat
2023-12-13OSF/1 placed alpha binaries above 4G. This affects our nopie binaries,Theo de Raadt
2023-12-13rfc3779: remove redundant const.Theo Buehler
2023-12-13no more syscall.2;Jason McIntyre
2023-12-13tlsexttest: \178 isn't a valid octal escape sequenceTheo Buehler
2023-12-13constraints: \178 isn't a valid octal escape sequenceTheo Buehler
2023-12-13x509_asn1: avoid lookup table that makes some compilers whineTheo Buehler
2023-12-13when invoking KnownHostsCommand to determine the order of host keyDamien Miller
2023-12-13actually remove it, pointed out by jsgTheo de Raadt
2023-12-13another syscall(2) removal chunk got lostTheo de Raadt
2023-12-13filedescriptor -> file descriptorJonathan Gray
2023-12-12two syscall(2) removal chunks got lostTheo de Raadt
2023-12-12Make -o less special, drop -o '' support, always use last valueKlemens Nanni
2023-12-12The OID inside snmpTrapOID is of type NOTIFICATION-TYPE, which does notMartijn van Duren