CVS commit: src/sys/dev/usb

2019-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 19 04:18:49 UTC 2019 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: revert previous. meant to delete that change... To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/dev/usb/usb_subr.c Plea

CVS commit: src/sys/dev/usb

2019-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 19 04:18:49 UTC 2019 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: revert previous. meant to delete that change... To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/dev/usb/usb_subr.c Plea

CVS commit: src/sys/dev/usb

2019-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 19 04:17:35 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c usb_subr.c Log Message: call ure_stop_locked(), not ure_stop(), from ure_init_locked() to avoid locking botch. fixes assert reported by sc.dying. To generate a

CVS commit: src/sys/dev/usb

2019-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 19 04:17:35 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c usb_subr.c Log Message: call ure_stop_locked(), not ure_stop(), from ure_init_locked() to avoid locking botch. fixes assert reported by sc.dying. To generate a

CVS commit: src/sys/kern

2019-07-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 18 20:10:46 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Enhance locking of ptrace_update_lwp Replace lwp_delref() + mutex_enter() with: mutex_enter() + lwp_delref2(). This avoids extra taking an

CVS commit: src/sys/kern

2019-07-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jul 18 20:10:46 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Enhance locking of ptrace_update_lwp Replace lwp_delref() + mutex_enter() with: mutex_enter() + lwp_delref2(). This avoids extra taking an

CVS commit: src/sys/arch/sparc64/sparc64

2019-07-18 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Jul 18 18:21:45 UTC 2019 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sun4v: added some missing comments to the code in pcbspill To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/a

CVS commit: src/sys/arch/sparc64/sparc64

2019-07-18 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Jul 18 18:21:45 UTC 2019 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sun4v: added some missing comments to the code in pcbspill To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/a

CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src

2019-07-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 18 18:02:10 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_driver.c Log Message: remove unused xaaSymbols[] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ xsrc/external

CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src

2019-07-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 18 18:02:10 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_driver.c Log Message: remove unused xaaSymbols[] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ xsrc/external

CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src

2019-07-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 18 18:00:58 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_exa.c Log Message: adjust comment to reality NFC To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ xsrc/external/m

CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src

2019-07-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 18 18:00:58 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_exa.c Log Message: adjust comment to reality NFC To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ xsrc/external/m

CVS commit: src/sys/arch/x86/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 12:04:16 UTC 2019 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Use unsigned to fix compile error on i386. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/pci/amdsmn.c Ple

CVS commit: src/sys/arch/x86/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 12:04:16 UTC 2019 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Use unsigned to fix compile error on i386. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/pci/amdsmn.c Ple

CVS commit: src/sys/kern

2019-07-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Jul 18 09:39:40 UTC 2019 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Make namei() work with no root dir yet. >From David Holland with minor tweaks from me. Should fix PR kern/54378 (panic with TLB miss when atte

CVS commit: src/sys/kern

2019-07-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Jul 18 09:39:40 UTC 2019 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Make namei() work with no root dir yet. >From David Holland with minor tweaks from me. Should fix PR kern/54378 (panic with TLB miss when atte

CVS commit: src/doc

2019-07-18 Thread SAITOH Masanobu
resolvconf(8): Import openresolv-3.9.1. [roy 20190717] + amdsmn(4),amdzentemp(4): Add suppor for Ryzen 2xxx and 3xxx. + [msaitoh 20190718]

CVS commit: src/doc

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 09:07:59 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Note piixpm(4), amdsmn(4) and amdzentemp(4). To generate a diff of this commit: cvs rdiff -u -r1.2553 -r1.2554 src/doc/CHANGES Please note that diffs a

CVS commit: src/sys/arch/x86/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 08:53:41 UTC 2019 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Add support for Ryzen 2xxx and 3xxx. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/pci/amdsmn.c Please no

CVS commit: src/sys/arch/x86/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 08:53:41 UTC 2019 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Add support for Ryzen 2xxx and 3xxx. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/pci/amdsmn.c Please no

CVS commit: src/sys/dev/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 08:51:49 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1368 -r1.1369 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1367 -r1.1

CVS commit: src/sys/dev/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 08:51:49 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1368 -r1.1369 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1367 -r1.1

CVS commit: src/sys/dev/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 08:50:51 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Intel C620 Virtual Switch Port for Termal Sensor is not 0x37c6 but 0x37c7. - Add Some AMD Ryzen 3xxx's devices. To generate a diff of this com

CVS commit: src/sys/dev/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 08:50:51 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Intel C620 Virtual Switch Port for Termal Sensor is not 0x37c6 but 0x37c7. - Add Some AMD Ryzen 3xxx's devices. To generate a diff of this com

Re: CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2019-07-18 Thread Sevan Janiyan
On 18/07/2019 08:38, Sevan Janiyan wrote: > I still need to pass noxlibs I meant -xnolibs Sevan

CVS commit: src/sys/dev/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 07:49:27 UTC 2019 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Remove whitespace for consistency. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/sys/dev/pci/pci_subr.c Please note t

CVS commit: src/sys/dev/pci

2019-07-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 18 07:49:27 UTC 2019 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Remove whitespace for consistency. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/sys/dev/pci/pci_subr.c Please note t

Re: CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2019-07-18 Thread Sevan Janiyan
On 16/07/2019 08:27, Juergen Hannken-Illjes wrote: > Module Name: src > Committed By: hannken > Date: Tue Jul 16 07:27:35 UTC 2019 > > Modified Files: > src/external/cddl/osnet/dist/tools/ctf/cvt: fixup_tdescs.c > > Log Message: > XXX: A crude hack to bring down the number of types