| Telegram Username | @jaypatelEarthling |

| Telegram Username | @jaypatelEarthling |
NetBSD tip of the day: Share files in the current directory at http://localhost:8080
/usr/libexec/httpd -fX -I 8080 .
For more tips, type "fortune netbsd-tips" on a running system :3c
NetBSD 11.0 RC4 available!
The NetBSD project is pleased to announce the fourth (and this time hopefully final) release candidate of the upcoming 11.0 release, please help testing!
See the release announcement for details.
ping: https://framapiaf.org/@[email protected]/116570729312543808
Announcing #BSDCan 2026 Travel Grants
Deadline: Friday the 19th!
To encourage and enable more first-time and returning attendees at BSDCan 2026, this year’s travel grant is a free room for up to five nights in a shared-bathroom private suite at the 90U residences.
Full details:
https://blog.bsdcan.org/2026/05/14/announcing-bsdcan-2026-travel-grants
NetBSD 11 RC4 is here! Huge thanks to all the devs getting this ready for the final release.
Quick reminder since we are almost halfway through the year: The NetBSD Foundation needs our help to keep things running. If you appreciate clean code, software freedom, and an OS that literally runs on anything, OS which rejects A.I. slop, please consider making a donation. Let's help them hit their 2026 goals!
Grab the RC: https://blog.netbsd.org/tnf/entry/netbsd_11_0_rc4_available
Support the foundation: https://www.netbsd.org/donations/
#NetBSD #FOSS #OpenSource #antiaislop #Linux
NetBSD 11 RC4 is here! Huge thanks to all the devs getting this ready for the final release.
Quick reminder since we are almost halfway through the year: The NetBSD Foundation needs our help to keep things running. If you appreciate clean code, software freedom, and an OS that literally runs on anything, OS which rejects A.I. slop, please consider making a donation. Let's help them hit their 2026 goals!
Grab the RC: https://blog.netbsd.org/tnf/entry/netbsd_11_0_rc4_available
Support the foundation: https://www.netbsd.org/donations/
#NetBSD #FOSS #OpenSource #antiaislop #Linux
#NetBSD 11.0 RC4 just dropped!
"We found a few more issues to fix in RC4, and also updated a lot
of bundled third party code due to security issues, including
OpenSSH, OpenSSL, Postfix, bind, xz and more.
"We would love to release this state as 11.0 soonish and hope no big
fallout will be found in this RC."
NetBSD デバイスドライバの DMAポーリング処理での bus_dma(9) API 呼び出し - tsutsuiの作業記録置き場
https://tsutsui.hatenablog.com/entry/netbsd-dma-driver
いさきさん向けにメモ

DMA descriptor polling と bus_dmamap_sync(9) の PREREAD/POSTREAD に関する整理 NetBSD Problem Report #60144 "virtio(4) cache coherence issue" に対する説明の前提条件と認識共有を目的として、20年くらい前から脳内で検討していたことを ChatGPT との壁打ちで整理して一通り書き下ろしてみたのでブログにメモ。 1. MI bus_dma(9) API における PREREAD と POSTREAD の定義 NetBSD の MI bus_dma(9) API において、BU…