Build date: 1767999603 - Fri Jan 9 23:00:03 UTC 2026 Build cvs date: 1767988497 - Fri Jan 9 19:54:57 UTC 2026 Build id: 2026-01-10.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P bin/df/df.1 P bin/df/df.c P distrib/sets/lists/comp/clang.arm64 P lib/libcrypto/asn1/asn1t.h P share/man/man5/python-module.5 M sys/dev/usb/uhidev.c P usr.bin/tmux/screen-write.c M usr.sbin/bgpd/session.c commit 1dTcwoFgN7oqbIbC Author: job Date: 2026/01/09 19:54:57 Report the inodes statistics in 'df -hi' in a scaled manner This improves readability and column alignment for large file systems, leaving more space for displaying the mountpoint on the same line. OK asou@ sthen@ bin/df/df.1 bin/df/df.c commit u0YQaWdT1DGDCX3s Author: deraadt Date: 2026/01/09 15:29:53 sync distrib/sets/lists/comp/clang.arm64 commit Rf0C2lTgNKfzH0y8 Author: sthen Date: 2026/01/09 15:13:07 document MODPY_PYBUILD=scikit-build-core share/man/man5/python-module.5 commit J6rfuhVWoi34ZS1H Author: nicm Date: 2026/01/09 15:04:00 Removing padding needs to go through screen_write_collect_trim or there may end up multiple items covering the same region. usr.bin/tmux/screen-write.c commit gC9CXvh8j6jlF0Oy Author: tb Date: 2026/01/09 03:46:44 asn1t.h: add C99 initializers for some ASN.1 templates This is a first pass at tidying up the unsightly mess that is asn1t.h. For better or worse, we have expanded the macros internally, and in base only rpki-client uses the templates. They are generally rarely used. Fortunately. Having C99 initializers helps a lot with debugging templated ASN.1 by combining cc -E with clang-format. They make the macros more readable, look tidier and help with grep. ok kenjiro lib/libcrypto/asn1/asn1t.h commit UiWN73HyJ8e8lBxI Author: tb Date: 2026/01/09 03:34:30 asn1t.h: whitespace nit lib/libcrypto/asn1/asn1t.h