Page MenuHomeFreeBSD
Feed Advanced Search

Dec 25 2023

fuz closed D42902: lib/libc/amd64/string: add memccpy, strncat scalar, baseline implementations.
Dec 25 2023, 2:26 PM
fuz committed rG75cb202698a6: share/man/man7/simd.7: document amd64 SIMD use for strsep() (authored by fuz).
share/man/man7/simd.7: document amd64 SIMD use for strsep()
Dec 25 2023, 2:26 PM
fuz committed rG2ed514a220ed: lib/libc/amd64/string: add strrchr scalar, baseline implementation (authored by fuz).
lib/libc/amd64/string: add strrchr scalar, baseline implementation
Dec 25 2023, 2:26 PM
fuz committed rGdd1c2e887c1f: share/man/man7/simd.7: document strrchr scalar, baseline implementation (authored by fuz).
share/man/man7/simd.7: document strrchr scalar, baseline implementation
Dec 25 2023, 2:26 PM
fuz closed D42863: lib/libc/amd64/string: add strlcpy scalar/baseline implementation.
Dec 25 2023, 2:26 PM
fuz committed rG14289e973f5c: lib/libc/amd64/string: add strncmp scalar, baseline implementation (authored by fuz).
lib/libc/amd64/string: add strncmp scalar, baseline implementation
Dec 25 2023, 2:26 PM
fuz committed rGf5edd8450e53: share/man/man7/simd.7: document strncmp amd64 scalar, baseline implementations (authored by fuz).
share/man/man7/simd.7: document strncmp amd64 scalar, baseline implementations
Dec 25 2023, 2:26 PM
fuz committed rG459ddefcc9dc: lib/libc/tests/string: add unit tests for strncmp(3) (authored by fuz).
lib/libc/tests/string: add unit tests for strncmp(3)
Dec 25 2023, 2:26 PM
fuz closed D42600: lib/libc/amd64/string/strcat.S: enable use of SIMD.
Dec 25 2023, 2:26 PM
fuz closed D42519: lib/libc/amd64/string: add stpncpy scalar, baseline implementation.
Dec 25 2023, 2:26 PM
fuz committed rG8b60e1fdbefa: share/man/man7/simd.7: document amd64 SIMD use for strpbrk() (authored by fuz).
share/man/man7/simd.7: document amd64 SIMD use for strpbrk()
Dec 25 2023, 2:26 PM
fuz committed rGf4fc317c364f: lib/libc/amd64/string: implement strpbrk() through strcspn() (authored by fuz).
lib/libc/amd64/string: implement strpbrk() through strcspn()
Dec 25 2023, 2:26 PM
fuz closed D42346: lib/libc/amd64/string: implement strsep() through strcspn().
Dec 25 2023, 2:26 PM
fuz committed rG47adb1e01264: share/man/man7/simd.7: document new amd64 baseline strcmp() (authored by fuz).
share/man/man7/simd.7: document new amd64 baseline strcmp()
Dec 25 2023, 2:26 PM
fuz closed D42217: lib/libc/amd64/string: add strrchr scalar, baseline implementation.
Dec 25 2023, 2:26 PM
fuz committed rGbca25680b91b: lib/libc/amd64/string/strcmp.S: add baseline implementation (authored by fuz).
lib/libc/amd64/string/strcmp.S: add baseline implementation
Dec 25 2023, 2:26 PM
fuz closed D42122: lib/libc/amd64/string: add strncmp scalar, baseline implementation.
Dec 25 2023, 2:26 PM
fuz closed D41980: lib/libc/amd64/string: implement strpbrk() through strcspn().
Dec 25 2023, 2:26 PM
fuz closed D41971: lib/libc/amd64/string/strcmp.S: add baseline implementation.
Dec 25 2023, 2:25 PM

Dec 21 2023

fuz committed rGc91cd7d03a9d: lib/libc/amd64/string/strcspn.S: always return earliest match in 17--32 char… (authored by fuz).
lib/libc/amd64/string/strcspn.S: always return earliest match in 17--32 char…
Dec 21 2023, 2:26 AM
fuz committed rGa0ecf2224ea3: lib/libc/tests/string/strcspn_test.c: add test for correct match order (authored by fuz).
lib/libc/tests/string/strcspn_test.c: add test for correct match order
Dec 21 2023, 2:26 AM

Dec 17 2023

fuz committed R11:ed91ee48f3d0: www/ladybird: update to g20231216 (authored by fuz).
www/ladybird: update to g20231216
Dec 17 2023, 9:43 PM
fuz committed R11:f3c3327666c6: lang/s7: update to g20231215 (authored by fuz).
lang/s7: update to g20231215
Dec 17 2023, 9:43 PM
fuz committed R11:6ee8c2946498: devel/go-tools: update to 0.16.1 (authored by fuz).
devel/go-tools: update to 0.16.1
Dec 17 2023, 9:43 PM
fuz committed R11:51277d3fdc5e: deskutils/remind: update to 04.02.08 (authored by fuz).
deskutils/remind: update to 04.02.08
Dec 17 2023, 9:43 PM

Dec 12 2023

fuz committed R11:5e94aeef1132: devel/gocritic: update to 0.10.0 (authored by fuz).
devel/gocritic: update to 0.10.0
Dec 12 2023, 12:04 PM
fuz committed R11:c706f4269b0a: devel/go-perf: update to 0.0.0.20231127181059 (authored by fuz).
devel/go-perf: update to 0.0.0.20231127181059
Dec 12 2023, 12:04 PM
fuz committed R11:d51c102fb4d9: www/ladybird: update to g20231208 (authored by fuz).
www/ladybird: update to g20231208
Dec 12 2023, 12:04 PM
fuz committed R11:b3fbd27389fe: devel/gcli: update to 2.1.0 (authored by fuz).
devel/gcli: update to 2.1.0
Dec 12 2023, 12:04 PM

Dec 8 2023

fuz updated the diff for D42217: lib/libc/amd64/string: add strrchr scalar, baseline implementation.
  • lib/libc/amd64/string/strrchr.S: restore weak alias to rindex
Dec 8 2023, 11:56 AM

Dec 6 2023

fuz updated the diff for D42905: lib/libc/string: document restrict qualification of memccpy() arguments.

As requested.

Dec 6 2023, 7:15 PM
fuz updated the diff for D42905: lib/libc/string: document restrict qualification of memccpy() arguments.
  • lib/libc/string/memccpy.3: stylistic fixes, amend history
Dec 6 2023, 6:30 PM
fuz planned changes to D42905: lib/libc/string: document restrict qualification of memccpy() arguments.

Will fix the mentioned issues. Please state if you really want me to use restrict over __restrict and be inconsistent with the other functions. One time I'm doing something according to modern convention and be told to just be consistent with what the other code does, then I instead am consistent with the existing code and am told to disregard consistency. This is really frustrating. However I do it, it's somehow wrong.

Dec 6 2023, 6:30 PM
fuz requested review of D42925: lib/libc/amd64/string: add memrchr scalar, baseline implementation.
Dec 6 2023, 2:06 PM
fuz updated the summary of D42905: lib/libc/string: document restrict qualification of memccpy() arguments.
Dec 6 2023, 7:06 AM

Dec 5 2023

fuz added a reviewer for D42905: lib/libc/string: document restrict qualification of memccpy() arguments: manpages.
Dec 5 2023, 2:09 PM
fuz requested review of D42905: lib/libc/string: document restrict qualification of memccpy() arguments.
Dec 5 2023, 2:09 PM

Dec 4 2023

fuz requested review of D42902: lib/libc/amd64/string: add memccpy, strncat scalar, baseline implementations.
Dec 4 2023, 10:17 PM

Dec 3 2023

fuz committed R11:2b8cc87a75d6: devel/schilybase: work around bug in gettext-0.22 (authored by fuz).
devel/schilybase: work around bug in gettext-0.22
Dec 3 2023, 10:20 AM
fuz committed R11:5a1a5c54522a: net/rosenpass: update to 0.2.1 (authored by fuz).
net/rosenpass: update to 0.2.1
Dec 3 2023, 10:19 AM
fuz committed R11:1226260eca23: textproc/p5-YAML-Tiny: Update to 1.74 (authored by Sergei Vyshenski <svysh.fbsd@gmail.com>).
textproc/p5-YAML-Tiny: Update to 1.74
Dec 3 2023, 10:19 AM
fuz committed R11:1e1b086c4246: devel/go-tools: update to 0.16.0 (authored by fuz).
devel/go-tools: update to 0.16.0
Dec 3 2023, 10:19 AM
fuz committed R11:19ba1d0d3045: converters/simdutf: update to 4.0.8 (authored by fuz).
converters/simdutf: update to 4.0.8
Dec 3 2023, 10:19 AM
fuz committed R11:3fc1c8599135: net/rospo: update to 0.11.6 (authored by fuz).
net/rospo: update to 0.11.6
Dec 3 2023, 10:19 AM
fuz committed R11:e8c2558f623d: devel/schilybase: work around bug in gettext-0.22 (authored by fuz).
devel/schilybase: work around bug in gettext-0.22
Dec 3 2023, 10:19 AM
fuz committed R11:72fdbfec4d24: databases/p5-DBM-Deep: Update to 2.0019 (authored by Sergei Vyshenski <svysh.fbsd@gmail.com>).
databases/p5-DBM-Deep: Update to 2.0019
Dec 3 2023, 10:19 AM

Dec 1 2023

fuz requested review of D42863: lib/libc/amd64/string: add strlcpy scalar/baseline implementation.
Dec 1 2023, 3:22 AM

Nov 24 2023

fuz committed R11:4e5f74bd49fb: security/vaultwarden: fix build on armv6/armv7 and i386 (authored by fuz).
security/vaultwarden: fix build on armv6/armv7 and i386
Nov 24 2023, 6:18 AM
fuz committed R11:d603610f012b: sysutils/backuppc4: fix smb configuration backup format (authored by Alexander Moisseev <moiseev@mezonplus.ru>).
sysutils/backuppc4: fix smb configuration backup format
Nov 24 2023, 6:18 AM
fuz committed R11:690ea2e84f43: dns/void-zones-tools: Fix build with WITH_PIE=YES (authored by vidar_karlsen.tech).
dns/void-zones-tools: Fix build with WITH_PIE=YES
Nov 24 2023, 6:18 AM
fuz committed R11:f874ea164214: audio/eawpats: fix fetch (authored by fuz).
audio/eawpats: fix fetch
Nov 24 2023, 6:18 AM
fuz committed R11:5293754c89b2: net-p2p/jackett: update to 0.21.1239 (authored by tremere_cainites.net).
net-p2p/jackett: update to 0.21.1239
Nov 24 2023, 6:18 AM
fuz committed R11:ca2712d6217e: x11-servers/xorg-server: fix build on armv6/armv7 (authored by fuz).
x11-servers/xorg-server: fix build on armv6/armv7
Nov 24 2023, 6:18 AM
fuz committed R11:e0e6669de4a7: sysutils/xnvme: Cross-platform libraries and tools for NVMe devices (authored by Karl Bonde Torp <k.torp@samsung.com>).
sysutils/xnvme: Cross-platform libraries and tools for NVMe devices
Nov 24 2023, 6:16 AM
fuz committed R11:d1a1681e9573: www/py-fastapi-users: remove email-validator upper bound on version (authored by meka_tilda.center).
www/py-fastapi-users: remove email-validator upper bound on version
Nov 24 2023, 6:16 AM
fuz committed R11:7f12b47617da: sysutils/backuppc4: fix smb configuration backup format (authored by Alexander Moisseev <moiseev@mezonplus.ru>).
sysutils/backuppc4: fix smb configuration backup format
Nov 24 2023, 6:16 AM
fuz committed R11:79a178925a41: emulators/libc6-shim: update to 20231106. (authored by iwtcex_gmail.com).
emulators/libc6-shim: update to 20231106.
Nov 24 2023, 6:16 AM
fuz committed R11:a0dbba65aba7: security/vaultwarden: fix build on armv6/armv7 and i386 (authored by fuz).
security/vaultwarden: fix build on armv6/armv7 and i386
Nov 24 2023, 6:16 AM
fuz committed R11:01aca46ccd52: converters/simdutf: update to 4.0.5 (authored by fuz).
converters/simdutf: update to 4.0.5
Nov 24 2023, 6:16 AM
fuz committed R11:d91d723358a0: net/ts-warp: update to 1.4.6 (authored by Mikhail Zakharov <zmey20000@yahoo.com>).
net/ts-warp: update to 1.4.6
Nov 24 2023, 6:16 AM
fuz committed R11:0fb9557d0e5a: sysutils/limine: Update to 5.20231121.0 (authored by mintsuki <mintsuki@protonmail.com>).
sysutils/limine: Update to 5.20231121.0
Nov 24 2023, 6:16 AM
fuz committed R11:247c44927eb0: multimedia/motion: update to 4.6.0 (authored by ports@blievers.net <ports@blievers.net>).
multimedia/motion: update to 4.6.0
Nov 24 2023, 6:16 AM
fuz committed R11:2cd7fda2ae2d: databases/p5-SQL-Abstract-More: Update to 1.40 (authored by Sergei Vyshenski <svysh.fbsd@gmail.com>).
databases/p5-SQL-Abstract-More: Update to 1.40
Nov 24 2023, 6:16 AM
fuz committed R11:7ec114119e9a: net-mgmt/rs-aggregate: Update to 0.3.1 (authored by Marcel Bischoff <marcel@herrbischoff.com>).
net-mgmt/rs-aggregate: Update to 0.3.1
Nov 24 2023, 6:16 AM
fuz committed R11:4a18122ef0ad: audio/eawpats: fix fetch (authored by fuz).
audio/eawpats: fix fetch
Nov 24 2023, 6:16 AM
fuz committed R11:2390530de4d1: net-p2p/jackett: update to 0.21.1239 (authored by tremere_cainites.net).
net-p2p/jackett: update to 0.21.1239
Nov 24 2023, 6:16 AM
fuz committed R11:0671c3fd0b65: print/lilypond: update to 2.24.3 (authored by m.ne_gmx.net).
print/lilypond: update to 2.24.3
Nov 24 2023, 6:15 AM
fuz committed R11:9d978ff665a1: graphics/p5-Image-ExifTool-devel: Update to 12.70 (authored by Sergei Vyshenski <svysh.fbsd@gmail.com>).
graphics/p5-Image-ExifTool-devel: Update to 12.70
Nov 24 2023, 6:15 AM
fuz committed R11:90ca175924cf: devel/universal-ctags: Update to p6.0.20231119.0 (authored by dereks_lifeofadishwasher.com).
devel/universal-ctags: Update to p6.0.20231119.0
Nov 24 2023, 6:15 AM
fuz committed R11:eafa04a07d41: www/ladybird: SerenityOS Web Browser (authored by fuz).
www/ladybird: SerenityOS Web Browser
Nov 24 2023, 6:15 AM
fuz committed R11:a980cd2dffdb: mail/mboxgrep: point to new WWW (authored by fuz).
mail/mboxgrep: point to new WWW
Nov 24 2023, 6:15 AM
fuz committed R11:b632464b29fc: x11-servers/xorg-server: fix build on armv6/armv7 (authored by fuz).
x11-servers/xorg-server: fix build on armv6/armv7
Nov 24 2023, 6:15 AM
fuz committed R11:16c0c1e7f7a2: devel/p5-Devel-NYTProf: Update to 6.14 (authored by Sergei Vyshenski <svysh.fbsd@gmail.com>).
devel/p5-Devel-NYTProf: Update to 6.14
Nov 24 2023, 6:15 AM
fuz committed R11:373bf4747450: dns/renewck: Fix duplicate "-d" short cmdline option (authored by George L. Yermulnik <yz@yz.kiev.ua>).
dns/renewck: Fix duplicate "-d" short cmdline option
Nov 24 2023, 6:15 AM
fuz committed R11:c783b2f0feae: devel/p5-EV: Update to 4.34 (authored by Sergei Vyshenski <svysh.fbsd@gmail.com>).
devel/p5-EV: Update to 4.34
Nov 24 2023, 6:15 AM
fuz committed R11:5fd544260929: net-mgmt/yaf: update to 2.13.0 (authored by wollman).
net-mgmt/yaf: update to 2.13.0
Nov 24 2023, 6:15 AM
fuz committed R11:50844c209d89: net/libfixbuf: update to 2.4.2 (authored by wollman).
net/libfixbuf: update to 2.4.2
Nov 24 2023, 6:15 AM
fuz committed R11:11a7b638a6c6: dns/void-zones-tools: Fix build with WITH_PIE=YES (authored by vidar_karlsen.tech).
dns/void-zones-tools: Fix build with WITH_PIE=YES
Nov 24 2023, 6:15 AM

Nov 21 2023

fuz updated the diff for D42519: lib/libc/amd64/string: add stpncpy scalar, baseline implementation.

lib/libc/amd64/string/stpncpy.S: optimize further (+1.65%)

Nov 21 2023, 9:29 AM

Nov 19 2023

fuz accepted D42590: devel/freebsd-gcc{9,12}: Various cleanups, no functional change.

LGTM, but perhaps you could mention explicitly that it's for compiling the same FreeBSD version the host runs.

Nov 19 2023, 10:30 PM
fuz committed R11:fd41a938ad21: www/gitea: update to 1.21.0 (authored by stb).
www/gitea: update to 1.21.0
Nov 19 2023, 3:47 AM

Nov 18 2023

fuz committed R11:a9a9dcfc426d: devel/kore: fix build on armv7 and clean up (authored by fuz).
devel/kore: fix build on armv7 and clean up
Nov 18 2023, 8:25 PM
fuz committed R11:56757792de24: net-mgmt/metronome: Revert "Fix build with clang-16.x" (authored by fuz).
net-mgmt/metronome: Revert "Fix build with clang-16.x"
Nov 18 2023, 8:25 PM
fuz committed R11:c4e8eb234992: www/garage: fix build on armv7/i386 (authored by fuz).
www/garage: fix build on armv7/i386
Nov 18 2023, 8:25 PM
fuz added a reverting change for R11:0ff816386556: net-mgmt/metronome: Fix build with clang-16.x: R11:56757792de24: net-mgmt/metronome: Revert "Fix build with clang-16.x".
Nov 18 2023, 8:25 PM
fuz committed R11:59e582e9c36b: multimedia/vvenc: fix build on armv7 (authored by fuz).
multimedia/vvenc: fix build on armv7
Nov 18 2023, 8:25 PM
fuz committed R11:481fc59a5fde: games/jaggedalliance2: extend 14.0+ build fix to all architectures (authored by fuz).
games/jaggedalliance2: extend 14.0+ build fix to all architectures
Nov 18 2023, 8:25 PM
fuz committed R11:510c13170840: multimedia/vvdec: enable on armv6, armv7, and arm64 (authored by fuz).
multimedia/vvdec: enable on armv6, armv7, and arm64
Nov 18 2023, 8:25 PM
fuz committed R11:381b8a7ee078: sysutils/walk: Update 1.7.0 (authored by Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>).
sysutils/walk: Update 1.7.0
Nov 18 2023, 8:23 PM
fuz committed R11:9917507f93f2: net-mgmt/netdisco: update to 2.070001 (authored by geoffroy desvernay <dgeo@centrale-med.fr>).
net-mgmt/netdisco: update to 2.070001
Nov 18 2023, 8:23 PM
fuz committed R11:51ad99ef2448: sysutils/initool: Update to 0.14.1 (authored by Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>).
sysutils/initool: Update to 0.14.1
Nov 18 2023, 8:23 PM
fuz committed R11:6aa925897172: sysutils/p5-Command-Runner: Run external commands and Perl code refs (authored by geoffroy desvernay <dgeo@centrale-med.fr>).
sysutils/p5-Command-Runner: Run external commands and Perl code refs
Nov 18 2023, 8:23 PM
fuz committed R11:e893333a049f: net/drawterm: update to 20230903 (authored by fuz).
net/drawterm: update to 20230903
Nov 18 2023, 8:23 PM
fuz committed R11:e167afd981bb: x11/wlopm: Wayland output power management (authored by tino.engel_mail.de).
x11/wlopm: Wayland output power management
Nov 18 2023, 8:23 PM
fuz committed R11:bd7b56ae1896: devel/kore: fix build on armv7 and clean up (authored by fuz).
devel/kore: fix build on armv7 and clean up
Nov 18 2023, 8:23 PM
fuz committed R11:9a1cc556336f: mail/sympa: update to 6.2.72 (authored by geoffroy desvernay <dgeo@centrale-med.fr>).
mail/sympa: update to 6.2.72
Nov 18 2023, 8:23 PM
fuz committed R11:4d8e2ded5ede: www/garage: fix build on armv7/i386 (authored by fuz).
www/garage: fix build on armv7/i386
Nov 18 2023, 8:23 PM
fuz committed R11:019405ce811b: devel/gopls: update to 0.14.2 (authored by fuz).
devel/gopls: update to 0.14.2
Nov 18 2023, 8:23 PM
fuz committed R11:5782fee57aaf: textproc/py-precis_i18n: Update to 1.1.0 (authored by meka_tilda.center).
textproc/py-precis_i18n: Update to 1.1.0
Nov 18 2023, 8:23 PM
fuz committed R11:bb67453e9303: www/py-flask-smorest: Update to 0.42.2 (authored by meka_tilda.center).
www/py-flask-smorest: Update to 0.42.2
Nov 18 2023, 8:23 PM