openbsd
2024-07-02 yasuokaChange the syntax for "module" and "authenticate"....
2024-07-01 yasuokaStop scheduling an I/O event by the timer when the...
2024-07-01 deraadtsignal handler must use the save_errno dance, and massa...
2024-07-01 deraadtmissing save_errno dance inside non-terminal signal...
2024-07-01 jmctidy up the text in previous; ok yasuoka
2024-07-01 yasuokaEnclose IPv6 address in a square bracket if the address...
2024-07-01 kettenisDon't crash if we can't read the temperature for a...
2024-07-01 bluhmExplicit TLS handshake with syslog client.
2024-07-01 yasuokaModify IPCP to use {D,NB}NS servers from RADIUS. Also...
2024-07-01 yasuokaExit with an error code when error or module die.
2024-07-01 yasuokaSet SO_REUSEADDR for the listening socket. This makes...
2024-07-01 djmopenssh-9.8
2024-07-01 djmwhen sending ObscureKeystrokeTiming chaff packets,...
2024-07-01 yasuokaCall daemon(3) before parse_config() since parse_config...
2024-07-01 yasuokaRemove unused secret field from struct radiusd_authenti...
2024-07-01 yasuokaDon't receive decoration when not requested.
2024-07-01 yasuokaShow config error when -n
2024-07-01 yasuokaAdd missing size check.
2024-07-01 yasuoka"secret" without quote can be used for key or value...
2024-07-01 yasuokaTweak a white space.
2024-07-01 yasuokaDelete a garbage empty definition.
2024-07-01 djmuse "lcd" to change directory before "lls" rather then...
2024-07-01 jsgRemove history of the tms struct. It is tied to the...
2024-06-30 jsgcorrect history; first mention of /etc/rc in init manua...
2024-06-30 jsgcorrect history; dmesg appeared (without a manual page...
2024-06-30 deraadtwe don't need the NOBYFOUR space-savings option anymore...
2024-06-30 deraadtdelete dhclient(8). ipv4 dhcp leases have been acquire...
2024-06-30 florianClearify "force" and "preference" interaction.
2024-06-30 jsingRemove lhash statistics.
2024-06-30 krwUse howmany() to calculate how many prpl entries are...
2024-06-30 kevloAdd support for the Realtek RTL8126 chip to the rge...
2024-06-30 kevloregen
2024-06-30 kevloAdd Realtek RTL8126.
2024-06-30 tbsync with base
2024-06-30 tbcast string literals with z_const char *
2024-06-30 tbZ_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in...
2024-06-30 jsgremove struct acpi_parsestate, unused since dsdt.c...
2024-06-29 jsgremove defines for acpi ioctls, unused since acpi.c...
2024-06-29 jsgremove struct acpi_dev_rank, unused since acpi.c rev...
2024-06-29 florianDisable the shared cache between resolvers for now.
2024-06-29 tbZ_HUFFMAN -> Z_HUFFMAN_ONLY
2024-06-29 jsgremove unused vars
2024-06-29 yasuokaFix typos in previous.
2024-06-29 jsgremove unused vars
2024-06-29 jsgremove unused var
2024-06-29 tbfix typo
2024-06-29 yasuokaAdd variables for RFC 5176 Error Cause.
2024-06-29 yasuokaAdd variables for DAE for RADIUS (RFC 5176).
2024-06-28 bluhmLink regress unp-write-closed to build.
2024-06-28 mvsRestore original EPIPE and ENOTCONN errors priority...
2024-06-28 bluhmTest writing to socket pair closed by the other side...
2024-06-28 tbAdd more regress coverage for SSL_select_next_proto()
2024-06-28 tbThe ALPN callback should really ignore the out paramete...
2024-06-28 janCleanup control queue checks in vio(4).
2024-06-28 tbFix SSL_select_next_proto()
2024-06-28 jsingRemove handling of SSLv2 client hello messages.
2024-06-28 jsgdrm/amdgpu: fix UBSAN warning in kv_dpm.c
2024-06-28 jsgdrm/radeon: fix UBSAN warning in kv_dpm.c
2024-06-28 jsgdrm/i915/mso: using joiner is not possible with eDP MSO
2024-06-27 djmdelete obsolete comment
2024-06-27 djmretire unused API
2024-06-27 mglockerClear interrupt before we process the request as specif...
2024-06-27 jmcssl(8) no longer contains a HISTORY section;
2024-06-27 jmcspace before punctuation in macro;
2024-06-27 florianRemove outdated references to dhclient, it's finally...
2024-06-27 floriandhclient hasn't prodded us in a long time to renew...
2024-06-27 kettenisImplement ts_set_limit() for rk3588. This makes therma...
2024-06-27 kettenisImplement an optional callback function for thermal...
2024-06-26 djmmove child process waitpid() loop out of SIGCHLD handler;
2024-06-26 deraadtInstead of using possibly complex ssh_signal(), write...
2024-06-26 deraadtsave_errno wrappers inside two small signal handlers...
2024-06-26 asouRemove unnecessary structure declaration.
2024-06-26 mvsPush socket re-lock to the vnode(9) release path within...
2024-06-26 claudioBump version
2024-06-26 tbremove psk_idx from tlsext_randomize_build_order()
2024-06-26 tbtls_extension_find(): make output index optional
2024-06-26 jsgreturn type on a dedicated line when declaring functions
2024-06-25 jsingImplement RSA key exchange in constant time.
2024-06-25 claudioWhen filling prefixes with pt_writebuf() keep 2 bytes...
2024-06-25 kettenisPrint the last non-wakeup interrupt received during...
2024-06-25 kettenisImplement sleep button and EC events as wakeup events...
2024-06-25 tbFix TLS extension shuffling
2024-06-24 bluhmShow AMD SEV bits during identify CPU in dmesg.
2024-06-24 mglockerSome machines send AC change notifications to acpibat...
2024-06-24 deraadtchanging EINVAL from "has no associated size" to "has...
2024-06-24 bluhmExplicitly allocate stack memory for ICMP payload in...
2024-06-24 nicmAdd a way (refresh-client -r) for control mode clients...
2024-06-24 nicmCheck the underline style colour against the correct...
2024-06-24 jmc- uppercase start of sentence
2024-06-24 tbssl_err: KNF tweak
2024-06-24 tbssl_err: fix whitespace
2024-06-24 tblibcrypto: constify most error string tables
2024-06-24 tbx509_conf: rename the merr label into err
2024-06-24 jsgStudio -> Mac Studio; from Bryan Vyhmeister
2024-06-24 djmmention SshdSessionPath option
2024-06-24 jsgdrm/i915: Fix audio component initialization
2024-06-24 jsgdrm/i915/dpt: Make DPT object unshrinkable
2024-06-24 jsgdrm/i915/gt: Disarm breadcrumbs if engines are already...
2024-06-23 kettenisIf an ioctl(2) request isn't implemented we should...
2024-06-23 patrickWhen ripping out Qualcomm's EL2 on the x13s, calls...
next