Page MenuHomeFreeBSD

quentin.thebault_defenso.fr (Quentin Thébault)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 3 2024, 11:24 AM (76 w, 20 h)

Recent Activity

Wed, May 13

quentin.thebault_defenso.fr added a comment to D56968: evdev: add devnum sysctl.

Enables an improvement of libudev-devd (https://github.com/wulf7/libudev-devd/pull/15), itself necessary for a cleaner patch of libinput (https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1471) to let libinput work in a jail with no devfs but an available seat manager (e.g. seatd socket on nullfs) to get file descriptors from the host.

Wed, May 13, 1:46 AM

Tue, May 12

quentin.thebault_defenso.fr requested review of D56968: evdev: add devnum sysctl.
Tue, May 12, 1:57 PM

Feb 16 2026

quentin.thebault_defenso.fr added inline comments to D55140: splash: add shutdown splash.
Feb 16 2026, 2:14 PM
quentin.thebault_defenso.fr updated the diff for D55140: splash: add shutdown splash.
  • Add default conf for shutdown splash image in stand/defaults/loader.conf
  • Fix style in vt_core.c
Feb 16 2026, 1:23 PM

Feb 15 2026

quentin.thebault_defenso.fr added a comment to D55140: splash: add shutdown splash.

splash is set to /boot/images/freebsd-logo-rev.png by default. Should the same be done for the shutdown splash?

Feb 15 2026, 4:47 AM
quentin.thebault_defenso.fr updated the summary of D55140: splash: add shutdown splash.
Feb 15 2026, 4:46 AM

Feb 13 2026

quentin.thebault_defenso.fr added a comment to D55140: splash: add shutdown splash.

I submitted a pull requeston GitHub for this diff: https://github.com/freebsd/freebsd-src/pull/2021

Feb 13 2026, 6:48 AM
quentin.thebault_defenso.fr updated the diff for D55140: splash: add shutdown splash.

Amend commit message.

Feb 13 2026, 6:40 AM

Feb 10 2026

quentin.thebault_defenso.fr added inline comments to D55140: splash: add shutdown splash.
Feb 10 2026, 1:50 PM
quentin.thebault_defenso.fr updated the diff for D55140: splash: add shutdown splash.

Remove SHUTDOWN_SPLASH option and merge into DEV_SPLASH

Feb 10 2026, 1:48 PM

Feb 6 2026

quentin.thebault_defenso.fr requested review of D55140: splash: add shutdown splash.
Feb 6 2026, 7:39 AM

Jan 23 2026

quentin.thebault_defenso.fr added inline comments to D49636: new port: net/collabora.
Jan 23 2026, 1:32 AM · office

Jan 14 2026

quentin.thebault_defenso.fr edited reviewers for D53615: vt(4): allow up to _SIG_MAXSIG (128) for VT_SETMODE, added: ed; removed: ray.

In a direct e-mail from November 30, 2025 ray@ said he had little access to his FreeBSD mailbox these days but said he didn't really have input on this, and recommended asking ed@ instead.

Jan 14 2026, 12:49 AM

Jan 8 2026

quentin.thebault_defenso.fr added a comment to D53814: bhyve: add UNIX domain socket support to rfb.

GitHub PR rebased on main.

Jan 8 2026, 6:46 AM

Dec 10 2025

quentin.thebault_defenso.fr added a comment to D54133: bhyve: support MTU configuration for SLIRP net backend.

An ng_device(4) is not an interface, so it does not have a MAC address. The way I see it, it is just a wire. If you think about a tap(4), it's like an ng_eiface(4) linked to a ng_device. But the MAC address belongs to the ng_eiface end, not the ng_device one.

Dec 10 2025, 5:46 AM

Dec 5 2025

quentin.thebault_defenso.fr updated quentin.thebault_defenso.fr.
Dec 5 2025, 2:43 AM
quentin.thebault_defenso.fr added a watcher for bhyve: quentin.thebault_defenso.fr.
Dec 5 2025, 2:41 AM

Dec 2 2025

quentin.thebault_defenso.fr added a comment to D53814: bhyve: add UNIX domain socket support to rfb.

Github pull request created: https://github.com/freebsd/freebsd-src/pull/1912

Dec 2 2025, 6:21 AM
quentin.thebault_defenso.fr updated the diff for D53814: bhyve: add UNIX domain socket support to rfb.

Replace asserts() with error messages

Dec 2 2025, 3:58 AM

Dec 1 2025

quentin.thebault_defenso.fr updated the diff for D53814: bhyve: add UNIX domain socket support to rfb.

Added a unix: prefix for UNIX domain sockets

Dec 1 2025, 2:21 PM

Nov 24 2025

quentin.thebault_defenso.fr updated the diff for D53814: bhyve: add UNIX domain socket support to rfb.

Replace strncpy with strlcpy, add assert before freeaddrinfo and newline to bhyve.8

Nov 24 2025, 3:49 AM
quentin.thebault_defenso.fr retitled D53814: bhyve: add UNIX domain socket support to rfb from bhyve: add UNIX domain socket support for rfb to bhyve: add UNIX domain socket support to rfb.
Nov 24 2025, 3:47 AM

Nov 19 2025

quentin.thebault_defenso.fr requested review of D53814: bhyve: add UNIX domain socket support to rfb.
Nov 19 2025, 8:24 AM

Nov 6 2025

quentin.thebault_defenso.fr requested review of D53615: vt(4): allow up to _SIG_MAXSIG (128) for VT_SETMODE.
Nov 6 2025, 2:06 PM

Oct 23 2025

quentin.thebault_defenso.fr added a comment to D52541: ng_device: add kqueue support.

Here you go: https://github.com/freebsd/freebsd-src/pull/1880

Oct 23 2025, 1:47 AM

Oct 22 2025

quentin.thebault_defenso.fr added a comment to D52541: ng_device: add kqueue support.

Thanks a lot for your help!

Oct 22 2025, 2:14 PM
quentin.thebault_defenso.fr updated the diff for D52541: ng_device: add kqueue support.

Move ENXIO check behind mutex and add or fix comments

Oct 22 2025, 6:05 AM

Sep 25 2025

quentin.thebault_defenso.fr updated the diff for D52541: ng_device: add kqueue support.

Remove superflous mtx_unlock and braces

Sep 25 2025, 3:14 AM
quentin.thebault_defenso.fr updated the diff for D52541: ng_device: add kqueue support.

Clean up device destruction

Sep 25 2025, 3:03 AM

Sep 24 2025

quentin.thebault_defenso.fr added inline comments to D52541: ng_device: add kqueue support.
Sep 24 2025, 3:02 PM

Sep 23 2025

quentin.thebault_defenso.fr updated the diff for D52541: ng_device: add kqueue support.

Fix braces, indentation, restore original lock and set VNET

Sep 23 2025, 2:20 AM

Sep 19 2025

quentin.thebault_defenso.fr updated the diff for D52542: bhyve: add support for ng_device network backend.

Add reference to netgraph(4)

Sep 19 2025, 1:38 PM
quentin.thebault_defenso.fr updated the diff for D52542: bhyve: add support for ng_device network backend.

Add missing carriage return in bhyve.8

Sep 19 2025, 1:33 PM
quentin.thebault_defenso.fr added a comment to D52542: bhyve: add support for ng_device network backend.

tap_init() will open the device and add it to the mevent loop, which uses kevent() under the hood. But, ng_device doesn't implement d_kqfilter, i.e., ngd_cdevsw doesn't have a d_kqfilter implementation, in contrast with tap devices. How does bhyve know when to read packets from the device?

Sep 19 2025, 1:16 PM

Sep 16 2025

quentin.thebault_defenso.fr updated the diff for D52542: bhyve: add support for ng_device network backend.

Removed superfluous Xo and Xc in bhyve.8

Sep 16 2025, 2:20 AM
quentin.thebault_defenso.fr added inline comments to D52542: bhyve: add support for ng_device network backend.
Sep 16 2025, 2:16 AM
quentin.thebault_defenso.fr updated the diff for D52542: bhyve: add support for ng_device network backend.

Added bhyve.8 changes and fixed if syntax.

Sep 16 2025, 2:14 AM

Sep 15 2025

quentin.thebault_defenso.fr requested review of D52542: bhyve: add support for ng_device network backend.
Sep 15 2025, 3:58 AM
quentin.thebault_defenso.fr requested review of D52541: ng_device: add kqueue support.
Sep 15 2025, 3:58 AM

Apr 23 2025

quentin.thebault_defenso.fr added inline comments to D49762: networking.7: Clarifications.
Apr 23 2025, 1:43 PM
quentin.thebault_defenso.fr added inline comments to D49762: networking.7: Clarifications.
Apr 23 2025, 2:31 AM