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.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 13 2026
May 12 2026
Feb 16 2026
- Add default conf for shutdown splash image in stand/defaults/loader.conf
- Fix style in vt_core.c
Feb 15 2026
In D55140#1264381, @vexeduxr wrote:splash is set to /boot/images/freebsd-logo-rev.png by default. Should the same be done for the shutdown splash?
Feb 13 2026
I submitted a pull requeston GitHub for this diff: https://github.com/freebsd/freebsd-src/pull/2021
Amend commit message.
Feb 10 2026
Remove SHUTDOWN_SPLASH option and merge into DEV_SPLASH
Feb 6 2026
Jan 23 2026
Jan 14 2026
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 8 2026
GitHub PR rebased on main.
Dec 10 2025
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 5 2025
Dec 2 2025
Github pull request created: https://github.com/freebsd/freebsd-src/pull/1912
Replace asserts() with error messages
Dec 1 2025
Added a unix: prefix for UNIX domain sockets
Nov 24 2025
Replace strncpy with strlcpy, add assert before freeaddrinfo and newline to bhyve.8
Nov 19 2025
Nov 6 2025
Oct 23 2025
Here you go: https://github.com/freebsd/freebsd-src/pull/1880
Oct 22 2025
Thanks a lot for your help!
Move ENXIO check behind mutex and add or fix comments
Sep 25 2025
Remove superflous mtx_unlock and braces
Clean up device destruction
Sep 24 2025
Sep 23 2025
Fix braces, indentation, restore original lock and set VNET
Sep 19 2025
Add reference to netgraph(4)
Add missing carriage return in bhyve.8
In D52542#1201906, @markj wrote: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 16 2025
Removed superfluous Xo and Xc in bhyve.8
Added bhyve.8 changes and fixed if syntax.