Page MenuHomeFreeBSD
Feed All Stories

Today

markj accepted D54505: hwpstate_amd: Use ipi instead of sched_bind + thread_lock.

Thank you!

Mon, Jan 12, 1:13 AM
markj added a comment to D54613: asmc: Convert driver to CTLFLAG_MPSAFE.

We could wrap it with a sleep mutex, but concurrent fan control from multiple threads is not a realistic scenario.

Mon, Jan 12, 1:09 AM
markj committed rG2c029cff5ba3: ads111x: Convert driver to CTLFLAG_MPSAFE (authored by guest-seuros).
ads111x: Convert driver to CTLFLAG_MPSAFE
Mon, Jan 12, 12:59 AM
markj committed rG0672e0e38a08: isl: Convert driver to CTLFLAG_MPSAFE (authored by guest-seuros).
isl: Convert driver to CTLFLAG_MPSAFE
Mon, Jan 12, 12:59 AM
markj committed rGc2a55efd74cc: jme: Convert driver to CTLFLAG_MPSAFE (authored by guest-seuros).
jme: Convert driver to CTLFLAG_MPSAFE
Mon, Jan 12, 12:59 AM
markj closed D54620: ads111x: Convert driver to CTLFLAG_MPSAFE.
Mon, Jan 12, 12:58 AM
markj closed D54618: jme: Convert driver to CTLFLAG_MPSAFE.
Mon, Jan 12, 12:58 AM
markj closed D54621: isl: Convert driver to CTLFLAG_MPSAFE.
Mon, Jan 12, 12:58 AM
imp committed rG0b908de1d01a: CODEOWNERS: Better reflect current #bhyve (authored by imp).
CODEOWNERS: Better reflect current #bhyve
Mon, Jan 12, 12:57 AM
markj accepted D54621: isl: Convert driver to CTLFLAG_MPSAFE.
Mon, Jan 12, 12:51 AM
markj accepted D54620: ads111x: Convert driver to CTLFLAG_MPSAFE.

The driver uses I2C bus transfers which handle locking internally via the I2C bus layer.

Mon, Jan 12, 12:50 AM
markj added a comment to D54617: acpi_battery: Convert driver to CTLFLAG_MPSAFE.

acpi_battery_get_battinfo() calls into the newbus layer and accesses some structures that are synchronized by the Giant lock. I think we need to at least acquire bus_topo_lock() in acpi_battery_get_battinfo().

Mon, Jan 12, 12:47 AM
imp accepted D54661: bhyve: fix USB mouse requests.

This works for me too. Feel free to revert the thing I committed.
I gotta work on tagging people better on github reviews

Mon, Jan 12, 12:44 AM
markj added a comment to D54439: asmc: add Wake-on-LAN control via sysctl.

This version of the patch doesn't apply. Something stripped all of the tabs in the file.

Mon, Jan 12, 12:44 AM
markj added a comment to D54615: asmc: Prevent module unload to avoid kernel panic.

This module load only in apple hardware. Spparently the hardware is not build to have it driver hot reloaded.

System boot -> unload driver -> ok -> load it again -> panic (resources were not freed) (need a full reboot)

Mon, Jan 12, 12:42 AM
markj accepted D54618: jme: Convert driver to CTLFLAG_MPSAFE.
Mon, Jan 12, 12:35 AM
markj accepted D54585: makefs: Define HAVE_STRUCT_STAT_{BIRTHTIME,_ST_MTIMENSEC}.

FreeBSD supports both. For cross-builds, on Linux it is defined as 0, and on macOS it is defined as 1 in their respective nbtool_config.h header files.

Mon, Jan 12, 12:34 AM
markj requested review of D54662: Remove the DEBUG_VFS_LOCKS kernel option.
Mon, Jan 12, 12:26 AM
markj added inline comments to D54641: bhyve/pci_emul: Use vmem to track BAR allocations.
Mon, Jan 12, 12:23 AM

Yesterday

markj accepted D54551: smp: add smp_rendezvous_cpu helper function.

Looks ok, but I'd use int in the function signature.

Sun, Jan 11, 11:52 PM
guest-svmhdvn added inline comments to D54473: checkkey.sh: Add EDDSA algo (RFC8032).
Sun, Jan 11, 11:51 PM
markj accepted D54572: Fix charge accounting for objects.
In D54572#1248367, @kib wrote:
In D54572#1247713, @kib wrote:

Or give up on the slight over-accounting and charge the whole object unconditionally, as it is done in the patch.

How do we know it is slight? Is there some way to express a bound on the amount of swap that might be wasted due to the over-accounting?

Do you want an exact formula? I do not think it is possible, simply due to the nature of the interaction with the user.

Sun, Jan 11, 11:43 PM
chuck added a comment to D54661: bhyve: fix USB mouse requests.

Note this fixes the issue reported in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282237 and with commit 7631790422464de1aec309018e2c444defe5f629 differently, but the fix mirrors what SmartOS/illumos did to minimize diff's between the various bhyve implementations.

Sun, Jan 11, 11:23 PM
markj closed D54628: RELNOTES: Add some entries from the past several weeks.
Sun, Jan 11, 11:19 PM
markj committed rGe3bfcf6b594e: RELNOTES: Add some entries from the past several weeks (authored by markj).
RELNOTES: Add some entries from the past several weeks
Sun, Jan 11, 11:19 PM
chuck requested review of D54661: bhyve: fix USB mouse requests.
Sun, Jan 11, 11:16 PM
dtxdf requested review of D54660: jexec: Add -e parameter to customize the environment.
Sun, Jan 11, 10:59 PM ยท Jails
dave_freedave.net updated the diff for D54657: devel/lua-language-server: Update 3.16.1 => 3.16.4.

Removed files from patch that didn't actually change (just date change from when I ran make makepatch).

Sun, Jan 11, 10:51 PM
cperciva committed R11:34113f472d4c: net/bsdec2-image-upload: Update to 1.4.10 (authored by cperciva).
net/bsdec2-image-upload: Update to 1.4.10
Sun, Jan 11, 10:33 PM
cperciva committed rGb558c92fd000: EC2: Add extra SSM Parameter names for releases (authored by cperciva).
EC2: Add extra SSM Parameter names for releases
Sun, Jan 11, 10:33 PM
pouria added inline comments to D54455: ip: improve deferred computation of checksums.
Sun, Jan 11, 10:19 PM
guest-seuros requested review of D54659: mtw(4): Fix warm reboot initialization failures for MT7601U.
Sun, Jan 11, 10:00 PM
michaelo abandoned D51461: mrsas(4): Fix author's email address.

Since there was no agreement whether the author's email address should be updated for a newer one, I am going to clone this one.

Sun, Jan 11, 9:55 PM
michaelo added a comment to D54656: bhyve/virtio-net: Make hotpluggable.

There is a typo in the commit message: libbbhyve.

Sun, Jan 11, 9:43 PM
michaelo added a comment to D54655: bhyve/e82545: Make hotpluggable.

There is a typo in the commit message: libbbhyve.

Sun, Jan 11, 9:42 PM
cmt committed R11:f3686e485a34: www/firefox-esr: make legacy firefox compatible with current ffmpeg (authored by cmt).
www/firefox-esr: make legacy firefox compatible with current ffmpeg
Sun, Jan 11, 9:29 PM
cmt committed R11:e7234a76a58b: www/firefox-esr: make legacy firefox compatible with current ffmpeg (authored by cmt).
www/firefox-esr: make legacy firefox compatible with current ffmpeg
Sun, Jan 11, 9:27 PM
michaelo requested changes to D54606: periodic: Add support for RFC 5424 syslog timestamps.
Sun, Jan 11, 9:21 PM
madpilot committed R11:210714391efe: games/corsix-th: Update to 0.69.2 (authored by madpilot).
games/corsix-th: Update to 0.69.2
Sun, Jan 11, 8:54 PM
madpilot committed R11:13f743553496: mail/mailpit: Update to 1.28.2 (authored by madpilot).
mail/mailpit: Update to 1.28.2
Sun, Jan 11, 8:52 PM
madpilot committed R11:edbf5446fb2d: mail/mailpit: Update to 1.28.2 (authored by madpilot).
mail/mailpit: Update to 1.28.2
Sun, Jan 11, 8:50 PM
michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.
In D54606#1248653, @jrm wrote:

I think the feeling of being ignored is fairly common in the project. There is just more work to be done than time to do it all, and people often expend their energy on things that interest them.

Sun, Jan 11, 8:49 PM
michaelo added a comment to D54375: sockstat: Surround explicit IPv6 addresses with brackets.

Address style(9) fixes

Sun, Jan 11, 8:45 PM
michaelo updated the diff for D54375: sockstat: Surround explicit IPv6 addresses with brackets.

Apply style(9) fixes

Sun, Jan 11, 8:44 PM
jwb committed R11:aff412a94985: biology/sra-tools: Unbreak with extra JDK present (authored by jwb).
biology/sra-tools: Unbreak with extra JDK present
Sun, Jan 11, 8:40 PM
vvd committed R11:f1d1dd1693a5: net/py-bonsai: Update 1.5.3 => 1.5.4 (authored by meka_tilda.center).
net/py-bonsai: Update 1.5.3 => 1.5.4
Sun, Jan 11, 8:40 PM
jrm added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.

Thanks. At your convenience.

Sun, Jan 11, 8:29 PM
markj accepted D54658: mac: add macros for 5-argument SDT probes.
Sun, Jan 11, 8:25 PM
bapt committed R11:c6fdb1de9750: mail/mlmmj: update to 1.7.0 (authored by bapt).
mail/mlmmj: update to 1.7.0
Sun, Jan 11, 8:07 PM
imp committed rG9b54998d1bdd: MAINTAINERS/CODEOWNERS: Add myself to mpr, mps and mpi3mr (authored by imp).
MAINTAINERS/CODEOWNERS: Add myself to mpr, mps and mpi3mr
Sun, Jan 11, 8:01 PM
michaelo updated the diff for D54412: sockstat: improve code style.

don't fiddle with SUNPATHLEN

Sun, Jan 11, 7:50 PM
ronald_klop.ws committed R11:78d2a399ffec: biology/sra-tools: pin to java 17 (authored by ronald_klop.ws).
biology/sra-tools: pin to java 17
Sun, Jan 11, 7:40 PM
vvd committed R11:89362eb73e6d: lang/asn1c: Update 0.9.27 => 0.9.28 (authored by vvd).
lang/asn1c: Update 0.9.27 => 0.9.28
Sun, Jan 11, 7:33 PM
adrian committed rGa50789d8b89b: powerpc: put the isync inside the TD_LOCK() checking loop (authored by adrian).
powerpc: put the isync inside the TD_LOCK() checking loop
Sun, Jan 11, 7:24 PM
adrian committed rGe5861dc2ea52: Merge commit faa5141b9be4 from file git (by Christos Zoulas): (authored by jrtc27).
Merge commit faa5141b9be4 from file git (by Christos Zoulas):
Sun, Jan 11, 7:23 PM
michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.
In D54606#1248645, @jrm wrote:

@michaelo, I believe I've addressed all your concerns, and I've performed some light testing with manually created logs. Are you able and willing to do any testing with your real logs for the three scripts?

Sun, Jan 11, 7:05 PM
jrm added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.

@michaelo, I believe I've addressed all your concerns, and I've performed some light testing with manually created logs. Are you able and willing to do any testing with your real logs for the three scripts?

Sun, Jan 11, 6:19 PM
jrm updated the diff for D54606: periodic: Add support for RFC 5424 syslog timestamps.
  • Add a space after %e
  • Ensure we match what we really want by putting the .* in the grep command and putting the patterns for the alternatives timestamps inside parentheses.
  • We now neeed egrep in 900.tcpwrap.
Sun, Jan 11, 6:14 PM
lwhsu committed R11:48c68fcd24cd: devel/jenkins: Update to 2.545 (authored by lwhsu).
devel/jenkins: Update to 2.545
Sun, Jan 11, 5:58 PM
leres committed rGda5d94d29a5e: Remove obsolete BUGS section from zgrep(1) man page, add test (authored by leres).
Remove obsolete BUGS section from zgrep(1) man page, add test
Sun, Jan 11, 5:57 PM
leres closed D54632: Remove obsolete BUGS section from zgrep(1) man page, add test.
Sun, Jan 11, 5:56 PM
dutra committed R11:a86c88581489: sysutils/kubie: Update to 0.26.1 (authored by dutra).
sysutils/kubie: Update to 0.26.1
Sun, Jan 11, 5:48 PM
kevans requested review of D54658: mac: add macros for 5-argument SDT probes.
Sun, Jan 11, 5:20 PM
dave_freedave.net updated the test plan for D54657: devel/lua-language-server: Update 3.16.1 => 3.16.4.
Sun, Jan 11, 5:09 PM
jlduran committed rG4250d2ad991b: Import latest mtree from NetBSD (authored by jlduran).
Import latest mtree from NetBSD
Sun, Jan 11, 4:51 PM
vvd committed R11:01c0678cd8d8: net-p2p/sonarr: Update 4.0.15.2941 => 4.0.16.2944 (authored by nomoo_nomoo.ru).
net-p2p/sonarr: Update 4.0.15.2941 => 4.0.16.2944
Sun, Jan 11, 4:47 PM
jlduran committed rG7e59b238fcf3: Vendor import of NetBSD's mtree at 2026-01-11 (authored by jlduran).
Vendor import of NetBSD's mtree at 2026-01-11
Sun, Jan 11, 4:42 PM
olgeni committed R11:a67ab6b715a7: devel/pyenv: Update to 2.6.18 (authored by olgeni).
devel/pyenv: Update to 2.6.18
Sun, Jan 11, 4:01 PM
dave_freedave.net requested review of D54657: devel/lua-language-server: Update 3.16.1 => 3.16.4.
Sun, Jan 11, 3:53 PM
marcus committed R11:c974c0a783d3: net/netatalk4: Update to 4.4.0 (authored by marcus).
net/netatalk4: Update to 4.4.0
Sun, Jan 11, 3:39 PM
novel committed R11:57fb9adb52de: security/vuxml: document libtasn1 vulnerability (authored by novel).
security/vuxml: document libtasn1 vulnerability
Sun, Jan 11, 3:36 PM
fuz committed R11:5348ddeb8156: sysutils/edk2: update to 2025008 (authored by 9vlc_proton.me).
sysutils/edk2: update to 2025008
Sun, Jan 11, 3:31 PM
fuz committed R11:fac81fc1e860: shells/mksh: fix crash on 16-CURRENT (authored by Rares Aioanei <schaiba@gmail.com>).
shells/mksh: fix crash on 16-CURRENT
Sun, Jan 11, 3:31 PM
fuz committed R11:f758ead10bc2: textproc/htmldoc: update to 1.9.22 (authored by fuz).
textproc/htmldoc: update to 1.9.22
Sun, Jan 11, 3:30 PM
fuz committed R11:bafbff663ba5: sysutils/edk2: update to 2025008 (authored by 9vlc_proton.me).
sysutils/edk2: update to 2025008
Sun, Jan 11, 3:29 PM
fuz committed R11:2c0d193562e7: devel/go-critic: update to 0.14.3 (authored by fuz).
devel/go-critic: update to 0.14.3
Sun, Jan 11, 3:29 PM
fuz committed R11:f365fd9b0f0a: multimedia/libtheora: fix build on armv7 (authored by fuz).
multimedia/libtheora: fix build on armv7
Sun, Jan 11, 3:29 PM
fuz committed R11:1c257703ed4c: shells/mksh: fix crash on 16-CURRENT (authored by Rares Aioanei <schaiba@gmail.com>).
shells/mksh: fix crash on 16-CURRENT
Sun, Jan 11, 3:29 PM
fuz committed R11:99e39df68f54: devel/sse2neon: update to 1.9.1 (authored by fuz).
devel/sse2neon: update to 1.9.1
Sun, Jan 11, 3:28 PM
fuz committed R11:abe9f8c61938: textproc/htmldoc: update to 1.9.22 (authored by fuz).
textproc/htmldoc: update to 1.9.22
Sun, Jan 11, 3:28 PM
fuz committed R11:3549556ceafe: finance/ticker: update to 5.2.0 (authored by fuz).
finance/ticker: update to 5.2.0
Sun, Jan 11, 3:28 PM
fuz committed R11:1d0a13dbd489: benchmarks/libcpucycles: update to 20260105 (authored by fuz).
benchmarks/libcpucycles: update to 20260105
Sun, Jan 11, 3:28 PM
fuz committed R11:ce73af598164: devel/gcli: update to 2.10.0 (authored by fuz).
devel/gcli: update to 2.10.0
Sun, Jan 11, 3:28 PM
vvd committed R11:2ffbfacb3d18: graphics/openshadinglanguage: Fix build - add forgotten patch (authored by FreeBSD_ShaneWare.Biz).
graphics/openshadinglanguage: Fix build - add forgotten patch
Sun, Jan 11, 3:24 PM
markj accepted D54632: Remove obsolete BUGS section from zgrep(1) man page, add test.
Sun, Jan 11, 3:07 PM
pouria added a reviewer for D54636: rtadvctl: add pref64 support: markj.
Sun, Jan 11, 2:55 PM
igoro added a comment to D48087: kyua: Add "prepare" command.

@ngie , it seems we could land it, and copyright topic could be revised for entire project with separate commit(s). What do you think?

Sun, Jan 11, 2:42 PM
igoro updated the diff for D48087: kyua: Add "prepare" command.

Throw std::system_error instead of std::runtime_error upon kldload failure

Sun, Jan 11, 2:38 PM
markj closed D54336: inotify: Avoid resetting the cookie.
Sun, Jan 11, 2:33 PM
markj accepted D54336: inotify: Avoid resetting the cookie.
Sun, Jan 11, 2:33 PM
markj added a comment to D54336: inotify: Avoid resetting the cookie.

Any movement on this?

Sun, Jan 11, 2:33 PM
arrowd added a comment to D54336: inotify: Avoid resetting the cookie.

Any movement on this?

Sun, Jan 11, 2:27 PM
vvd committed R11:8ed3b732d737: www/glassfish: Remove temporary file (authored by vvd).
www/glassfish: Remove temporary file
Sun, Jan 11, 2:25 PM
des added inline comments to D54591: devstat: Provide 32-bit compatibility.
Sun, Jan 11, 2:15 PM
pouria accepted D54562: in6: Modify address prefix lifetimes when updating address lifetimes.

LGTM
also tested:

# kyua test -k /usr/tests/sys/netinet6/Kyuafile ndp
ndp:ndp_add_gu_success  ->  passed  [2.012s]
ndp:ndp_del_gu_success  ->  passed  [3.407s]
ndp:ndp_prefix_len_mismatch  ->  passed  [2.128s]
ndp:ndp_prefix_lifetime  ->  passed  [15.506s]
ndp:ndp_prefix_lifetime_extend  ->  passed  [0.078s]
ndp:ndp_slaac_default_route  ->  passed  [5.364s]
Sun, Jan 11, 2:13 PM
des committed rG717ae163919e: newfs: Add -u to getopt string (authored by des).
newfs: Add -u to getopt string
Sun, Jan 11, 2:08 PM
pi removed a member for bugmeister: gavin.
Sun, Jan 11, 1:50 PM
igoro committed rG8a21c17ccfec: kyua: Add "debug -x|--execute cmd" option (authored by igoro).
kyua: Add "debug -x|--execute cmd" option
Sun, Jan 11, 1:45 PM
igoro closed D52642: kyua: Add "debug -x|--execute cmd" option.
Sun, Jan 11, 1:45 PM
igoro updated the diff for D52642: kyua: Add "debug -x|--execute cmd" option.

Explicitly describe execenv involvement in "kyua help debug"

Sun, Jan 11, 1:42 PM