CVS commit: src/tests/net/carp

2017-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 27 07:25:59 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Test handovers on interface down as well as server halt To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/net/carp

2017-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 27 07:25:59 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Test handovers on interface down as well as server halt To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/net/carp

2017-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 27 07:24:26 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Add a test case for CARP on IPv6 The test case fails expectedly because the implementation of CARP on IPv6 is incomplete yet. To

CVS commit: src/tests/net/carp

2017-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 27 07:24:26 UTC 2017 Modified Files: src/tests/net/carp: t_basic.sh Log Message: Add a test case for CARP on IPv6 The test case fails expectedly because the implementation of CARP on IPv6 is incomplete yet. To

CVS commit: src/distrib/sets/lists/xdebug

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 07:11:06 UTC 2017 Modified Files: src/distrib/sets/lists/xdebug: md.macppc Log Message: add glint driver debuginfo file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/distrib/sets/lists/xdebug

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 07:11:06 UTC 2017 Modified Files: src/distrib/sets/lists/xdebug: md.macppc Log Message: add glint driver debuginfo file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:45 UTC 2017 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: in mips_emul_fp(), clear all pending FP exceptions rather than just a particular one, otherwise the kernel can take another FPU trap when it

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:45 UTC 2017 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: in mips_emul_fp(), clear all pending FP exceptions rather than just a particular one, otherwise the kernel can take another FPU trap when it

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:16 UTC 2017 Modified Files: src/sys/arch/mips/include: fenv.h Log Message: fix fesetround() to set the FPSR to the desired value rather than a pointer to a local variable. wrap the asm in inline functions so that

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:16 UTC 2017 Modified Files: src/sys/arch/mips/include: fenv.h Log Message: fix fesetround() to set the FPSR to the desired value rather than a pointer to a local variable. wrap the asm in inline functions so that

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:03 UTC 2017 Modified Files: src/sys/arch/mips/include: ieeefp.h Log Message: the FP_* rounding constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them.

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:03 UTC 2017 Modified Files: src/sys/arch/mips/include: ieeefp.h Log Message: the FP_* rounding constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them.

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:33 UTC 2017 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: the second operand to cfc1/ctc1 isn't an FPU data register so don't make it look like one. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:33 UTC 2017 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: the second operand to cfc1/ctc1 isn't an FPU data register so don't make it look like one. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/arch/mips/gen

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:55:26 UTC 2017 Modified Files: src/lib/libc/arch/mips/gen: fpsetmask.c fpsetround.c fpsetsticky.c Log Message: fix asm operands: "ctc1" uses the register as an input, not an output. To generate a diff of this commit:

CVS commit: src/lib/libc/arch/mips/gen

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:55:26 UTC 2017 Modified Files: src/lib/libc/arch/mips/gen: fpsetmask.c fpsetround.c fpsetsticky.c Log Message: fix asm operands: "ctc1" uses the register as an input, not an output. To generate a diff of this commit:

CVS commit: src/sys/arch/powerpc/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:43 UTC 2017 Modified Files: src/sys/arch/powerpc/include: fenv.h Log Message: update the FE0/FE1 MSR bits as needed when changing the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/powerpc/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:43 UTC 2017 Modified Files: src/sys/arch/powerpc/include: fenv.h Log Message: update the FE0/FE1 MSR bits as needed when changing the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:00 UTC 2017 Modified Files: src/lib/libc/arch/powerpc/gen: fpsetmask.c src/sys/arch/powerpc/include: instr.h src/sys/arch/powerpc/powerpc: trap.c Log Message: have fpsetmask() change the FE0/FE1 MSR

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:00 UTC 2017 Modified Files: src/lib/libc/arch/powerpc/gen: fpsetmask.c src/sys/arch/powerpc/include: instr.h src/sys/arch/powerpc/powerpc: trap.c Log Message: have fpsetmask() change the FE0/FE1 MSR

CVS commit: src/sys/arch/powerpc/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:51:46 UTC 2017 Modified Files: src/sys/arch/powerpc/include: ieeefp.h Log Message: the FP_* exception constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using

CVS commit: src/sys/arch/powerpc/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:51:46 UTC 2017 Modified Files: src/sys/arch/powerpc/include: ieeefp.h Log Message: the FP_* exception constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using

CVS commit: src/sys/arch/evbarm/conf

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:50:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: IGEPV2 std.igepv2 Log Message: fix the build of this kernel config by adding the omapscm driver. turn on options for dtrace, turn off USB debugging. To

CVS commit: src/sys/arch/evbarm/conf

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:50:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: IGEPV2 std.igepv2 Log Message: fix the build of this kernel config by adding the omapscm driver. turn on options for dtrace, turn off USB debugging. To

CVS commit: src/lib/libm/src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:49:02 UTC 2017 Modified Files: src/lib/libm/src: lrint.c Log Message: the MI lrint() code assumes that rounding is done in at most double precision but m68k (68881) uses extended precision by default, so put the FPU in

CVS commit: src/lib/libm/src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:49:02 UTC 2017 Modified Files: src/lib/libm/src: lrint.c Log Message: the MI lrint() code assumes that rounding is done in at most double precision but m68k (68881) uses extended precision by default, so put the FPU in

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:58 UTC 2017 Modified Files: src/sys/arch/m68k/include: ieeefp.h Log Message: the FP_* constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them. To

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:58 UTC 2017 Modified Files: src/sys/arch/m68k/include: ieeefp.h Log Message: the FP_* constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them. To

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:30 UTC 2017 Modified Files: src/sys/arch/m68k/include: fenv.h Log Message: use FPCR instead of FPSR to manipulate the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:30 UTC 2017 Modified Files: src/sys/arch/m68k/include: fenv.h Log Message: use FPCR instead of FPSR to manipulate the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:00 UTC 2017 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_asm.S dtrace_isa.c dtrace_subr.c src/external/cddl/osnet/dev/dtrace/arm: dtrace_subr.c

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:00 UTC 2017 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_asm.S dtrace_isa.c dtrace_subr.c src/external/cddl/osnet/dev/dtrace/arm: dtrace_subr.c

CVS commit: src/usr.sbin/rtadvd

2017-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 27 05:41:37 UTC 2017 Modified Files: src/usr.sbin/rtadvd: config.c rtadvd.h Log Message: Fix the default value of rltime According to rtadvd.conf(5), the default value of rltime is 1800 seconds. PR bin/51994 To

CVS commit: src/usr.sbin/rtadvd

2017-02-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 27 05:41:37 UTC 2017 Modified Files: src/usr.sbin/rtadvd: config.c rtadvd.h Log Message: Fix the default value of rltime According to rtadvd.conf(5), the default value of rltime is 1800 seconds. PR bin/51994 To

CVS commit: src/sys/dev/pci

2017-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 03:37:16 UTC 2017 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.1271 -r1.1272 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1270

CVS commit: src/sys/dev/pci

2017-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 01:33:21 UTC 2017 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some NVIDIA devices. To generate a diff of this commit: cvs rdiff -u -r1.1279 -r1.1280 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/dev/pci

2017-02-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 01:33:21 UTC 2017 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some NVIDIA devices. To generate a diff of this commit: cvs rdiff -u -r1.1279 -r1.1280 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/dev/ic

2017-02-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Feb 26 23:30:14 UTC 2017 Modified Files: src/sys/dev/ic: bha.c bhareg.h Log Message: got 'bad mbi comp_stat 5' during DIOCGCACHE under Parallels, according to linux driver it's possible status when controller thinks the CCB

CVS commit: src/sys/dev/ic

2017-02-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Feb 26 23:30:14 UTC 2017 Modified Files: src/sys/dev/ic: bha.c bhareg.h Log Message: got 'bad mbi comp_stat 5' during DIOCGCACHE under Parallels, according to linux driver it's possible status when controller thinks the CCB

CVS commit: src/sys/dev/ic

2017-02-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Feb 26 23:06:36 UTC 2017 Modified Files: src/sys/dev/ic: ld_icp.c Log Message: mark local functions static, similar to other ld(4) attachments To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/ic

2017-02-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Feb 26 23:06:36 UTC 2017 Modified Files: src/sys/dev/ic: ld_icp.c Log Message: mark local functions static, similar to other ld(4) attachments To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.sbin/wakeonlan

2017-02-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 26 22:18:58 UTC 2017 Modified Files: src/usr.sbin/wakeonlan: wakeonlan.8 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/wakeonlan/wakeonlan.8 Please note that diffs

CVS commit: src/usr.sbin/wakeonlan

2017-02-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 26 22:18:58 UTC 2017 Modified Files: src/usr.sbin/wakeonlan: wakeonlan.8 Log Message: Fix Dd argument. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/wakeonlan/wakeonlan.8 Please note that diffs

CVS commit: src/usr.sbin/wakeonlan

2017-02-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Feb 26 19:58:38 UTC 2017 Modified Files: src/usr.sbin/wakeonlan: wakeonlan.8 Log Message: shorten hardware address wording To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/wakeonlan/wakeonlan.8

CVS commit: src/usr.sbin/wakeonlan

2017-02-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Feb 26 19:58:38 UTC 2017 Modified Files: src/usr.sbin/wakeonlan: wakeonlan.8 Log Message: shorten hardware address wording To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/wakeonlan/wakeonlan.8

CVS commit: src/sys/dev

2017-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 26 16:22:55 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Paranoia: parenthesize macro operands. Should be no functional change, based on how these macros are used in this file. To generate a diff of

CVS commit: src/sys/dev

2017-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 26 16:22:55 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Paranoia: parenthesize macro operands. Should be no functional change, based on how these macros are used in this file. To generate a diff of

CVS commit: src/share/man/man9

2017-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 26 15:44:16 UTC 2017 Modified Files: src/share/man/man9: kauth.9 Log Message: Clarify that kauth_cred_get doesn't modify with reference count. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

CVS commit: src/share/man/man9

2017-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 26 15:44:16 UTC 2017 Modified Files: src/share/man/man9: kauth.9 Log Message: Clarify that kauth_cred_get doesn't modify with reference count. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

Re: CVS commit: src/sys/arch

2017-02-26 Thread Valery Ushakov
On Sun, Feb 26, 2017 at 12:21:15 +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Sun Feb 26 12:21:15 UTC 2017 > > Modified Files: > src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU > src/sys/arch/i386/conf: GENERIC GENERIC_PS2TINY GENERIC_TINY

CVS commit: src/sys/arch

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:41:50 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC XEN3_DOM0 XEN3_DOMU Log Message: Comment out DISKLABEL_RDB as it is too specific for general

CVS commit: src/sys/arch

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:41:50 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC XEN3_DOM0 XEN3_DOMU Log Message: Comment out DISKLABEL_RDB as it is too specific for general

CVS commit: src/sys/arch

2017-02-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 26 12:21:15 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY NET4501 XEN3_DOM0

CVS commit: src/sys/arch

2017-02-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 26 12:21:15 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY NET4501 XEN3_DOM0

Re: CVS commit: src/sys/arch

2017-02-26 Thread coypu
On Sun, Feb 26, 2017 at 12:03:15PM +, Rin Okuyama wrote: > Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for > other platforms by default. > Please disable this on x86. It shouldn't be everyone's junkyard.

CVS commit: src/doc

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:06:40 UTC 2017 Modified Files: src/doc: CHANGES Log Message: add DKWEDGE_METHOD_RDB To generate a diff of this commit: cvs rdiff -u -r1.2256 -r1.2257 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/doc

2017-02-26 Thread Rin Okuyama
-Independent'' disklabel) kernel option to machines that support Master Boot Record (MBR). [rin 20170219] + dk(4): Add DKWEDGE_METHOD_RDB option to enable Amiga Rigid Disk Block + (RDB) partitioning detection method. [rin 20170226]

CVS commit: src/sys/arch

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:03:15 UTC 2017 Modified Files: src/sys/arch/amd64/conf: ALL XEN3_DOM0 XEN3_DOMU src/sys/arch/evbarm/conf: ARMADILLO-IOT-G3 src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU

CVS commit: src/sys/arch

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:03:15 UTC 2017 Modified Files: src/sys/arch/amd64/conf: ALL XEN3_DOM0 XEN3_DOMU src/sys/arch/evbarm/conf: ARMADILLO-IOT-G3 src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU

CVS commit: src

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:56:49 UTC 2017 Modified Files: src/share/man/man4: dk.4 src/sys/conf: files src/sys/dev: files.dev Added Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: Add DKWEDGE_METHOD_RDB option,

CVS commit: src

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:56:49 UTC 2017 Modified Files: src/share/man/man4: dk.4 src/sys/conf: files src/sys/dev: files.dev Added Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: Add DKWEDGE_METHOD_RDB option,

CVS commit: src/sys/sys

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:51:38 UTC 2017 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: s/u_char/unsigned char/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/disklabel_rdb.h Please note that diffs are not

CVS commit: src/sys/sys

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:51:38 UTC 2017 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: s/u_char/unsigned char/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/disklabel_rdb.h Please note that diffs are not

CVS commit: src/sys/sys

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:48:55 UTC 2017 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: Include and replace u_long with uint32_t in preparation to be used from LP64 environments. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:48:55 UTC 2017 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: Include and replace u_long with uint32_t in preparation to be used from LP64 environments. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/scsipi

2017-02-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 26 10:58:47 UTC 2017 Modified Files: src/sys/dev/scsipi: scsipi_base.h Log Message: Add a DEBUG assert for the problem noted in PR kern/51731 of some drivers not sufficiently locking. The relevant drivers might not work,

CVS commit: src/sys/dev/scsipi

2017-02-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 26 10:58:47 UTC 2017 Modified Files: src/sys/dev/scsipi: scsipi_base.h Log Message: Add a DEBUG assert for the problem noted in PR kern/51731 of some drivers not sufficiently locking. The relevant drivers might not work,

CVS commit: src/sys/arch/i386/pnpbios

2017-02-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 26 10:49:25 UTC 2017 Modified Files: src/sys/arch/i386/pnpbios: pnpbios.c Log Message: catch up with i386 rename of gdt to gdtstore fixes i386 ALL kernel build (pnpbios is disabled in GENERIC) To generate a diff of this

CVS commit: src/sys/arch/i386/pnpbios

2017-02-26 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 26 10:49:25 UTC 2017 Modified Files: src/sys/arch/i386/pnpbios: pnpbios.c Log Message: catch up with i386 rename of gdt to gdtstore fixes i386 ALL kernel build (pnpbios is disabled in GENERIC) To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2017-02-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 26 10:26:19 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_time.c Log Message: Apply fix from natuve clock_nanosleep(2) to not copyout remaining time struct if TIMER_ABSTIME flag is set. To generate a diff of

CVS commit: src/sys/compat/netbsd32

2017-02-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 26 10:26:19 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_time.c Log Message: Apply fix from natuve clock_nanosleep(2) to not copyout remaining time struct if TIMER_ABSTIME flag is set. To generate a diff of

CVS commit: src/sys/dev/sun

2017-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 26 09:49:40 UTC 2017 Modified Files: src/sys/dev/sun: disksubr.c Log Message: Disks without a disk label happen in normal operation (both as USB stick or with GPT), so do not cause an error message when opening them. To

CVS commit: src/sys/dev/sun

2017-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 26 09:49:40 UTC 2017 Modified Files: src/sys/dev/sun: disksubr.c Log Message: Disks without a disk label happen in normal operation (both as USB stick or with GPT), so do not cause an error message when opening them. To

CVS commit: src/sys/arch/arm/marvell

2017-02-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 26 09:33:27 UTC 2017 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/marvell/armadaxp.c Please note

CVS commit: src/sys/arch/arm/marvell

2017-02-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 26 09:33:27 UTC 2017 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/marvell/armadaxp.c Please note

CVS commit: src/sys/arch/arm/marvell

2017-02-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 26 09:29:08 UTC 2017 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: Use PEX numbers consistently. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/arch/arm/marvell

2017-02-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 26 09:29:08 UTC 2017 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: Use PEX numbers consistently. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20