Page MenuHomeFreeBSD

fuz (Robert Clausecker)
User

Projects

User Details

User Since
Jun 6 2021, 5:11 PM (259 w, 4 d)

Recent Activity

Yesterday

fuz added a comment to D57187: sysutils/edk2: Depend on GCC at build time only.

No objections, I just committed and had little input into the contents of the patch. Please ask the uboot group.

Wed, May 27, 12:48 PM

Tue, May 26

fuz accepted D57100: 15.1/relnotes: C23 Language Support.

While the wiki will continue to evolve, it may be helpful as a pointer to the effort in case people want to know more.

Tue, May 26, 9:17 PM · releng

Fri, May 22

fuz committed R11:73efa69eb5c7: audio/radiotrope: fix build on armv7 (authored by fuz).
audio/radiotrope: fix build on armv7
Fri, May 22, 1:53 PM
fuz committed R11:0c9905d54ded: audio/radiotrope: fix build on armv7 (authored by fuz).
audio/radiotrope: fix build on armv7
Fri, May 22, 1:53 PM
fuz committed R11:e73adac62997: devel/gopls: update to 0.22.0 (authored by fuz).
devel/gopls: update to 0.22.0
Fri, May 22, 1:53 PM
fuz committed R11:e818bfeebf74: devel/go-perf: update to 0.0.0.20260512194132 (authored by fuz).
devel/go-perf: update to 0.0.0.20260512194132
Fri, May 22, 1:53 PM
fuz committed R11:39db1df0ed34: lang/asmc: rescind maintainership (authored by fuz).
lang/asmc: rescind maintainership
Fri, May 22, 1:52 PM
fuz committed R11:6d46d994898c: multimedia/py-metadata-cleaner: rescind maintainership (authored by fuz).
multimedia/py-metadata-cleaner: rescind maintainership
Fri, May 22, 1:52 PM
fuz committed R11:ec40b51f2eb4: deskutils/remind: update to 06.02.06 (authored by fuz).
deskutils/remind: update to 06.02.06
Fri, May 22, 1:52 PM
fuz committed R11:a3bb204a6165: devel/go-tools: update to 0.45.0 (authored by fuz).
devel/go-tools: update to 0.45.0
Fri, May 22, 1:52 PM

Thu, May 21

fuz committed rGe2fb604d4ddd: libc/timespec_get*.3: expose STANDARDS section (authored by fuz).
libc/timespec_get*.3: expose STANDARDS section
Thu, May 21, 9:00 PM
fuz committed rGe4bca1be11c5: libc/ctime.3: timegm() is in C23. (authored by fuz).
libc/ctime.3: timegm() is in C23.
Thu, May 21, 9:00 PM

Tue, May 19

fuz added a comment to D57100: 15.1/relnotes: C23 Language Support.

I think this is a bit too verbose. We don't need to list every single API change, as most of them are rather minor and uninteresting.

Tue, May 19, 11:46 PM · releng

Mon, May 18

fuz committed R11:079829d07dc3: lang/rust: fix build on armv7 (authored by fuz).
lang/rust: fix build on armv7
Mon, May 18, 1:16 PM

Sat, May 16

fuz committed R11:f1707ff8961d: devel/uv: fix build on armv7 (authored by fuz).
devel/uv: fix build on armv7
Sat, May 16, 9:37 PM
fuz committed R11:f5fd3711e1da: devel/uv: fix build on armv7 (authored by fuz).
devel/uv: fix build on armv7
Sat, May 16, 9:37 PM
fuz committed R11:6a955aa9233f: lang/rust: fix build on armv7 (authored by fuz).
lang/rust: fix build on armv7
Sat, May 16, 9:23 PM

Thu, May 14

fuz committed rGaa92784fcb8a: libc/timespec_get*.3: expose STANDARDS section (authored by fuz).
libc/timespec_get*.3: expose STANDARDS section
Thu, May 14, 10:35 AM
fuz committed rG68251761c77b: libc/ctime.3: timegm() is in C23. (authored by fuz).
libc/ctime.3: timegm() is in C23.
Thu, May 14, 10:35 AM

Fri, May 8

fuz committed R11:bdc1f2a8de1a: devel/simdjson: update to 4.6.4 (authored by fuz).
devel/simdjson: update to 4.6.4
Fri, May 8, 10:57 PM
fuz committed R11:1bbfb0168708: comms/py-pynitrokey: Update to 0.10.0 (authored by monwarez_mailoo.org).
comms/py-pynitrokey: Update to 0.10.0
Fri, May 8, 10:56 PM
fuz committed R11:d5ccd2683264: x11-themes/wpgtk: update to 6.7.1 (authored by fuz).
x11-themes/wpgtk: update to 6.7.1
Fri, May 8, 10:56 PM
fuz committed R11:a5e4b9aeed25: databases/pgbouncer: update to 1.25.1 (authored by dmitry.wagin_ya.ru).
databases/pgbouncer: update to 1.25.1
Fri, May 8, 10:56 PM

Mon, May 4

fuz committed R11:2fe848c770b3: dns/powerdns-recursor: fix cherry-pick misadventure (authored by fuz).
dns/powerdns-recursor: fix cherry-pick misadventure
Mon, May 4, 8:36 PM
fuz accepted D56793: net/vpp: Fix distinfo.
Mon, May 4, 3:21 PM
fuz committed rG0073b3d572af: lib/msun: Added fmaximum_mag and fmaximum_num families (authored by jesuscblazquez_gmail.com).
lib/msun: Added fmaximum_mag and fmaximum_num families
Mon, May 4, 6:49 AM
fuz committed rGc082fc0be153: msun/math.3: reference new functions f{max,min}imum{,_num,_mag}() (authored by fuz).
msun/math.3: reference new functions f{max,min}imum{,_num,_mag}()
Mon, May 4, 6:49 AM
fuz committed rG10ea8de9df20: lib/msun: Added fmaximum and fminimum family. Tests and man page (authored by jesuscblazquez_gmail.com).
lib/msun: Added fmaximum and fminimum family. Tests and man page
Mon, May 4, 6:48 AM

Sat, May 2

fuz committed rGf62d826a6f5b: lib/msun: fmaximum_mag_num family. Tests and man page (authored by jesuscblazquez_gmail.com).
lib/msun: fmaximum_mag_num family. Tests and man page
Sat, May 2, 2:57 PM
fuz committed rG7c20e15592a0: lib/msun: Replaced pattern to force exception in _num families (authored by jesuscblazquez_gmail.com).
lib/msun: Replaced pattern to force exception in _num families
Sat, May 2, 2:57 PM
fuz committed rG9f98195ff615: man/math.3: mention fmaximum_mag_num, fminimum_mag_num (authored by fuz).
man/math.3: mention fmaximum_mag_num, fminimum_mag_num
Sat, May 2, 2:57 PM
fuz committed R11:a47da9fb8509: www/gitlab-workhorse: fix build on armv7 (authored by fuz).
www/gitlab-workhorse: fix build on armv7
Sat, May 2, 12:58 AM
fuz committed R11:e244144a942d: devel/gitaly: fix build on armv7 (authored by fuz).
devel/gitaly: fix build on armv7
Sat, May 2, 12:58 AM
fuz committed R11:4731beeec6f8: www/gitlab-workhorse: fix build on armv7 (authored by fuz).
www/gitlab-workhorse: fix build on armv7
Sat, May 2, 12:57 AM
fuz committed R11:e665c2bc9970: devel/gitaly: fix build on armv7 (authored by fuz).
devel/gitaly: fix build on armv7
Sat, May 2, 12:57 AM

Fri, May 1

fuz committed R11:a6a399d72e41: devel/cvs-devel: fix build on armv7 (authored by fuz).
devel/cvs-devel: fix build on armv7
Fri, May 1, 6:55 PM
fuz committed R11:57a2ea044264: sysutils/beats*: Revert "Mark as not for arch i386" (authored by fuz).
sysutils/beats*: Revert "Mark as not for arch i386"
Fri, May 1, 6:54 PM
fuz committed R11:9024f83abfc4: sysutils/beats*: fix build on armv7 (authored by fuz).
sysutils/beats*: fix build on armv7
Fri, May 1, 6:54 PM
fuz added a reverting change for R11:3d572ac39d0f: sysutils/beats*: Mark as not for arch i386: R11:57a2ea044264: sysutils/beats*: Revert "Mark as not for arch i386".
Fri, May 1, 6:54 PM
fuz committed R11:06b2705ce694: archivers/archmerge: NEW PORT, replaces archivers/zipmix (authored by portmaster_BSDforge.com).
archivers/archmerge: NEW PORT, replaces archivers/zipmix
Fri, May 1, 6:54 PM
fuz committed R11:978896a191d7: devel/cvs-devel: fix build on armv7 (authored by fuz).
devel/cvs-devel: fix build on armv7
Fri, May 1, 6:54 PM
fuz committed R11:ca4eb0053328: archivers/zipmix: DEPRECATE. No longer supported upstream. (authored by portmaster_BSDforge.com).
archivers/zipmix: DEPRECATE. No longer supported upstream.
Fri, May 1, 6:54 PM
fuz added a reverting change for R11:3d572ac39d0f: sysutils/beats*: Mark as not for arch i386: R11:164d89a89036: sysutils/beats*: Revert "Mark as not for arch i386".
Fri, May 1, 6:54 PM
fuz committed R11:164d89a89036: sysutils/beats*: Revert "Mark as not for arch i386" (authored by fuz).
sysutils/beats*: Revert "Mark as not for arch i386"
Fri, May 1, 6:54 PM
fuz committed R11:22c128410721: sysutils/beats*: fix build on armv7 (authored by fuz).
sysutils/beats*: fix build on armv7
Fri, May 1, 6:54 PM

Thu, Apr 30

fuz committed R11:5c271354acbb: security/syft: fix fetch (authored by fuz).
security/syft: fix fetch
Thu, Apr 30, 12:54 PM
fuz committed R11:d8a8a0ac89a1: graphics/colmap: update to 4.0.4 (authored by fuz).
graphics/colmap: update to 4.0.4
Thu, Apr 30, 12:54 PM
fuz committed R11:c86a02ab3b84: security/syft: fix fetch (authored by fuz).
security/syft: fix fetch
Thu, Apr 30, 12:53 PM
fuz committed R11:1c968417dc2b: games/nbsdgames: update to 6.0.1 (authored by fuz).
games/nbsdgames: update to 6.0.1
Thu, Apr 30, 12:53 PM
fuz committed R11:75052c64b7fe: graphics/colmap: update to 4.0.4 (authored by fuz).
graphics/colmap: update to 4.0.4
Thu, Apr 30, 12:53 PM
fuz committed R11:e6956c28f1a5: converters/simdutf: man pages only present if TOOLS options selected (authored by fuz).
converters/simdutf: man pages only present if TOOLS options selected
Thu, Apr 30, 12:53 PM
fuz committed R11:5e8c9e567a8b: finance/ticker: update to 5.2.1 (authored by fuz).
finance/ticker: update to 5.2.1
Thu, Apr 30, 12:53 PM

Wed, Apr 29

fuz accepted D56709: net/vpp: Add elf_aux_info polyfill.

Please put me in as author if possible.

Wed, Apr 29, 1:39 PM
fuz committed R11:016e1cfda6cb: dns/powerdns-recursor: remove stray patch (authored by fuz).
dns/powerdns-recursor: remove stray patch
Wed, Apr 29, 7:04 AM

Apr 27 2026

fuz accepted D56638: Vendor import of smart at 1.0.2.

LGTM, though adding a man page link for diskhealth would be helpful.

Apr 27 2026, 6:19 PM
fuz committed rG16ed84d2b9a1: include/stdbit.h: declare size_t, (u)int*_t, and (u)int_least*_t (authored by fuz).
include/stdbit.h: declare size_t, (u)int*_t, and (u)int_least*_t
Apr 27 2026, 12:30 AM
fuz committed R11:5d23810d7295: sysutils/pstack: fix lookup for functions with notype and 0 size (authored by pjfloyd_wanadoo.fr).
sysutils/pstack: fix lookup for functions with notype and 0 size
Apr 27 2026, 12:13 AM
fuz committed R11:fcb031525d09: net-mgmt/rs-aggregate: move crates to crate file (authored by Marcel Bischoff <marcel@herrbischoff.com>).
net-mgmt/rs-aggregate: move crates to crate file
Apr 27 2026, 12:13 AM
fuz committed R11:c5231949e340: www/lightsquid: prolong datestamp check up to 2100 (authored by Leonid Nevecherya <nevecherya@gmail.com>).
www/lightsquid: prolong datestamp check up to 2100
Apr 27 2026, 12:13 AM
fuz committed R11:74c826b07d85: net-mgmt/check_mysql_health: fix awk pipeline (authored by kirill_varnakov.com).
net-mgmt/check_mysql_health: fix awk pipeline
Apr 27 2026, 12:13 AM
fuz committed R11:c2c3a4c832d0: x11-fonts/tlwg-ttf: fix broken symlinks (authored by Miłosz Kaniewski <milosz.kaniewski@gmail.com>).
x11-fonts/tlwg-ttf: fix broken symlinks
Apr 27 2026, 12:13 AM
fuz committed R11:e415b3bebc79: net-im/purple-gowhatsapp: upgrade from 1.16 to 1.18 (authored by Mikhail Teterin <mi@FreeBSD.org>).
net-im/purple-gowhatsapp: upgrade from 1.16 to 1.18
Apr 27 2026, 12:13 AM
fuz committed R11:45499efb6b9f: sysutils/backuppc*: Patch to remove undefined import method BPC_DT_ALL (authored by Alexander Moisseev <moiseev@mezonplus.ru>).
sysutils/backuppc*: Patch to remove undefined import method BPC_DT_ALL
Apr 27 2026, 12:13 AM
fuz committed R11:e2a0df34ad25: multimedia/libopenshot: fix build on non-OpenMP targets (authored by fuz).
multimedia/libopenshot: fix build on non-OpenMP targets
Apr 27 2026, 12:13 AM
fuz committed R11:1ac71cf2de19: sysutils/snapraid: update to 14.4 (authored by fuz).
sysutils/snapraid: update to 14.4
Apr 27 2026, 12:13 AM
fuz committed R11:45fe46c53399: devel/libserialport: ensure we link with libusb (authored by bofh).
devel/libserialport: ensure we link with libusb
Apr 27 2026, 12:13 AM
fuz committed R11:87ac7d819afb: dns/unbound: fix build with swig-4.4.1 (authored by Jaap Akkerhuis <jaap@NLnetLabs.nl>).
dns/unbound: fix build with swig-4.4.1
Apr 27 2026, 12:13 AM
fuz committed R11:1de377e8f2b7: net/ndisc6: Fix build failure for 13.x-RELEASE and Add ja_JP locale (authored by Takefu <takefu@airport.fm>).
net/ndisc6: Fix build failure for 13.x-RELEASE and Add ja_JP locale
Apr 27 2026, 12:13 AM
fuz committed R11:f4e8d7e95e3d: devel/cereal: fix with clang 19 [-Wmissing-template-arg-list-after-template-kw]… (authored by milios_ccsys.com).
devel/cereal: fix with clang 19 [-Wmissing-template-arg-list-after-template-kw]…
Apr 27 2026, 12:13 AM
fuz committed R11:96b7289d680c: japanese/mh: fix build on 16.0-current/15.0-stable and add LICENSE (authored by WATANABE Kazuhiro <CQG00620@nifty.ne.jp>).
japanese/mh: fix build on 16.0-current/15.0-stable and add LICENSE
Apr 27 2026, 12:13 AM
fuz committed R11:8a91d1a951d8: devel/ocaml-opam: update to 2.5.1 (authored by hannes_mehnert.org).
devel/ocaml-opam: update to 2.5.1
Apr 27 2026, 12:13 AM
fuz committed R11:2eb9a17bf93c: dns/powerdns-recursor: update to 5.4.1 (fixes multiple CVE's) (authored by tremere_cainites.net).
dns/powerdns-recursor: update to 5.4.1 (fixes multiple CVE's)
Apr 27 2026, 12:13 AM
fuz committed R11:6e0a5d1f9474: dns/dnsdist: update to 2.0.5 (fixes multiple CVE's) (authored by tremere_cainites.net).
dns/dnsdist: update to 2.0.5 (fixes multiple CVE's)
Apr 27 2026, 12:13 AM
fuz committed R11:a3fb357ebfca: dns/powerdns: update to 5.0.4 (fixes multiple CVE's) (authored by tremere_cainites.net).
dns/powerdns: update to 5.0.4 (fixes multiple CVE's)
Apr 27 2026, 12:13 AM
fuz committed R11:59876fd47c3c: databases/py-oxyde: High-performance async Python ORM with Rust core (authored by meka_tilda.center).
databases/py-oxyde: High-performance async Python ORM with Rust core
Apr 27 2026, 12:03 AM
fuz committed R11:b654e93a2500: sysutils/pstack: fix lookup for functions with notype and 0 size (authored by pjfloyd_wanadoo.fr).
sysutils/pstack: fix lookup for functions with notype and 0 size
Apr 27 2026, 12:03 AM
fuz committed R11:91d2c0056553: www/lightsquid: prolong datestamp check up to 2100 (authored by Leonid Nevecherya <nevecherya@gmail.com>).
www/lightsquid: prolong datestamp check up to 2100
Apr 27 2026, 12:03 AM
fuz committed R11:b1d32c3d8ac1: games/nbsdgames: update to 6 (authored by fuz).
games/nbsdgames: update to 6
Apr 27 2026, 12:03 AM
fuz committed R11:384e2625a801: net-mgmt/rs-aggregate: move crates to crate file (authored by Marcel Bischoff <marcel@herrbischoff.com>).
net-mgmt/rs-aggregate: move crates to crate file
Apr 27 2026, 12:03 AM
fuz committed R11:167f3e9e0ea8: net/py-confluent-kafka: update to 1.8.2 (authored by sergey_akhmatov.ru).
net/py-confluent-kafka: update to 1.8.2
Apr 27 2026, 12:03 AM
fuz committed R11:8e901cfcfc61: security/lego: Update 4.34.0 => 4.35.2 (authored by Matthew Horan <matt@matthoran.com>).
security/lego: Update 4.34.0 => 4.35.2
Apr 27 2026, 12:03 AM
fuz committed R11:cf31d2d408c3: devel/delve: update to 1.26.2 (authored by dmitry.wagin_ya.ru).
devel/delve: update to 1.26.2
Apr 27 2026, 12:03 AM
fuz committed R11:03f17098743e: cad/yosys-ghdl-plugin: update to 6.0.0 (authored by Neal Nelson <ports@nicandneal.net>).
cad/yosys-ghdl-plugin: update to 6.0.0
Apr 27 2026, 12:03 AM
fuz committed R11:ca1737e3db2f: x11-fonts/tlwg-ttf: fix broken symlinks (authored by Miłosz Kaniewski <milosz.kaniewski@gmail.com>).
x11-fonts/tlwg-ttf: fix broken symlinks
Apr 27 2026, 12:03 AM
fuz committed R11:a37192b4896e: sysutils/s6-frontend: Frontend to the s6 init system (authored by crest_freebsd_rlwinm.de).
sysutils/s6-frontend: Frontend to the s6 init system
Apr 27 2026, 12:03 AM
fuz committed R11:14e782a209dd: www/py-flask-collect: Deprecate and expire (authored by meka_tilda.center).
www/py-flask-collect: Deprecate and expire
Apr 27 2026, 12:03 AM
fuz committed R11:c552d349ae89: www/py-freenit: Update to 0.3.23 (authored by meka_tilda.center).
www/py-freenit: Update to 0.3.23
Apr 27 2026, 12:03 AM
fuz committed R11:dfeb28f6b003: sysutils/py-ioztat: move to filesystems (authored by fuz).
sysutils/py-ioztat: move to filesystems
Apr 27 2026, 12:03 AM
fuz committed R11:452b8940da57: databases/py-oxyde-core: Rust core for Oxyde ORM (authored by meka_tilda.center).
databases/py-oxyde-core: Rust core for Oxyde ORM
Apr 27 2026, 12:03 AM
fuz committed R11:8a3637a5e5c3: sysutils/reggae: Update to 0.5.3 (authored by meka_tilda.center).
sysutils/reggae: Update to 0.5.3
Apr 27 2026, 12:03 AM
fuz committed R11:a4ae09552e03: net-im/purple-gowhatsapp: upgrade from 1.16 to 1.18 (authored by Mikhail Teterin <mi@FreeBSD.org>).
net-im/purple-gowhatsapp: upgrade from 1.16 to 1.18
Apr 27 2026, 12:03 AM
fuz committed R11:26b79e472439: deskutils/ganttproject: removing sgid from executable (authored by freebsd_ny-central.org).
deskutils/ganttproject: removing sgid from executable
Apr 27 2026, 12:03 AM
fuz committed R11:ff2f25e895b2: sysutils/yadm: update to 3.5.0 (authored by Marcel Bischoff <marcel@herrbischoff.com>).
sysutils/yadm: update to 3.5.0
Apr 27 2026, 12:03 AM
fuz committed R11:e666ccc7dbeb: net/s6-networking: Suite of small networking utilities for Unix systems (authored by crest_freebsd_rlwinm.de).
net/s6-networking: Suite of small networking utilities for Unix systems
Apr 27 2026, 12:03 AM
fuz committed R11:93e4856be444: misc/broot: update to 1.56.2 (authored by Marcel Bischoff <marcel@herrbischoff.com>).
misc/broot: update to 1.56.2
Apr 27 2026, 12:03 AM
fuz committed R11:60f2a893eddc: graphics/vigra: update to 1-12-4 (authored by fuz).
graphics/vigra: update to 1-12-4
Apr 27 2026, 12:03 AM
fuz committed R11:17ce03e90cae: dns/s6-dns: Suite of DNS client programs and libraries for Unix systems (authored by crest_freebsd_rlwinm.de).
dns/s6-dns: Suite of DNS client programs and libraries for Unix systems
Apr 27 2026, 12:03 AM
fuz committed R11:bee5df834193: graphics/agg: grab maintainership (authored by fuz).
graphics/agg: grab maintainership
Apr 27 2026, 12:03 AM
fuz committed R11:56b51b6deae7: cad/yosys: fix post-install strip use (authored by fuz).
cad/yosys: fix post-install strip use
Apr 27 2026, 12:03 AM
fuz committed R11:985ceed74592: sysutils/snapraid: update to 14.4 (authored by fuz).
sysutils/snapraid: update to 14.4
Apr 27 2026, 12:03 AM