Page MenuHomeFreeBSD

tijl (Tijl Coosemans)
User

Projects

User Details

User Since
May 14 2014, 7:33 AM (596 w, 13 h)

Recent Activity

Sat, Sep 27

tijl committed R11:ae151e331161: java/java3d: Various fixes (authored by tijl).
java/java3d: Various fixes
Sat, Sep 27, 6:42 PM

Fri, Sep 26

tijl committed R11:35901ec12998: java/java3d: Fix build with lld (authored by tijl).
java/java3d: Fix build with lld
Fri, Sep 26, 9:05 PM

Wed, Sep 24

tijl committed R11:c5634a160d30: audio/linux-c7-alsa-plugins-oss: Build with clean environment (authored by tijl).
audio/linux-c7-alsa-plugins-oss: Build with clean environment
Wed, Sep 24, 8:44 AM

Tue, Sep 16

tijl committed R11:817fbf37bfdb: security/vuxml: Merge 2 entries for CUPS (authored by tijl).
security/vuxml: Merge 2 entries for CUPS
Tue, Sep 16, 2:56 PM
tijl committed R11:1fd1738118d1: print/cups: Update to 2.4.12 (authored by tijl).
print/cups: Update to 2.4.12
Tue, Sep 16, 8:05 AM
tijl committed R11:b913a0f71068: print/cups: Update to 2.4.14 (authored by tijl).
print/cups: Update to 2.4.14
Tue, Sep 16, 8:05 AM
tijl committed R11:29e24be90428: security/vuxml: Document CUPS vulnerabilities (authored by tijl).
security/vuxml: Document CUPS vulnerabilities
Tue, Sep 16, 7:27 AM
tijl committed R11:819e724a0812: print/cups: Update to 2.4.14 (authored by tijl).
print/cups: Update to 2.4.14
Tue, Sep 16, 7:13 AM

Sep 4 2025

tijl committed rGd4bfebf917bc: snd_hda: Fix a sporadic panic during kldunload (authored by tijl).
snd_hda: Fix a sporadic panic during kldunload
Sep 4 2025, 8:40 PM
tijl closed D50393: snd_hda: Fix a sporadic panic during kldunload.
Sep 4 2025, 8:40 PM

Aug 25 2025

tijl added a comment to D50393: snd_hda: Fix a sporadic panic during kldunload.

A snd_hda driver is split into multiple child devices but there's only one PCI device with one interrupt handler. The child devices are just the way the driver organizes itself internally but they aren't real devices if you ask me. They all share the same lock for example. The bus_*_intr interface isn't used.

Aug 25 2025, 9:48 PM
tijl updated the diff for D50393: snd_hda: Fix a sporadic panic during kldunload.

Use DRIVER_MODULE_ORDERED

Aug 25 2025, 8:28 PM

Aug 22 2025

tijl added a comment to D51804: Mk/Uses/cargo.mk: Define ar and linker in RUSTFLAGS.

It's just to respect AR and CC. I discovered this on a system where everything is built with ports llvm (no base system compiler installed).

Aug 22 2025, 5:01 PM

Aug 19 2025

tijl committed R11:ab9cb97c163a: print/cups-filters: Support QPDF 12 (authored by tijl).
print/cups-filters: Support QPDF 12
Aug 19 2025, 4:57 PM

Aug 2 2025

tijl committed R11:4d44f226edf0: security/gnutls: Update to 3.8.10 (authored by tijl).
security/gnutls: Update to 3.8.10
Aug 2 2025, 12:42 PM

Jul 14 2025

tijl committed R11:e5beccd09346: security/gnutls: Update to 3.8.10 (authored by tijl).
security/gnutls: Update to 3.8.10
Jul 14 2025, 9:52 AM
tijl committed R11:0fd8c0634733: security/vuxml: Document GnuTLS SA 2025-07-08 (authored by tijl).
security/vuxml: Document GnuTLS SA 2025-07-08
Jul 14 2025, 9:52 AM

Jul 7 2025

tijl committed R11:6d88d07cbcf5: print/hplip-plugin: Add openprinting.org master site (authored by tijl).
print/hplip-plugin: Add openprinting.org master site
Jul 7 2025, 7:05 PM
tijl committed R11:45b6ada23720: security/beidconnect: Update to 2.11 (authored by tijl).
security/beidconnect: Update to 2.11
Jul 7 2025, 8:31 AM
tijl committed R11:e9499bd934bc: print/hplip-plugin: Add openprinting.org master site (authored by tijl).
print/hplip-plugin: Add openprinting.org master site
Jul 7 2025, 8:31 AM
tijl committed R11:7db6b9d37c65: print/cups: Update to 2.4.12 (authored by tijl).
print/cups: Update to 2.4.12
Jul 7 2025, 8:31 AM

May 31 2025

tijl committed R11:f4b902fa9353: security/mbedtls3: Update to 3.6.3 (authored by tijl).
security/mbedtls3: Update to 3.6.3
May 31 2025, 4:05 PM
tijl committed R11:d89b1d89cc9f: security/mbedtls2: Update to 2.28.10 (authored by tijl).
security/mbedtls2: Update to 2.28.10
May 31 2025, 4:05 PM

May 25 2025

tijl added a comment to D50393: snd_hda: Fix a sporadic panic during kldunload.

I haven't tested this for a few days, but I remember that even without the Makefile change, things worked as expected. Is this not the case?

May 25 2025, 8:11 PM

May 18 2025

tijl added a comment to D50393: snd_hda: Fix a sporadic panic during kldunload.

Yes, when unloading a kernel module the drivers defined with DRIVER_MODULE appear to be deleted in reverse order.

May 18 2025, 3:20 PM
tijl committed rGd9900b9ea2b2: snd_hda: Add shutdown method (authored by tijl).
snd_hda: Add shutdown method
May 18 2025, 1:40 PM
tijl closed D50306: snd_hda: Add shutdown method.
May 18 2025, 1:40 PM

May 17 2025

tijl requested review of D50393: snd_hda: Fix a sporadic panic during kldunload.
May 17 2025, 12:33 PM
tijl updated the diff for D50306: snd_hda: Add shutdown method.

Drain callout and taskqueue before shutting down child devices

May 17 2025, 11:47 AM

May 12 2025

tijl requested review of D50306: snd_hda: Add shutdown method.
May 12 2025, 10:41 AM

Mar 24 2025

tijl committed R11:9968354a40e5: www/hiawatha: update 11.2 => 11.6 (authored by Älven <alster@vinterdalen.se>).
www/hiawatha: update 11.2 => 11.6
Mar 24 2025, 2:13 PM

Mar 23 2025

tijl committed rG487d79d44f8a: devd: Don't install autofs.conf with WITHOUT_AUTOFS (authored by tijl).
devd: Don't install autofs.conf with WITHOUT_AUTOFS
Mar 23 2025, 3:35 PM

Mar 17 2025

tijl committed R11:4952e2e14162: net/libsrtp2: Update to 2.7.0 (authored by tijl).
net/libsrtp2: Update to 2.7.0
Mar 17 2025, 8:56 AM

Feb 11 2025

tijl committed R11:161230a0a0fe: security/gnutls: Fix build with SRP option (authored by tijl).
security/gnutls: Fix build with SRP option
Feb 11 2025, 12:33 PM

Feb 10 2025

tijl committed R11:70f72049e224: security/gnutls: Update to 3.8.9 (authored by tijl).
security/gnutls: Update to 3.8.9
Feb 10 2025, 8:55 AM

Feb 8 2025

tijl committed R11:24e1ee2f7881: security/libtasn1: Restore symbol versions (authored by tijl).
security/libtasn1: Restore symbol versions
Feb 8 2025, 11:57 AM

Jan 17 2025

tijl committed R11:8f7365c1b037: MOVED: devel/rubygem-validates_timeliness7 recreated (authored by tijl).
MOVED: devel/rubygem-validates_timeliness7 recreated
Jan 17 2025, 9:00 AM
tijl committed R11:01d3683c4417: x11/pixman: Make OpenMP optional (authored by tijl).
x11/pixman: Make OpenMP optional
Jan 17 2025, 9:00 AM

Jan 7 2025

tijl committed R11:75621bf97962: x11/pixman: Update to 0.44.2 (authored by tijl).
x11/pixman: Update to 0.44.2
Jan 7 2025, 10:36 AM
tijl committed R11:299bcfac7144: graphics/cairo: Update to 1.18.2 (authored by tijl).
graphics/cairo: Update to 1.18.2
Jan 7 2025, 10:36 AM
tijl committed R11:6e803442dc6e: x11-toolkits/pango: Update to 1.55.5 (authored by tijl).
x11-toolkits/pango: Update to 1.55.5
Jan 7 2025, 10:35 AM
tijl committed R11:73490aaa1de4: devel/libtextstyle, devel/gettext*: Update to 0.23.1 (authored by tijl).
devel/libtextstyle, devel/gettext*: Update to 0.23.1
Jan 7 2025, 10:35 AM
tijl added inline comments to D45878: www/webkit2-gtk: update to 2.46.5.
Jan 7 2025, 9:36 AM

Jan 2 2025

tijl committed R11:558a767e5701: MOVED: Add portscout.freebsd.org stale ports (authored by tijl).
MOVED: Add portscout.freebsd.org stale ports
Jan 2 2025, 8:18 PM
tijl committed R11:5e762dcd493e: security/mbedtls: Move to security/mbedtls2 (authored by tijl).
security/mbedtls: Move to security/mbedtls2
Jan 2 2025, 4:32 PM
tijl committed R11:c17097fa3fad: security/mbedtls3: Remove more traces of libeverest and libp256m (authored by tijl).
security/mbedtls3: Remove more traces of libeverest and libp256m
Jan 2 2025, 2:18 PM

Jan 1 2025

tijl committed R11:5d17e8f667b7: devel/libtextstyle, devel/gettext*: Update to 0.23 (authored by tijl).
devel/libtextstyle, devel/gettext*: Update to 0.23
Jan 1 2025, 4:34 PM

Dec 31 2024

tijl committed rGfb3408bb6e5b: rc.d/sendmail: Fix error with some configurations (authored by tijl).
rc.d/sendmail: Fix error with some configurations
Dec 31 2024, 1:21 PM
tijl committed rG242eb8d4e009: rc.d/sendmail: Fix error with some configurations (authored by tijl).
rc.d/sendmail: Fix error with some configurations
Dec 31 2024, 1:21 PM

Dec 29 2024

tijl committed R11:624b8729fc49: Mk/bsd.commands.mk: Use absolute path to define GMAKE (authored by tijl).
Mk/bsd.commands.mk: Use absolute path to define GMAKE
Dec 29 2024, 11:40 AM

Dec 28 2024

tijl closed D48202: Mk/Uses/meson.mk: Limit number of test processes.
Dec 28 2024, 10:59 AM
tijl committed R11:c4f45aafff36: Mk/Uses/meson.mk: Limit number of test processes (authored by tijl).
Mk/Uses/meson.mk: Limit number of test processes
Dec 28 2024, 10:59 AM
tijl committed R11:278a760046e4: devel/libtool: Update to 2.5.4 (authored by tijl).
devel/libtool: Update to 2.5.4
Dec 28 2024, 10:59 AM

Dec 26 2024

tijl requested review of D48202: Mk/Uses/meson.mk: Limit number of test processes.
Dec 26 2024, 7:37 PM

Dec 23 2024

tijl requested review of D48184: graphics/mesa-*: Enable video codecs in Makefile.common.
Dec 23 2024, 10:06 PM
tijl committed R11:432fff7aa1c4: security/mbedtls3: Update to 3.6.2 (authored by tijl).
security/mbedtls3: Update to 3.6.2
Dec 23 2024, 11:37 AM
tijl committed R11:1d1ca66238be: security/beid: Update to 5.1.21 (authored by tijl).
security/beid: Update to 5.1.21
Dec 23 2024, 11:37 AM

Dec 3 2024

tijl committed rG6b17d944a1d4: rc.d/sendmail: Fix error with some configurations (authored by tijl).
rc.d/sendmail: Fix error with some configurations
Dec 3 2024, 10:49 AM
tijl closed D47757: rc.d/sendmail: Fix error with some configurations.
Dec 3 2024, 10:49 AM · rc

Nov 30 2024

tijl committed R11:14c8e1f68eda: graphics/poppler: Bump PORTREVISION for 6bf6ee19368d (authored by tijl).
graphics/poppler: Bump PORTREVISION for 6bf6ee19368d
Nov 30 2024, 8:21 PM

Nov 26 2024

tijl added a project to D47757: rc.d/sendmail: Fix error with some configurations: rc.
Nov 26 2024, 11:15 AM · rc
tijl requested review of D47757: rc.d/sendmail: Fix error with some configurations.
Nov 26 2024, 11:13 AM · rc

Oct 11 2024

tijl committed R11:845704723c66: emulators/linux_base-c7: Fix distinfo for aarch64 (authored by tijl).
emulators/linux_base-c7: Fix distinfo for aarch64
Oct 11 2024, 11:48 AM
tijl committed R11:613a30bc5677: Mk/bsd.port.mk: Add MACHINE_ARCH to WRK_ENV (authored by tijl).
Mk/bsd.port.mk: Add MACHINE_ARCH to WRK_ENV
Oct 11 2024, 11:48 AM
tijl committed R11:3154506a168d: Mk/bsd.port.mk: Add MACHINE_ARCH to WRK_ENV (authored by tijl).
Mk/bsd.port.mk: Add MACHINE_ARCH to WRK_ENV
Oct 11 2024, 9:12 AM
tijl committed R11:5f71181ac84e: emulators/linux_base-c7: Fix distinfo for aarch64 (authored by tijl).
emulators/linux_base-c7: Fix distinfo for aarch64
Oct 11 2024, 9:12 AM

Oct 2 2024

tijl committed R11:623a14cb79dc: devel/linux-c7-devtools: Various updates (authored by tijl).
devel/linux-c7-devtools: Various updates
Oct 2 2024, 10:51 AM
tijl committed R11:d57a4fd4897c: emulators/linux_base-c7: Various updates (authored by tijl).
emulators/linux_base-c7: Various updates
Oct 2 2024, 10:51 AM
tijl committed R11:45d64d8e70ae: Mk: CentOS 7 EOL (authored by tijl).
Mk: CentOS 7 EOL
Oct 2 2024, 10:51 AM
tijl committed R11:c391dd71c614: security/vuxml: Update cups-filters entry (authored by tijl).
security/vuxml: Update cups-filters entry
Oct 2 2024, 9:29 AM
tijl committed R11:7e9c3e23fdb5: print/cups-filters: Fix cups-browsed RCE (authored by tijl).
print/cups-filters: Fix cups-browsed RCE
Oct 2 2024, 9:10 AM
tijl committed R11:ae60f3b29dbc: print/cups: Update to 2.4.11 (authored by tijl).
print/cups: Update to 2.4.11
Oct 2 2024, 9:10 AM

Sep 27 2024

tijl committed R11:02f3b1662d32: security/vuxml: Add cups-browsed RCE (authored by tijl).
security/vuxml: Add cups-browsed RCE
Sep 27 2024, 3:46 PM
tijl committed R11:71a513901b51: print/cups-filters: cups-browsed: disable cups protocol (authored by tijl).
print/cups-filters: cups-browsed: disable cups protocol
Sep 27 2024, 10:33 AM

Sep 24 2024

tijl added a comment to D46502: Mk/Uses/kmod.mk: Set MACHINE and MACHINE_ARCH to handle cross-building.

I've submitted a patch for exp-run in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281674.

Well that doesn't even do MACHINE, which is important, otherwise you'll end up with MACHINE not matching MACHINE_ARCH, which breaks things. You can't in general just set one; that's a custom feature of the src tree's Makefile.

Sep 24 2024, 9:46 PM

Sep 23 2024

tijl added a comment to D46502: Mk/Uses/kmod.mk: Set MACHINE and MACHINE_ARCH to handle cross-building.

bmake calls uname(3) to define MACHINE and that returns the value of environment variable UNAME_m which is defined by poudriere so MACHINE should be correct. MACHINE_ARCH cannot be obtained through uname(3) so bmake has to call sysctl which will indeed return the native architecture. I think it's best to add MACHINE_ARCH=${ARCH} to WRK_ENV in Mk/bsd.port.mk so it applies to all ports not just kmod ports.

The more I think about it the more I'm convinced the original commit was just wrong.

If a user puts things in make.conf, there is the expectation it applies to all builds made with that environment, ports included. If they configure their system in a way that breaks building a port, that's their fault. If they want a sanitised environment, that's what poudriere is for, and sidesteps any such issues. That is, it is a feature not a bug that make.conf applies to ports builds, and it is a feature which poudriere has relied upon for many years to correctly configure ports in the jail, which that commit broke (and doing an exp run of native amd64 isn't going to turn up the interesting failures like cross-building kmods). Quite frankly, I believe any port that disables make.conf is wrong, let alone doing it globally.

Sep 23 2024, 9:23 PM

Sep 15 2024

tijl committed R11:7b3995c7b76f: textproc/link-grammar: Link with -lstdthreads (authored by tijl).
textproc/link-grammar: Link with -lstdthreads
Sep 15 2024, 1:56 PM

Sep 1 2024

tijl added a comment to D46502: Mk/Uses/kmod.mk: Set MACHINE and MACHINE_ARCH to handle cross-building.

bmake calls uname(3) to define MACHINE and that returns the value of environment variable UNAME_m which is defined by poudriere so MACHINE should be correct. MACHINE_ARCH cannot be obtained through uname(3) so bmake has to call sysctl which will indeed return the native architecture. I think it's best to add MACHINE_ARCH=${ARCH} to WRK_ENV in Mk/bsd.port.mk so it applies to all ports not just kmod ports.

Sep 1 2024, 12:52 PM

Aug 31 2024

tijl committed R11:6ff8364d1d0c: security/mbedtls3: Update to 3.6.1 (authored by tijl).
security/mbedtls3: Update to 3.6.1
Aug 31 2024, 7:13 PM
tijl committed R11:499bbc6f29d2: security/mbedtls: Update to 2.28.9 (authored by tijl).
security/mbedtls: Update to 2.28.9
Aug 31 2024, 7:13 PM

Aug 24 2024

tijl committed R11:01623d80e026: security/mbedtls3: New port, version 3.6.0 (authored by tijl).
security/mbedtls3: New port, version 3.6.0
Aug 24 2024, 4:50 PM

Aug 17 2024

tijl committed R11:0148af9f0568: security/gnutls: Update to 3.8.7.1 (authored by tijl).
security/gnutls: Update to 3.8.7.1
Aug 17 2024, 1:59 PM

Jul 28 2024

tijl committed R11:7d8eba093979: mail/claws-mail: upgrade to 3.21.0 and 4.3.0 (authored by portmaster_BSDforge.com).
mail/claws-mail: upgrade to 3.21.0 and 4.3.0
Jul 28 2024, 2:25 PM

Jul 20 2024

tijl committed R11:c8eeb158e413: devel/automake: Update to 1.17 (authored by tijl).
devel/automake: Update to 1.17
Jul 20 2024, 11:29 AM

Jul 13 2024

tijl committed R11:d2aca492602d: security/gnutls: Update to 3.8.6 (authored by tijl).
security/gnutls: Update to 3.8.6
Jul 13 2024, 10:52 AM

Jul 8 2024

tijl committed R11:0db19ad3f6bc: astro/google-earth-pro: New port, version 7.3.6 (authored by John Hay <jhay@FreeBSD.org>).
astro/google-earth-pro: New port, version 7.3.6
Jul 8 2024, 10:38 AM

Jun 22 2024

tijl committed R11:8c210e46352d: security/nettle: Restore symbol versions (authored by tijl).
security/nettle: Restore symbol versions
Jun 22 2024, 6:25 PM

Jun 21 2024

tijl committed R11:cf99a48a1c95: print/cups: Fix checkboxes in the web interface (authored by tijl).
print/cups: Fix checkboxes in the web interface
Jun 21 2024, 2:48 PM
tijl committed R11:993bcea0efa7: print/hplip(-plugin): Update to 3.24.4 (authored by tijl).
print/hplip(-plugin): Update to 3.24.4
Jun 21 2024, 10:42 AM
tijl committed R11:9a4fe7c6ba1b: print/cups: Update to 2.4.10 (authored by tijl).
print/cups: Update to 2.4.10
Jun 21 2024, 10:42 AM

Jun 14 2024

tijl committed R11:87fec07b643d: devel/automake: Support python 3.10+ (authored by tijl).
devel/automake: Support python 3.10+
Jun 14 2024, 1:13 PM
tijl committed R11:15c1b5734bfc: security/gnutls: Fix RSAES-PKCS1-v1_5 (authored by tijl).
security/gnutls: Fix RSAES-PKCS1-v1_5
Jun 14 2024, 1:13 PM
tijl committed R11:8237ae484108: security/gnutls: Enable OpenSSL compatibility layer (authored by Älven <alster@vinterdalen.se>).
security/gnutls: Enable OpenSSL compatibility layer
Jun 14 2024, 1:13 PM

Jun 5 2024

tijl committed R11:b221a58432d4: mail/libetpan: Fix overlinking in libetpan.pc (authored by tijl).
mail/libetpan: Fix overlinking in libetpan.pc
Jun 5 2024, 3:19 PM
tijl committed R11:ec694eb958ee: mail/claws-mail: Update to 3.20.0/4.2.0 (authored by bsd_dino.sk).
mail/claws-mail: Update to 3.20.0/4.2.0
Jun 5 2024, 3:18 PM
tijl committed R11:5b84a5ddb799: Mk/Uses/gnome.mk: Fix dependencies (authored by tijl).
Mk/Uses/gnome.mk: Fix dependencies
Jun 5 2024, 3:18 PM
tijl committed R11:af2c0a4d9bd4: x11-toolkits/pango: Update to 1.52.2 (authored by tijl).
x11-toolkits/pango: Update to 1.52.2
Jun 5 2024, 3:18 PM

May 13 2024

tijl committed R11:2d7b552602a8: security/beid: Update to 5.1.18 (authored by tijl).
security/beid: Update to 5.1.18
May 13 2024, 11:55 AM

May 12 2024

tijl committed rGfe13793bb442: linuxkpi: Make arch_io_*_memtype_wc amd64-only (authored by tijl).
linuxkpi: Make arch_io_*_memtype_wc amd64-only
May 12 2024, 3:58 PM
tijl committed rGe6cdeb9d9187: linuxkpi: Fix set_memory_* (authored by tijl).
linuxkpi: Fix set_memory_*
May 12 2024, 3:58 PM