Page MenuHomeFreeBSD
Feed All Stories

Feb 24 2021

fernape committed rP566474: devel/newt: does not register shared libs.
devel/newt: does not register shared libs
Feb 24 2021, 2:15 PM
nwhitehorn committed rGe70eb4027151: Mount the ESP on /boot/efi in VM images. (authored by nwhitehorn).
Mount the ESP on /boot/efi in VM images.
Feb 24 2021, 1:20 PM
kp committed rG98e40918a6fa: pf tests: Explicitly ask for python3 (authored by kp).
pf tests: Explicitly ask for python3
Feb 24 2021, 1:02 PM
kp committed rG720206821fe7: pf: Assert that pfil_link() calls succeed (authored by kp).
pf: Assert that pfil_link() calls succeed
Feb 24 2021, 1:02 PM
kp committed rGef160e5cb919: pf: Remove unused return value from (de)hook_pf() (authored by kp).
pf: Remove unused return value from (de)hook_pf()
Feb 24 2021, 1:02 PM
dmgk committed rP566473: sysutils/fusefs-s3fs: Update to 1.89.
sysutils/fusefs-s3fs: Update to 1.89
Feb 24 2021, 12:44 PM
mikael added a comment to D28906: lang/ghc: Update arm bootstrap.

When preparing a bootstrap it is advised to build with all OPTIONS set to OFF to save space and build time. Would you mind rerolling it again? If you don't want to do this, let's just commit it.

Feb 24 2021, 12:41 PM
luporl accepted D28776: powerpc/powerpc64: Enforce natural alignment in bcopy.

It looks great now! Since this changes core libc functions, can you perform a buildworld on a system with the modified libc installed to confirm everything works fine?

Feb 24 2021, 12:36 PM ยท PowerPC
fernape committed rP566472: science/afni: update to 21.0.10.
science/afni: update to 21.0.10
Feb 24 2021, 12:26 PM
Ryusuke SUZUKI <ryusuke@FreeBSD.org> committed R9:e68d8f44adbd: Fix broken links in security advisory RSS feed. (authored by Ryusuke SUZUKI <ryusuke@FreeBSD.org>).
Fix broken links in security advisory RSS feed.
Feb 24 2021, 12:01 PM
arichardson updated the diff for D28852: Allow using sanitizers for ssp tests with out-of-tree compiler.
  • Fix incorrect path
Feb 24 2021, 11:51 AM
lwhsu added a comment to D28882: inetd: Add examples from manual page and other sources.

The main advantage of inetd is that it starts a daemon only when a request comes in.

For rsyncd, smbd, prometheus_sysctl_exporter, et al., if the client machines have a weekly rsync job, or if prometheus only probes every 5 minutes, or only the occational connection via SMB is made - it makes more sense to only start them when they're needed.

Feb 24 2021, 11:51 AM
mm added a comment to D28892: unzip: sync with NetBSD upstream to add passphrase support.
In D28892#647126, @nyan wrote:
In D28892#646718, @ak wrote:

Also, I just noticed that in half of return statements we don't use parentheses, which is violation of style(7).

Yes, but it's a difference of style between FreeBSD and NetBSD.
So I don't change it.

Feb 24 2021, 11:46 AM
madpilot updated the diff for D28871: Update virtualbox to 6.1.18 and repocopy version 5 to -legacy ports..

Updating the patch to improve some details.

Feb 24 2021, 11:42 AM
nyan added a comment to D28892: unzip: sync with NetBSD upstream to add passphrase support.
In D28892#646718, @ak wrote:

Also, I just noticed that in half of return statements we don't use parentheses, which is violation of style(7).

Feb 24 2021, 11:41 AM
nyan updated the diff for D28892: unzip: sync with NetBSD upstream to add passphrase support.
Feb 24 2021, 11:40 AM
khng updated the diff for D28347: Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9)..

In vop_stddeallocate:

  • Use zero_region for zero-filling
  • Replace MAXPHYS with maxphys
Feb 24 2021, 11:26 AM
martymac committed rP566471: Repocopy devel/onetbb from devel/tbb.
Repocopy devel/onetbb from devel/tbb
Feb 24 2021, 11:15 AM
martymac committed rP566470: Remove devel/onetbb to re-add it through repocopy.
Remove devel/onetbb to re-add it through repocopy
Feb 24 2021, 11:09 AM
martymac committed rP566469: Update Simgear and Flightgear ports to 2020.3.6.
Update Simgear and Flightgear ports to 2020.3.6
Feb 24 2021, 11:07 AM
kib added a comment to D28901: buf: Fix the dirtybufthresh check.

I guess this case is intended for when a single-ish writer is outpacing the buf daemon?

Kind of, yes.

Feb 24 2021, 10:59 AM
pizzamig committed rP566468: devel/pecl-xdebug: update to 3.0.3.
devel/pecl-xdebug: update to 3.0.3
Feb 24 2021, 10:58 AM
mjg accepted D28909: atomic: add atomic_interrupt_fence().
Feb 24 2021, 10:56 AM
kib requested review of D28909: atomic: add atomic_interrupt_fence().
Feb 24 2021, 10:50 AM
blackend committed rP566467: MFH: r561911 r566314.
MFH: r561911 r566314
Feb 24 2021, 10:46 AM
debdrup added a comment to D28882: inetd: Add examples from manual page and other sources.

Just being curious, what's the benefit of running rsyncd through inetd instead of using its standalone daemon?

Feb 24 2021, 10:39 AM
0mp committed rP566466: Add devel/py-protobuf-compiler.
Add devel/py-protobuf-compiler
Feb 24 2021, 10:39 AM
0mp committed rP566465: Update to 1.13.6.
Update to 1.13.6
Feb 24 2021, 10:37 AM
arichardson updated the diff for D28852: Allow using sanitizers for ssp tests with out-of-tree compiler.

Add missing .

Feb 24 2021, 10:28 AM
arichardson added a comment to D28852: Allow using sanitizers for ssp tests with out-of-tree compiler.
In D28852#646943, @dim wrote:

Though I dislike this all getting so complex, I guess there is no good alternative way to get the required information. At some point using an external toolchain will become the default, and then it'd better work... :)

I would really like if there was a way to not always have to pass the resource dir option, though. It seems to be unconditonallly passed now? And I don't think we always want to embed rpaths into executables?

Feb 24 2021, 10:27 AM
rm committed rP566464: devel/py-zope.interface: update to 5.2.0.
devel/py-zope.interface: update to 5.2.0
Feb 24 2021, 10:15 AM
tsoome updated the diff for D28849: loader: use display pixel density for font autoselection.

use MAX().

Feb 24 2021, 10:10 AM
rm committed rP566463: www/py-httpbin: add NO_ARCH.
www/py-httpbin: add NO_ARCH
Feb 24 2021, 10:02 AM
rm committed rP566462: Pytest-httpbin creates a pytest fixture that is dependency-injected.
Pytest-httpbin creates a pytest fixture that is dependency-injected
Feb 24 2021, 9:56 AM
rm committed rP566461: A simple HTTP Request & Response Service..
A simple HTTP Request & Response Service.
Feb 24 2021, 9:54 AM
olgeni committed rP566460: Update net/croc to version 8.6.8..
Update net/croc to version 8.6.8.
Feb 24 2021, 9:36 AM
makc committed rP566459: Add new port devel/py-jupyterlab-widgets:.
Add new port devel/py-jupyterlab-widgets:
Feb 24 2021, 9:33 AM
dch committed rP566458: databases/foundationdb: update to 6.3.10.
databases/foundationdb: update to 6.3.10
Feb 24 2021, 9:29 AM
madpilot committed rP566457: Update xfce4-cpugraph-plugin to 1.2.3.
Update xfce4-cpugraph-plugin to 1.2.3
Feb 24 2021, 9:14 AM
arichardson added a comment to D28884: Remove XFAILs from fmaxmin test.

Yes that should also be removed. Will update

Feb 24 2021, 8:46 AM
debdrup accepted D28905: committers-guide: update commit trailer descriptions.

I forgot to accept this, didn't I.

Feb 24 2021, 8:43 AM
debdrup accepted D26123: [handbook] Remove reference to cusueeme.

Once these two minor things have been fixed (which can be done before commiting pushing), it looks good to me.

Feb 24 2021, 8:42 AM
dch committed rP566456: www/h2o*: revert r566455 - broken with current libressl.
www/h2o*: revert r566455 - broken with current libressl
Feb 24 2021, 8:39 AM
kib committed rG2947fc2ccf91: lockf: ensure atomicity of lockf for open(O_CREAT|O_EXCL|O_EXLOCK) (authored by kib).
lockf: ensure atomicity of lockf for open(O_CREAT|O_EXCL|O_EXLOCK)
Feb 24 2021, 8:03 AM
kib committed rGc6e46d0c6b9a: fifo: minor comment and assert improvements. (authored by kib).
fifo: minor comment and assert improvements.
Feb 24 2021, 8:03 AM
kib committed rG3f0157cb6578: ffs_unlock: assert that IN_ENDOFF is not leaked past locked scope (authored by kib).
ffs_unlock: assert that IN_ENDOFF is not leaked past locked scope
Feb 24 2021, 8:03 AM
kib committed rGea8aa5f3edbb: ffs softdep: Force processing of VI_OWEINACT vnodes when there is inode shortage (authored by kib).
ffs softdep: Force processing of VI_OWEINACT vnodes when there is inode shortage
Feb 24 2021, 8:03 AM
kib committed rGb1ed1a515137: softdep_request_cleanup: wait for softdep_request_clean_flush() to pass (authored by kib).
softdep_request_cleanup: wait for softdep_request_clean_flush() to pass
Feb 24 2021, 8:02 AM
kib committed rG6dde909bb597: ufs_inactive(): stop hiding ERELOOKUP from ffs_truncate(), return it. (authored by kib).
ufs_inactive(): stop hiding ERELOOKUP from ffs_truncate(), return it.
Feb 24 2021, 8:02 AM
kib committed rGbbf612a1af56: Stop ignoring ERELOOKUP from VOP_INACTIVE() (authored by kib).
Stop ignoring ERELOOKUP from VOP_INACTIVE()
Feb 24 2021, 8:02 AM
dch committed rP566455: www/h2o*: support libressl, drop surplus replaces.
www/h2o*: support libressl, drop surplus replaces
Feb 24 2021, 8:02 AM
kib committed rGd72a156fb67d: ufs vnops: brace softdep_prelink() with DOINGSUJ instead of DOINGSOFTDEP (authored by kib).
ufs vnops: brace softdep_prelink() with DOINGSUJ instead of DOINGSOFTDEP
Feb 24 2021, 8:02 AM
kib committed rGdf1314860ab0: ffs softdep: remove will_direnter argument of softdep_prelink() (authored by kib).
ffs softdep: remove will_direnter argument of softdep_prelink()
Feb 24 2021, 8:02 AM
kib committed rG220cd6b04580: ufs_direnter: directory truncation does not need special case for rename (authored by kib).
ufs_direnter: directory truncation does not need special case for rename
Feb 24 2021, 8:02 AM
kib committed rGe1e108f35102: ufs_rename: use VOP_VPUT_PAIR and rely on directory sync/truncation there (authored by kib).
ufs_rename: use VOP_VPUT_PAIR and rely on directory sync/truncation there
Feb 24 2021, 8:02 AM
kib committed rGc918922cb9a7: ufs_direnter: move directory truncation to ffs_vput_pair(). (authored by kib).
ufs_direnter: move directory truncation to ffs_vput_pair().
Feb 24 2021, 8:02 AM
kib committed rGb7d28c4e9073: ffs_vput_pair(): try harder to recover from the vnode reclaim (authored by kib).
ffs_vput_pair(): try harder to recover from the vnode reclaim
Feb 24 2021, 8:02 AM
kib committed rG1de6eb52fdbf: FFS: implement special VOP_VPUT_PAIR(). (authored by kib).
FFS: implement special VOP_VPUT_PAIR().
Feb 24 2021, 8:02 AM
kib committed rGd96c8375a637: nfsserver: use VOP_VPUT_PAIR(). (authored by kib).
nfsserver: use VOP_VPUT_PAIR().
Feb 24 2021, 8:02 AM
kib committed rG6c465e4719ab: ffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE. (authored by kib).
ffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.
Feb 24 2021, 8:02 AM
kib committed rGb7a3af0b9f01: Use VOP_VPUT_PAIR() for eligible VFS syscalls. (authored by kib).
Use VOP_VPUT_PAIR() for eligible VFS syscalls.
Feb 24 2021, 8:02 AM
kib committed rGe45f7c841983: nullfs: provide special bypass for VOP_VPUT_PAIR (authored by kib).
nullfs: provide special bypass for VOP_VPUT_PAIR
Feb 24 2021, 8:01 AM
kib committed rG1f96e4cd1e3c: Add VOP_VPUT_PAIR() with trivial default implementation. (authored by kib).
Add VOP_VPUT_PAIR() with trivial default implementation.
Feb 24 2021, 8:01 AM
kib committed rG75f0d88bd3f0: vn_open(): If the vnode is reclaimed during open(2), do not return error. (authored by kib).
vn_open(): If the vnode is reclaimed during open(2), do not return error.
Feb 24 2021, 8:01 AM
kib committed rGed3b4bbe359b: ufs_direnter/SU: unconditionally UFS_UPDATE inode when extending directory (authored by kib).
ufs_direnter/SU: unconditionally UFS_UPDATE inode when extending directory
Feb 24 2021, 8:01 AM
kib committed rG861d47845f24: ffs_syncvnode: only clear IN_NEEDSYNC after successfull sync (authored by kib).
ffs_syncvnode: only clear IN_NEEDSYNC after successfull sync
Feb 24 2021, 8:01 AM
kib committed rGed0639829323: Merge ufs_fhtovp() into ffs_inotovp(). (authored by kib).
Merge ufs_fhtovp() into ffs_inotovp().
Feb 24 2021, 8:01 AM
kib committed rGe3e958f3a4f2: ffs_inotovp(): interface to convert (ino, gen) into alive vnode (authored by kib).
ffs_inotovp(): interface to convert (ino, gen) into alive vnode
Feb 24 2021, 8:00 AM
kib committed rG9255b36faf8a: ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf() (authored by kib).
ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()
Feb 24 2021, 8:00 AM
kib committed rG0672f9d80860: ffs: call ufsdirhash_dirtrunc() right after setting directory size (authored by kib).
ffs: call ufsdirhash_dirtrunc() right after setting directory size
Feb 24 2021, 8:00 AM
kib committed rG750252612dad: buf SU hooks: track buf_start() calls with B_IOSTARTED flag (authored by kib).
buf SU hooks: track buf_start() calls with B_IOSTARTED flag
Feb 24 2021, 7:59 AM
kib committed rG6f30ac9995ff: Call softdep_prealloc() before taking ffs_lock_ea(), if unlock is committing (authored by kib).
Call softdep_prealloc() before taking ffs_lock_ea(), if unlock is committing
Feb 24 2021, 7:57 AM
kib committed rG5e198e7646a2: ffs_close_ea: do not relock vnode under lock_ea (authored by kib).
ffs_close_ea: do not relock vnode under lock_ea
Feb 24 2021, 7:57 AM
kib committed rGc6d68ca842a3: ffs_vnops.c: style (authored by kib).
ffs_vnops.c: style
Feb 24 2021, 7:57 AM
kib committed rG498314627946: ffs: do not call softdep_prealloc() from UFS_BALLOC() (authored by kib).
ffs: do not call softdep_prealloc() from UFS_BALLOC()
Feb 24 2021, 7:57 AM
kib committed rGcc9958bf22f1: ffs_reallocblks: change the guard for softdep_prealloc() call to DOINGSUJ() (authored by kib).
ffs_reallocblks: change the guard for softdep_prealloc() call to DOINGSUJ()
Feb 24 2021, 7:57 AM
ehaupt committed rP566454: net-p2p/xmrig: Allow to set additional startup flags via xmrig_flags rc.subr.
net-p2p/xmrig: Allow to set additional startup flags via xmrig_flags rc.subr
Feb 24 2021, 7:50 AM
gerald committed rP566453: Update to the 20210218 snapshot of GCC 8.4.1..
Update to the 20210218 snapshot of GCC 8.4.1.
Feb 24 2021, 7:40 AM
yuri committed rP566452: New port: science/libecpint: Library for the evaluation of integrals overโ€ฆ.
New port: science/libecpint: Library for the evaluation of integrals overโ€ฆ
Feb 24 2021, 7:39 AM
wma added a comment to D28883: Shared library randomization.

That's a very good point, unfortunately I don't have a clear answer.
I'm aware of the problem with grep and this patch definitely not resolves it.

Feb 24 2021, 7:35 AM
rlibby accepted D28901: buf: Fix the dirtybufthresh check.

I guess this case is intended for when a single-ish writer is outpacing the buf daemon?

Feb 24 2021, 7:01 AM
ohauer committed rP566451: - update to 3.6-20210221.
- update to 3.6-20210221
Feb 24 2021, 6:59 AM
fernape committed rP566450: MFH: r566449.
MFH: r566449
Feb 24 2021, 6:31 AM
fernape committed rP566449: net/widentd: Replace deprecated variable (fixes build).
net/widentd: Replace deprecated variable (fixes build)
Feb 24 2021, 6:29 AM
mckusick accepted D28901: buf: Fix the dirtybufthresh check.
Feb 24 2021, 6:11 AM
gordon committed R9:516370df6584: Add EN-21:06 to EN-21:08 and SA-21:03 to SA-21:06. (authored by gordon).
Add EN-21:06 to EN-21:08 and SA-21:03 to SA-21:06.
Feb 24 2021, 5:54 AM
cy committed rG6e822e99570f: rc: fix parse of $local_startup (authored by cy).
rc: fix parse of $local_startup
Feb 24 2021, 5:23 AM
rajeshasp committed rGec786886661a: Update manpage for AMD 10GbE driver (authored by rajeshasp).
Update manpage for AMD 10GbE driver
Feb 24 2021, 5:05 AM
rajeshasp closed D28724: Update manpage for AMD 10GbE driver.
Feb 24 2021, 5:04 AM
kevans committed rG5e57a3806ef3: 504ebd612ec: kern: sonewconn: set so_options before pru_attach() (authored by kevans).
504ebd612ec: kern: sonewconn: set so_options before pru_attach()
Feb 24 2021, 4:53 AM
kevans committed rG7f73db6d04d0: 504ebd612ec: kern: sonewconn: set so_options before pru_attach() (authored by kevans).
504ebd612ec: kern: sonewconn: set so_options before pru_attach()
Feb 24 2021, 4:50 AM
arrowd added a comment to D28906: lang/ghc: Update arm bootstrap.

When preparing a bootstrap it is advised to build with all OPTIONS set to OFF to save space and build time. Would you mind rerolling it again? If you don't want to do this, let's just commit it.

Feb 24 2021, 4:35 AM
gjb committed R9:59315f341b08: add BETA4 to the 13.o schedule (authored by gjb).
add BETA4 to the 13.o schedule
Feb 24 2021, 4:33 AM
lwhsu added a comment to D28325: Add Orange PI Zero Plus u-boot package.

Can we boot on OrangePi Zero Plus now?

Feb 24 2021, 4:01 AM
lwhsu accepted D28864: www/nostromo: Fix build with default PIE..
Feb 24 2021, 3:58 AM
lwhsu accepted D28866: mail/mailest: Fix build with default PIE..
Feb 24 2021, 3:57 AM
lwhsu accepted D28869: multimedia/cx88: Fix build with default PIE..
Feb 24 2021, 3:56 AM
lwhsu accepted D28889: Fix ptrace_test:ptrace__syscall_args after ATF upgrade.
Feb 24 2021, 3:46 AM
nwhitehorn committed rG1af48800c20f: Delete memstick images for PowerPC. (authored by nwhitehorn).
Delete memstick images for PowerPC.
Feb 24 2021, 3:20 AM
ehem_freebsd_m5p.com added a comment to D28831: xen: remove x86-ism from Xen common code.

Do you have a git repo I can pick this patch from? So that it has the proper Author field. Also in FreeBSD we tend to use the 'Sponsored by:' tag to credit the company that paid for the work (if any):

https://cgit.freebsd.org/src/commit/?id=0eaa97f0e8629bcf678ff4de2678e4cba00f1c91

Feb 24 2021, 3:20 AM