Page MenuHomeFreeBSD
Feed All Stories

Today

imp added reviewers for D49464: scsi/da: Export quirks as sysctl: ken, mav, markj.
Mon, Mar 24, 1:06 AM
imp added reviewers for D49465: umass: Move illegal opcode return to a function: mav, markj, ken.
Mon, Mar 24, 1:06 AM
imp added reviewers for D49467: umass: Document the ideal that it's better to fail bad commands: ken, mav, markj.
Mon, Mar 24, 1:06 AM
imp added reviewers for D49466: umass: fail synchronize_cache: kenji_k2r.org, markj, mav.
Mon, Mar 24, 1:06 AM
imp added reviewers for D49468: umass: Fail SYNCHRONIZE_CACHE for UFI: mav, markj, ken.
Mon, Mar 24, 1:05 AM
imp added reviewers for D49469: umass: Simplify umass_std_transform to eliminate fake success: mav, ken, markj.
Mon, Mar 24, 1:04 AM
imp added reviewers for D49470: umass: make *_transform() return a bool: markj, mav, ken.
Mon, Mar 24, 1:04 AM
imp added reviewers for D49471: umass: Move common code into umass_std_transform: mav, nakayamakenjiro_gmail.com, markj.
Mon, Mar 24, 1:03 AM
imp added a comment to D49472: umass: Move INQUIRY and TEST UNIT READY quirks to umass_std_transform.

Note: I think TUR quirk is bogus, but don't have the courage to remove it.

Mon, Mar 24, 1:03 AM
imp added reviewers for D49473: umass: Be more consistent about how we fail bad commands: markj, ken, mav.
Mon, Mar 24, 1:02 AM
imp added reviewers for D49474: umass: Fix a direct call to sc_transform: mav, markj, ken.
Mon, Mar 24, 1:02 AM
imp added reviewers for D49475: umass: Bring in small fix from NetBSD's umass: mav, markj, ken.
Mon, Mar 24, 1:01 AM
imp added reviewers for D49476: scsi/da: Only send SYNC CACHE for devices with mode page 8: ken, markj, mav.
Mon, Mar 24, 1:01 AM
imp added reviewers for D49477: usb: Make autoquirk code optional and opt out: mav, ken, markj.
Mon, Mar 24, 1:01 AM
imp updated the test plan for D49478: usb/quirks: Remove overly broad quirks.
Mon, Mar 24, 1:00 AM
imp added a comment to D49478: usb/quirks: Remove overly broad quirks.

markj reports the apple one was added because the autoprobe code screwed up his ipad with rockbox firmware.
he'll test this series to see if that's fixed, but it failed due to all the sync cache at the start in that code, as outlined in the disabling message.

Mon, Mar 24, 12:59 AM
stephen_missouri.edu committed R11:b7cebbf64137: math/octave-forge-piqp: New port (authored by stephen_missouri.edu).
math/octave-forge-piqp: New port
Mon, Mar 24, 12:55 AM
stephen_missouri.edu committed R11:c6a1310a2a06: math/octave-forge: Add optional depencency (authored by stephen_missouri.edu).
math/octave-forge: Add optional depencency
Mon, Mar 24, 12:55 AM
jrm committed R11:0bf6945c8526: mail/notmuch: Update to 0.39 (authored by jrm).
mail/notmuch: Update to 0.39
Mon, Mar 24, 12:46 AM
yuri committed R11:a61237048149: misc/rash: New port: Declarative shell scripting using Rust native bindings (authored by yuri).
misc/rash: New port: Declarative shell scripting using Rust native bindings
Mon, Mar 24, 12:42 AM
yuri committed R11:4f3cd0f14767: shells/nushell: update 0.102.0 → 0.103.0 (authored by yuri).
shells/nushell: update 0.102.0 → 0.103.0
Mon, Mar 24, 12:41 AM
jpb_jimby.name added inline comments to D49462: top: Sync key bindings in usage and manual.
Mon, Mar 24, 12:08 AM

Yesterday

markj added a comment to D49391: vm_grab: assert no VM_ALLOC_WAITFAIL.

The functional portion of the change seems fine, but I'm not sure why it's a problem for vm_page_grab* to support VM_ALLOC_WAITFAIL?

Because in comments on D49371, @kib suggested that VM_ALLOC_WAITFAIL was invalid here. So, to remove that obstacle to getting D49371 approved, I investigated and found that he might be right. Now, @alc has verbally placed a hold on this change because, when he is freed from another task, he plans to look for other illegal allocflag settings.

My reading of the comments is that kib is pointing out a bug in the new code.

He wrote, at D49371:
I am not sure about the semantic of VM_ALLOC_WAITFAIL. If we sleep inside vm_page_grab_lookup(), should we also return NULL for VM_ALLOC_WAITFAIL? (This is the pre-existing bug, if indeed a bug).

So I disagree that he is calling out a bug in new code.

Sun, Mar 23, 11:42 PM
dougm added a comment to D49391: vm_grab: assert no VM_ALLOC_WAITFAIL.

The functional portion of the change seems fine, but I'm not sure why it's a problem for vm_page_grab* to support VM_ALLOC_WAITFAIL?

Because in comments on D49371, @kib suggested that VM_ALLOC_WAITFAIL was invalid here. So, to remove that obstacle to getting D49371 approved, I investigated and found that he might be right. Now, @alc has verbally placed a hold on this change because, when he is freed from another task, he plans to look for other illegal allocflag settings.

My reading of the comments is that kib is pointing out a bug in the new code.

Sun, Mar 23, 11:36 PM
dougm added inline comments to D49460: vm_reserv: extract common gap-checking code.
Sun, Mar 23, 11:24 PM
igoro added a comment to D49463: kyua: Add "kyua debug -p" option.

Whoa, nice. :)

What happens if tests are running in parallel? The behaviour I would naively expect is that other running tests will keep going, but new ones will not be scheduled until kyua is resumed.

Sun, Mar 23, 11:19 PM
igoro updated the diff for D49463: kyua: Add "kyua debug -p" option.

Report test work dir

Sun, Mar 23, 11:08 PM
markj requested review of D49480: vm_page: Allow PG_NOFREE pages to be freed.
Sun, Mar 23, 10:56 PM
Shaun Amott <shaun@FreeBSD.org> committed R11:677b8d4d3690: editors/py-editorconfig: Update 0.12.3 -> 0.12.4. (authored by Shaun Amott <shaun@FreeBSD.org>).
editors/py-editorconfig: Update 0.12.3 -> 0.12.4.
Sun, Mar 23, 10:43 PM
markj accepted D49415: vm_reserv: clarify reserv_from_object.
Sun, Mar 23, 10:42 PM
dougm added a comment to D49415: vm_reserv: clarify reserv_from_object.

Doesn't this leave msucc uninitialized in vm_reserv_from_object()'s callers?

Only if the function returns a non-NULL value.

Sun, Mar 23, 10:41 PM
markj added a comment to D47778: libalias: Handle GetNewPort() errors properly.

If there are no objections, I will commit this soon.

Sun, Mar 23, 10:37 PM
markj requested review of D49479: ptrace: Do not pass a negative resid to proc_rwmem().
Sun, Mar 23, 10:36 PM
markj added a comment to D49391: vm_grab: assert no VM_ALLOC_WAITFAIL.

The functional portion of the change seems fine, but I'm not sure why it's a problem for vm_page_grab* to support VM_ALLOC_WAITFAIL?

Because in comments on D49371, @kib suggested that VM_ALLOC_WAITFAIL was invalid here. So, to remove that obstacle to getting D49371 approved, I investigated and found that he might be right. Now, @alc has verbally placed a hold on this change because, when he is freed from another task, he plans to look for other illegal allocflag settings.

Sun, Mar 23, 10:32 PM
markj added inline comments to D49371: vm_grab: use iterator for grab lookup.
Sun, Mar 23, 10:31 PM
emaste committed rGb885643b63e4: boot: Always use ELF Tool Chain elfcopy for EFI builds (authored by emaste).
boot: Always use ELF Tool Chain elfcopy for EFI builds
Sun, Mar 23, 10:18 PM
markj added a comment to D49430: ptrace(2): expand ability to fetch syscall parameters.

IMO it would be nice to add a test case to tests/sys/kern/ptrace_test.c for this.

Sun, Mar 23, 10:16 PM
markj added inline comments to D49460: vm_reserv: extract common gap-checking code.
Sun, Mar 23, 10:08 PM
markj added a comment to D49415: vm_reserv: clarify reserv_from_object.

Doesn't this leave msucc uninitialized in vm_reserv_from_object()'s callers? I think we can then reach a msucc != NULL test there even if vm_reserv_from_object() returns a non-NULL pointer.

Sun, Mar 23, 9:57 PM
imp requested review of D49478: usb/quirks: Remove overly broad quirks.
Sun, Mar 23, 9:51 PM
imp requested review of D49477: usb: Make autoquirk code optional and opt out.
Sun, Mar 23, 9:51 PM
imp requested review of D49476: scsi/da: Only send SYNC CACHE for devices with mode page 8.
Sun, Mar 23, 9:51 PM
imp requested review of D49475: umass: Bring in small fix from NetBSD's umass.
Sun, Mar 23, 9:51 PM
imp requested review of D49474: umass: Fix a direct call to sc_transform.
Sun, Mar 23, 9:51 PM
imp requested review of D49473: umass: Be more consistent about how we fail bad commands.
Sun, Mar 23, 9:50 PM
imp requested review of D49472: umass: Move INQUIRY and TEST UNIT READY quirks to umass_std_transform.
Sun, Mar 23, 9:50 PM
imp requested review of D49471: umass: Move common code into umass_std_transform.
Sun, Mar 23, 9:50 PM
imp requested review of D49470: umass: make *_transform() return a bool.
Sun, Mar 23, 9:50 PM
imp requested review of D49469: umass: Simplify umass_std_transform to eliminate fake success.
Sun, Mar 23, 9:50 PM
imp requested review of D49468: umass: Fail SYNCHRONIZE_CACHE for UFI.
Sun, Mar 23, 9:50 PM
markj added a comment to D49463: kyua: Add "kyua debug -p" option.

What happens if tests are running in parallel? The behaviour I would naively expect is that other running tests will keep going, but new ones will not be scheduled until kyua is resumed.

Sun, Mar 23, 9:50 PM
imp requested review of D49467: umass: Document the ideal that it's better to fail bad commands.
Sun, Mar 23, 9:50 PM
imp requested review of D49466: umass: fail synchronize_cache.
Sun, Mar 23, 9:50 PM
imp requested review of D49465: umass: Move illegal opcode return to a function.
Sun, Mar 23, 9:49 PM
imp requested review of D49464: scsi/da: Export quirks as sysctl.
Sun, Mar 23, 9:49 PM
gerald committed R11:facbc297689e: irc/ircd-ratbox: Drop irrelevant old mastersite (authored by gerald).
irc/ircd-ratbox: Drop irrelevant old mastersite
Sun, Mar 23, 9:46 PM
yuri committed R11:80d496d49236: net/ecal: Update WWW (authored by yuri).
net/ecal: Update WWW
Sun, Mar 23, 9:42 PM
yuri committed R11:8e06f6d01b0e: multimedia/kew: update 3.0.3 → 3.1.2 (authored by yuri).
multimedia/kew: update 3.0.3 → 3.1.2
Sun, Mar 23, 9:42 PM
yuri committed R11:072ca418a11e: math/py-z3-solver: update 4.13.3 → 4.14.1 (authored by yuri).
math/py-z3-solver: update 4.13.3 → 4.14.1
Sun, Mar 23, 9:42 PM
markj committed rG74361d693aec: malloc: Fix DEBUG_REDZONE for contigmalloc() (authored by markj).
malloc: Fix DEBUG_REDZONE for contigmalloc()
Sun, Mar 23, 9:07 PM
thierry committed R11:29746d897781: science/gnudatalanguage: upgrade to v1.1.1 (authored by thierry).
science/gnudatalanguage: upgrade to v1.1.1
Sun, Mar 23, 8:42 PM
thierry committed R11:7adbfa1284c0: math/flexiblas: upgrade to v3.4.5 (authored by thierry).
math/flexiblas: upgrade to v3.4.5
Sun, Mar 23, 8:42 PM
ziaee updated the diff for D49462: top: Sync key bindings in usage and manual.

Fix a pre-existing typo in the manual's synopsis (s/x/w/).

Sun, Mar 23, 8:38 PM
osa committed R11:8d2e9b036f94: net-im/tg_owt: fix build after multimedia/pipewire update to 1.4.1 (authored by osa).
net-im/tg_owt: fix build after multimedia/pipewire update to 1.4.1
Sun, Mar 23, 8:35 PM
mizhka committed R11:f2b740aa1dc5: lang/kotlin: Update 2.1.0 → 2.1.20 (authored by mizhka).
lang/kotlin: Update 2.1.0 → 2.1.20
Sun, Mar 23, 7:59 PM
adrian updated the diff for D49367: net80211: refactor out the AAD init code shared between GCMP and CCMP.

update from rebase

Sun, Mar 23, 7:26 PM · wireless
igoro requested review of D49463: kyua: Add "kyua debug -p" option.
Sun, Mar 23, 6:42 PM
acm committed R11:a7768d474657: www/Makefile: Fix index (authored by acm).
www/Makefile: Fix index
Sun, Mar 23, 6:40 PM
ziaee updated subscribers of D49462: top: Sync key bindings in usage and manual.
Sun, Mar 23, 6:39 PM
ziaee requested review of D49462: top: Sync key bindings in usage and manual.
Sun, Mar 23, 6:37 PM
ziaee added reviewers for D49461: Fix ipfw example in syslog.conf.5: manpages, carlavilla, mhorne, cy.

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285385

Sun, Mar 23, 6:36 PM
uzsolt committed R11:ca5006d0a568: sysutils/czkawka: Update to 9.0.0 (authored by uzsolt).
sysutils/czkawka: Update to 9.0.0
Sun, Mar 23, 6:10 PM
matthew committed R11:7e265865bbf1: devel/py-yamllint: update to 1.37.0 (authored by matthew).
devel/py-yamllint: update to 1.37.0
Sun, Mar 23, 6:05 PM
jpb_jimby.name requested review of D49461: Fix ipfw example in syslog.conf.5.
Sun, Mar 23, 6:01 PM
dougm requested review of D49460: vm_reserv: extract common gap-checking code.
Sun, Mar 23, 5:36 PM
dougm added reviewers for D49415: vm_reserv: clarify reserv_from_object: markj, kib.
Sun, Mar 23, 5:26 PM
yuri committed R11:578ef2e503d2: sysutils/mise: update 2025.3.6 → 2025.3.7 (authored by yuri).
sysutils/mise: update 2025.3.6 → 2025.3.7
Sun, Mar 23, 5:26 PM
yuri committed R11:bf708beee499: finance/py-degiro-connector: update 3.0.23 → 3.0.27 (authored by yuri).
finance/py-degiro-connector: update 3.0.23 → 3.0.27
Sun, Mar 23, 5:26 PM
dougm updated the diff for D49391: vm_grab: assert no VM_ALLOC_WAITFAIL.

Apply @markj comments.

Sun, Mar 23, 5:16 PM
melifaro added a comment to D49459: Make temp option for ndp work.

Thank you for working on this! Can we add tests here?

Sun, Mar 23, 5:14 PM · network
dougm added a comment to D49391: vm_grab: assert no VM_ALLOC_WAITFAIL.

The functional portion of the change seems fine, but I'm not sure why it's a problem for vm_page_grab* to support VM_ALLOC_WAITFAIL?

Sun, Mar 23, 5:14 PM
kevans committed R11:a80672dff940: sysutils/reptyr: allow building on aarch64 as well (authored by kevans).
sysutils/reptyr: allow building on aarch64 as well
Sun, Mar 23, 4:39 PM
kevans committed R11:bf2b1daec335: sysutils/porch: update to v1.1 (authored by kevans).
sysutils/porch: update to v1.1
Sun, Mar 23, 4:36 PM
adrian added inline comments to D49367: net80211: refactor out the AAD init code shared between GCMP and CCMP.
Sun, Mar 23, 4:30 PM · wireless
tijl committed rG487d79d44f8a: devd: Don't install autofs.conf with WITHOUT_AUTOFS (authored by tijl).
devd: Don't install autofs.conf with WITHOUT_AUTOFS
Sun, Mar 23, 3:35 PM
grembo committed R11:9212beb25644: sysutils/pot: Update to 0.16.1 (authored by grembo).
sysutils/pot: Update to 0.16.1
Sun, Mar 23, 2:54 PM
dinoex committed R11:087074878448: graphics/gd: fix option AVIF (authored by dinoex).
graphics/gd: fix option AVIF
Sun, Mar 23, 2:02 PM
markj added a comment to D49440: copy_file_range: Fix file offset handling.
In D49440#1127936, @mjg wrote:

can you instead sort the files and require the ordering that smaller is addr is locked first? a dedicated routine could do it

this would also avoid failures to lock to begin with

Sun, Mar 23, 1:47 PM
mjg added a comment to D49440: copy_file_range: Fix file offset handling.

can you instead sort the files and require the ordering that smaller is addr is locked first? a dedicated routine could do it

Sun, Mar 23, 1:34 PM
vanilla committed R11:4b5f580e9f18: devel/pecl-swoole: update to 6.0.2. (authored by vanilla).
devel/pecl-swoole: update to 6.0.2.
Sun, Mar 23, 1:33 PM
rnagy committed R11:c39ff9694c72: www/ungoogled-chromium: update to 134.0.6998.165 (authored by rnagy).
www/ungoogled-chromium: update to 134.0.6998.165
Sun, Mar 23, 1:17 PM
rnagy committed R11:d2b0418596a0: www/iridium: update to 2025.03.134.2 (authored by rnagy).
www/iridium: update to 2025.03.134.2
Sun, Mar 23, 1:16 PM
rnagy committed R11:b28ebd0036df: www/iridium: update to 2025.03.134.2 (authored by rnagy).
www/iridium: update to 2025.03.134.2
Sun, Mar 23, 1:16 PM
rmacklem accepted D49440: copy_file_range: Fix file offset handling.

Looks fine to me.

Sun, Mar 23, 1:13 PM
tagattie committed R11:9c677ee764c2: misc/py-litellm: update to 1.63.14 (authored by tagattie).
misc/py-litellm: update to 1.63.14
Sun, Mar 23, 1:11 PM
rnagy committed R11:c3dbd8534214: www/ungoogled-chromium: update to 134.0.6998.165 (authored by rnagy).
www/ungoogled-chromium: update to 134.0.6998.165
Sun, Mar 23, 1:11 PM
rmacklem accepted D49455: file: Add a non-blocking mode to foffset_lock().

Looks fine to me, rick

Sun, Mar 23, 1:11 PM
dbaio committed R9:b6d0cb225b38: handbook/mirrors: Add additional protocols to ftp.de.FreeBSD.org (authored by dbaio).
handbook/mirrors: Add additional protocols to ftp.de.FreeBSD.org
Sun, Mar 23, 12:43 PM
tota committed R11:02d9167025d5: devel/R-cran-Rdpack: Update to 2.6.3 (authored by tota).
devel/R-cran-Rdpack: Update to 2.6.3
Sun, Mar 23, 12:37 PM
markj committed rG574816356834: socket: Fix a race in the SO_SPLICE state machine (authored by markj).
socket: Fix a race in the SO_SPLICE state machine
Sun, Mar 23, 12:00 PM