Page MenuHomeFreeBSD
Feed All Stories

Jun 23 2018

lakhanshiva_gmail.com retitled D15979: Add PNP info to PCI attachment of et, iir, ignore, isab, ips, ipw, ismt, iwm, ix, ixgb, ixv drivers from Add PNP info to PCI attachment of et, iir, ignore, isab, ips, ipw, iwm, ix, ixgb, ixv drivers to Add PNP info to PCI attachment of et, iir, ignore, isab, ips, ipw, ismt, iwm, ix, ixgb, ixv drivers.
Jun 23 2018, 12:08 PM
lakhanshiva_gmail.com updated the diff for D15979: Add PNP info to PCI attachment of et, iir, ignore, isab, ips, ipw, ismt, iwm, ix, ixgb, ixv drivers.
  • Add PNP info to PCI attachment of ismt driver
Jun 23 2018, 12:07 PM
lakhanshiva_gmail.com updated the diff for D15979: Add PNP info to PCI attachment of et, iir, ignore, isab, ips, ipw, ismt, iwm, ix, ixgb, ixv drivers.
  • Update PNP info to PCI attachment of ignore driver
Jun 23 2018, 11:45 AM
rene committed rP473126: databases/py-fakeredis: update to 0.11.0.
databases/py-fakeredis: update to 0.11.0
Jun 23 2018, 11:40 AM
lakhanshiva_gmail.com abandoned D15978: Add PNP info to PCI attachment of et driver.
Jun 23 2018, 11:24 AM
lakhanshiva_gmail.com created D15979: Add PNP info to PCI attachment of et, iir, ignore, isab, ips, ipw, ismt, iwm, ix, ixgb, ixv drivers.
Jun 23 2018, 11:22 AM
rene committed rP473125: java/icedtea-web: mark as BROKEN after www/libxul removal.
java/icedtea-web: mark as BROKEN after www/libxul removal
Jun 23 2018, 11:16 AM
lakhanshiva_gmail.com created D15978: Add PNP info to PCI attachment of et driver.
Jun 23 2018, 11:12 AM
markj accepted D15976: Change vm_page_import() to avoid physical memory fragmentation.
Jun 23 2018, 11:03 AM
koobs requested changes to D15771: net/py-libnet: Fix build for the platforms that ${MACHINE} != ${ARCH}.

Please include root cause / explanations in the commit log message as well.

Jun 23 2018, 10:55 AM
markj added a comment to D15560: Use a spin lock to serialize updates on AMD CPUs..
In D15560#338076, @cem wrote:

Apologies for the delay. Would anyone with a Ryzen or TR be able to test a microcode update with the updated patch applied?

I'd be able to if AMD has published any microcode updates for Ryzen/TR. It seems the ones they distribute through non-BIOS channels are just for Epyc.

Jun 23 2018, 10:49 AM
rene committed rP473124: www/xpi-conkeror: always use xulrunner from Firefox.
www/xpi-conkeror: always use xulrunner from Firefox
Jun 23 2018, 10:44 AM
markj committed rS335580: Re-count available PV entries after reclaiming a PV chunk..
Re-count available PV entries after reclaiming a PV chunk.
Jun 23 2018, 10:42 AM
markj closed D15911: Re-count available PV entries after allocating a new chunk..
Jun 23 2018, 10:42 AM
rene committed rP473123: science/gchemutils: mark BROKEN if XUL option is chosen.
science/gchemutils: mark BROKEN if XUL option is chosen
Jun 23 2018, 10:41 AM
jeff added a comment to D15977: Make the partpopq LRU sloppy to reduce contention.
In D15977#338278, @kib wrote:
In D15977#338276, @jeff wrote:

The other thing to consider is how accurate it needs to be and already is. Which thread was scheduled in the last tick is just as arbitrary as this LRU. You just want to replace something that hasn't been used in a long time. I would guess we're more often looking at things that haven't been touched in seconds or at least hundreds of milliseconds than within a few ticks. I can measure that but it will of course be grossly dependent on the workload and amount of memory.

If we do not need an LRU, might be we do not need the partpopq list at all ? E.g. keeping a bins of generations per ticks, up to some limited number of bins.

Jun 23 2018, 10:37 AM
rene committed rP473122: editors/morla: mark BROKEN if the XULRUNNER option is chosen.
editors/morla: mark BROKEN if the XULRUNNER option is chosen
Jun 23 2018, 10:36 AM
markj added inline comments to D15977: Make the partpopq LRU sloppy to reduce contention.
Jun 23 2018, 10:30 AM
kib accepted D15977: Make the partpopq LRU sloppy to reduce contention.
In D15977#338276, @jeff wrote:

The other thing to consider is how accurate it needs to be and already is. Which thread was scheduled in the last tick is just as arbitrary as this LRU. You just want to replace something that hasn't been used in a long time. I would guess we're more often looking at things that haven't been touched in seconds or at least hundreds of milliseconds than within a few ticks. I can measure that but it will of course be grossly dependent on the workload and amount of memory.

Jun 23 2018, 10:30 AM
jeff added inline comments to D15976: Change vm_page_import() to avoid physical memory fragmentation.
Jun 23 2018, 10:13 AM
jeff added a comment to D15977: Make the partpopq LRU sloppy to reduce contention.
In D15977#338275, @kib wrote:

How much random becomes the order of the partpopq ? Is there any way to evaluate it ?

I mean, a tick is a lot, so instead of only doing it at tick, deletegate the limited (?) sorting of the rvq_partpop queues by lasttick to a daemon.

Jun 23 2018, 10:04 AM
kib added a comment to D15977: Make the partpopq LRU sloppy to reduce contention.

How much random becomes the order of the partpopq ? Is there any way to evaluate it ?

Jun 23 2018, 9:43 AM
AMDmi3 committed rP473121: - Whitespace fix.
- Whitespace fix
Jun 23 2018, 9:37 AM
rene committed rP473120: www/gecko-mediaplayer: mark as BROKEN, it does not specify a gecko type to use..
www/gecko-mediaplayer: mark as BROKEN, it does not specify a gecko type to use.
Jun 23 2018, 9:32 AM
jeff added a comment to D15975: eliminate global serialization points in swap reserve & mmap.

Some great stuff in here. Let's peel off parts while we perfect the rest.

Jun 23 2018, 9:28 AM
matthew committed rP473119: MFH: r468537 r470823 r473096.
MFH: r468537 r470823 r473096
Jun 23 2018, 9:19 AM
AMDmi3 committed rP473118: - Add LICENSE.
- Add LICENSE
Jun 23 2018, 9:07 AM
jeff created D15977: Make the partpopq LRU sloppy to reduce contention.
Jun 23 2018, 8:54 AM
tcberner added a comment to D14699: net-p2p/transmission-*: update to version 2.94.

Could you update the diff making you the maintainer of the whole transmission-suite?

Jun 23 2018, 8:39 AM
AMDmi3 committed rP473117: - Add LICENSE_FILE.
- Add LICENSE_FILE
Jun 23 2018, 8:37 AM
tcberner committed rP473116: Update math/gsl to 2.5.
Update math/gsl to 2.5
Jun 23 2018, 8:27 AM
joneum committed rP473115: Update to 2.0.1.
Update to 2.0.1
Jun 23 2018, 8:23 AM
jeff committed rS335579: Sort uma_zone fields according to 64 byte cache line with adjacent line.
Sort uma_zone fields according to 64 byte cache line with adjacent line
Jun 23 2018, 8:10 AM
joneum committed rP473114: Update to 7.2.6.
Update to 7.2.6
Jun 23 2018, 7:45 AM
adridg committed rP473113: Fix math/freemat with Clang6..
Fix math/freemat with Clang6.
Jun 23 2018, 7:39 AM
alc added a comment to D15976: Change vm_page_import() to avoid physical memory fragmentation.

After two iterations of buildworld the debug.foo output is

foo: 39074413 14698168 5130471 1754002 592517 134527 38946 17422 0 0 0 0 0
calls avoided: 60091879
Jun 23 2018, 7:18 AM
mmacy committed rS335578: epoch(9): Don't trigger taskq enqueue before the grouptaskqs are setup.
epoch(9): Don't trigger taskq enqueue before the grouptaskqs are setup
Jun 23 2018, 7:14 AM
ryusuke committed rD51903: - Merge the following from the English version:.
- Merge the following from the English version:
Jun 23 2018, 7:00 AM
glebius committed rS335577: Revert r334843, and partially revert r335180..
Revert r334843, and partially revert r335180.
Jun 23 2018, 6:54 AM
alc added a comment to D15976: Change vm_page_import() to avoid physical memory fragmentation.

To be clear, I don't intend to commit the sysctl with the patch.

Jun 23 2018, 6:50 AM
alc created D15976: Change vm_page_import() to avoid physical memory fragmentation.
Jun 23 2018, 6:36 AM
mmacy updated the summary of D15975: eliminate global serialization points in swap reserve & mmap.
Jun 23 2018, 5:12 AM
eadler committed rS331665: [iwm] Add support for iwm 3168 cards.
[iwm] Add support for iwm 3168 cards
Jun 23 2018, 5:12 AM
mmacy created D15975: eliminate global serialization points in swap reserve & mmap.
Jun 23 2018, 5:12 AM
cem committed rP473112: Update devel/elfutils to 0.172.
Update devel/elfutils to 0.172
Jun 23 2018, 3:56 AM
eadler committed rS335576: top(1): show CPU state breakdown on first run.
top(1): show CPU state breakdown on first run
Jun 23 2018, 3:17 AM
cy accepted D15974: Modernize usage of "restrict" keyword in ntp.conf.

Looks good.

Jun 23 2018, 3:15 AM
ian committed rS335575: Use 'mv -f' in rc.d/ntpd to avoid spuriously halting the boot..
Use 'mv -f' in rc.d/ntpd to avoid spuriously halting the boot.
Jun 23 2018, 2:42 AM
aniketp updated the diff for D15966: Introduce test-program for process-control group of system calls.

Changes according to the inline comments

Jun 23 2018, 2:26 AM
ian created D15974: Modernize usage of "restrict" keyword in ntp.conf.
Jun 23 2018, 2:07 AM
aniketp updated the diff for D15963: Add tests for pipe(2) and POSIX standardized IPC syscalls.

Remove -1 from strlcat() in shm_inlink_success test case

Jun 23 2018, 1:52 AM
jhibbits committed rS335574: powerpc64: Fix stack setup in dbtrap.
powerpc64: Fix stack setup in dbtrap
Jun 23 2018, 1:42 AM
jhibbits closed D15973: Fix debug trap on Talos II (and all of ppc64?).
Jun 23 2018, 1:42 AM · PowerPC
jhibbits accepted D15973: Fix debug trap on Talos II (and all of ppc64?).

Great work tracking this down!

Jun 23 2018, 1:33 AM · PowerPC
swills committed rP473111: security/vault: update to 0.10.3.
security/vault: update to 0.10.3
Jun 23 2018, 1:27 AM
kevans updated the diff for D15962: config(8): Add `envvar` support.

This idea courtesy of ian@:

Jun 23 2018, 12:55 AM
rmacklem committed rS335573: Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations..
Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations.
Jun 23 2018, 12:49 AM
kib committed rS335572: MFC r335258:.
MFC r335258:
Jun 23 2018, 12:39 AM
rmacklem committed rS335571: Define ND_HASSLOTID needed by r335568..
Define ND_HASSLOTID needed by r335568.
Jun 23 2018, 12:37 AM
jbeich committed rP473110: www/py-flexget: update to 2.13.24.
www/py-flexget: update to 2.13.24
Jun 23 2018, 12:37 AM
jbeich committed rP473109: MFH: r473106.
MFH: r473106
Jun 23 2018, 12:35 AM
jbeich committed rP473108: MFH: r473095.
MFH: r473095
Jun 23 2018, 12:34 AM
jbeich committed rP473107: emulators/citra: update to s20180622.
emulators/citra: update to s20180622
Jun 23 2018, 12:16 AM
jbeich committed rP473106: emulators/rpcs3: update to 0.0.5.530.
emulators/rpcs3: update to 0.0.5.530
Jun 23 2018, 12:16 AM
bdragon changed the edit policy for D15973: Fix debug trap on Talos II (and all of ppc64?).
Jun 23 2018, 12:16 AM · PowerPC
bdragon added a watcher for PowerPC: bdragon.
Jun 23 2018, 12:11 AM
bdragon created D15973: Fix debug trap on Talos II (and all of ppc64?).
Jun 23 2018, 12:07 AM · PowerPC
sunpoet committed rP473105: Update to 2.1.0.
Update to 2.1.0
Jun 23 2018, 12:05 AM
sunpoet committed rP473104: Update to 2.1.0.
Update to 2.1.0
Jun 23 2018, 12:05 AM
sbruno committed rP473103: qemu-user-static update:.
qemu-user-static update:
Jun 23 2018, 12:02 AM

Jun 22 2018

sunpoet committed rP473102: Update to 0.10.0.
Update to 0.10.0
Jun 22 2018, 11:59 PM
sunpoet committed rP473101: Update to 20180609.
Update to 20180609
Jun 22 2018, 11:59 PM
ian added inline comments to D15962: config(8): Add `envvar` support.
Jun 22 2018, 11:56 PM
sunpoet committed rP473100: Update to 0.15.
Update to 0.15
Jun 22 2018, 11:54 PM
sunpoet committed rP473098: Update to 1.6.5.
Update to 1.6.5
Jun 22 2018, 11:54 PM
sunpoet committed rP473099: Update to 3.64.
Update to 3.64
Jun 22 2018, 11:54 PM
sunpoet committed rP473097: Update to 0.28.
Update to 0.28
Jun 22 2018, 11:54 PM
kib committed rS335570: MFC r333059 (by tychon):.
MFC r333059 (by tychon):
Jun 22 2018, 11:52 PM
matthew committed rP473096: Security update to 4.8.2.
Security update to 4.8.2
Jun 22 2018, 11:44 PM
jbeich committed rP473095: www/waterfox: apply some FF61 fix.
www/waterfox: apply some FF61 fix
Jun 22 2018, 11:21 PM
matthew committed rP473094: Docuement the latest phpMyAdmin vulnerabilities.
Docuement the latest phpMyAdmin vulnerabilities
Jun 22 2018, 11:16 PM
kib updated the diff for D15583: Mmap device BAR into userspace..

Make MIPS machine/vm.h usable.
Fix gcc 32bit arches.

Jun 22 2018, 11:13 PM
matthew committed rP473093: Update to 7.4.1.
Update to 7.4.1
Jun 22 2018, 10:54 PM
kib added a comment to D15814: Get rid of netbsd_lchown and netbsd_msync syscall entries..
In D15814#337257, @kib wrote:

You can create symbols which are exported but not linkable, since they do not provide a default version. Such symbol can be only created by asm '@' syntax, it should be removed from the version map. Also I do not see a sense in leaving the private symbols around.

Is there an example of this?

Jun 22 2018, 10:52 PM
kevans added inline comments to D15962: config(8): Add `envvar` support.
Jun 22 2018, 10:50 PM
rene committed rP473092: Remove expired port:.
Remove expired port:
Jun 22 2018, 10:37 PM
brooks added a comment to D15814: Get rid of netbsd_lchown and netbsd_msync syscall entries..
In D15814#337257, @kib wrote:

You can create symbols which are exported but not linkable, since they do not provide a default version. Such symbol can be only created by asm '@' syntax, it should be removed from the version map. Also I do not see a sense in leaving the private symbols around.

Jun 22 2018, 10:34 PM
asomers requested changes to D15963: Add tests for pipe(2) and POSIX standardized IPC syscalls.
Jun 22 2018, 10:29 PM
rene committed rP473091: bsd.gecko.mk / USES=gecko : remove expired libxul support..
bsd.gecko.mk / USES=gecko : remove expired libxul support.
Jun 22 2018, 10:21 PM
ian added inline comments to D15962: config(8): Add `envvar` support.
Jun 22 2018, 10:21 PM
rene committed rP473090: java/icedtea-web: remove optional support for expired www/libxul..
java/icedtea-web: remove optional support for expired www/libxul.
Jun 22 2018, 10:19 PM
tcberner created D15972: Update Qt section of the porters handbook with respect to D15540.
Jun 22 2018, 10:15 PM
rene committed rP473089: graphics/gnash: remove optional dependency on expired www/libxul.
graphics/gnash: remove optional dependency on expired www/libxul
Jun 22 2018, 10:11 PM
rene committed rP473088: Remove www/npapi-vlc, it depends on expired www/libxul..
Remove www/npapi-vlc, it depends on expired www/libxul.
Jun 22 2018, 10:08 PM
kp committed rS335569: pf: Support "return" statements in passing rules when they fail..
pf: Support "return" statements in passing rules when they fail.
Jun 22 2018, 9:59 PM
swills committed rP473087: x11/lxqt-l10n: Update to 0.13.0.
x11/lxqt-l10n: Update to 0.13.0
Jun 22 2018, 9:41 PM
swills committed rP473086: devel/liblxqt-l10n: Update to 0.13.0.
devel/liblxqt-l10n: Update to 0.13.0
Jun 22 2018, 9:41 PM
swills committed rP473085: x11/libfmqt-l10n: Update to 0.13.0.
x11/libfmqt-l10n: Update to 0.13.0
Jun 22 2018, 9:40 PM
swills committed rP473084: x11-fm/pcmanfmqt-l10n: Update to 0.13.0.
x11-fm/pcmanfmqt-l10n: Update to 0.13.0
Jun 22 2018, 9:40 PM
swills committed rP473083: graphics/lximageqt-l10n: Update to 0.13.0.
graphics/lximageqt-l10n: Update to 0.13.0
Jun 22 2018, 9:40 PM