Page MenuHomeFreeBSD
Feed All Stories

Oct 30 2020

mandree committed rP553713: Update security/openvpn 2.5. For 2.3 peers, update your configuration,.
Update security/openvpn 2.5. For 2.3 peers, update your configuration,
Oct 30 2020, 8:36 PM
jhb requested review of D27028: Clear tp->tod in t4_pcb_detach()..
Oct 30 2020, 8:35 PM
jhb requested review of D27027: Use a dynamic buffer for the copy of a node's new value..
Oct 30 2020, 8:34 PM
rlibby added inline comments to D26851: vm_map: Handle kernel map entry allocator recursion.
Oct 30 2020, 8:21 PM
tig_freebsdfoundation.org updated the diff for D26909: Readelf: add -z decompression support.
Oct 30 2020, 8:17 PM
mjg closed D27019: malloc: delegate M_EXEC handling to malloc_exec + clean up a little.
Oct 30 2020, 8:02 PM
mjg committed rS367186: malloc: delegate M_EXEC handling to dedicacted routines.
malloc: delegate M_EXEC handling to dedicacted routines
Oct 30 2020, 8:02 PM
mjg requested review of D27026: Export kernel malloc sizes.
Oct 30 2020, 7:55 PM
kai added a comment to D26961: games/anki: Update to 2.1.35.

Im not sure whether it is a good idea to execute all the commands silenty during build -- I would probably prefer to remove the '@'.

Oct 30 2020, 7:53 PM
jkim committed rS367185: Add ossl(4) to cryptotest..
Add ossl(4) to cryptotest.
Oct 30 2020, 7:53 PM
ngie requested changes to D26220: Improve test coverage for sbuf.

This change does more than advertised in the CR description (which doesn't describe as much as the commit message should).

Oct 30 2020, 7:49 PM · tests
markj accepted D27019: malloc: delegate M_EXEC handling to malloc_exec + clean up a little.
Oct 30 2020, 7:46 PM
kp added a comment to D27023: igmp: convert igmpstat to use PCPU counters.
In D27023#602923, @kp wrote:

What else in the kernel wants to have access to this information?

Nothing yet. NetApp has a module that aggregates stats from various protocols, so that's where this patch is coming from. It would seem that a read-only copy is enough for this use-case, if that's your concern.

I was mostly just wondering. If I'd noticed the inverse (i.e. V_igmpstat is in the header but used nowhere else) I'd be inclined to reverse that. Generally you want as little visibility for your data as possible.
It may be worth adding a comment here to explain why it's in the header.

Oct 30 2020, 7:42 PM
se committed rS367184: Update man-pages to describe the user.localbase variable added in r367179..
Update man-pages to describe the user.localbase variable added in r367179.
Oct 30 2020, 7:38 PM
pizzamig closed D26429: bectl: Add -o flag to destroy command in the help message.
Oct 30 2020, 7:38 PM
pizzamig committed rS367183: bectl(8): missing flag in the help message.
bectl(8): missing flag in the help message
Oct 30 2020, 7:38 PM
mhorne added a comment to D27023: igmp: convert igmpstat to use PCPU counters.
In D27023#602923, @kp wrote:

What else in the kernel wants to have access to this information?

Oct 30 2020, 7:29 PM
kib added a comment to D27025: [RFC] Fix abort in malloc extent coalescing..

I think this change is fine as is.

Oct 30 2020, 7:28 PM
danfe committed rP553712: Update IceWM to version 1.9.0..
Update IceWM to version 1.9.0.
Oct 30 2020, 7:28 PM
se added a comment to D27022: Introduce getlocalbase.3.

I'm still in doubt about the usefulness of LOCALBASE being specified at run-time if it is not applied to all paths in the system.
And for all other cases (not changed at run-time) a compiled in _PATH_LOCALBASE works as well, while scripts can use the sysctl command.

Oct 30 2020, 7:27 PM
martymac committed rP553711: Update to 2.13.2.
Update to 2.13.2
Oct 30 2020, 7:24 PM
ngie updated subscribers of D26220: Improve test coverage for sbuf.
Oct 30 2020, 7:23 PM · tests
imp added inline comments to D27022: Introduce getlocalbase.3.
Oct 30 2020, 7:22 PM
imp added inline comments to D27022: Introduce getlocalbase.3.
Oct 30 2020, 7:20 PM
imp added inline comments to D26925: Always return MMC errors from mmc_handle_reply().
Oct 30 2020, 7:09 PM
cem closed D27017: linux(4): Quiesce warning about madvise(..., -1).
Oct 30 2020, 7:03 PM
cem committed rS367182: linux(4): Quiesce warning about madvise(..., -1).
linux(4): Quiesce warning about madvise(..., -1)
Oct 30 2020, 7:03 PM
cem committed rS367181: UFS2: Fix DoS due to corrupted extattrfile.
UFS2: Fix DoS due to corrupted extattrfile
Oct 30 2020, 7:00 PM
khng updated the diff for D26884: Implement sndstat nvlist-based enumeration ioctls..
  • Use CHN_F_VIRTUAL to get rid of virtual channels
Oct 30 2020, 6:59 PM
dgr_semihalf.com requested review of D27025: [RFC] Fix abort in malloc extent coalescing..
Oct 30 2020, 6:58 PM
kibab updated the summary of D26925: Always return MMC errors from mmc_handle_reply().
Oct 30 2020, 6:56 PM
kibab closed D25963: camcontrol: add mmcsdcmd help.
Oct 30 2020, 6:55 PM
kibab committed rS367180: Add help messages for camcontrol(8) MMCCAM functionality.
Add help messages for camcontrol(8) MMCCAM functionality
Oct 30 2020, 6:55 PM
se closed D27009: Make LOCALBASE available as a sysctl value.
Oct 30 2020, 6:48 PM
se committed rS367179: Add read only sysctl variable user.localbase.
Add read only sysctl variable user.localbase
Oct 30 2020, 6:48 PM
cem updated the diff for D27011: unix(4): Add SOL_LOCAL:LOCAL_PASSCRED.
  • Improve unpcb names somewhat
  • Clarify that the difference from LOCAL_CREDS applies only to stream/seqpacket sockets
Oct 30 2020, 6:48 PM
mjg updated the diff for D27019: malloc: delegate M_EXEC handling to malloc_exec + clean up a little.
  • also patch malloc_domainset
  • manpage
Oct 30 2020, 6:45 PM
cem updated the diff for D27012: linux(4): Emulate Linux SOL_SOCKET:SO_PASSCRED.
  • Reorder second switch case to match first; no functional change.
Oct 30 2020, 6:33 PM
cem updated the diff for D27015: linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE.
  • Update the comment. No functional change.
Oct 30 2020, 6:30 PM
cem retitled D27015: linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE from linux(4) prctl(2): Stub implement PR_[GS]ET_DUMPABLE to linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE.
Oct 30 2020, 6:25 PM
cem updated the diff for D27015: linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE.

Fix typo

Oct 30 2020, 6:24 PM
se committed rP553710: Upgrade to to FreeBSD base SVN revision r367173.
Upgrade to to FreeBSD base SVN revision r367173
Oct 30 2020, 6:24 PM
mhorne closed D26987: arm64: set the correct partition type in make-memstick.sh.
Oct 30 2020, 6:22 PM
mhorne committed rS367178: arm64: set the correct partition type in make-memstick.sh.
arm64: set the correct partition type in make-memstick.sh
Oct 30 2020, 6:22 PM
joneum committed rP553709: Updat to 4.9.7.
Updat to 4.9.7
Oct 30 2020, 6:22 PM
mhorne closed D26986: Convert arm64 VM images to GPT.
Oct 30 2020, 6:21 PM
mhorne committed rS367177: arm64: convert virtual machine images to GPT.
arm64: convert virtual machine images to GPT
Oct 30 2020, 6:21 PM
cem added a comment to D27016: linux(4) clone(2): Correctly handle CLONE_FS and CLONE_FILES.

Datapoint: glibc does not appear to use CLONE_FS anywhere internally (or rather, only once, in tandem with CLONE_FILES, for creating threads): https://github.com/bminor/glibc/search?q=CLONE_FS

Oct 30 2020, 6:19 PM
mhorne closed D26985: vmimage.subr: noisier failure for unsupported targets.
Oct 30 2020, 6:18 PM
mhorne committed rS367176: vmimage.subr: noisier failure for unsupported targets.
vmimage.subr: noisier failure for unsupported targets
Oct 30 2020, 6:18 PM
kp added a comment to D27023: igmp: convert igmpstat to use PCPU counters.

What else in the kernel wants to have access to this information?

Oct 30 2020, 6:18 PM
mhorne closed D26984: Slight refactor in vmimage.subr.
Oct 30 2020, 6:16 PM
mhorne committed rS367175: Slight refactor in vmimage.subr.
Slight refactor in vmimage.subr
Oct 30 2020, 6:16 PM
imp accepted D25963: camcontrol: add mmcsdcmd help.
Oct 30 2020, 6:05 PM
mhorne updated the diff for D27023: igmp: convert igmpstat to use PCPU counters.

Remove the accidental newline.

Oct 30 2020, 6:03 PM
mhorne requested review of D27024: Fix declaration of rn_addmask().
Oct 30 2020, 6:01 PM
afscoelho_gmail.com updated the diff for D25785: Fix mpr driver endianness.

Review fixes.

Oct 30 2020, 5:58 PM · PowerPC
mhorne requested review of D27023: igmp: convert igmpstat to use PCPU counters.
Oct 30 2020, 5:56 PM
emaste accepted D27017: linux(4): Quiesce warning about madvise(..., -1).
Oct 30 2020, 5:56 PM
markj updated the diff for D26910: Make pmap_invalidate_ept() wait synchronously for guest exits.

Drop uses of _acq in updates of pm_eptgen and pm_active.

Oct 30 2020, 5:55 PM
khng updated the summary of D26884: Implement sndstat nvlist-based enumeration ioctls..
Oct 30 2020, 5:49 PM
scottl added inline comments to D27022: Introduce getlocalbase.3.
Oct 30 2020, 5:47 PM
khng updated the summary of D26884: Implement sndstat nvlist-based enumeration ioctls..
Oct 30 2020, 5:47 PM
scottl updated the diff for D27022: Introduce getlocalbase.3.

More bugfixes

Oct 30 2020, 5:44 PM
tcberner accepted D26961: games/anki: Update to 2.1.35.

Rust ports are "beautiful" :P

Oct 30 2020, 5:43 PM
khng updated the summary of D26884: Implement sndstat nvlist-based enumeration ioctls..
Oct 30 2020, 5:42 PM
rpokala added inline comments to D27022: Introduce getlocalbase.3.
Oct 30 2020, 5:41 PM
trasz accepted D27017: linux(4): Quiesce warning about madvise(..., -1).
Oct 30 2020, 5:40 PM
imp accepted D27014: Use sysctl value for localbase in rc files.
Oct 30 2020, 5:38 PM
imp accepted D27009: Make LOCALBASE available as a sysctl value.
Oct 30 2020, 5:37 PM
tcberner accepted D26960: [NEW PORT] devel/py-maturin.

lgtm

Oct 30 2020, 5:37 PM
scottl accepted D27014: Use sysctl value for localbase in rc files.
Oct 30 2020, 5:35 PM
scottl accepted D27009: Make LOCALBASE available as a sysctl value.
Oct 30 2020, 5:34 PM
fernape committed rP553708: MFH: r553707.
MFH: r553707
Oct 30 2020, 5:33 PM
fernape committed rP553707: emulators/mgba: Update to 0.8.4.
emulators/mgba: Update to 0.8.4
Oct 30 2020, 5:31 PM
cem updated the diff for D27017: linux(4): Quiesce warning about madvise(..., -1).

Separate -1 and default cases.

Oct 30 2020, 5:31 PM
scottl added inline comments to D27022: Introduce getlocalbase.3.
Oct 30 2020, 5:29 PM
scottl updated the diff for D27022: Introduce getlocalbase.3.

Fix bugs found in review

Oct 30 2020, 5:29 PM
khng updated the diff for D26884: Implement sndstat nvlist-based enumeration ioctls..
  • Fix nvlist_add_boolean() typo.
  • Remove bitperfect field from ud::userdev
Oct 30 2020, 5:27 PM
trasz updated the diff for D26974: Add linux_to_bsd_errtbl[].

Add missing chunk.

Oct 30 2020, 5:24 PM
gjb added a comment to D26986: Convert arm64 VM images to GPT.

@gjb Would you prefer to see this change (and the preceeding ones) MFC'd to stable/12, or should it be for 13 only?

Oct 30 2020, 5:23 PM
rpokala added inline comments to D27022: Introduce getlocalbase.3.
Oct 30 2020, 5:19 PM
kibab added a comment to D25963: camcontrol: add mmcsdcmd help.
In D25963#602721, @bz wrote:

Thank you SOOOOOOOOOOO MUCH!!!!

If this builds, commit it! It'll help a lot!

Oct 30 2020, 5:18 PM
imp added a comment to D27022: Introduce getlocalbase.3.

I like it generally. I wonder what to do about shell. I think the following

Oct 30 2020, 5:18 PM
kibab added a reviewer for D25963: camcontrol: add mmcsdcmd help: imp.
Oct 30 2020, 5:17 PM
dmgk committed rP553706: sysutils/ctop: Update to 0.7.4.
sysutils/ctop: Update to 0.7.4
Oct 30 2020, 5:15 PM
dmgk committed rP553705: www/gobuffalo: Update to 0.16.16.
www/gobuffalo: Update to 0.16.16
Oct 30 2020, 5:13 PM
mhorne added a comment to D26986: Convert arm64 VM images to GPT.

@gjb Would you prefer to see this change (and the preceeding ones) MFC'd to stable/12, or should it be for 13 only?

Oct 30 2020, 5:11 PM
dmgk committed rP553704: devel/liteide: Update to 37.3.
devel/liteide: Update to 37.3
Oct 30 2020, 5:11 PM
markj added inline comments to D26909: Readelf: add -z decompression support.
Oct 30 2020, 5:11 PM
blackend committed rD54667: MFen: r54061.
MFen: r54061
Oct 30 2020, 5:11 PM
markj closed D26901: cryptodev: Annotate hmac_init_(i|o)pad() to use a const auth_hash.
Oct 30 2020, 5:06 PM
markj committed rS367174: opencrypto: Annotate hmac_init_(i|o)pad() to make auth_hash const.
opencrypto: Annotate hmac_init_(i|o)pad() to make auth_hash const
Oct 30 2020, 5:06 PM
tcberner committed rP553703: net/kitinerary: add dependency on libphonenumber -- this enables parsing and….
net/kitinerary: add dependency on libphonenumber -- this enables parsing and…
Oct 30 2020, 5:04 PM
blackend committed rD54666: Add translated version of x-compiz-fusion section..
Add translated version of x-compiz-fusion section.
Oct 30 2020, 5:02 PM
tcberner committed rP553702: devel/libphonenumber: update to 8.12.12.
devel/libphonenumber: update to 8.12.12
Oct 30 2020, 4:58 PM
khng updated the diff for D26884: Implement sndstat nvlist-based enumeration ioctls..
  • Add pminrate/pmaxrate and rminrate/rmaxrate labels
  • Add pfmts and rfmts labels
  • Add bitperfect label for sound(4) dsps
Oct 30 2020, 4:54 PM
scottl added a comment to D27014: Use sysctl value for localbase in rc files.

I think I have a way for us to converge on our strategies. Please see https://reviews.freebsd.org/D27022

Oct 30 2020, 4:53 PM
scottl requested review of D27022: Introduce getlocalbase.3.
Oct 30 2020, 4:51 PM
cem added a comment to D27016: linux(4) clone(2): Correctly handle CLONE_FS and CLONE_FILES.

The reason we handle CLONE_FS by setting RFFDG is because a process' cwd (and chroot dir and umask) is stored in the fd table.

Oct 30 2020, 4:49 PM