summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-30Use howmany() to calculate how many prpl entries are needed to describe aKenneth R Westerback
2024-06-30Add support for the Realtek RTL8126 chip to the rge(4) driver.Kevin Lo
2024-06-30regenKevin Lo
2024-06-30Add Realtek RTL8126.Kevin Lo
2024-06-30sync with baseTheo Buehler
2024-06-30cast string literals with z_const char *Theo Buehler
2024-06-30Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in a commentTheo Buehler
2024-06-30remove struct acpi_parsestate, unused since dsdt.c rev 1.16Jonathan Gray
2024-06-29remove defines for acpi ioctls, unused since acpi.c rev 1.59Jonathan Gray
2024-06-29remove struct acpi_dev_rank, unused since acpi.c rev 1.144Jonathan Gray
2024-06-29Disable the shared cache between resolvers for now.Florian Obser
2024-06-29Z_HUFFMAN -> Z_HUFFMAN_ONLYTheo Buehler
2024-06-29remove unused varsJonathan Gray
2024-06-29Fix typos in previous.YASUOKA Masahiko
2024-06-29remove unused varsJonathan Gray
2024-06-29remove unused varJonathan Gray
2024-06-29fix typoTheo Buehler
2024-06-29Add variables for RFC 5176 Error Cause.YASUOKA Masahiko
2024-06-29Add variables for DAE for RADIUS (RFC 5176).YASUOKA Masahiko
2024-06-28Link regress unp-write-closed to build.Alexander Bluhm
2024-06-28Restore original EPIPE and ENOTCONN errors priority in the uipc_send()Vitaliy Makkoveev
2024-06-28Test writing to socket pair closed by the other side. This mustAlexander Bluhm
2024-06-28Add more regress coverage for SSL_select_next_proto()Theo Buehler
2024-06-28The ALPN callback should really ignore the out parameter if there'sTheo Buehler
2024-06-28Cleanup control queue checks in vio(4).Jan Klemkow
2024-06-28Fix SSL_select_next_proto()Theo Buehler
2024-06-28Remove handling of SSLv2 client hello messages.Joel Sing
2024-06-28drm/amdgpu: fix UBSAN warning in kv_dpm.cJonathan Gray
2024-06-28drm/radeon: fix UBSAN warning in kv_dpm.cJonathan Gray
2024-06-28drm/i915/mso: using joiner is not possible with eDP MSOJonathan Gray
2024-06-27delete obsolete commentDamien Miller
2024-06-27retire unused APIDamien Miller
2024-06-27Clear interrupt before we process the request as specified in theMarcus Glocker
2024-06-27ssl(8) no longer contains a HISTORY section;Jason McIntyre
2024-06-27space before punctuation in macro;Jason McIntyre
2024-06-27Remove outdated references to dhclient, it's finally going away.Florian Obser
2024-06-27dhclient hasn't prodded us in a long time to renew a lease.Florian Obser
2024-06-27Implement ts_set_limit() for rk3588. This makes thermal zones on rk3588Mark Kettenis
2024-06-27Implement an optional callback function for thermal sensors to set a tripMark Kettenis
2024-06-26move child process waitpid() loop out of SIGCHLD handler;Damien Miller
2024-06-26Instead of using possibly complex ssh_signal(), write all the partsTheo de Raadt
2024-06-26save_errno wrappers inside two small signal handlers that performTheo de Raadt
2024-06-26Remove unnecessary structure declaration.ASOU Masato
2024-06-26Push socket re-lock to the vnode(9) release path within unp_detach().Vitaliy Makkoveev
2024-06-26Bump versionClaudio Jeker
2024-06-26remove psk_idx from tlsext_randomize_build_order()Theo Buehler
2024-06-26tls_extension_find(): make output index optionalTheo Buehler
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-25Implement RSA key exchange in constant time.Joel Sing
2024-06-25When filling prefixes with pt_writebuf() keep 2 bytes reserved in theClaudio Jeker