togif: fix a typo - don't free the same image we're going to use
/lib/font/bit/terminus: remove duplicate OFL license and refer to /lib/legal
9/port: revert timer wheel change, breaks pi4 boot, needs more time investigating
devpci: provide a #$ device for PCI config access
devip: fix ipv6 mss clamping
/lib/font/bit: add Adobe Source Hangul Sans
9/port: reimplement timers to use timer wheel
git/import: fix handling relative paths
devarch: add name for VIA C7 Eden
fontsel: Japanese sample text
audio/zuke: fix playlist plumbing while in shuffled mode
audio/zuke: fix/enable playlist loading via plumber "audio" port
audio/zuke: seekto: vlong, unsigned doesn't work well for negative numbers...
audio/zuke: clear out enter() prompt image if search failed
audio/zuke: "r" key - "repeat one" mode, based on the patch from qwx (thanks)
audio/zuke: use digits to enter exact seek position
audio/zuke: add slow scrolling
tcpmssclamp: pass correct size tcpmssclamp()
snoopy: add "ippkt" protocol to demux ip packet interfaces without media header.
sdnvme: avoid "empty if body" warning
usbxhci: eliminate "set but not used" warning
devip: less stupid hnputs_csum()
/sys/man/8/smtp: document missing flags (thanks, chris)
tcpmssclamp: only check the first ipv4 fragment for tcp header
devip: do tcp mss clamping when forwarding packets
pc: remove -n option and check if stdin is cons instead
git/export: use native diff
tlssrv(8): update example path to imap4d
nusb(4), camv(1): add nusb/cam description, introduce camv manpage
aux/acpi: fix division by zero (thanks umbraticus)
fontsel: a font selector program
bar: a status bar program
riow: keyboard-controller for rio
aux/acpi: simplify/rework; support "power off" via pmctl
rio: return 'global' size for none /dev/wctl read (thanks umbraticus)
window: add wsys 'none' attach to attempted wctl search
rio: more pointy edges with none attach
rio: add 'none' attach option to wsys
ip/tinc: fix ping pong racing causing recalcs and deleting nodes
reform/audio: remove DAC vol limit; discharge HP caps on init
libFLAC: update 1.3.4 → 1.4.0
9pcon: add support for Rerror in assert mode
reform/audio: use soft-mute to toggle DAC
reform/pm: measure CPU temperature only when requested, disable monitoring right away
reform/pm: serve lpc readouts over a queue to avoid lockups on other requests
reform/pm: lpccall: read as much as possible after the command; clean up
reform(1): add a note about battery readings
reform/pm: calculate time to full (dis)charge; low→warn capacity; endless loop protection
fshalt: optionally use /dev/pmctl to shut down the machine
reform: add pmctl to read more info and to turn power rails off; manpages
aux/acpi: mount -a on /dev instead of /mnt/pm; ctl → pmctl
imx8/pm: provide acpi(1)-compatible battery readings
git(1), gitfs(4): fix style and typos (thanks schwindl)
imx8/lcd: rework screen blanking
ethervgbe: fix fucked up merge
ethervgbe: enable auto-negotiation and ipv6 (thanks arne)
imx8/clock: 1.6Ghz - forgot to push the rest of the change
imx8: go back to 1.6Ghz
devip: make Rproxy flag explicit
zynq: correctly specify dolock flag to postnote()
kernel: half NERR, refcount Note's to avoid excessive allocations for postnotepg()
devip: replicate the nat-flag (Rtrans) when superceding interface route
imx8/lcd: disable the bridge output on blank
imx8/lcd: toggle lcdif on blankscreen
revert a3dc4d80a899b28130729721b90a0506e44b8d76, didnt work, back to iprint()
libtags: try other formats after id3v2 is found
imx8/sai: reduce watermark; use the fifo size reported by the platform; remove useless stuff
reform/shortcuts: use Kmod4+esc to (un)mute the audio
sdnvme: correct mode/serial/firmware string lengths
audio/mkplist: don't fail entirely if a directory is not accessible
imx8: invalidate l2 cache as well (fixes not fully cleared BSS on cold boot)
audio/zuke: properly report empty playlist error
reform/shortcuts: negative step values
reform: add reform/shortcuts
audio/zuke: fix off-by-one in playlist loading; initialize scrolling to avoid jump on first track
zuke(1): document current track printout on stdout
audio/zuke: rewrite rendering logic
games/doom: fix glitchy mouse movement
games/doom: raise max scale factor for 4k
games/doom: rename mouse use key for what it is and remove double click
audio/zuke: fix seeking with mouse
audio/zuke: clip scrolling to the edges
audio/zuke: redraw as soon as search input is enter (not only cancelled); more chance for non-blocking redraw
audio/zuke: don't blink the mouse pointer while idling
audio/zuke: fix newly introduced bugs
audio/zuke: put the search input on its own window
audio/zuke: faster redraw without flashing - XRGB32 with backing image
audio/zuke: redraw in a separate thread - no audio dropouts on scrolling, more responsive