Page MenuHomeFreeBSD
Feed All Stories

Jun 23 2021

jrm updated the diff for D30868: devel/bear: [WIP] Update to 3.0.13.

Putting a (temporarly) build dependency on devel/openssl to make grpc happy.

Jun 23 2021, 2:19 PM
swills committed R11:3a4ec26f17b5: sysutils/consul: Update to 1.9.5 (authored by brd).
sysutils/consul: Update to 1.9.5
Jun 23 2021, 2:19 PM
freebsdphab-AX9_cmx.ietfng.org updated the diff for D30864: vm: Change result code for VM_FAULT_NOFILL.
Jun 23 2021, 2:19 PM
freebsdphab-AX9_cmx.ietfng.org updated the diff for D30863: vm: introduce VM_ALLOC_NOZERO.
Jun 23 2021, 2:18 PM
swills committed R11:ca31c5ecae0b: security/vault: Update to 1.7.3 (authored by swills).
security/vault: Update to 1.7.3
Jun 23 2021, 2:15 PM
swills committed R11:2056023c1c2b: sysutils/consul: Update to 1.9.5 (authored by brd).
sysutils/consul: Update to 1.9.5
Jun 23 2021, 2:15 PM
markj added reviewers for D30864: vm: Change result code for VM_FAULT_NOFILL: alc, kib.
Jun 23 2021, 1:53 PM
markj added reviewers for D30863: vm: introduce VM_ALLOC_NOZERO: alc, kib.
Jun 23 2021, 1:52 PM
markj added a comment to D30863: vm: introduce VM_ALLOC_NOZERO.

Could you please upload a diff with extra context? In particular, see https://wiki.freebsd.org/Phabricator#Create_a_Revision_via_Web_Interface . Ditto for D30864.

Jun 23 2021, 1:52 PM
markj accepted D30873: vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOCK_UPTIME_FAST.
Jun 23 2021, 1:51 PM
mw added a comment to D30761: ofw_bus_subr.c: Don't treat "0" as a valid OFW node.

@mmel sure, thanks for the heads up. Please provide the pointer once available.

Jun 23 2021, 1:47 PM
mmel added a comment to D30761: ofw_bus_subr.c: Don't treat "0" as a valid OFW node.

I'm working on this - but situation about return value becomes more clear now. Please see comment in ofw_if.m https://cgit.freebsd.org/src/tree/sys/dev/ofw/ofw_bus_if.m#n148 and andrew just pointed me to this commit https://cgit.freebsd.org/src/commit/?h=0d8d9edaaaca1

Jun 23 2021, 1:32 PM
markj accepted D30872: amd64: do not touch BIOS reset flag halfword, unless we boot through BIOS.
Jun 23 2021, 1:10 PM
markj accepted D30875: arm64: remove an unneeded test from pmap_clear_modify().
Jun 23 2021, 12:57 PM
markj accepted D30876: arm64: replace pa_to_pvh() with page_to_pvh() in pmap_remove_l2().
Jun 23 2021, 12:56 PM
nwhitehorn accepted D30877: bsdinstall: Avoid double-mounting /dev.

Thanks for spotting this!

Jun 23 2021, 12:55 PM
jlduran_gmail.com added inline comments to D30850: [skip ci] Add a github workflow step to validate the CODEOWNERS file.
Jun 23 2021, 12:41 PM
ceri closed D30867: Fix search (again).
Jun 23 2021, 12:40 PM
ceri committed R9:f595e3118ea1: search: Duckduckgo support for multiple sites has changed (authored by ceri).
search: Duckduckgo support for multiple sites has changed
Jun 23 2021, 12:40 PM
freqlabs requested review of D30877: bsdinstall: Avoid double-mounting /dev.
Jun 23 2021, 12:31 PM
gahr committed R11:2d22538579cf: databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port" (authored by gahr).
databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port"
Jun 23 2021, 12:24 PM
gahr added a reverting change for R11:14e00e7143da: databases/tcl-sqlite3: Deprecate port: R11:2d22538579cf: databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port".
Jun 23 2021, 12:24 PM
asomers added inline comments to D30850: [skip ci] Add a github workflow step to validate the CODEOWNERS file.
Jun 23 2021, 12:20 PM
jlduran_gmail.com added inline comments to D30850: [skip ci] Add a github workflow step to validate the CODEOWNERS file.
Jun 23 2021, 11:20 AM
dbaio added a comment to D30867: Fix search (again).
In D30867#694432, @ceri wrote:

just to be clear, DDG still supports multiple sites.

This doens't work anymore:

site:docs.FreeBSD.org/mail,lists.FreeBSD.org/pipermail

This works:

(site:www.FreeBSD.org OR site:docs.FreeBSD.org OR site:lists.FreeBSD.org OR site:wiki.FreeBSD.org OR site:forums.FreeBSD.org)

go to https://www.freebsd.org or https://www.freebsd.org/search/ (first form) and search for pgp, this is working there.

You can do a search that way, but the results are not as good. For instance, if you then change the date range to "past week", the multiple site version returns zero results while the single site version shows a commit made to net/keycloak. Additionally, clicking "All Results" on the multiple site version gives you a search for "pgp OR OR OR OR" rather than "pgp".

Jun 23 2021, 10:53 AM
lwhsu committed R11:c24f39ca1778: devel/py-magic: Add some HTTP MASTER_SITES (authored by lwhsu).
devel/py-magic: Add some HTTP MASTER_SITES
Jun 23 2021, 10:19 AM
lwhsu committed R11:b1d940646da9: devel/py-magic: Add some HTTP MASTER_SITES (authored by lwhsu).
devel/py-magic: Add some HTTP MASTER_SITES
Jun 23 2021, 10:11 AM
khng updated the diff for D29708: bhyve: Add virtio modern support handling.

VS_LOCK/VS_UNLOCK in vi_interrupt causes deadlock in case MSI-X is disabled.

Jun 23 2021, 10:04 AM
lwhsu committed R11:f3e4dbcb5ff2: security/vuxml: Fix version range of www/py-aiohttp (authored by lwhsu).
security/vuxml: Fix version range of www/py-aiohttp
Jun 23 2021, 10:00 AM
kib accepted D30876: arm64: replace pa_to_pvh() with page_to_pvh() in pmap_remove_l2().
Jun 23 2021, 9:55 AM
novel committed R11:80eccdd02ead: misc/osinfo-db: update to 20210621 (authored by novel).
misc/osinfo-db: update to 20210621
Jun 23 2021, 9:29 AM
0mp committed R11:8936061b973f: security/openconnect-freebsd-daemon: Update to 2.0.0 (authored by 0mp).
security/openconnect-freebsd-daemon: Update to 2.0.0
Jun 23 2021, 9:24 AM
wma committed rG17ac6d94dbc0: ip_mroute: initialize vif ifnet properly (authored by wma).
ip_mroute: initialize vif ifnet properly
Jun 23 2021, 8:14 AM
wma closed D30608: ip_mroute: initialize vif ifnet properly.
Jun 23 2021, 8:14 AM
donner committed rGf70c98a2f5d9: libalias: Fix compile time warning about unused functions (authored by donner).
libalias: Fix compile time warning about unused functions
Jun 23 2021, 8:09 AM
donner closed D30844: libalias: Fix compile time warning about unused functions.
Jun 23 2021, 8:08 AM
ceri added a comment to D30867: Fix search (again).

just to be clear, DDG still supports multiple sites.

This doens't work anymore:

site:docs.FreeBSD.org/mail,lists.FreeBSD.org/pipermail

This works:

(site:www.FreeBSD.org OR site:docs.FreeBSD.org OR site:lists.FreeBSD.org OR site:wiki.FreeBSD.org OR site:forums.FreeBSD.org)

go to https://www.freebsd.org or https://www.freebsd.org/search/ (first form) and search for pgp, this is working there.

Jun 23 2021, 8:06 AM
mw added a comment to D30761: ofw_bus_subr.c: Don't treat "0" as a valid OFW node.

Hi @mmel The patch is IMO correct and plan to commit it, so that to remove breakage for Armada platforms. In case any further improvements are required, feel free to continue the discussion.

Jun 23 2021, 8:03 AM
alc requested review of D30876: arm64: replace pa_to_pvh() with page_to_pvh() in pmap_remove_l2().
Jun 23 2021, 8:01 AM
mjg added inline comments to D30874: vn_isdisk(9): update after r364372.
Jun 23 2021, 7:45 AM
wen committed R11:3f13234fcb33: finance/prestashop: Update to 1.7.7.5 (authored by wen).
finance/prestashop: Update to 1.7.7.5
Jun 23 2021, 7:45 AM
otis updated the diff for D30866: mail/dovecot: Update to 2.3.15.

mail/dovecot-pigeonhole: regen distinfo

Jun 23 2021, 7:36 AM
lwhsu added a reviewer for D30874: vn_isdisk(9): update after r364372: mjg.
Jun 23 2021, 7:23 AM
fernape added a comment to D30715: man: Build manpages for all architectures.

Hi Wolfram,

Thanks for all the input. I think I'm close but I am not familiar with all the makefiles and macros we use in the different *.mk files. For the missing man pages that you mentioned, they are now installed but only in the general directory and not in the arch-specific one.
So for nvram.8, it is installed under /usr/share/man/man8/ but not under /usr/share/man/man8/powerpc

For the manual pages in man4 it was simple to do because we visit the architecture specific makefiles and they just need to be interpreted and executed. But in this case, I don't want to build and install the programs, just the man pages. MLINKS does not create directories, so how can I create the /i386 and /powerpc from the top level directory?

I have no idea about the MLINKS stuff and the arch sub-directories. Albeit not being perfect this patch is much better than what we currently have and good enough. Many thanks!.

Note: this patch should be merged 4 weeks later into stable/13 and stable/12, so it will affect the next stable releases.

Jun 23 2021, 7:08 AM
kbowling added a comment to D30869: graphics/libGLU: Update to 9.0.2.

Upstream MR https://gitlab.freedesktop.org/mesa/glu/-/merge_requests/5

Jun 23 2021, 7:04 AM
fernape committed R11:62516dbeee04: science/afni: update to 21.1.13 (authored by fernape).
science/afni: update to 21.1.13
Jun 23 2021, 6:59 AM
rew added a comment to D30870: ffs: skip upgrade from ro->rw if namei fails.
In D30870#694401, @kib wrote:

You are locking (supposedly devfs) vnode for very long interval.

Jun 23 2021, 6:21 AM
kib accepted D30875: arm64: remove an unneeded test from pmap_clear_modify().
Jun 23 2021, 5:54 AM
alc requested review of D30875: arm64: remove an unneeded test from pmap_clear_modify().
Jun 23 2021, 5:33 AM
kib added a comment to D30870: ffs: skip upgrade from ro->rw if namei fails.

You are locking (supposedly devfs) vnode for very long interval. For instance, ffs_flushfiles() now runs under this lock. I do not like it. If we ever lock devvp inside SU code, this would recurse.

Jun 23 2021, 5:21 AM
ale committed R11:350c783e3feb: lang/solidity: update to 0.8.6 release. (authored by ale).
lang/solidity: update to 0.8.6 release.
Jun 23 2021, 5:05 AM
danfe committed R11:1ee79df4a18b: databases/gdbm: update GNU dbm to version 1.20. (authored by danfe).
databases/gdbm: update GNU dbm to version 1.20.
Jun 23 2021, 4:56 AM
imp committed rGc90902d39e7a: bus_child_pnpinfo: fix two stragglers (authored by imp).
bus_child_pnpinfo: fix two stragglers
Jun 23 2021, 4:15 AM
rew requested review of D30874: vn_isdisk(9): update after r364372.
Jun 23 2021, 4:08 AM
kib added a comment to D28856: Move struct bufobj out of struct vnode.

Embedding vnode into inode is indeed a lot of churn, together with some secondary troubles. For instance, unmount of the last filesystem for given vfs type no longer means that fs-specific zone can be destroyed. So although the idea of embedding have its merit, its scope is much larger (not only due to required code churn) than struct vnode shrinking by not allocating bufobj part, which is my goal in the patch.

Jun 23 2021, 3:45 AM
kbowling planned changes to D30869: graphics/libGLU: Update to 9.0.2.

Matt's suggestion is what @jbeich suggested in PR241568, I'll get a patch to freedesktop and amend this PR if it passes his review:

Jun 23 2021, 3:22 AM
imp committed rGddfc9c4c59e2: newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo… (authored by imp).
newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo…
Jun 23 2021, 2:55 AM
imp updated the diff for D30815: hz.9: update stathz for current usage.

jhb's recommendations

Jun 23 2021, 2:22 AM
jbeich committed R11:aa776ccf18fe: x11/nwg-drawer: update to 0.1.1 (authored by jbeich).
x11/nwg-drawer: update to 0.1.1
Jun 23 2021, 1:22 AM
mjg added a comment to D28856: Move struct bufobj out of struct vnode.

If going for multiple zones, I think the way to go is to get rid of the current notion of vnodes as separate allocations to begin with and rework dooming/forced unmount semantics.

Jun 23 2021, 1:20 AM
GitHub <noreply@github.com> committed rG29274c9f6d7c: Optimize small random numbers generation (authored by mav).
Optimize small random numbers generation
Jun 23 2021, 12:56 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rGba9131156183: Linux 5.12 compat: META (authored by Brian Behlendorf <behlendorf1@llnl.gov>).
Linux 5.12 compat: META
Jun 23 2021, 12:56 AM
kib added a comment to D28856: Move struct bufobj out of struct vnode.

The main issue with devfs is that metadata io does not lock devvp. In other words, we cannot guarantee the liveness of devfs vnode for the duration of io, which results in problems with liveness of bufobj. I.e. bufobj could go away while owned buffer is under io. It is somewhat similar to mntfs reason, but have its own nuances. My conclusion was that the lifetime of bufobj must be equal to lifetime of vnode and not inode.

Jun 23 2021, 12:52 AM
dbaio added a comment to D30867: Fix search (again).

just to be clear, DDG still supports multiple sites.

Jun 23 2021, 12:36 AM

Jun 22 2021

ygy committed R11:c10805fe0b67: x11-themes/chicago95: Update to 2.0.1-70 (authored by 2khramtsov_gmail.com).
x11-themes/chicago95: Update to 2.0.1-70
Jun 22 2021, 11:51 PM
ygy committed R11:5983e7c1d859: net/keycloak: Update to 14.0.0 (authored by freebsd_rheinwolf.de).
net/keycloak: Update to 14.0.0
Jun 22 2021, 11:51 PM
rozhuk.im-gmail.com added a comment to D30839: add RENAME devctl event for IFNET.

This diff based on changes from https://reviews.freebsd.org/D30840 for file: sbin/devd/devd.conf.5

Jun 22 2021, 11:50 PM
ygy committed R11:ec74b5a77976: security/clamav: Update to 0.103.3 (authored by yasu).
security/clamav: Update to 0.103.3
Jun 22 2021, 11:50 PM
ygy committed R11:dc01882fe4ab: devel/rubygem-reline: Update to 0.2.6 (authored by yasu).
devel/rubygem-reline: Update to 0.2.6
Jun 22 2021, 11:50 PM
ygy committed R11:51868ca2e0d5: www/gohugo: Update to 0.84.0 (authored by ben.lavery <ben@lavery-griffiths.com>).
www/gohugo: Update to 0.84.0
Jun 22 2021, 11:49 PM
ygy committed R11:a2e94ed11750: databases/closql: Update to 1.0.6 (authored by yasu).
databases/closql: Update to 1.0.6
Jun 22 2021, 11:48 PM
kib requested review of D30873: vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOCK_UPTIME_FAST.
Jun 22 2021, 11:48 PM
ygy committed R11:4e2483ce4841: net-mgmt/netdata-go: Update to 0.29.0 (authored by driesm).
net-mgmt/netdata-go: Update to 0.29.0
Jun 22 2021, 11:48 PM
kib requested review of D30872: amd64: do not touch BIOS reset flag halfword, unless we boot through BIOS.
Jun 22 2021, 11:46 PM
asomers accepted D30839: add RENAME devctl event for IFNET.
Jun 22 2021, 11:46 PM
jbeich committed R11:73d78281da80: x11/nwg-dock: switch to the tagged release (authored by jbeich).
x11/nwg-dock: switch to the tagged release
Jun 22 2021, 11:43 PM
jbeich committed R11:781d4aa6a356: x11-wm/river: update to s20210622 (authored by jbeich).
x11-wm/river: update to s20210622
Jun 22 2021, 11:40 PM
jbeich committed R11:6bcfccd6d189: x11-wm/river: update to s20210605 (authored by jbeich).
x11-wm/river: update to s20210605
Jun 22 2021, 11:40 PM
jhb closed D30782: toe: Read-lock the inp in toe_4tuple_check()..
Jun 22 2021, 11:32 PM
jhb committed rGa7f6c6fd94d6: toe: Read-lock the inp in toe_4tuple_check(). (authored by jhb).
toe: Read-lock the inp in toe_4tuple_check().
Jun 22 2021, 11:32 PM
np accepted D30871: cxgbe tom: Permit rcv_nxt mismatches on FIN for iSCSI connections on T6..
Jun 22 2021, 11:22 PM
np accepted D30782: toe: Read-lock the inp in toe_4tuple_check()..
Jun 22 2021, 11:18 PM
rozhuk.im-gmail.com updated the diff for D30839: add RENAME devctl event for IFNET.

Add var old_name to keep if_xname.

Jun 22 2021, 11:14 PM
jhb added inline comments to D30871: cxgbe tom: Permit rcv_nxt mismatches on FIN for iSCSI connections on T6..
Jun 22 2021, 11:14 PM
jhb requested review of D30871: cxgbe tom: Permit rcv_nxt mismatches on FIN for iSCSI connections on T6..
Jun 22 2021, 11:13 PM
jhb committed rGabc273a2901b: cxgbei: Better handle new tasks and transfers when disconnecting. (authored by jhb).
cxgbei: Better handle new tasks and transfers when disconnecting.
Jun 22 2021, 11:11 PM
rozhuk.im-gmail.com updated the diff for D30839: add RENAME devctl event for IFNET.

Move code down, update date.

Jun 22 2021, 11:07 PM
glebius committed rGc4804b6b0b94: Unbreak TFO, that was broken with 8d5719aa74f. These two assignments (authored by glebius).
Unbreak TFO, that was broken with 8d5719aa74f. These two assignments
Jun 22 2021, 11:07 PM
jhb added a comment to D30782: toe: Read-lock the inp in toe_4tuple_check()..

Ping.

Jun 22 2021, 11:06 PM
emaste accepted D30831: genet: pullup minimum header amount for IPv4.
Jun 22 2021, 11:05 PM
rew updated the summary of D30870: ffs: skip upgrade from ro->rw if namei fails.
Jun 22 2021, 10:56 PM
dereks_lifeofadishwasher.com added inline comments to D30868: devel/bear: [WIP] Update to 3.0.13.
Jun 22 2021, 10:51 PM
dereks_lifeofadishwasher.com added a comment to D30868: devel/bear: [WIP] Update to 3.0.13.

The current error is grpc++ pkgconfig requiring grpc requiring openssl. Since you're not installing ports openssl and since base doesn't provide an openssl pkgconfig (/usr/libdata/pkgconfig/) openssl can't be found by pkgconfig.

Jun 22 2021, 10:48 PM
rew requested review of D30870: ffs: skip upgrade from ro->rw if namei fails.
Jun 22 2021, 10:47 PM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:bed6ad136f0b: textproc/ripgrep: Update to 13.0.0 (authored by Petteri Valkonen <petteri.valkonen@iki.fi>).
textproc/ripgrep: Update to 13.0.0
Jun 22 2021, 10:33 PM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:7e1f3f9afd2e: news/inn-current: Update to 20210621 (authored by Kevin Bowling <kbowling@FreeBSD.org>).
news/inn-current: Update to 20210621
Jun 22 2021, 10:27 PM
karels added a comment to D30831: genet: pullup minimum header amount for IPv4.

Any other comments? Anyone able to approve?

Jun 22 2021, 10:26 PM
donner added a comment to D30175: Add netgraph BFP rc.d script.

May you please add a paragraph to the rc man page, too?

I am not native speaker, it is a bit hard to me to write for humans.

Jun 22 2021, 10:25 PM · rc
donner requested changes to D30175: Add netgraph BFP rc.d script.

Thank you for adding context to the diff.

Jun 22 2021, 10:21 PM · rc
kib added inline comments to D30019: linux(4): implement coredump support.
Jun 22 2021, 10:19 PM