svn commit: r319357 - stable/11/share/mk

2017-05-31 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 31 21:16:10 2017 New Revision: 319357 URL: https://svnweb.freebsd.org/changeset/base/319357 Log: MFC r319022 Fix INSTALL_AS_USER with external nsswitch databases The INSTALL_AS_USER option tells "install" to use the current user name as the owner of the

svn commit: r319359 - stable/11/contrib/dma

2017-05-31 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 31 21:19:21 2017 New Revision: 319359 URL: https://svnweb.freebsd.org/changeset/base/319359 Log: MFC r318585 dma.8: use the correct name for 'SECURETRANSFER' The code uses 'SECURETRANS', but the config file uses 'SECURETRANSFER'. Modified: stable/11/co

svn commit: r319360 - stable/11/contrib/dma

2017-05-31 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 31 21:20:42 2017 New Revision: 319360 URL: https://svnweb.freebsd.org/changeset/base/319360 Log: MFC r318586 dma.8: fix problems reported by igor and 'mandoc -Tlint' dma.8:77:contraction:Queue the mail, but [don't] attempt to deliver it. dma.8:85:repeat

svn commit: r319430 - in stable/11: include lib/libc/include lib/libthr lib/libthr/arch/aarch64/include lib/libthr/arch/arm/include lib/libthr/arch/mips/include lib/libthr/arch/powerpc/include lib/...

2017-06-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jun 1 14:49:53 2017 New Revision: 319430 URL: https://svnweb.freebsd.org/changeset/base/319430 Log: MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955 libthr: fix warnings at WARNS=6 Fix warnings about the following when WARNS=6 (which I wil

svn commit: r319434 - in stable/11/libexec/rtld-elf: arm mips powerpc powerpc64 riscv

2017-06-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jun 1 15:12:51 2017 New Revision: 319434 URL: https://svnweb.freebsd.org/changeset/base/319434 Log: MFC r318954 rtld: fix warnings about redundant declarations Fix warnings about redundant declarations in rtld when libthr in increased to WARNS=6. Spon

svn commit: r319442 - in stable/11/lib: libc/gen libc/include libthr/thread

2017-06-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jun 1 16:03:01 2017 New Revision: 319442 URL: https://svnweb.freebsd.org/changeset/base/319442 Log: MFC r318582 Remove old spinlock_debug code from libc This no longer seems useful. Remove it. This was prompted by a "cast discards volatile qualifier" w

svn commit: r319474 - head/share/man/man9

2017-06-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jun 1 21:07:25 2017 New Revision: 319474 URL: https://svnweb.freebsd.org/changeset/base/319474 Log: getenv(9): rename to "kern_getenv", etc. Update the documentation to catch up with r273174, which renamed getenv -> kern_getenv setenv -> kern_sete

svn commit: r319477 - in head: etc/rc.d usr.sbin/crashinfo

2017-06-01 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jun 1 21:23:04 2017 New Revision: 319477 URL: https://svnweb.freebsd.org/changeset/base/319477 Log: crashinfo: add "batch" mode and use it during boot In batch mode, most messages go into the core.txt.N file instead of stdout. Reviewed by: jhb MFC after:

svn commit: r319991 - head/share/man/man9

2017-06-15 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jun 15 21:34:43 2017 New Revision: 319991 URL: https://svnweb.freebsd.org/changeset/base/319991 Log: copy(9): clarify that copystr() does not return EFAULT The previous wording implied that copystr() could return EFAULT. MFC after:6 weeks Sponsored by:

Re: svn commit: r287006 - head/share/mk

2015-08-26 Thread Eric van Gyzen
On 8/21/15 2:51 PM, Warner Losh wrote: Author: imp Date: Fri Aug 21 19:51:19 2015 New Revision: 287006 URL: https://svnweb.freebsd.org/changeset/base/287006 Log: Document CFLAGS_NO_SIMD. Modified: head/share/mk/bsd.README Thank you. Eric ___

Re: svn commit: r287606 - head/sys/kern

2015-09-10 Thread Eric van Gyzen
On 09/10/2015 12:53, John-Mark Gurney wrote: > Adrian Chadd wrote this message on Thu, Sep 10, 2015 at 09:18 -0700: >> On 10 September 2015 at 09:04, Warner Losh wrote: >>> >>> >>> On Thu, Sep 10, 2015 at 9:53 AM, Ed Maste wrote: On 10 September 2015 at 04:05, Adrian Chadd wrote: >

svn commit: r287798 - in head/sys: net netinet6

2015-09-14 Thread Eric van Gyzen
Author: vangyzen Date: Mon Sep 14 19:17:25 2015 New Revision: 287798 URL: https://svnweb.freebsd.org/changeset/base/287798 Log: Fix the handling of IPv6 On-Link Redirects. On receipt of a redirect message, install an interface route for the redirected destination. On removal of the corre

svn commit: r283924 - in head/sys: compat/linprocfs dev/hwpmc fs/procfs kern vm

2015-06-02 Thread Eric van Gyzen
Author: vangyzen Date: Tue Jun 2 18:37:04 2015 New Revision: 283924 URL: https://svnweb.freebsd.org/changeset/base/283924 Log: Provide vnode in memory map info for files on tmpfs When providing memory map information to userland, populate the vnode pointer for tmpfs files. Set the memor

svn commit: r291994 - head/include

2015-12-08 Thread Eric van Gyzen
Author: vangyzen Date: Tue Dec 8 16:09:48 2015 New Revision: 291994 URL: https://svnweb.freebsd.org/changeset/base/291994 Log: resolver: fix the build of some ports, broken by r289315 r289315 required time_t and struct timespec to be defined before including . This broke the build of ne

Re: svn commit: r289315 - in head: include lib/libc/resolv share/man/man5

2015-12-08 Thread Eric van Gyzen
On 12/05/2015 11:06, Raphael Kubo da Costa wrote: > Eric van Gyzen writes: > >> Author: vangyzen >> Date: Wed Oct 14 14:26:44 2015 >> New Revision: 289315 >> URL: https://svnweb.freebsd.org/changeset/base/289315 >> >> Log: >>

Re: svn commit: r291994 - head/include

2015-12-09 Thread Eric van Gyzen
On 12/09/2015 10:43, Hajimu UMEMOTO wrote: > Hi, > >> On Wed, 9 Dec 2015 18:19:16 +1100 (EST) >> Bruce Evans said: > > brde> resolv.h already had massinve namespace pollution and style bugs in > brde> its includes. One more include of a header that is relatively clean > brde> since it i

svn commit: r292216 - in head: include lib/libc/resolv

2015-12-14 Thread Eric van Gyzen
Author: vangyzen Date: Mon Dec 14 17:21:06 2015 New Revision: 292216 URL: https://svnweb.freebsd.org/changeset/base/292216 Log: resolver: preserve binary compatibility; reduce header pollution In r289315, I added new fields to res_state. This broke binary backward compatibility. It also

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-12-18 Thread Eric van Gyzen
David, I apologize for the slow reply. Your message went to my "stable" box, which I read less often. On 11/14/2015 12:30, David Chisnall wrote: > On 26 Oct 2015, at 16:21, Eric van Gyzen > wrote: >> >> One counter-argument to this change is that most applications

svn commit: r292461 - stable/10/lib/libc/resolv

2015-12-18 Thread Eric van Gyzen
Author: vangyzen Date: Sat Dec 19 02:35:32 2015 New Revision: 292461 URL: https://svnweb.freebsd.org/changeset/base/292461 Log: MFC r289837 resolver: abuse _res a little less In the past, _res was a global variable. Now, it's multiple function calls. Several functions in the resolve

svn commit: r292462 - in stable/10: lib/libc/resolv share/man/man5

2015-12-18 Thread Eric van Gyzen
Author: vangyzen Date: Sat Dec 19 02:41:31 2015 New Revision: 292462 URL: https://svnweb.freebsd.org/changeset/base/292462 Log: MFC r289315, r292216 resolver: automatically reload /etc/resolv.conf On each resolver query, use stat(2) to see if the modification time of /etc/resolv.conf

svn commit: r292463 - stable/9/lib/libc/resolv

2015-12-18 Thread Eric van Gyzen
Author: vangyzen Date: Sat Dec 19 02:47:05 2015 New Revision: 292463 URL: https://svnweb.freebsd.org/changeset/base/292463 Log: MFC r289837 resolver: abuse _res a little less In the past, _res was a global variable. Now, it's multiple function calls. Several functions in the resolve

svn commit: r292464 - stable/9/lib/libc/resolv

2015-12-18 Thread Eric van Gyzen
Author: vangyzen Date: Sat Dec 19 02:49:59 2015 New Revision: 292464 URL: https://svnweb.freebsd.org/changeset/base/292464 Log: MFC r289315,r292216 resolver: automatically reload /etc/resolv.conf On each resolver query, use stat(2) to see if the modification time of /etc/resolv.conf

svn commit: r292520 - stable/9/share/man/man5

2015-12-20 Thread Eric van Gyzen
Author: vangyzen Date: Sun Dec 20 20:58:49 2015 New Revision: 292520 URL: https://svnweb.freebsd.org/changeset/base/292520 Log: MFC r289315 (reprise) MFC the man page change from r289315. Thanks for the attention to detail, Jeremy. Pointed out by: Jeremy Chadwick Sponsored by: De

svn commit: r295012 - in head: sys/kern sys/sys tests/sys/kqueue

2016-01-28 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jan 28 20:24:15 2016 New Revision: 295012 URL: https://svnweb.freebsd.org/changeset/base/295012 Log: kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXIT NOTE_CHILD and NOTE_EXIT return something in kevent.data: the parent pid (ppid) for NOTE_CHI

svn commit: r295651 - head/sys/dev/ichsmb

2016-02-15 Thread Eric van Gyzen
Author: vangyzen Date: Tue Feb 16 02:23:39 2016 New Revision: 295651 URL: https://svnweb.freebsd.org/changeset/base/295651 Log: ichsmb: add PCI device ID for Intel Sunrise Point-H SMBus controller MFC after:3 days Sponsored by: Dell Inc. Modified: head/sys/dev/ichsmb/ichsmb_pci.c

Re: svn commit: r295800 - head/usr.bin/cap_mkdb

2016-02-19 Thread Eric van Gyzen
On 2/19/16 6:40 PM, Bryan Drewery wrote: On 2/19/2016 12:42 AM, Stefan Esser wrote: Author: se Date: Fri Feb 19 08:42:13 2016 New Revision: 295800 URL: https://svnweb.freebsd.org/changeset/base/295800 Log: Remove O_SYNC from the options passed to dbmopen(). Uh, this is a full revert of r293

Re: svn commit: r312296 - in head: lib/libc/sys sys/kern sys/netinet sys/netinet6 sys/sys tools/regression/sockets/udp_pingpong tools/regression/sockets/unix_cmsg

2017-01-17 Thread Eric van Gyzen
On 01/17/2017 11:48, Benjamin Kaduk wrote: > On Tue, Jan 17, 2017 at 10:57 AM, Ian Lepore > wrote: > > In my experience, enums are a superior way to define integer constants > (compared to #define), but they are pure poison as variable types in > APIs and stru

Re: svn commit: r312426 - head/sys/kern

2017-01-22 Thread Eric van Gyzen
On 01/19/2017 12:46, Andriy Gapon wrote: Author: avg Date: Thu Jan 19 18:46:41 2017 New Revision: 312426 URL: https://svnweb.freebsd.org/changeset/base/312426 Log: fix a thread preemption regression in schedulers introduced in r270423 Commit r270423 fixed a regression in sched_yield() that

Re: svn commit: r312426 - head/sys/kern

2017-01-23 Thread Eric van Gyzen
On 01/23/2017 02:30, Andriy Gapon wrote: On 22/01/2017 20:30, Eric van Gyzen wrote: On 01/19/2017 12:46, Andriy Gapon wrote: Author: avg Date: Thu Jan 19 18:46:41 2017 New Revision: 312426 URL: https://svnweb.freebsd.org/changeset/base/312426 Log: fix a thread preemption regression in

Re: svn commit: r312666 - stable/10/sys/kern

2017-01-23 Thread Eric van Gyzen
On 01/23/2017 10:03, Andriy Gapon wrote: > On 23/01/2017 15:34, Bruce Evans wrote: >> What is a good benchmark for showing that the fix helps? > > Honestly, I do not know. We ran into a pathology where a thread was not > getting > scheduled for a long time after being preempted while in a critic

Re: svn commit: r312666 - stable/10/sys/kern

2017-01-24 Thread Eric van Gyzen
On 01/23/2017 12:12, Eric van Gyzen wrote: > On 01/23/2017 10:03, Andriy Gapon wrote: >> On 23/01/2017 15:34, Bruce Evans wrote: >>> What is a good benchmark for showing that the fix helps? >> >> Honestly, I do not know. We ran into a pathology where a thread was no

svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-10-26 Thread Eric van Gyzen
Author: vangyzen Date: Mon Oct 26 16:21:56 2015 New Revision: 290014 URL: https://svnweb.freebsd.org/changeset/base/290014 Log: Disable SSE in libthr Clang emits SSE instructions on amd64 in the common path of pthread_mutex_unlock. If the thread does not otherwise use SSE, this usage i

svn commit: r290036 - stable/10/etc/rc.d

2015-10-26 Thread Eric van Gyzen
Author: vangyzen Date: Tue Oct 27 02:52:05 2015 New Revision: 290036 URL: https://svnweb.freebsd.org/changeset/base/290036 Log: Fix indentation in etc/rc.d/fsck. Modified: stable/10/etc/rc.d/fsck Directory Properties: stable/10/ (props changed) Modified: stable/10/etc/rc.d/fsck =

svn commit: r290037 - stable/9/etc/rc.d

2015-10-26 Thread Eric van Gyzen
Author: vangyzen Date: Tue Oct 27 03:02:48 2015 New Revision: 290037 URL: https://svnweb.freebsd.org/changeset/base/290037 Log: MFC r289186: Fix indentation in etc/rc.d/fsck. Modified: stable/9/etc/rc.d/fsck Directory Properties: stable/9/etc/ (props changed) stable/9/etc/rc.d/ (props

svn commit: r290112 - head/tools/test

2015-10-28 Thread Eric van Gyzen
Author: vangyzen Date: Wed Oct 28 15:00:21 2015 New Revision: 290112 URL: https://svnweb.freebsd.org/changeset/base/290112 Log: Fix spelling and grammer in tools/test/README. Reviewed by: gnn Modified: head/tools/test/README Modified: head/tools/test/README

Re: svn commit: r289279 - in head/sys: kern vm

2015-10-29 Thread Eric van Gyzen
On 10/29/2015 15:25, Tijl Coosemans wrote: > On Wed, 14 Oct 2015 02:10:07 + (UTC) Jeff Roberson > wrote: >> Author: jeff >> Date: Wed Oct 14 02:10:07 2015 >> New Revision: 289279 >> URL: https://svnweb.freebsd.org/changeset/base/289279 >> >> Log: >> Parallelize the buffer cache and rewrite

Re: svn commit: r290014 - in stable/10: lib/libthr/arch/amd64 lib/libthr/arch/i386 libexec/rtld-elf/amd64 libexec/rtld-elf/i386 share/mk

2015-11-12 Thread Eric van Gyzen
On 11/12/15 5:01 PM, Bryan Drewery wrote: On 10/26/2015 9:21 AM, Eric van Gyzen wrote: Author: vangyzen Date: Mon Oct 26 16:21:56 2015 New Revision: 290014 URL: https://svnweb.freebsd.org/changeset/base/290014 Log: Disable SSE in libthr Please also mention 'MFC rREV'. Thanks!

svn commit: r293858 - head/lib/libthr/thread

2016-01-13 Thread Eric van Gyzen
Author: vangyzen Date: Wed Jan 13 22:34:55 2016 New Revision: 293858 URL: https://svnweb.freebsd.org/changeset/base/293858 Log: libthr: const-ify two variables Make the default umutex and urwlock initializers const, because they can be, and as a microoptimization. MFC after:5 day

svn commit: r293860 - head/usr.sbin/bsdinstall/scripts

2016-01-13 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jan 14 00:31:00 2016 New Revision: 293860 URL: https://svnweb.freebsd.org/changeset/base/293860 Log: bsdinstall: Suggest the GPT+Active workaround on Dell T5810 The Dell Precision Tower 5810 fails to boot from GPT in Legacy/BIOS mode without the Active flag in t

svn commit: r293864 - head/usr.bin/numactl

2016-01-13 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jan 14 01:34:41 2016 New Revision: 293864 URL: https://svnweb.freebsd.org/changeset/base/293864 Log: numactl: fix CPU affinity when modifying an existing process or thread numactl was only modifying its own CPU affinity, which is fine when creating a new process

svn commit: r294639 - stable/10/lib/libthr/thread

2016-01-23 Thread Eric van Gyzen
Author: vangyzen Date: Sat Jan 23 20:49:52 2016 New Revision: 294639 URL: https://svnweb.freebsd.org/changeset/base/294639 Log: MFC r293858 libthr: const-ify two variables Make the default umutex and urwlock initializers const, because they can be, and as a microoptimization. Sp

svn commit: r294640 - stable/9/lib/libthr/thread

2016-01-23 Thread Eric van Gyzen
Author: vangyzen Date: Sat Jan 23 20:51:57 2016 New Revision: 294640 URL: https://svnweb.freebsd.org/changeset/base/294640 Log: MFC r293858 libthr: const-ify two variables Make the default umutex and urwlock initializers const, because they can be, and as a microoptimization. Sp

svn commit: r294651 - stable/10/usr.sbin/bsdinstall/scripts

2016-01-23 Thread Eric van Gyzen
Author: vangyzen Date: Sun Jan 24 02:10:05 2016 New Revision: 294651 URL: https://svnweb.freebsd.org/changeset/base/294651 Log: MFC r293860 bsdinstall: Suggest the GPT+Active workaround on Dell T5810 The Dell Precision Tower 5810 fails to boot from GPT in Legacy/BIOS mode without the

svn commit: r288494 - stable/10/sys/kern

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 13:48:32 2015 New Revision: 288494 URL: https://svnweb.freebsd.org/changeset/base/288494 Log: MFC r280792 Clean up some cosmetic nits in kern_umtx.c, found during recent work in this area and by the Clang static analyzer. Remove some dead assignments

svn commit: r288495 - stable/10/usr.sbin/pmcstat

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 14:11:44 2015 New Revision: 288495 URL: https://svnweb.freebsd.org/changeset/base/288495 Log: MFC r280793 pmcstat.8: fix -a flag description; improve -m flag to match The -a flag reads a file saved by -O, not -o. The -m flag requires the -R flag.

svn commit: r288496 - stable/9/usr.sbin/pmcstat

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 14:16:37 2015 New Revision: 288496 URL: https://svnweb.freebsd.org/changeset/base/288496 Log: MFC r280793 pmcstat.8: The -m flag requires the -R flag. Approved by:kib (mentor until recently) Sponsored by: Dell Inc. Modified: stable/9/usr.sbi

svn commit: r288497 - in stable/10: share/man/man9 sys/kern

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 14:21:07 2015 New Revision: 288497 URL: https://svnweb.freebsd.org/changeset/base/288497 Log: MFC r281785 Always send log(9) messages to the message buffer. It is truer to the semantics of logging for messages to *always* go to the message buffer, wh

svn commit: r288498 - stable/10/sbin/dmesg

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 14:24:39 2015 New Revision: 288498 URL: https://svnweb.freebsd.org/changeset/base/288498 Log: MFC r281787 dmesg: accommodate message buffer growth between the sysctl calls Allocate 12.5% extra space to avoid ENOMEM when the message buffer is growing

svn commit: r288499 - in stable/10/sys: compat/linprocfs dev/hwpmc fs/procfs kern vm

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 14:36:41 2015 New Revision: 288499 URL: https://svnweb.freebsd.org/changeset/base/288499 Log: MFC r283924 Provide vnode in memory map info for files on tmpfs When providing memory map information to userland, populate the vnode pointer for tmpfs file

svn commit: r288500 - stable/9/sbin/dmesg

2015-10-02 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 2 15:07:02 2015 New Revision: 288500 URL: https://svnweb.freebsd.org/changeset/base/288500 Log: MFC r281787 dmesg: accommodate message buffer growth between the sysctl calls Allocate 12.5% extra space to avoid ENOMEM when the message buffer is growing

svn commit: r289186 - head/etc/rc.d

2015-10-12 Thread Eric van Gyzen
Author: vangyzen Date: Mon Oct 12 14:23:10 2015 New Revision: 289186 URL: https://svnweb.freebsd.org/changeset/base/289186 Log: Fix indentation in etc/rc.d/fsck. MFC after:3 days Sponsored by: Dell Inc. Modified: head/etc/rc.d/fsck Modified: head/etc/rc.d/fsck

svn commit: r289315 - in head: include lib/libc/resolv share/man/man5

2015-10-14 Thread Eric van Gyzen
Author: vangyzen Date: Wed Oct 14 14:26:44 2015 New Revision: 289315 URL: https://svnweb.freebsd.org/changeset/base/289315 Log: resolver: automatically reload /etc/resolv.conf On each resolver query, use stat(2) to see if the modification time of /etc/resolv.conf has changed. If so, relo

Re: svn commit: r289626 - in head/sys: dev/isp dev/ispfw modules/ispfw modules/ispfw/isp_2400_multi modules/ispfw/isp_2500_multi

2015-10-20 Thread Eric van Gyzen
On 10/20/2015 07:27, Alexander Motin wrote: > Author: mav > Date: Tue Oct 20 12:27:59 2015 > New Revision: 289626 > URL: https://svnweb.freebsd.org/changeset/base/289626 > > Log: > Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0. > > This also removes separate "_multi" image

Re: svn commit: r289643 - head

2015-10-20 Thread Eric van Gyzen
On 10/20/2015 14:04, Alexander Motin wrote: > Author: mav > Date: Tue Oct 20 19:04:13 2015 > New Revision: 289643 > URL: https://svnweb.freebsd.org/changeset/base/289643 > > Log: > Document isp_*_multi firmware kernel modules removal at r289626. > > Modified: > head/UPDATING Thanks! Eric __

svn commit: r289837 - head/lib/libc/resolv

2015-10-23 Thread Eric van Gyzen
Author: vangyzen Date: Fri Oct 23 15:56:17 2015 New Revision: 289837 URL: https://svnweb.freebsd.org/changeset/base/289837 Log: resolver: abuse _res a little less In the past, _res was a global variable. Now, it's multiple function calls. Several functions in the resolver use _res multip

svn commit: r296547 - stable/10/sys/dev/ichsmb

2016-03-08 Thread Eric van Gyzen
Author: vangyzen Date: Tue Mar 8 20:24:12 2016 New Revision: 296547 URL: https://svnweb.freebsd.org/changeset/base/296547 Log: MFC r281920,r284247,r284248,r295651 ichsmb: Add PCI device IDs for Intel Sunrise Point-H, Wellsburg, and Lynx-Point LP SMBus controllers. Remove whitespace.

Re: svn commit: r297501 - head/usr.sbin/pciconf

2016-04-04 Thread Eric van Gyzen
On 04/02/2016 04:49, Oliver Pinter wrote: > > + printf(" slot %d", (cap & PCIEM_SLOT_CAP_PSN) >> 19); > + printf(" power limit %d mW", slot_power(cap)); > + if (cap & PCIEM_SLOT_CAP_HPC) > + printf(" HotPlug(%s)", sta & PCIEM_SLOT_STA_PDS ? > "pre

svn commit: r297977 - in stable/10: sys/kern sys/sys tests/sys/kqueue

2016-04-14 Thread Eric van Gyzen
Author: vangyzen Date: Thu Apr 14 17:14:11 2016 New Revision: 297977 URL: https://svnweb.freebsd.org/changeset/base/297977 Log: MFC r295012 kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXIT NOTE_CHILD and NOTE_EXIT return something in kevent.data: the parent pid (p

svn commit: r299004 - head/sys/x86/acpica

2016-05-03 Thread Eric van Gyzen
Author: vangyzen Date: Tue May 3 20:14:04 2016 New Revision: 299004 URL: https://svnweb.freebsd.org/changeset/base/299004 Log: Work around (ignore) broken SRAT tables Instead of panicking when parsing an invalid ACPI SRAT table, just ignore it, effectively disabling NUMA. https://li

svn commit: r299035 - head/bin/sh

2016-05-03 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 4 02:06:46 2016 New Revision: 299035 URL: https://svnweb.freebsd.org/changeset/base/299035 Log: sh: Handle empty hostname and $PWD when building prompt If the hostname is empty and \h is used in $PS1, the remainder of the prompt following \h will be empty.

svn commit: r299485 - stable/10/sys/x86/acpica

2016-05-11 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 11 22:06:28 2016 New Revision: 299485 URL: https://svnweb.freebsd.org/changeset/base/299485 Log: MFC r299004: Work around (ignore) broken SRAT tables Modified: stable/10/sys/x86/acpica/srat.c Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r299486 - stable/9/sys/x86/acpica

2016-05-11 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 11 22:07:05 2016 New Revision: 299486 URL: https://svnweb.freebsd.org/changeset/base/299486 Log: MFC r299004: Work around (ignore) broken SRAT tables Modified: stable/9/sys/x86/acpica/srat.c Directory Properties: stable/9/sys/ (props changed) Modified: stab

svn commit: r299487 - stable/10/bin/sh

2016-05-11 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 11 22:11:37 2016 New Revision: 299487 URL: https://svnweb.freebsd.org/changeset/base/299487 Log: MFC r299035: sh: Handle empty hostname and $PWD when building prompt If the hostname is empty and \h is used in $PS1, the remainder of the prompt following \h wi

svn commit: r299488 - stable/9/bin/sh

2016-05-11 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 11 22:13:50 2016 New Revision: 299488 URL: https://svnweb.freebsd.org/changeset/base/299488 Log: MFC r299035: sh: Handle empty hostname and $PWD when building prompt If the hostname is empty and \h is used in $PS1, the remainder of the prompt following \h wi

svn commit: r358186 - head/lib/libc/sys

2020-02-20 Thread Eric van Gyzen
Author: vangyzen Date: Thu Feb 20 23:47:09 2020 New Revision: 358186 URL: https://svnweb.freebsd.org/changeset/base/358186 Log: truncate(2): extending the file is required by POSIX 2008 Update the man page to mention that extending a file with truncate(2) is required by POSIX as of 2008.

svn commit: r358187 - head/sys/kern

2020-02-20 Thread Eric van Gyzen
Author: vangyzen Date: Thu Feb 20 23:53:48 2020 New Revision: 358187 URL: https://svnweb.freebsd.org/changeset/base/358187 Log: clamp kernel dump compression level when using gzip If the configured compression level for kernel dumps it outside the supported range, clamp it to the closest

svn commit: r358594 - head/sbin/dumpon

2020-03-03 Thread Eric van Gyzen
Author: vangyzen Date: Tue Mar 3 22:14:23 2020 New Revision: 358594 URL: https://svnweb.freebsd.org/changeset/base/358594 Log: dumpon: skip size check if using zstd As with gzip, let the dump device be smaller than physical memory when using zstd and full dumps. Also print the error

svn commit: r299704 - in head: etc/mtree lib/libc/iconv lib/libc/tests lib/libc/tests/iconv

2016-05-13 Thread Eric van Gyzen
+++ head/lib/libc/tests/iconv/iconvctl_test.c Sat May 14 00:35:35 2016 (r299704) @@ -0,0 +1,69 @@ +/*- + * Copyright (c) 2016 Eric van Gyzen + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the fol

svn commit: r301068 - head/etc/rc.d

2016-05-31 Thread Eric van Gyzen
Author: vangyzen Date: Tue May 31 18:40:47 2016 New Revision: 301068 URL: https://svnweb.freebsd.org/changeset/base/301068 Log: Fix indentation in dhclient rc.d script Modified: head/etc/rc.d/dhclient Modified: head/etc/rc.d/dhclient ==

svn commit: r301274 - in head: lib/libc/sys share/man/man3

2016-06-03 Thread Eric van Gyzen
Author: vangyzen Date: Fri Jun 3 14:30:32 2016 New Revision: 301274 URL: https://svnweb.freebsd.org/changeset/base/301274 Log: Improve errno documentation in pthread_create(3) and thr_new(2) Add some missing errno values to thr_new(2) and pthread_create(3). In particular, EDEADLK was not

svn commit: r351118 - head/contrib/netbsd-tests/lib/libpthread

2019-08-16 Thread Eric van Gyzen
Author: vangyzen Date: Fri Aug 16 13:10:08 2019 New Revision: 351118 URL: https://svnweb.freebsd.org/changeset/base/351118 Log: Update pthread_cond_timedwait() test to current NetBSD NetBSD adapted and committed our r350620. Update to their version 1.8. Reviewed by: ngie Obtained f

svn commit: r368553 - head/sbin/decryptcore

2020-12-11 Thread Eric van Gyzen
Author: vangyzen Date: Fri Dec 11 14:32:42 2020 New Revision: 368553 URL: https://svnweb.freebsd.org/changeset/base/368553 Log: decryptcore: preload OpenSSL error strings; seed PRNG As in r360226, preload OpenSSL error strings and seed the PRNG before entering capability mode. MFC af

svn commit: r364457 - head/sys/amd64/amd64

2020-08-21 Thread Eric van Gyzen
Author: vangyzen Date: Fri Aug 21 14:22:32 2020 New Revision: 364457 URL: https://svnweb.freebsd.org/changeset/base/364457 Log: amd64 pmap: potential integer overflowing expression Coverity has identified the line in this change as "Potential integer overflowing expression" due to the var

svn commit: r364462 - head/sys/dev/ixgbe

2020-08-21 Thread Eric van Gyzen
Author: vangyzen Date: Fri Aug 21 19:34:41 2020 New Revision: 364462 URL: https://svnweb.freebsd.org/changeset/base/364462 Log: ixgbe: fix impossible condition Coverity flagged this condition: The condition offset == 0 && offset == 65535 can never be true because offset cannot be eq

svn commit: r364933 - in head: lib/libmemstat sys/vm

2020-08-28 Thread Eric van Gyzen
Author: vangyzen Date: Fri Aug 28 19:50:40 2020 New Revision: 364933 URL: https://svnweb.freebsd.org/changeset/base/364933 Log: memstat_kvm_uma: fix reading of uma_zone_domain structures Coverity flagged the scaling by sizeof(uzd). That is the type of the pointer, so the scaling was alre

svn commit: r364935 - head/sys/vm

2020-08-28 Thread Eric van Gyzen
Author: vangyzen Date: Fri Aug 28 19:59:02 2020 New Revision: 364935 URL: https://svnweb.freebsd.org/changeset/base/364935 Log: vm_pageout_scan_active: ensure ps_delta is initialized Reported by: Coverity Reviewed by: markj MFC after:2 weeks Sponsored by: Dell EMC Isilon Diffe

svn commit: r364989 - head/sys/dev/jedec_dimm

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 15:03:23 2020 New Revision: 364989 URL: https://svnweb.freebsd.org/changeset/base/364989 Log: jedec_dimm: fix array overrun Coverity detected the overrunning of sc->part_str. Submitted by: bret_ketc...@dell.com Reported by: Coverity MFC after:

svn commit: r364991 - head/contrib/ofed/opensm/opensm

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 15:26:01 2020 New Revision: 364991 URL: https://svnweb.freebsd.org/changeset/base/364991 Log: opensm: Fix a possible dereference of a NULL pointer Reported by: Coverity Reviewed by: hselasky, kib MFC after:2 weeks Sponsored by: Dell EMC Isilon

Re: svn commit: r364991 - head/contrib/ofed/opensm/opensm

2020-08-31 Thread Eric van Gyzen
On 8/31/20 10:26 AM, Eric van Gyzen wrote: Author: vangyzen Date: Mon Aug 31 15:26:01 2020 New Revision: 364991 URL: https://svnweb.freebsd.org/changeset/base/364991 Log: opensm: Fix a possible dereference of a NULL pointer Submitted by: bret_ketc...@dell.com Reported by

svn commit: r364992 - head/sys/fs/nfsserver

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 15:31:17 2020 New Revision: 364992 URL: https://svnweb.freebsd.org/changeset/base/364992 Log: Fix nfsrvd_locku memory leak Coverity detected memory leak fix. Submitted by: bret_ketc...@dell.com Reported by: Coverity Reviewed by: rmacklem MFC af

svn commit: r364996 - head/lib/libpmc/pmu-events

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 16:07:40 2020 New Revision: 364996 URL: https://svnweb.freebsd.org/changeset/base/364996 Log: libpmc: Fix memory leak in process_mapfile Coverity detected memory leak fix. Submitted by: bret_ketc...@dell.com Reported by: Coverity Reviewed by: cem

svn commit: r364997 - in head/sys/ofed: drivers/infiniband/core include/rdma

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 16:17:28 2020 New Revision: 364997 URL: https://svnweb.freebsd.org/changeset/base/364997 Log: infiniband: Appease Coverty Coverity claims the call to rdma_gid2ip in cma_igmp_send overwrites addr. Use a consistent definition of sockaddr to prevent detectio

svn commit: r364998 - head/contrib/ofed/infiniband-diags/src

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 16:18:48 2020 New Revision: 364998 URL: https://svnweb.freebsd.org/changeset/base/364998 Log: infiniband-diags: Fix memory leak in dump_multicast_tables Coverity detected leak. Submitted by: bret_ketc...@dell.com Reported by: Coverity Reviewed by:

svn commit: r365051 - head/usr.sbin/pmc

2020-09-01 Thread Eric van Gyzen
Author: vangyzen Date: Tue Sep 1 15:52:18 2020 New Revision: 365051 URL: https://svnweb.freebsd.org/changeset/base/365051 Log: pmc: Fix freed internal location read Coverity detected this error. The fix duplicates the assignment on line 171. Submitted by: bret_ketc...@dell.com Repo

<    1   2   3   4