HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

kib updated the diff for D57124: sys: add pdopenpid(2).

Only send SIGKILL on last close.
Lock proctree around pdopenpid() working on the process.
Restructure kern_pdopenpid() to avoid the mess of specific error return pathes.

Mon, May 25, 3:37 PM
kib added inline comments to D57124: sys: add pdopenpid(2).
Mon, May 25, 3:36 PM
siva updated the diff for D57210: acl/tools-posix.test: use gid=41 to avoid collision with GID_AUDIO.

Added comment explaining that UID and GID are chosen to be unused.

Mon, May 25, 3:31 PM
pouria accepted D57234: netlink: Fix RTM_GETROUTE loop for RT_TABLE_UNSPEC.
Mon, May 25, 3:20 PM
mce committed R11:d1e9ce177e5f: security/mcrypt: Mark DEPRECATED (authored by mce).
security/mcrypt: Mark DEPRECATED
Mon, May 25, 3:18 PM
bz accepted D57234: netlink: Fix RTM_GETROUTE loop for RT_TABLE_UNSPEC.

That looks correct too.

Mon, May 25, 3:18 PM
markj committed rGdeea28af8dce: amd64/vmm: Fix ppt_unmap_mmio() after commit 36b855f18925 (authored by markj).
amd64/vmm: Fix ppt_unmap_mmio() after commit 36b855f18925
Mon, May 25, 3:16 PM
markj committed rG473ba783fa0f: if_vlan: Use the exclusive lock everywhere (authored by markj).
if_vlan: Use the exclusive lock everywhere
Mon, May 25, 3:16 PM
markj committed rGbc70af0acdda: eventhandler: Fix a race when pruning eventhandlers (authored by markj).
eventhandler: Fix a race when pruning eventhandlers
Mon, May 25, 3:16 PM
flo committed R11:a9b20a75cbea: multimedia/jellyfin: Fix distinfo and pkg-plist after 10.11.10 update (authored by flo).
multimedia/jellyfin: Fix distinfo and pkg-plist after 10.11.10 update
Mon, May 25, 3:04 PM
markj added inline comments to D57124: sys: add pdopenpid(2).
Mon, May 25, 2:58 PM
kib accepted D57209: ucode: Fix validation on Intel platforms.
Mon, May 25, 2:58 PM
adrian added projects to D57086: asmc: add MMIO backend for T2 Macs: drivers, apple (x86).
Mon, May 25, 2:58 PM ยท apple (x86), drivers
emaste added a comment to D50614: tests: Allow building without TIOCSTI.

You mean the TIOCSTI definition was hidden?

Sorry, yes. The ioctl definition.

Mon, May 25, 2:55 PM
kib added a comment to D57163: pddupfd(2).

I cannot apply the patch, it fails in pdfork.2. (I already applied the pdopenpid() patch.) Could you please rebase? Or, if your branch is already public, could you please include a pointer to it in the review description so that it's easier for me to fetch? That makes it easier for me to e.g., write syzkaller descriptions for new syscalls.

Mon, May 25, 2:52 PM
markj accepted D57185: lpd: Fix issues reported by clang-analyzer.
Mon, May 25, 2:41 PM
markj added a comment to D57163: pddupfd(2).

I cannot apply the patch, it fails in pdfork.2. (I already applied the pdopenpid() patch.) Could you please rebase? Or, if your branch is already public, could you please include a pointer to it in the review description so that it's easier for me to fetch? That makes it easier for me to e.g., write syzkaller descriptions for new syscalls.

Mon, May 25, 2:39 PM
bapt requested review of D57236: multimedia/mkvtoolnix: convert FLAVORS to SUBPACKAGES.
Mon, May 25, 2:37 PM
bapt requested review of D57235: subpackages: integrate autodeps and add per-subpackage build scoping.
Mon, May 25, 2:36 PM
des updated the diff for D57186: lpd: Style and whitespace cleanup.

rebase

Mon, May 25, 2:35 PM
des updated the diff for D57185: lpd: Fix issues reported by clang-analyzer.

rf

Mon, May 25, 2:35 PM
markj accepted D57183: lpd: Drop deprecated -p option.
Mon, May 25, 2:33 PM
des updated the diff for D57183: lpd: Drop deprecated -p option.

rf

Mon, May 25, 2:32 PM
markj accepted D50614: tests: Allow building without TIOCSTI.

In my tree I hid the sysctl to find consumers and confirm that the system works without it. The consumers are:

Mon, May 25, 2:30 PM
markj updated the diff for D57209: ucode: Fix validation on Intel platforms.
  • Rework validition to avoid multiplication.
  • Fall back to the extended signature table if the processor flags don't match.
Mon, May 25, 2:28 PM
des added a comment to D57018: ttymsg: Overhaul.

@jfree ping

Mon, May 25, 2:23 PM
emaste requested review of D57234: netlink: Fix RTM_GETROUTE loop for RT_TABLE_UNSPEC.
Mon, May 25, 2:21 PM
markj accepted D57233: tty: Add sysctl knob to globally disable TIOCSTI.
Mon, May 25, 2:17 PM
emaste accepted D57232: acpi: Replace mentions of the s2idle with suspend_to_idle.
Mon, May 25, 2:12 PM
emaste requested review of D57233: tty: Add sysctl knob to globally disable TIOCSTI.
Mon, May 25, 2:09 PM
emaste added a comment to D50614: tests: Allow building without TIOCSTI.

In my tree I hid the sysctl to find consumers and confirm that the system works without it. The consumers are:

  • clang sanitizers
  • tcsh
  • mail
  • this test
Mon, May 25, 2:08 PM
markj added a comment to D50614: tests: Allow building without TIOCSTI.

I don't really understand--if we were to remove TIOCSTI, wouldn't that be done by removing the runtime implementation, rather than hiding the TIOCSTI symbol like this?

Mon, May 25, 2:00 PM
markj added inline comments to D57185: lpd: Fix issues reported by clang-analyzer.
Mon, May 25, 1:56 PM
des added inline comments to D57185: lpd: Fix issues reported by clang-analyzer.
Mon, May 25, 1:53 PM
emaste added a reviewer for D50614: tests: Allow building without TIOCSTI: secteam.
Mon, May 25, 1:49 PM
emaste committed rGf05fb5157ba1: vtfontcvt: Return error from write_fnt_source (authored by emaste).
vtfontcvt: Return error from write_fnt_source
Mon, May 25, 1:48 PM
markj added a comment to D57209: ucode: Fix validation on Intel platforms.
In D57209#1310974, @jrm wrote:

Thanks both. Nice catch to fix the inverted condition. If I understand correctly, before this fix, we would never have detected an extended signature, and thus never applied microcode for processors only listed in the extended signature.

Mon, May 25, 1:48 PM
emaste committed rG21d9bc1629e0: cap_net.3: Clarify monotonic reduction in permitted operations (authored by emaste).
cap_net.3: Clarify monotonic reduction in permitted operations
Mon, May 25, 1:38 PM
emaste committed rG414617d82c8a: cap_net.3: Clarify monotonic reduction in permitted operations (authored by emaste).
cap_net.3: Clarify monotonic reduction in permitted operations
Mon, May 25, 1:37 PM
markj added inline comments to D57104: tcp: improve TCP fast open with source routing.
Mon, May 25, 1:27 PM
markj added a comment to D57183: lpd: Drop deprecated -p option.

I don't really see the point. I'd just keep the option, having it silently do nothing, and remove the documentation.

Mon, May 25, 1:01 PM
markj accepted D57186: lpd: Style and whitespace cleanup.
Mon, May 25, 1:00 PM
markj accepted D57185: lpd: Fix issues reported by clang-analyzer.
Mon, May 25, 12:58 PM
markj accepted D57184: lpd: Avoid buffer overflow when sending a job.
Mon, May 25, 12:48 PM
tagattie committed R11:ed80103ee50d: devel/pinact: Add port: CLI to pin GitHub Actions and Reusable Workflows (authored by tagattie).
devel/pinact: Add port: CLI to pin GitHub Actions and Reusable Workflows
Mon, May 25, 12:47 PM
markj accepted D57182: lpd: Reorder option list in manual page.
Mon, May 25, 12:42 PM
markj accepted D57181: lpd: Restore ability to specify a port number.
Mon, May 25, 12:37 PM
mr committed R11:f64dadc6aa0a: cad/kicad-devel: Update to 2026.05.25 (authored by mr).
cad/kicad-devel: Update to 2026.05.25
Mon, May 25, 11:49 AM
mr committed R11:fceed7a5819b: deskutils/nextcloudclient: Update to 33.0.5 (authored by mr).
deskutils/nextcloudclient: Update to 33.0.5
Mon, May 25, 11:49 AM
mr committed R11:a778005954fd: comms/klog: Update to 2.5.2 (authored by mr).
comms/klog: Update to 2.5.2
Mon, May 25, 11:49 AM
mr committed R11:b3081f5a32a7: cad/freecad-devel: Update to 2026.05.25 (authored by mr).
cad/freecad-devel: Update to 2026.05.25
Mon, May 25, 11:49 AM
tagattie committed R11:ccb6b023320c: security/bitwarden-cli: Update to 2026.4.2 (authored by tagattie).
security/bitwarden-cli: Update to 2026.4.2
Mon, May 25, 11:49 AM
fluffy committed R11:5f2a8ec4c22d: editors/libreoffice: remove staled patches (authored by rhurlin).
editors/libreoffice: remove staled patches
Mon, May 25, 11:23 AM
tagattie committed R11:f8f7f3f294d3: deskutils/joplin-desktop: Update to 3.6.14 (authored by tagattie).
deskutils/joplin-desktop: Update to 3.6.14
Mon, May 25, 11:09 AM
obiwac accepted D57232: acpi: Replace mentions of the s2idle with suspend_to_idle.

ope, thanks for catching that. I also forgot to update the acpi(4) manpage and a couple other comments in other files but I can commit a fix for those separately

Mon, May 25, 10:16 AM
joneum committed R11:89e246c1b719: www/lua-stream-nginx-module: Add new port (authored by joneum).
www/lua-stream-nginx-module: Add new port
Mon, May 25, 10:12 AM
yuri committed R11:8b436410da82: astro/py-spiceypy: New port: Python wrapper for the NAIF C SPICE Toolkit (authored by yuri).
astro/py-spiceypy: New port: Python wrapper for the NAIF C SPICE Toolkit
Mon, May 25, 10:06 AM
yuri committed R11:4f3560494fe5: devel/py-diff-cover: update 10.2.0 โ†’ 10.2.1 (authored by yuri).
devel/py-diff-cover: update 10.2.0 โ†’ 10.2.1
Mon, May 25, 10:06 AM
yuri committed R11:97cc8353a5c3: multimedia/qpwgraph: update 1.0.1 โ†’ 1.0.2 (authored by yuri).
multimedia/qpwgraph: update 1.0.1 โ†’ 1.0.2
Mon, May 25, 10:06 AM
yuri committed R11:8200e2ef83cc: misc/memo: update 0.5.3 โ†’ 0.6.0 (authored by yuri).
misc/memo: update 0.5.3 โ†’ 0.6.0
Mon, May 25, 10:06 AM
yuri committed R11:55b6d84a550c: devel/qtutilities: update 6.21.1 โ†’ 6.21.2 (authored by yuri).
devel/qtutilities: update 6.21.1 โ†’ 6.21.2
Mon, May 25, 10:06 AM
yuri committed R11:754817277ecd: www/cpp-httplib: update 0.45.0 โ†’ 0.45.1 (authored by yuri).
www/cpp-httplib: update 0.45.0 โ†’ 0.45.1
Mon, May 25, 10:06 AM
yuri committed R11:28149bf70ab7: astro/{,py-}pykep: update 2.6.2 โ†’ 3.0.0 (authored by yuri).
astro/{,py-}pykep: update 2.6.2 โ†’ 3.0.0
Mon, May 25, 10:06 AM
yuri committed R11:ec358c080eab: astro/cspice: New port: NAIF C SPICE Toolkit (authored by yuri).
astro/cspice: New port: NAIF C SPICE Toolkit
Mon, May 25, 10:05 AM
yuri committed R11:2dac870500a7: science/pagmo2: Update WWW (authored by yuri).
science/pagmo2: Update WWW
Mon, May 25, 10:05 AM
yuri committed R11:ac6d824df9eb: math/xtensor-blas: update 0.21.0 โ†’ 0.23.0 (authored by yuri).
math/xtensor-blas: update 0.21.0 โ†’ 0.23.0
Mon, May 25, 10:05 AM
thj added reviewers for D57232: acpi: Replace mentions of the s2idle with suspend_to_idle: olce, obiwac, emaste.
Mon, May 25, 10:01 AM
thj requested review of D57232: acpi: Replace mentions of the s2idle with suspend_to_idle.
Mon, May 25, 10:01 AM
michaelo added a comment to D56835: rcd(8): new service manager daemon.
In D56835#1311274, @kib wrote:
In D56835#1311164, @imp wrote:

I'd like to echo the user requirement. I have not current need for it at $WORK, but can see a need in the future. Having the ability for users to tie into the startup, running as themselves, much like we allow users to add jobs to cron, at, etc would be a useful, but not gating, feature.

There is a @reboot keyword support in our crontab, working for user's crontab.

Mon, May 25, 9:32 AM
jhale committed R11:943a470db8cd: security/qgpgme: Update to 2.1.0 (authored by jhale).
security/qgpgme: Update to 2.1.0
Mon, May 25, 9:20 AM
jhale committed R11:9c734bc06da1: security/gpgmepp: Update to 2.1.0 (authored by jhale).
security/gpgmepp: Update to 2.1.0
Mon, May 25, 9:20 AM
jhale committed R11:dae1f6a61b4a: security/gpgme: Update to 2.1.0 (authored by jhale).
security/gpgme: Update to 2.1.0
Mon, May 25, 9:20 AM
bapt abandoned D43619: autodeps: determine dependencies automatically.
Mon, May 25, 9:19 AM
bofh committed R11:8516b7236a80: devel/radare2: Update version 6.0.2=>6.0.4 (authored by bofh).
devel/radare2: Update version 6.0.2=>6.0.4
Mon, May 25, 9:12 AM
bofh committed R11:1fad502b3522: security/vault: Update version 2.0.0=>2.0.1 (authored by bofh).
security/vault: Update version 2.0.0=>2.0.1
Mon, May 25, 9:12 AM
bofh committed R11:8d678a6560f1: java/wildfly: Update version 39.0.1=>40.0.0 (authored by bofh).
java/wildfly: Update version 39.0.1=>40.0.0
Mon, May 25, 9:12 AM
bofh committed R11:0a265ec09b5a: textproc/fzf: Update version 0.73.0=>0.73.1 (authored by bofh).
textproc/fzf: Update version 0.73.0=>0.73.1
Mon, May 25, 9:12 AM
bofh committed R11:d0ff196be4fb: databases/redisjson: Not for i386 (authored by bofh).
databases/redisjson: Not for i386
Mon, May 25, 9:11 AM
bofh committed R11:b5fbe82954ad: editors/py-babi: Return to pool (authored by bofh).
editors/py-babi: Return to pool
Mon, May 25, 9:11 AM
bofh committed R11:851108aa016f: sysutils/consul: Update version 1.22.7=>2.0.0 (authored by bofh).
sysutils/consul: Update version 1.22.7=>2.0.0
Mon, May 25, 9:11 AM
bofh committed R11:9aad00291e3f: devel/py-pika: Update version 1.4.0=>1.4.1 (authored by bofh).
devel/py-pika: Update version 1.4.0=>1.4.1
Mon, May 25, 9:11 AM
bofh committed R11:f83dacfad345: databases/pxlib: Update version 0.6.8=>0.6.9 (authored by bofh).
databases/pxlib: Update version 0.6.8=>0.6.9
Mon, May 25, 9:11 AM
bofh committed R11:b53660804081: finance/py-stripe: Update version 3.1.0=>3.2.0 (authored by bofh).
finance/py-stripe: Update version 3.1.0=>3.2.0
Mon, May 25, 9:11 AM
bofh committed R11:efb8d0d181f3: x11-toolkits/plib: Return to pool (authored by bofh).
x11-toolkits/plib: Return to pool
Mon, May 25, 9:11 AM
bofh committed R11:cfeb4eda0d02: java/visualvm: Update version 2.1.10=>2.2 (authored by bofh).
java/visualvm: Update version 2.1.10=>2.2
Mon, May 25, 9:11 AM
bofh committed R11:80219e7f5e9d: devel/py-mac-vendor-lookup: Update version 0.1.13=>0.1.15 (authored by bofh).
devel/py-mac-vendor-lookup: Update version 0.1.13=>0.1.15
Mon, May 25, 9:11 AM
bofh committed R11:10a274cc9dec: devel/py-ariadne: Update version 0.26.1=>0.26.2 (authored by bofh).
devel/py-ariadne: Update version 0.26.1=>0.26.2
Mon, May 25, 9:11 AM
bofh committed R11:0035f257be2a: devel/pickle: Switch to llvm18 (authored by bofh).
devel/pickle: Switch to llvm18
Mon, May 25, 9:11 AM
bofh committed R11:af06d410fb98: databases/mysql-connector-odbc: Use GCC only for unixodbc flavor (authored by bofh).
databases/mysql-connector-odbc: Use GCC only for unixodbc flavor
Mon, May 25, 9:11 AM
bofh committed R11:29962793c8c1: databases/mroonga: Update version 15.25=>16.01 (authored by bofh).
databases/mroonga: Update version 15.25=>16.01
Mon, May 25, 9:11 AM
bofh committed R11:001c671c259d: textproc/groonga: Update version 16.0.2=>16.0.5 (authored by bofh).
textproc/groonga: Update version 16.0.2=>16.0.5
Mon, May 25, 9:11 AM
bofh committed R11:fce35f3c688a: databases/clickhouse: Update version 25.12.3.21=>25.12.4.35 (authored by bofh).
databases/clickhouse: Update version 25.12.3.21=>25.12.4.35
Mon, May 25, 9:11 AM
bofh committed R11:99425d8f8cd6: databases/freetds-devel: Update version 1.5.344=>1.5.371 (authored by bofh).
databases/freetds-devel: Update version 1.5.344=>1.5.371
Mon, May 25, 9:11 AM
ray updated the diff for D57230: install: Increase max comparison size to 64MB; add -z option.

Update usage.

Mon, May 25, 9:02 AM
rodrigo committed R11:ba8e3b5b55f0: x11/antimicrox: update 3.6.0 -> 3.6.1 (authored by rodrigo).
x11/antimicrox: update 3.6.0 -> 3.6.1
Mon, May 25, 8:19 AM
bapt committed R11:3b53751dd28c: multimedia/jellyfin: webpack is a memory hog on arm64 (authored by bapt).
multimedia/jellyfin: webpack is a memory hog on arm64
Mon, May 25, 8:09 AM
ray requested review of D57231: watchdogd: Add -k kenv option to store the process ID..
Mon, May 25, 8:02 AM
ray requested review of D57230: install: Increase max comparison size to 64MB; add -z option.
Mon, May 25, 7:57 AM
jhale committed R11:19f179625bef: math/qalculate-qt: Update to 5.10.0 (authored by jhale).
math/qalculate-qt: Update to 5.10.0
Mon, May 25, 7:56 AM
jhale committed R11:4fc6e4513b0f: math/qalculate-gtk: Update to 5.10.0 (authored by jhale).
math/qalculate-gtk: Update to 5.10.0
Mon, May 25, 7:56 AM