Page MenuHomeFreeBSD
Feed All Stories

Dec 14 2018

jbeich committed rP487475: multimedia/gmmlib: update to 18.4.1 (nop).
multimedia/gmmlib: update to 18.4.1 (nop)
Dec 14 2018, 11:41 PM
jbeich committed rP487474: games/openbor: update to 6551.
games/openbor: update to 6551
Dec 14 2018, 11:41 PM
jbeich committed rP487473: multimedia/aom: update to 1.0.0.1038.
multimedia/aom: update to 1.0.0.1038
Dec 14 2018, 11:41 PM
jbeich committed rP487472: emulators/citra: update to s20181212.
emulators/citra: update to s20181212
Dec 14 2018, 11:41 PM
mat committed rP487471: Use USE_GITHUB properly..
Use USE_GITHUB properly.
Dec 14 2018, 11:31 PM
mw committed rS342104: Fix error check for ACPI_ID_PROBE in the TPM2.0 driver.
Fix error check for ACPI_ID_PROBE in the TPM2.0 driver
Dec 14 2018, 10:23 PM
rew created D18564: allow creation of non-recursive boot environments (libbe).
Dec 14 2018, 10:19 PM
manu accepted D18376: make_dtb.sh: Use $CPP instead of assuming that cpp is in $PATH.
Dec 14 2018, 9:31 PM
imp committed rS342103: MFC: r334909 | imp.
MFC: r334909 | imp
Dec 14 2018, 9:30 PM
arichardson added a reviewer for D16762: Don't delete the source file when installing links on case-insensitive file systems: brooks.
Dec 14 2018, 9:24 PM
arichardson added a comment to D16762: Don't delete the source file when installing links on case-insensitive file systems.

Ping?

Dec 14 2018, 9:24 PM
arichardson updated the diff for D18376: make_dtb.sh: Use $CPP instead of assuming that cpp is in $PATH.

Also adjust make_dtbo.sh

Dec 14 2018, 9:22 PM
gonzo committed rS342102: [twsi] Make extres/clk part conditional based on the EXT_RESOURCES option value.
[twsi] Make extres/clk part conditional based on the EXT_RESOURCES option value
Dec 14 2018, 9:18 PM
bdragon added a comment to D18547: Fix llvm-tblgen self-bootstrap.

This could plausibly be either that binutils ld.bfd is more picky than lld about undefined references (in code that is ultimately dead, possibly? JSON.o / MicrosoftMangle.o seem like the sort of thing to me that would end up ultimately trimmed out) or that my build went down a path that is untested on amd64.

Dec 14 2018, 9:17 PM
arichardson committed rS342101: Allow bootstrapping libnv on macOS and Linux.
Allow bootstrapping libnv on macOS and Linux
Dec 14 2018, 9:16 PM
arichardson closed D18472: Allow bootstrapping libnv on macOS and Linux.
Dec 14 2018, 9:16 PM
danilo committed rP487470: - Update to 2.1.0.
- Update to 2.1.0
Dec 14 2018, 9:15 PM
markj committed rS342100: Add some more checking to the RISC-V page fault handler..
Add some more checking to the RISC-V page fault handler.
Dec 14 2018, 9:07 PM
markj closed D18561: Add some more checking to the page fault handler..
Dec 14 2018, 9:07 PM
bdragon updated the diff for D18547: Fix llvm-tblgen self-bootstrap.

Always include xxhash.cpp in libllvm, to fix buildworld on powerpc64 with binutils ld.

Dec 14 2018, 9:05 PM
markj committed rS342099: Avoid needless TLB invalidations in pmap_remove_pages()..
Avoid needless TLB invalidations in pmap_remove_pages().
Dec 14 2018, 9:04 PM
markj closed D18562: Avoid needless TLB invalidations in pmap_remove_pages()..
Dec 14 2018, 9:04 PM
markj committed rS342098: Assume that pmap_l1() will return a PTE..
Assume that pmap_l1() will return a PTE.
Dec 14 2018, 9:03 PM
markj closed D18563: pmap_l1() won't return a NULL pointer..
Dec 14 2018, 9:03 PM
glebius added inline comments to D17773: UMA limits in zone & more.
Dec 14 2018, 9:01 PM
markj committed rS342097: Add a QEMU config for RISC-V..
Add a QEMU config for RISC-V.
Dec 14 2018, 9:00 PM
markj closed D18560: Add a QEMU config..
Dec 14 2018, 9:00 PM
eugen_grosbein.net accepted D18546: dhclient(8) issues unneeded ioctl(SIOCSIFMTU) on every lease renew.

That makes sense, thanks.

Dec 14 2018, 8:58 PM · network
markj committed rS342096: Enable witness(4) in the RISC-V GENERIC config..
Enable witness(4) in the RISC-V GENERIC config.
Dec 14 2018, 8:58 PM
markj closed D18559: Enable WITNESS on RISC-V..
Dec 14 2018, 8:58 PM
cem added inline comments to D18546: dhclient(8) issues unneeded ioctl(SIOCSIFMTU) on every lease renew.
Dec 14 2018, 8:49 PM · network
feld committed rP487469: multimedia/plexmediaserver-plexpass: Update to 1.14.1.5487.
multimedia/plexmediaserver-plexpass: Update to 1.14.1.5487
Dec 14 2018, 8:45 PM
gnn updated the diff for D18505: Remove the timed daemon..

Address recent comments by bz@, but not src.conf

Dec 14 2018, 8:44 PM
sobomax added a comment to D18546: dhclient(8) issues unneeded ioctl(SIOCSIFMTU) on every lease renew.
  1. At some point administrator logins and changes MTU from value X prescribed by the DHCP to some other value Y of his liking.

JFYI: the PR 229432 mentiones working way to ignore option 26 (MTU) supplied by DHCP server:

interface "em0" {

supersede interface-mtu 0;

}

Dec 14 2018, 8:39 PM · network
shurd added a comment to D18545: intel: correct initialization of tx_cidx_processed.

I'm not entirely certain how to reproduce the original setup that triggered the bug, so some help with that would be appreciated.

Dec 14 2018, 8:36 PM
bz added a comment to D18505: Remove the timed daemon..

Also please re-gen src.conf(5)

Dec 14 2018, 8:32 PM
bz added a comment to D18505: Remove the timed daemon..

I suggest a grep -ir timed over the src tree (ignore the .svn directory) is a good way of seeing or finding more.

Dec 14 2018, 8:31 PM
bz requested changes to D18505: Remove the timed daemon..

I think you are still not removing /etc/rc.d/timed using ObsoleteFiles and also libexec/rc/rc.d/timed (I assume is where it's coming from given the Makefile change) is still in SVN.

Dec 14 2018, 8:31 PM
joneum committed rP487468: Update to 9.5.3.
Update to 9.5.3
Dec 14 2018, 8:28 PM
jhb accepted D18563: pmap_l1() won't return a NULL pointer..
Dec 14 2018, 8:28 PM
jhb accepted D18562: Avoid needless TLB invalidations in pmap_remove_pages()..
Dec 14 2018, 8:27 PM
jhb accepted D18561: Add some more checking to the page fault handler..
Dec 14 2018, 8:25 PM
jhb accepted D18559: Enable WITNESS on RISC-V..
Dec 14 2018, 8:23 PM
jhb accepted D18560: Add a QEMU config..
Dec 14 2018, 8:22 PM
bz accepted D18443: Fix bugs in plugable CC algorithm and siftr sysctls..
Dec 14 2018, 8:22 PM
joneum committed rP487467: Update to 8.7.22.
Update to 8.7.22
Dec 14 2018, 8:18 PM
bdragon added a comment to D18547: Fix llvm-tblgen self-bootstrap.

I think it's possible that ld.bfd on powerpc64 is more picky than lld when it comes to missing references inside archives, because I am encountering a build failure on the main compiler as well.

Dec 14 2018, 8:17 PM
yuri committed rP487466: graphics/osg and graphics/osg-devel: Add USES=gl; Simplify CONFLICTS statement.
graphics/osg and graphics/osg-devel: Add USES=gl; Simplify CONFLICTS statement
Dec 14 2018, 8:12 PM
dru committed rD52692: Checkout URL clarified by gjb. Recorrected..
Checkout URL clarified by gjb. Recorrected.
Dec 14 2018, 8:08 PM
eugen_grosbein.net added a comment to D18546: dhclient(8) issues unneeded ioctl(SIOCSIFMTU) on every lease renew.
Dec 14 2018, 8:08 PM · network
markj added reviewers for D18563: pmap_l1() won't return a NULL pointer.: jhb, br.
Dec 14 2018, 8:08 PM
markj added reviewers for D18562: Avoid needless TLB invalidations in pmap_remove_pages().: jhb, br.
Dec 14 2018, 8:08 PM
markj added reviewers for D18561: Add some more checking to the page fault handler.: jhb, br.
Dec 14 2018, 8:08 PM
markj added reviewers for D18560: Add a QEMU config.: jhb, br.
Dec 14 2018, 8:08 PM
markj added reviewers for D18559: Enable WITNESS on RISC-V.: jhb, br.
Dec 14 2018, 8:08 PM
markj created D18563: pmap_l1() won't return a NULL pointer..
Dec 14 2018, 8:07 PM
markj created D18562: Avoid needless TLB invalidations in pmap_remove_pages()..
Dec 14 2018, 8:07 PM
markj created D18561: Add some more checking to the page fault handler..
Dec 14 2018, 8:07 PM
markj created D18560: Add a QEMU config..
Dec 14 2018, 8:07 PM
markj created D18559: Enable WITNESS on RISC-V..
Dec 14 2018, 8:06 PM
eugen_grosbein.net added a comment to D18546: dhclient(8) issues unneeded ioctl(SIOCSIFMTU) on every lease renew.

Hmm, there was https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229432 and corresponding commit https://svnweb.freebsd.org/base?view=revision&revision=336195 fixing the problem.

Was it insufficient or your tree does not have that fix?

Yes, you are right. We were looking at the FreeBSD 11.2 code here, I have not noticed there is another change in a trunk to fix the same issue. :(

Dec 14 2018, 8:06 PM · network
adamw committed rP487465: Update roda to 3.15.0.
Update roda to 3.15.0
Dec 14 2018, 8:02 PM
adamw committed rP487464: Update gnupg to 2.2.12.
Update gnupg to 2.2.12
Dec 14 2018, 8:01 PM
yuri committed rP487463: math/apron: Rm stray line.
math/apron: Rm stray line
Dec 14 2018, 7:57 PM
yuri committed rP487462: math/apron: Add forgotten patches that set SONAME on shared libraries.
math/apron: Add forgotten patches that set SONAME on shared libraries
Dec 14 2018, 7:56 PM
yuri committed rP487461: devel/ikos: Add APRON and PPL dependencies.
devel/ikos: Add APRON and PPL dependencies
Dec 14 2018, 7:54 PM
yuri committed rP487460: New port: math/apron: APRON numerical abstract domain library.
New port: math/apron: APRON numerical abstract domain library
Dec 14 2018, 7:53 PM
imp committed rS342095: atomic_cmpset return value is also an int..
atomic_cmpset return value is also an int.
Dec 14 2018, 7:48 PM
dbn committed rP487459: databases/portsgresql-prefix: Prefix Range module for PostgreSQL.
databases/portsgresql-prefix: Prefix Range module for PostgreSQL
Dec 14 2018, 7:39 PM
bcran updated the diff for D17947: Rework UEFI ESP generation.

Improve the usage() output of tools/boot/install-boot.sh

Dec 14 2018, 7:37 PM
imp accepted D18506: efirt: When present, attempt to use EFI runtime services to shutdown.

lgtm now

Dec 14 2018, 7:29 PM
bcran updated the diff for D17947: Rework UEFI ESP generation.

Use ${fat32min} in vmimage.subr too

Dec 14 2018, 7:25 PM
bcr updated the diff for D18541: Add ZFS usage examples to the freebsd-tips file.

Update with suggestions by Dru.

Dec 14 2018, 7:17 PM · ZFS
imp committed rS342094: atomic_fcmpset* return int, not the type of *..
atomic_fcmpset* return int, not the type of *.
Dec 14 2018, 7:15 PM
imp closed D18557: atomic_fcmpset* return int, not the type of *..
Dec 14 2018, 7:15 PM
dru added a comment to D18541: Add ZFS usage examples to the freebsd-tips file.

These look great!

Dec 14 2018, 7:14 PM · ZFS
gnn updated the diff for D18505: Remove the timed daemon..

Address leftover space.

Dec 14 2018, 7:05 PM
gnn added a comment to D18505: Remove the timed daemon..

Fixed

Dec 14 2018, 7:04 PM
dru committed rD52691: Checkout protocol is HTTP, not HTTPS..
Checkout protocol is HTTP, not HTTPS.
Dec 14 2018, 7:01 PM
tijl committed rP487458: Switch to vlc3 now that vlc has been marked deprecated..
Switch to vlc3 now that vlc has been marked deprecated.
Dec 14 2018, 6:57 PM
thierry committed rP487457: Master site switched from SourceForge to GitHub..
Master site switched from SourceForge to GitHub.
Dec 14 2018, 6:55 PM
markj committed rS342093: Clean up the riscv pmap_bootstrap() implementation..
Clean up the riscv pmap_bootstrap() implementation.
Dec 14 2018, 6:50 PM
markj closed D18464: Clean up initialization of phys_avail..
Dec 14 2018, 6:50 PM
dru committed rD52690: Update svn checkout URL in FDP..
Update svn checkout URL in FDP.
Dec 14 2018, 6:42 PM
markj committed rS342092: MFC r341694:.
MFC r341694:
Dec 14 2018, 6:40 PM
manu committed rS342091: allwinner: aw_pwm: Read value at attach.
allwinner: aw_pwm: Read value at attach
Dec 14 2018, 6:39 PM
markj committed rS342090: MFC r341693:.
MFC r341693:
Dec 14 2018, 6:39 PM
markj committed rS342089: MFC r341692:.
MFC r341692:
Dec 14 2018, 6:38 PM
manu committed rS342088: pwm(8): Add percentage value support for duty cycle.
pwm(8): Add percentage value support for duty cycle
Dec 14 2018, 6:38 PM
manu committed rS342087: pwm: Convert period and duty to unsigned int.
pwm: Convert period and duty to unsigned int
Dec 14 2018, 6:37 PM
jbeich committed rP487456: lang/rust-nightly: update to 1.32.0.20181214.
lang/rust-nightly: update to 1.32.0.20181214
Dec 14 2018, 6:21 PM
jbeich closed D18528: USES=cargo to respect CC for linking.
Dec 14 2018, 6:20 PM
jbeich committed rP487455: USES=cargo to respect CC for linking.
USES=cargo to respect CC for linking
Dec 14 2018, 6:20 PM
markj committed rS342086: Add support for the nForce MCP89 adapter..
Add support for the nForce MCP89 adapter.
Dec 14 2018, 6:16 PM
markj accepted D17773: UMA limits in zone & more.

The extra locking in zone_alloc_item() still makes me uncomfortable. For zones with small items it may be negligible, but large item zones such as those used by ZFS may be impacted more significantly.

Dec 14 2018, 6:13 PM
sobomax added a comment to D18546: dhclient(8) issues unneeded ioctl(SIOCSIFMTU) on every lease renew.

@eugen_grosbein.net actually upon thinking a little bit more about the difference between this proposed change and r336195 I came to a conclusion that those two are not necessarily mutually exclusive, but rather complementing each other. The problem with just r336195 alone is that it invalidates implicit expectations that dhclient should not try to touch interface at all after initial configuration, unless there are some changes on the DHCP side. As an administrator, I'd not expect dhclient to be actively policing interface parameters and try to enforce them, which would be the case for MTU now. Consider the following hypothetical scenario:

Dec 14 2018, 6:08 PM · network
bcran updated the diff for D17947: Rework UEFI ESP generation.

Changes per @imp's comments

Dec 14 2018, 6:06 PM
bcran added inline comments to D17947: Rework UEFI ESP generation.
Dec 14 2018, 6:05 PM
tsoome updated the diff for D18558: loader: zfs reader should not probe partitionless disks.

Small comment rerwrite

Dec 14 2018, 5:59 PM
tijl committed rP487454: - Install Solid actions in the right location for Plasma5..
- Install Solid actions in the right location for Plasma5.
Dec 14 2018, 5:57 PM