Page MenuHomeFreeBSD
Feed All Stories

Jun 20 2018

mat accepted D15876: [New Port] sysutils/ssd_report.

seriously?

Jun 20 2018, 6:29 PM
mat added inline comments to D15930: textproc/py-qrcode: Update to 6.0.
Jun 20 2018, 6:28 PM
tcberner added inline comments to D15907: textproc/tkdiff: update to 4.3.
Jun 20 2018, 6:28 PM
bwidawsk retitled D15931: Add LPIT parsing to acpidump from acpidump(8): Add NFIT to manpage missed in r321298 to Add LPIT parsing to acpidump.
Jun 20 2018, 6:25 PM
joneum committed rP472895: www/typo3-8: Update to 8.7.16.
www/typo3-8: Update to 8.7.16
Jun 20 2018, 6:25 PM
joneum committed rP472894: www/typo3-7: Update to 7.6.29.
www/typo3-7: Update to 7.6.29
Jun 20 2018, 6:23 PM
bwidawsk updated the diff for D15931: Add LPIT parsing to acpidump.
  • acpidump(8): Add NFIT to manpage missed in r321298
  • acpidump(8): Add ACPI LPIT (Low Power Idle Table)
Jun 20 2018, 6:20 PM
bwidawsk added a reviewer for D15931: Add LPIT parsing to acpidump: jhb.
Jun 20 2018, 6:13 PM
bwidawsk added a comment to D15931: Add LPIT parsing to acpidump.

I probably should alphabetize the man page entries...

Jun 20 2018, 6:08 PM
dteske added a comment to D15876: [New Port] sysutils/ssd_report.

Blocked by pre-commit hook:

Jun 20 2018, 6:08 PM
yuri committed rP472893: Re-add port: graphics/engauge-digitizer: add from math/digitizer@323747.
Re-add port: graphics/engauge-digitizer: add from math/digitizer@323747
Jun 20 2018, 6:08 PM
dteske added 1 blocking reviewer(s) for D15876: [New Port] sysutils/ssd_report: portmgr.
Jun 20 2018, 6:07 PM
dteske added a reviewer for D15876: [New Port] sysutils/ssd_report: portmgr.
Jun 20 2018, 6:07 PM
jhb accepted D15802: Permit the kernel environment to set an array of numeric values for a single sysctl(9) node..
Jun 20 2018, 6:07 PM
dteske updated the diff for D15876: [New Port] sysutils/ssd_report.

Add sysutils/Makefile modification

Jun 20 2018, 6:06 PM
sbruno accepted D15927: Update ixl(4) and ixlv(4) man pages.
Jun 20 2018, 6:05 PM
bwidawsk created D15931: Add LPIT parsing to acpidump.
Jun 20 2018, 6:05 PM
erj updated the diff for D15927: Update ixl(4) and ixlv(4) man pages.

Address comments.

Jun 20 2018, 6:00 PM
jhb added inline comments to D15917: uefi stand: Guess the console better.
Jun 20 2018, 5:57 PM
leres created D15930: textproc/py-qrcode: Update to 6.0.
Jun 20 2018, 5:53 PM
allanjude accepted D15868: Update features list..

Thank you for fixing up this document, it really needed it.

Jun 20 2018, 5:53 PM
antoine committed rP472892: Remove redundant depend, there is already USE_PYQT.
Remove redundant depend, there is already USE_PYQT
Jun 20 2018, 5:49 PM
yuri committed rP472891: Remove graphics/engauge-digitizer to be re-added from math/digitizer.
Remove graphics/engauge-digitizer to be re-added from math/digitizer
Jun 20 2018, 5:42 PM
jhb committed rP472890: Set OS versions to target system versions for CROSS_SYSROOT..
Set OS versions to target system versions for CROSS_SYSROOT.
Jun 20 2018, 5:42 PM
jhb closed D15812: Set OS versions to target system versions for CROSS_SYSROOT..
Jun 20 2018, 5:42 PM
cem added a comment to D15905: safer wait-free iteration of shared interrupt handlers.
In D15905#337055, @avg wrote:
In D15905#337019, @cem wrote:

CK_SLIST when most of accesses are done under a lock is an unneeded overhead.

Can you elaborate on that overhead?

I mean that even if the list is accessed under a mutex the CK_SLIST operations would still use all the fences because they wouldn't know about the mutex.
Or if the code already has fences around a larger block that includes CL_LIST operations.
Maybe it's a trivial cost and nothing to worry about.

Jun 20 2018, 5:40 PM
kib committed rS335453: MFC r332994 (by tychon):.
MFC r332994 (by tychon):
Jun 20 2018, 5:38 PM
ian updated the diff for D15743: Extend loader(8) geli support to all architectures and all disk-like devices..

Adapt to the move of stand/geli to stand/libsa/geli.

Jun 20 2018, 5:36 PM
andrew added inline comments to D15929: Add quirk mechanism to pci_host_generic_acpi.
Jun 20 2018, 5:32 PM
jkim committed rP472889: Update to 13.3..
Update to 13.3.
Jun 20 2018, 5:31 PM
antoine committed rP472888: Fix build.
Fix build
Jun 20 2018, 5:29 PM
antoine committed rP472887: Fix depends.
Fix depends
Jun 20 2018, 5:28 PM
jhb committed rP472886: Update mdb for kernels with PTI..
Update mdb for kernels with PTI.
Jun 20 2018, 5:23 PM
jhb closed D15828: Update mdb for kernels with PTI..
Jun 20 2018, 5:23 PM
bdrewery committed rS335452: Reduce exec and fstat overhead for non-build targets..
Reduce exec and fstat overhead for non-build targets.
Jun 20 2018, 5:21 PM
andrew accepted D15928: Add ThunderX2 CPU revision macro. Add ThunderX2 name in identcpu.c.
Jun 20 2018, 5:16 PM
pi committed rP472885: www/p5-Selenium-Remote-Driver: update 1.20 -> 1.28.
www/p5-Selenium-Remote-Driver: update 1.20 -> 1.28
Jun 20 2018, 5:12 PM
mat committed rP472884: Use PY_FLAVOR for dependencies..
Use PY_FLAVOR for dependencies.
Jun 20 2018, 5:09 PM
ian added a comment to D15743: Extend loader(8) geli support to all architectures and all disk-like devices..

Some thoughts here:

[...]
This aside, my only comment is that I'd like to see an interface that could more easily tie in to an external key storage system, such as a KMS. I did something like this in my GELI work, and one of the precursor patches can be found here: https://reviews.freebsd.org/D12698. My EFI work always used the EFI KMS interface, and a "fake" in-memory KMS is provided for the cases where there is no genuine device. This could happen in a follow-on changeset, though.

Jun 20 2018, 5:07 PM
mat committed rP472883: Use EMACS_FLAVOR for dependencies..
Use EMACS_FLAVOR for dependencies.
Jun 20 2018, 4:59 PM
mat committed rP472882: Correctly depend on those Python ports..
Correctly depend on those Python ports.
Jun 20 2018, 4:59 PM
mat committed rP472881: Use the correct variable for dependency lines..
Use the correct variable for dependency lines.
Jun 20 2018, 4:58 PM
val_packett.cool added a comment to D8397: Add devd rule for Elantech touchscreens..

Is this one not supported by wmt(4)? The elan touchscreen on my Thinkpad X240 (0x04f3 : 0x0140) works great with wmt(4), but webcamd used to lose touch-end events...

Jun 20 2018, 4:52 PM
emaste accepted D15928: Add ThunderX2 CPU revision macro. Add ThunderX2 name in identcpu.c.
Jun 20 2018, 4:47 PM
kib added inline comments to D15905: safer wait-free iteration of shared interrupt handlers.
Jun 20 2018, 4:47 PM
swills committed rP472880: games/py-mnemosyne: Update to 2.6.
games/py-mnemosyne: Update to 2.6
Jun 20 2018, 4:45 PM
pdk_semihalf.com added a comment to D15141: Add support for ThunderX2 PCIe.

Links to patches emerged
Macros: https://reviews.freebsd.org/D15928
Quirks: https://reviews.freebsd.org/D15929

Jun 20 2018, 4:41 PM
avg added a comment to D15905: safer wait-free iteration of shared interrupt handlers.
In D15905#337019, @cem wrote:

CK_SLIST when most of accesses are done under a lock is an unneeded overhead.

Can you elaborate on that overhead?

Jun 20 2018, 4:39 PM
pdk_semihalf.com created D15929: Add quirk mechanism to pci_host_generic_acpi.
Jun 20 2018, 4:38 PM
pdk_semihalf.com created D15928: Add ThunderX2 CPU revision macro. Add ThunderX2 name in identcpu.c.
Jun 20 2018, 4:33 PM
bjk added a comment to D15927: Update ixl(4) and ixlv(4) man pages.

Some drive-by nits inline.

Jun 20 2018, 4:31 PM
pdk_semihalf.com updated the diff for D15141: Add support for ThunderX2 PCIe.

No functional changes. This is the previous patch with quirks and macros moved, as andrew suggested

Jun 20 2018, 4:30 PM
novel committed rP472879: devel/libosinfo: update to 1.2.0.
devel/libosinfo: update to 1.2.0
Jun 20 2018, 4:29 PM
novel committed rP472878: sysutils/osinfo-db-tools: update to 1.2.0.
sysutils/osinfo-db-tools: update to 1.2.0
Jun 20 2018, 4:28 PM
yanko.yankulov_gmail.com added a comment to D15857: fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.
In D15857#337018, @kib wrote:

I think John' idea was to move the block which sets the has_ptrace_fork variable to true, down to the code which acts on its true value. De-fact, eliminating the var, and removing one if().

OK, but as far as I can tell we will need p1's PROC_LOCK or the proctree_lock in order to check the PTRACE_FORK flag. Am i missing something obvious again :) ?

We can read it lockless, and re-acquire the proc lock if set to re-read under the lock. This is not much different from reading under the lock, remembering the result, then drop the lock and use the result.

Jun 20 2018, 4:28 PM
erj added a reviewer for D15927: Update ixl(4) and ixlv(4) man pages: Intel Networking.
Jun 20 2018, 4:27 PM
erj created D15927: Update ixl(4) and ixlv(4) man pages.
Jun 20 2018, 4:26 PM
bdrewery committed rS335451: Regenerate for SYSTEM_LINKER.
Regenerate for SYSTEM_LINKER
Jun 20 2018, 4:15 PM
asomers added a comment to D15897: System V standardized IPC syscalls concerned with manipulating semaphore sets.

Don't forget the _WANT_SEMUN change.

Jun 20 2018, 4:15 PM
cem added a comment to D15905: safer wait-free iteration of shared interrupt handlers.

CK_SLIST when most of accesses are done under a lock is an unneeded overhead.

Jun 20 2018, 4:13 PM
kib added a comment to D15857: fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.

I think John' idea was to move the block which sets the has_ptrace_fork variable to true, down to the code which acts on its true value. De-fact, eliminating the var, and removing one if().

OK, but as far as I can tell we will need p1's PROC_LOCK or the proctree_lock in order to check the PTRACE_FORK flag. Am i missing something obvious again :) ?

Jun 20 2018, 4:12 PM
bdrewery committed rS335450: Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible..
Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.
Jun 20 2018, 4:10 PM
bdrewery closed D15894: Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible..
Jun 20 2018, 4:10 PM
bdrewery committed rS335449: Fix sources needed for lld..
Fix sources needed for lld.
Jun 20 2018, 4:10 PM
bdrewery closed D15915: Fix sources needed for lld..
Jun 20 2018, 4:10 PM
bdrewery closed D15837: Rework WITHOUT_LLD/TOOLCHAIN fix from r327892 for cross-tools..
Jun 20 2018, 4:10 PM
bdrewery committed rS335448: Rework WITHOUT_LLD/TOOLCHAIN fix from r327892 for cross-tools..
Rework WITHOUT_LLD/TOOLCHAIN fix from r327892 for cross-tools.
Jun 20 2018, 4:10 PM
bdrewery committed rS335447: Rework how the ld link is handled in WORLDTMP from r322811..
Rework how the ld link is handled in WORLDTMP from r322811.
Jun 20 2018, 4:10 PM
bdrewery closed D15836: Rework how the ld link is handled in WORLDTMP from r322811..
Jun 20 2018, 4:10 PM
manu committed rS335446: Add pmap_mapdev_attr for arm64.
Add pmap_mapdev_attr for arm64
Jun 20 2018, 4:07 PM
manu closed D15294: Add pmap_mapdev_attr for arm64.
Jun 20 2018, 4:07 PM
cognet accepted D15294: Add pmap_mapdev_attr for arm64.
Jun 20 2018, 4:03 PM
fernape updated the diff for D15907: textproc/tkdiff: update to 4.3.
  • Use ${DISTNAME}
  • Remove manual WRKSRC definition
  • Use pkg-plist instead of PLIST_FILES
Jun 20 2018, 4:02 PM
fernape updated the diff for D15779: sysutils/storcli: update to 7.5.
  • Add missing tabs
  • Use ${EXTRACT_SUFX} where appropriate
Jun 20 2018, 3:53 PM
aniketp added inline comments to D15897: System V standardized IPC syscalls concerned with manipulating semaphore sets.
Jun 20 2018, 3:51 PM
aniketp updated the diff for D15897: System V standardized IPC syscalls concerned with manipulating semaphore sets.
  • Remove semarg from GETVAL, GETPID, GETZCNT, GETNCNT
  • Initialize semvals in SETALL by first calling GETALL
Jun 20 2018, 3:51 PM
yanko.yankulov_gmail.com added a comment to D15857: fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.

I think John' idea was to move the block which sets the has_ptrace_fork variable to true, down to the code which acts on its true value. De-fact, eliminating the var, and removing one if().

Jun 20 2018, 3:48 PM
dumbbell committed rP472877: net/cf: Take maintainership.
net/cf: Take maintainership
Jun 20 2018, 3:41 PM
dumbbell committed rP472876: net/cf: Update to 6.37.0.
net/cf: Update to 6.37.0
Jun 20 2018, 3:40 PM
manu committed rS335445: if_rk_dwc: Disable setting delays for now.
if_rk_dwc: Disable setting delays for now
Jun 20 2018, 3:27 PM
asomers added inline comments to D15898: Add tests for miscellaneous administrative system calls.
Jun 20 2018, 3:20 PM
mat committed rP472875: Sort ONLY_FOR_ARCHS and NOT_FOR_ARCHS on display..
Sort ONLY_FOR_ARCHS and NOT_FOR_ARCHS on display.
Jun 20 2018, 3:15 PM
pi committed rP472874: MFH: r472842.
MFH: r472842
Jun 20 2018, 3:07 PM
novel added a comment to D15903: pyqt: add quickwidgets port.
In D15903#336408, @mat wrote:

The Makefile has badly ordered bits. Could you please read Chapter 15. Order of Variables in Port Makefiles and make the appropriates changes.

Also, could you use devel/arcanist, or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999.

Jun 20 2018, 3:07 PM
linimon committed rP472873: Re-format USES line for readability, after previous commit..
Re-format USES line for readability, after previous commit.
Jun 20 2018, 3:03 PM
linimon committed rP472872: Fix mis-merge in previous commit..
Fix mis-merge in previous commit.
Jun 20 2018, 3:01 PM
novel updated the diff for D15903: pyqt: add quickwidgets port.
Jun 20 2018, 3:00 PM
asomers requested changes to D15897: System V standardized IPC syscalls concerned with manipulating semaphore sets.
Jun 20 2018, 2:59 PM
emaste added a comment to D15904: As objdump is being phased out for 12.0, convert the small bit using it to using readelf..
In D15904#336964, @mat wrote:

What matters is that it is available on all supported releases :-)

Jun 20 2018, 2:58 PM
rockyhotas_post.com updated the diff for D10600: Revision of LDAP section of the FreeBSD Handbook.

Applied all the modifications suggested by @bcr . Thank you!
The line-breaking were a first attempt to handle too-long lines, your solution is far better. A couple of comments:

Jun 20 2018, 2:49 PM · Doc Committers, network
manu committed rS335444: rk_gpio: Read the correct register for gpio read.
rk_gpio: Read the correct register for gpio read
Jun 20 2018, 2:46 PM
manu committed rS335443: if_rk_dwc: Fix delays handling.
if_rk_dwc: Fix delays handling
Jun 20 2018, 2:45 PM
mat updated the diff for D15904: As objdump is being phased out for 12.0, convert the small bit using it to using readelf..
  • Add a note about the ${NONEXISTENT} argument.
Jun 20 2018, 2:33 PM
mat added a comment to D15904: As objdump is being phased out for 12.0, convert the small bit using it to using readelf..

As the task is simple, the tool we actually end up using does not really matter.

Jun 20 2018, 2:32 PM
imp added inline comments to D15917: uefi stand: Guess the console better.
Jun 20 2018, 2:18 PM
emaste updated subscribers of D15904: As objdump is being phased out for 12.0, convert the small bit using it to using readelf..

Another option: upon discussion with @dim we will likely end up installing llvm's llvm-objdump as objdump. It's broadly compatible, but the output format etc. might be slightly different.

Jun 20 2018, 2:17 PM
mat added a comment to D15904: As objdump is being phased out for 12.0, convert the small bit using it to using readelf..
In D15904#336884, @mat wrote:

Mmmm,

$ readelf --print-file-name -r /usr/bin/mktemp
readelf: unrecognized option `--print-file-name'

The option for readelf doesn't exist in HEAD yet, it's in review in D15908.

Jun 20 2018, 2:03 PM
emaste added a comment to D15908: readelf: add `--print-file-name`.

On second thought I'm not sure about this: --print-file-name options typically prefix all output lines with the file name.

Jun 20 2018, 1:53 PM
emaste added a comment to D15904: As objdump is being phased out for 12.0, convert the small bit using it to using readelf..

This looks fine to me. It's probably worth adding a comment explaining the use of ${NONEXISTENT} though.

Jun 20 2018, 1:52 PM
kib added a comment to D15857: fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.

Address 2 of the jhb comments.

Have no idea about moving other code around.

Jun 20 2018, 1:49 PM