Page MenuHomeFreeBSD

se (Stefan Eßer)
User

Projects

User Details

User Since
May 27 2014, 3:17 PM (628 w, 2 d)

Recent Activity

Yesterday

se committed rGb440741db4ea: tools/test/stress2/misc/msdos12.sh: fix permission issue (authored by se).
tools/test/stress2/misc/msdos12.sh: fix permission issue
Thu, Jun 11, 11:49 AM
se committed rG3260c42c4183: tools/test/stress2/misc/all.exclude: remove msdos24.sh (authored by se).
tools/test/stress2/misc/all.exclude: remove msdos24.sh
Thu, Jun 11, 11:42 AM
se committed rG596dadbbb5a7: tools/test/stress2/misc/msdos24.sh: improve surrogate pair test (authored by se).
tools/test/stress2/misc/msdos24.sh: improve surrogate pair test
Thu, Jun 11, 11:39 AM
se committed rG6e5b990c5097: tools/test/stress2/misc/all.debug.inc: skip undefined variables (authored by se).
tools/test/stress2/misc/all.debug.inc: skip undefined variables
Thu, Jun 11, 11:22 AM

Fri, Jun 5

se committed R11:3ed31d97c306: devel/jujutsu: update to version 0.42.0 (authored by se).
devel/jujutsu: update to version 0.42.0
Fri, Jun 5, 5:24 PM

Thu, Jun 4

se committed R11:7127ec8cdfb6: security/hashcat: Fix build (authored by se).
security/hashcat: Fix build
Thu, Jun 4, 8:14 AM

Tue, Jun 2

se committed R11:9d63bde80a0e: security/hashcat: on arm64 add build dependency on sse2neon (authored by se).
security/hashcat: on arm64 add build dependency on sse2neon
Tue, Jun 2, 8:37 PM
se committed R11:72e567861c66: devel/hare: Do not build on arm64 (authored by se).
devel/hare: Do not build on arm64
Tue, Jun 2, 8:03 PM
se committed R11:7da2eda77848: devel/qbe: upgrade to version 1.3 (authored by se).
devel/qbe: upgrade to version 1.3
Tue, Jun 2, 7:26 PM

Mon, Jun 1

se committed rGf983cb362de7: fs/msdosfs: add support for file namws with surrogate pairs (authored by se).
fs/msdosfs: add support for file namws with surrogate pairs
Mon, Jun 1, 6:23 AM
se closed D57313: Fix MSDOSFS to support UTF-16 surrogate pairs.
Mon, Jun 1, 6:23 AM

Sat, May 30

se updated the diff for D57313: Fix MSDOSFS to support UTF-16 surrogate pairs.

The previous version failed for names that required exactly n*13+1 UTF-16 symbols (e.g. 123456🤐1234🤐) and had a surrogate pair at the end of the name.
This problam was detected by running the msdos24.sh test script recently added to the stress2/misc directory.
The cause was that the end of the unix name had been seen, which made unix2winfn() return end == true, but there still was a surrogate value that required another invocation of unix2winfn() to be written to the next directory slot.

Sat, May 30, 11:28 AM

Fri, May 29

se added a comment to D57313: Fix MSDOSFS to support UTF-16 surrogate pairs.

I have found that the test added to the stress2/misc directory to specifically test filenames with surrogate pairs (msdos24.sh) reports errors.
When restricted to just ASCII file names or UTF-16 symbols without surrogate pairs, the test succeeds.

Fri, May 29, 11:21 PM
se committed rG11f23d7c078b: tools/test/stress2/misc: Fix and enable new tests (authored by se).
tools/test/stress2/misc: Fix and enable new tests
Fri, May 29, 11:12 PM
se added a comment to D57313: Fix MSDOSFS to support UTF-16 surrogate pairs.

I have committed 3 new tests in tools/test/stress2/misc (msdos22.sh, msdos23.sh, msdos24.sh), since I found that msdosfs with the patches in this review failed "under load" when running these tests (originally the script that has been committed as msdos24.sh).

Fri, May 29, 4:34 PM
se committed rGaa029088ec13: tools/test/stress2/misc: Add msdosfs tests (currently failing) (authored by se).
tools/test/stress2/misc: Add msdosfs tests (currently failing)
Fri, May 29, 4:16 PM
se added a comment to D57313: Fix MSDOSFS to support UTF-16 surrogate pairs.

Have you run your suggested tests?

Fri, May 29, 11:27 AM

Thu, May 28

se requested review of D57313: Fix MSDOSFS to support UTF-16 surrogate pairs.
Thu, May 28, 8:06 PM

Wed, May 20

se committed R11:ec77ae3d2bd1: games/open-adventure: upgrade to version 1.21 (authored by se).
games/open-adventure: upgrade to version 1.21
Wed, May 20, 8:18 PM

Tue, May 19

se committed R11:e5fd548526f7: security/flawfinder: update to version 2.0.20 (authored by se).
security/flawfinder: update to version 2.0.20
Tue, May 19, 4:08 PM

Sat, May 16

se committed R11:ad2f6161979e: devel/hare: update to version 0.26.0 (authored by luxanna <l.lux@magenta.de>).
devel/hare: update to version 0.26.0
Sat, May 16, 7:58 PM
se committed R11:cd095a6b13d9: lang/harec: update to version 0.26.0 (authored by luxanna <l.lux@magenta.de>).
lang/harec: update to version 0.26.0
Sat, May 16, 7:58 PM

May 13 2026

se committed R11:f530d1583146: devel/jujutsu: fix build with ports tree checked out by jujutsu (authored by guest-patmaddox).
devel/jujutsu: fix build with ports tree checked out by jujutsu
May 13 2026, 7:30 AM

May 9 2026

se committed R11:8dbda5d79105: ports-mgmt/portmaster: update to version 3.35 (authored by se).
ports-mgmt/portmaster: update to version 3.35
May 9 2026, 9:43 PM

May 8 2026

se committed R11:9a7583322311: ports-mgmt/portmaster: update to version 3.34 (authored by se).
ports-mgmt/portmaster: update to version 3.34
May 8 2026, 7:07 PM
se committed R11:1d9c60cc120b: devel/jujutsu: update to version 0.41.0 (authored by se).
devel/jujutsu: update to version 0.41.0
May 8 2026, 9:08 AM

Apr 28 2026

se accepted D56511: bc: Fix tests.
In D56511#1295639, @des wrote:
In D56511#1295534, @se wrote:

I plan to commit these patches after some more testing

I don't think you understand how Phabricator works...

Apr 28 2026, 8:35 PM
se committed R11:8a9c21aaae99: security/gpg-tui: upgrade to version 0.11.2 (authored by se).
security/gpg-tui: upgrade to version 0.11.2
Apr 28 2026, 9:08 AM

Apr 22 2026

se added a comment to D56511: bc: Fix tests.

Thanks for pointing out the typo in dc_tests.sh.
I can see that this typo makes the test fail on the build cluster, when run under an account without write access to /usr/tests/usr.bin/gh-bc.
It worked on my machine when run as root, but that's no excuse ...
I plan to commit these patches after some more testing (for some reason depends_cleanup.sh is not executed during buildworld, but the tests obj directory is removed in stage 2.2, anyway).

Apr 22 2026, 9:01 PM

Apr 21 2026

se added a comment to D56511: bc: Fix tests.

The author of this BC / DC has asked me to not create a fork.
The typo in all.sh has been reported by me and fixed in upstream commit 3887cc1.
The author offered to tag a version 7.1.1, but since it did not affect FreeBSD (usage() in all.sh is not used on FreeBSD, since valid parameters are being passed), I did not ask for it.
The script tests are only relevant for the port, since they depend on a previous version of BC / DC installed on the system the test is run on.
Since no previous version can be assumed to exist on the base system, there is no way to generate the expected outputs from a binary other than the one to be tested.

Apr 21 2026, 6:51 PM

Apr 11 2026

se added a comment to D56354: usr.bin/gh-bc/tests: double bc tests timeout.

The tests complete in 3 seconds on my amd64 system.
I do assume that the 100 times slower execition on riscv64 is due to inefficient emulation of that platform?
Instead of patching the timeout in individual ports, I believe the parameters in the CI system should be adjusted to account for the slow execution speed of emulated systems.
Therefore, I do not want to set the timeout to such a high value for all platforms.
If there is consensus that changing individual ports is required, I'd make the timeout adjustment depend on the architecture (apparently, only riscv64 is affected).

Apr 11 2026, 2:29 PM

Apr 5 2026

se committed R11:d97c3e4443ad: devel/jujutsu: fix installation of shell autocompletion files (authored by se).
devel/jujutsu: fix installation of shell autocompletion files
Apr 5 2026, 12:11 PM
se committed R11:c0f3ac9fc5d1: devel/jujutsu: update to version 0.40.0 (authored by se).
devel/jujutsu: update to version 0.40.0
Apr 5 2026, 8:48 AM

Mar 7 2026

se committed R11:2f45c5c362ce: textproc/sttr: update to version 0.2.30 (authored by se).
textproc/sttr: update to version 0.2.30
Mar 7 2026, 3:34 PM
se committed R11:0b2e662f5472: filesystems/fusefs-libs3: update to version 3.18.1 (authored by se).
filesystems/fusefs-libs3: update to version 3.18.1
Mar 7 2026, 3:25 PM
se committed R11:1fadf9fce5cf: devel/jujutsu: update to version 0.39.0 (authored by se).
devel/jujutsu: update to version 0.39.0
Mar 7 2026, 11:01 AM

Mar 6 2026

se committed R11:692737000eab: sysutils/nmrpflash: update to versíon 0.9.27 (authored by se).
sysutils/nmrpflash: update to versíon 0.9.27
Mar 6 2026, 7:40 AM

Mar 4 2026

se accepted D55624: all: drop support for FreeBSD 13 and MIPS/riscv64sf.
Mar 4 2026, 8:52 AM
se committed R11:a45aee313be6: multimedia/libbluray: Update to 1.4.1 (authored by se).
multimedia/libbluray: Update to 1.4.1
Mar 4 2026, 8:36 AM

Mar 1 2026

se committed R11:777f93683078: ports-mgmt/portmaster: update to version 3.33 (authored by se).
ports-mgmt/portmaster: update to version 3.33
Mar 1 2026, 10:35 PM
se committed R11:21fd81899f90: ports-mgmt/portmaster: update to version 3.32 (authored by se).
ports-mgmt/portmaster: update to version 3.32
Mar 1 2026, 10:28 PM

Feb 8 2026

se committed R11:f17204695b40: devel/jujutsu: update to version 0.38.0 (authored by se).
devel/jujutsu: update to version 0.38.0
Feb 8 2026, 11:27 AM

Dec 18 2025

se committed rGcf5eed715915: if_rge: fix typo in man page (authored by se).
if_rge: fix typo in man page
Dec 18 2025, 7:57 AM

Dec 5 2025

se committed R11:2a39aec56e9d: textproc/sttr: update to version 0.2.28 (authored by se).
textproc/sttr: update to version 0.2.28
Dec 5 2025, 9:38 AM

Nov 9 2025

se accepted D53649: newfs_msdos: Improve error messages.

Looks fine.

Nov 9 2025, 10:28 PM

Nov 6 2025

se committed R11:fd94df1ec309: devel/jujutsu: update to version 0.35.0 (authored by se).
devel/jujutsu: update to version 0.35.0
Nov 6 2025, 9:07 PM

Oct 9 2025

se committed rGab36487a79cd: contrib/bc: MFC upgrade from version 7.02 to 7.1.0 (authored by se).
contrib/bc: MFC upgrade from version 7.02 to 7.1.0
Oct 9 2025, 10:57 AM

Oct 6 2025

se committed R11:8ccdf6692d68: devel/hare: fix library path (authored by se).
devel/hare: fix library path
Oct 6 2025, 6:55 PM

Oct 5 2025

se committed R11:08ba640e253a: multimedia/dvbcut: fix Makefile style and remove redundant files (authored by se).
multimedia/dvbcut: fix Makefile style and remove redundant files
Oct 5 2025, 8:34 PM
se committed R11:c92b7a6b9343: emulators/z80pack: upgrade to release 1.38 (authored by se).
emulators/z80pack: upgrade to release 1.38
Oct 5 2025, 3:16 PM
se committed R11:54c5edd6e3ad: devel/jujutsu: update to version 0.34.0 (authored by se).
devel/jujutsu: update to version 0.34.0
Oct 5 2025, 1:35 PM

Sep 17 2025

se committed rG4c178fe36e01: contrib/bc upgrade to version 7.1.0 (authored by se).
contrib/bc upgrade to version 7.1.0
Sep 17 2025, 5:01 PM

Sep 11 2025

se committed rG2d06844521ec: usr.bin/gh-bc: update for version 7.1.0 (authored by se).
usr.bin/gh-bc: update for version 7.1.0
Sep 11 2025, 2:45 PM
se committed rG1a6ffcb27ddc: usr.bin/gh-bc: fix invocation of test scripts (authored by se).
usr.bin/gh-bc: fix invocation of test scripts
Sep 11 2025, 2:36 PM
se committed rGfdc4a7c8012b: contrib/bc upgrade to version 7.1.0 (authored by se).
contrib/bc upgrade to version 7.1.0
Sep 11 2025, 2:27 PM
se committed rG682da5a0fdb2: vendor/bc: upgrade to version 7.1.0 (authored by se).
vendor/bc: upgrade to version 7.1.0
Sep 11 2025, 2:10 PM

Sep 10 2025

se committed R11:6ad7566b6eed: devel/jujutsu: update to version 0.32.0 (authored by se).
devel/jujutsu: update to version 0.32.0
Sep 10 2025, 6:45 PM

Sep 8 2025

se committed R11:59c25e011c36: lang/ldc: Fix build on FreeBSD-16 (authored by se).
lang/ldc: Fix build on FreeBSD-16
Sep 8 2025, 5:42 PM

Aug 29 2025

se committed R11:6a7f50a0241c: security/hashcat: update to version 7.1.2 (authored by se).
security/hashcat: update to version 7.1.2
Aug 29 2025, 12:04 PM

Aug 28 2025

se committed R11:2546c2dfce00: textproc/sttr: update to version 0.2.27 (authored by se).
textproc/sttr: update to version 0.2.27
Aug 28 2025, 4:51 PM

Aug 16 2025

se committed R11:08f30a889b85: math/gh-bc: update to version 7.1.0 (authored by se).
math/gh-bc: update to version 7.1.0
Aug 16 2025, 9:00 AM

Aug 6 2025

se committed rG5c13952f167d: Revert "sbin/newfs_msdos: add support for exFAT file systems" (authored by se).
Revert "sbin/newfs_msdos: add support for exFAT file systems"
Aug 6 2025, 9:57 PM
se added a reverting change for rG024f676b399f: sbin/newfs_msdos: add support for exFAT file systems: rG5c13952f167d: Revert "sbin/newfs_msdos: add support for exFAT file systems".
Aug 6 2025, 9:57 PM

Aug 5 2025

se committed rG024f676b399f: sbin/newfs_msdos: add support for exFAT file systems (authored by se).
sbin/newfs_msdos: add support for exFAT file systems
Aug 5 2025, 8:22 PM

Jul 28 2025

se committed R11:9ed3e87fe79b: textproc/sttr: fix SIZE of go.mod in distinfo (authored by se).
textproc/sttr: fix SIZE of go.mod in distinfo
Jul 28 2025, 5:07 PM

Jul 27 2025

se committed R11:c9f63f80fb00: textproc/sttr: upgrade to version 0.26.0 (authored by se).
textproc/sttr: upgrade to version 0.26.0
Jul 27 2025, 10:43 AM

Jul 24 2025

se committed R9:25b8b522e506: Update se@ PGP key expiry date (authored by se).
Update se@ PGP key expiry date
Jul 24 2025, 1:15 PM

Jul 4 2025

se committed R11:7811842a1a6a: devel/jujutsu: upgrade to version 0.31.0 (authored by se).
devel/jujutsu: upgrade to version 0.31.0
Jul 4 2025, 11:15 AM

Jun 27 2025

se committed R11:06b010677d21: lang/silq: Fix distinfo (authored by se).
lang/silq: Fix distinfo
Jun 27 2025, 7:42 AM

Jun 24 2025

se committed R11:92d03744b09a: lang/silq: update to current development version (authored by se).
lang/silq: update to current development version
Jun 24 2025, 8:57 PM

Jun 23 2025

se committed R11:37f31ee8c9d1: lang/harec: fix previous commit (authored by diizzy).
lang/harec: fix previous commit
Jun 23 2025, 8:00 PM
se committed R11:3dbde4ec7504: security/rnp: improve Makefile (authored by diizzy).
security/rnp: improve Makefile
Jun 23 2025, 8:07 AM
se committed R11:02bf96bae362: devel/hare: upgrade to version 0.25.2 (authored by diizzy).
devel/hare: upgrade to version 0.25.2
Jun 23 2025, 7:59 AM
se committed R11:bc3aa1d7d26c: lang/harec: upgrade to version 0.25.2 (authored by diizzy).
lang/harec: upgrade to version 0.25.2
Jun 23 2025, 7:59 AM

Jun 22 2025

se committed R11:c89ba17f26be: security/rnp: upgrade to version 0.18.0 (authored by se).
security/rnp: upgrade to version 0.18.0
Jun 22 2025, 7:13 PM

Jun 12 2025

se committed rGdab9ef544868: snd_hda: fix attaching to some AMD Radeon GPUs (authored by se).
snd_hda: fix attaching to some AMD Radeon GPUs
Jun 12 2025, 8:19 AM
se closed D50737: Make HDMI audio work on some AMD graphic cards.
Jun 12 2025, 8:19 AM

Jun 11 2025

se updated the diff for D50737: Make HDMI audio work on some AMD graphic cards.

Update diff to be in standard format (had been created with "diff.mnemonicprefix=true").

Jun 11 2025, 9:51 PM

Jun 7 2025

se requested review of D50737: Make HDMI audio work on some AMD graphic cards.
Jun 7 2025, 5:13 PM
se committed R11:1ff9ba0b92e8: devel/jujutsu: upgrade to version 0.30.0 (authored by se).
devel/jujutsu: upgrade to version 0.30.0
Jun 7 2025, 11:42 AM

Jun 3 2025

se committed R11:6e2bdfcd2411: net-mgmt/kf6-networkmanager-qt: fix names of license files (authored by se).
net-mgmt/kf6-networkmanager-qt: fix names of license files
Jun 3 2025, 3:20 PM
se committed R11:e54088787fef: audio/espeak-ng: import upstream patch for support of "Piper" (authored by kenrap_kennethraplee.com).
audio/espeak-ng: import upstream patch for support of "Piper"
Jun 3 2025, 6:58 AM

May 24 2025

se committed R11:4a1aa06d75e4: security/gpg-tui: update to version 0.11.1 (authored by se).
security/gpg-tui: update to version 0.11.1
May 24 2025, 3:35 PM

May 9 2025

se committed R11:d2c4c760ef2a: devel/jujutsu: upgrade to version 0.29.0 (authored by se).
devel/jujutsu: upgrade to version 0.29.0
May 9 2025, 4:36 PM

Apr 26 2025

se committed R11:fce50487b47b: devel/jujutsu: Fix fetch (authored by se).
devel/jujutsu: Fix fetch
Apr 26 2025, 6:32 PM

Apr 24 2025

se committed R11:446e40bdbc43: security/rnp: use botan3 instead of botan2 (authored by se).
security/rnp: use botan3 instead of botan2
Apr 24 2025, 7:33 AM

Apr 9 2025

se committed R11:fbe26b96ca43: devel/jujutsu: fix distinfo for 0.28.0 (authored by se).
devel/jujutsu: fix distinfo for 0.28.0
Apr 9 2025, 8:43 AM

Apr 8 2025

se committed R11:6bcf58f44305: devel/jujutsu: upgrade to version 0.28.2 (authored by se).
devel/jujutsu: upgrade to version 0.28.2
Apr 8 2025, 9:13 AM

Apr 6 2025

se committed R11:de61b0ce4344: devel/jujutsu: upgrade to 0.28.1 (authored by siva).
devel/jujutsu: upgrade to 0.28.1
Apr 6 2025, 7:53 PM

Mar 30 2025

se committed R11:09337816ae32: textproc/sttr: update to version 0.2.25 (authored by se).
textproc/sttr: update to version 0.2.25
Mar 30 2025, 2:32 PM

Mar 25 2025

se committed R11:e9d17a6122bc: filesystems/fusefs-libs3: bump portrevision of dependent ports (authored by se).
filesystems/fusefs-libs3: bump portrevision of dependent ports
Mar 25 2025, 4:50 PM
se committed R11:5ef6af605807: sysutils/fusefs-libs3: update to version 3.17.1 (authored by se).
sysutils/fusefs-libs3: update to version 3.17.1
Mar 25 2025, 9:51 AM

Mar 22 2025

se committed R11:90e561b09094: sysutils/nmrpflash: update to version 0.9.25 (authored by se).
sysutils/nmrpflash: update to version 0.9.25
Mar 22 2025, 8:23 AM

Mar 8 2025

se committed R11:aa34f3801de5: devel/jujutsu: upgrade to version 0.27.0 (authored by se).
devel/jujutsu: upgrade to version 0.27.0
Mar 8 2025, 10:01 PM

Feb 27 2025

se committed rGab6a311c720e: libc/gen/fts.c: fix assignment (authored by se).
libc/gen/fts.c: fix assignment
Feb 27 2025, 9:37 AM

Feb 26 2025

se committed R11:ee81e15571ac: security/rnp: fix build using c++19 include files (authored by se).
security/rnp: fix build using c++19 include files
Feb 26 2025, 12:58 PM

Feb 19 2025

se committed R11:9a99dfa0e901: devel/jujutsu: upgrade to version 0.26.0 (authored by se).
devel/jujutsu: upgrade to version 0.26.0
Feb 19 2025, 5:54 PM

Jan 3 2025

se committed R11:2e428f1aff03: devel/jujutsu: upgrade to version 0.25.0 (authored by se).
devel/jujutsu: upgrade to version 0.25.0
Jan 3 2025, 11:21 PM

Dec 13 2024

se committed R11:4232d5487365: audio/espeak-ng: upgrade to version 1.52.0 (authored by se).
audio/espeak-ng: upgrade to version 1.52.0
Dec 13 2024, 1:07 PM

Dec 5 2024

se committed R11:611436a53ffa: devel/jujutsu: upgrade to version 0.24.0 (authored by se).
devel/jujutsu: upgrade to version 0.24.0
Dec 5 2024, 8:02 PM