home tags events about login

undeadly honked 18 Aug 2025 14:00 +0200

OpenSSH will now adapt IP QoS to actual sessions and traffic

OpenSSH will now adapt IP QoS to actual sessions and traffic. In a fresh commit, Damien Miller (djm@) introduced a significant change, which enables ssh and sshd to set the IP QoS based on what connections and sessions are active.

The commit message says,

List:       openbsd-cvs
Subject:    CVS: cvs.openbsd.org: src
From:       Damien Miller <djm () cvs ! openbsd ! org>
Date:       2025-08-18 3:43:01

CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2025/08/17 21:43:01

Modified files:
	usr.bin/ssh    : sshd-session.c sshd-auth.c ssh.c session.c 
	                 serverloop.c packet.h packet.c mux.c misc.c 
	                 clientloop.c channels.h channels.c 

Log message:
Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS)
continually at runtime based on what sessions/channels are open.

Read more…

undeadly honked 18 Aug 2025 10:00 +0200

Game of Trees 0.117 released

Version 0.117 of Game of Trees has been released (and the port updated):

  • regress: replace "sed -i" with ed(1) for portable in-place editing
  • ensure that error messages from gotsysd libexec helpers get logged
  • fix gotsysd using wrong auth and hmac labels in the generated gotd.conf
  • preserve bad symlinks across merges during rebase and histedit
  • improve binary files detection: detect any control characters, not just NUL
  • gotwebd: fix race condition resulting in trucated html with trailing garbage
  • make commit coloring faster and more accurate, producing smaller pack files
  • improve selection of pack files for pinning in the open pack file cache
  • regress: don't load global/home git configuration files while running tests
  • make 'got clone' set a got.conf default branch for fetching only, not sending

undeadly honked 17 Aug 2025 11:08 +0200

is OpenBSD 10x faster than Linux? (tedu@)

In a recent entry on his blog, OpenBSD developer Ted Unangst (tedu@) asks, is OpenBSD 10x faster than Linux?. He explains,

Here’s a little benchmark complements of Jann Horn. It’s unexpectedly slow on Linux. OpenBSD is so fast, I had to modify the program slightly to measure itself, as the time utility is missing sufficient precision to even record nonzero.
Go on, read the rest over at Ted's blog for some fun tidbits on performance and benchmarks.