CVS commit: src/sys/dev/isa

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 06:00:08 UTC 2019 Modified Files: src/sys/dev/isa: if_ef.c Log Message: Make it compilable with EF_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/isa/if_ef.c Please note that

CVS commit: src/sys

2019-04-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 9 22:05:27 UTC 2019 Modified Files: src/sys/conf: files param.c src/sys/kern: sysv_ipc.c Log Message: defparam all of the config variables associated with SYSV IPC stuff. The variables were removed from

CVS commit: src/sys

2019-04-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 9 22:05:27 UTC 2019 Modified Files: src/sys/conf: files param.c src/sys/kern: sysv_ipc.c Log Message: defparam all of the config variables associated with SYSV IPC stuff. The variables were removed from

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 22:38:25 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Add a commented out entry for CARP To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/arch/macppc/conf/GENERIC

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 22:38:25 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Add a commented out entry for CARP To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/arch/macppc/conf/GENERIC

CVS commit: src/sys/net

2019-04-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 10 04:06:53 UTC 2019 Modified Files: src/sys/net: rtsock_shared.c Log Message: Avoid a maybe-uninitialized warning by checking for an error return that might indicate that 'len' was not initialized. To generate a diff

CVS commit: src/sys/arch/usermode

2019-04-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 10 04:10:54 UTC 2019 Modified Files: src/sys/arch/usermode/include: types.h src/sys/arch/usermode/usermode: copy.c Log Message: Make the usermode kernel compile again. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:28:03 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Fix ifdata"o2n"() macro. This is not a real bug because this macro is not used from anywhere. Both of SIOCGIFDATA and SIOCZIFDATA use "n2o"

CVS commit: src/sys/arch/usermode

2019-04-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 10 04:10:54 UTC 2019 Modified Files: src/sys/arch/usermode/include: types.h src/sys/arch/usermode/usermode: copy.c Log Message: Make the usermode kernel compile again. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:28:03 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Fix ifdata"o2n"() macro. This is not a real bug because this macro is not used from anywhere. Both of SIOCGIFDATA and SIOCZIFDATA use "n2o"

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:37:00 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Whitespace change. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/compat/sys/sockio.h Please

CVS commit: src/share/man/man4

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:18:39 UTC 2019 Modified Files: src/share/man/man4: carp.4 Log Message: typo, you don't need to specify a prefix & mask To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/carp.4 Please

CVS commit: src

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:32:15 UTC 2019 Modified Files: src/distrib/sets/lists/etc: mi src/etc/defaults: Makefile src/etc/rc.d: Makefile Log Message: Include npf_boot rc.d scripts which loads an interim config early in boot.

CVS commit: src/share/man/man4

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:18:39 UTC 2019 Modified Files: src/share/man/man4: carp.4 Log Message: typo, you don't need to specify a prefix & mask To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/carp.4 Please

CVS commit: src

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:32:15 UTC 2019 Modified Files: src/distrib/sets/lists/etc: mi src/etc/defaults: Makefile src/etc/rc.d: Makefile Log Message: Include npf_boot rc.d scripts which loads an interim config early in boot.

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:35:25 UTC 2019 Modified Files: src/distrib/sets/lists/etc: mi Log Message: typo, pasto To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/distrib/sets/lists/etc/mi Please note that diffs are not

CVS commit: src/sys/arch/usermode/usermode

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 03:39:34 UTC 2019 Modified Files: src/sys/arch/usermode/usermode: copy.c Log Message: Add missing semicolon. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/usermode/copy.c

CVS commit: src/sys/arch/usermode/usermode

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 03:39:34 UTC 2019 Modified Files: src/sys/arch/usermode/usermode: copy.c Log Message: Add missing semicolon. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/usermode/usermode/copy.c

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:49:49 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Include CARP support by default To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/sys/arch/macppc/conf/GENERIC Please

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:49:49 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Include CARP support by default To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/sys/arch/macppc/conf/GENERIC Please

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:37:00 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Whitespace change. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/compat/sys/sockio.h Please

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:35:25 UTC 2019 Modified Files: src/distrib/sets/lists/etc: mi Log Message: typo, pasto To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/distrib/sets/lists/etc/mi Please note that diffs are not

CVS commit: src/sys/net

2019-04-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 10 04:06:53 UTC 2019 Modified Files: src/sys/net: rtsock_shared.c Log Message: Avoid a maybe-uninitialized warning by checking for an error return that might indicate that 'len' was not initialized. To generate a diff

CVS commit: src/sys/dev/ic

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 13:25:07 UTC 2019 Modified Files: src/sys/dev/ic: i82596.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/i82596.c Please note that diffs are

CVS commit: src/share/man/man9

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 13:53:52 UTC 2019 Modified Files: src/share/man/man9: sched_4bsd.9 sched_m2.9 Log Message: Add instructions on how to determine the scheduler in use. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/share/man/man9

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 13:53:52 UTC 2019 Modified Files: src/share/man/man9: sched_4bsd.9 sched_m2.9 Log Message: Add instructions on how to determine the scheduler in use. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/isa

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 06:15:21 UTC 2019 Modified Files: src/sys/dev/isa: if_ix.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/isa/if_ix.c Please note that diffs are

CVS commit: src/sys/dev/isa

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 06:00:08 UTC 2019 Modified Files: src/sys/dev/isa: if_ef.c Log Message: Make it compilable with EF_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/isa/if_ef.c Please note that

CVS commit: src/sys/dev/isa

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 06:15:21 UTC 2019 Modified Files: src/sys/dev/isa: if_ix.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/isa/if_ix.c Please note that diffs are

CVS commit: src/sys/dev/mii

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 11:28:45 UTC 2019 Modified Files: src/sys/dev/mii: mii.c mii_physubr.c miivar.h Log Message: - Use uint16_t more for MII registers. - Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/dev/mii

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 11:28:45 UTC 2019 Modified Files: src/sys/dev/mii: mii.c mii_physubr.c miivar.h Log Message: - Use uint16_t more for MII registers. - Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/dev/isa

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 06:19:34 UTC 2019 Modified Files: src/sys/dev/isa: if_ix.c Log Message: Make it compilable with IX_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/isa/if_ix.c Please note that

CVS commit: src/sys/dev/ic

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 07:23:41 UTC 2019 Modified Files: src/sys/dev/ic: gem.c Log Message: Fix a bug that media setting for fiber didn't work correctly. Not tested. The BUGS section in gem(4) manpage says: > BUGS (snip) >

CVS commit: src/sys/dev/isa

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 06:19:34 UTC 2019 Modified Files: src/sys/dev/isa: if_ix.c Log Message: Make it compilable with IX_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/isa/if_ix.c Please note that

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

2019-04-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 9 07:37:16 UTC 2019 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c Log Message: EXYNOS5422_DISABLE_CA7_CLUSTER isn't required anymore To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/dev/ic

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 07:23:41 UTC 2019 Modified Files: src/sys/dev/ic: gem.c Log Message: Fix a bug that media setting for fiber didn't work correctly. Not tested. The BUGS section in gem(4) manpage says: > BUGS (snip) >

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

2019-04-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 9 07:37:16 UTC 2019 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c Log Message: EXYNOS5422_DISABLE_CA7_CLUSTER isn't required anymore To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sbin/fdisk

2019-04-09 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Apr 9 09:03:41 UTC 2019 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: mention that -B is used to set the timeout for mbr_bootsel To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sbin/fdisk/fdisk.8

CVS commit: src/sbin/fdisk

2019-04-09 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Apr 9 09:03:41 UTC 2019 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: mention that -B is used to set the timeout for mbr_bootsel To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sbin/fdisk/fdisk.8

CVS commit: src/sys/dev/ic

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 9 13:25:07 UTC 2019 Modified Files: src/sys/dev/ic: i82596.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/i82596.c Please note that diffs are

CVS commit: xsrc/external/mit/MesaLib/dist/src

2019-04-09 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Apr 9 14:14:59 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/glx: glxclient.h glxcurrent.c xsrc/external/mit/MesaLib/dist/src/mapi: entry_x86-64_tls.h entry_x86_tls.h u_current.c u_current.h

CVS commit: src/external/mit/xorg/lib/libGL

2019-04-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 9 14:31:07 UTC 2019 Modified Files: src/external/mit/xorg/lib/libGL: Makefile Log Message: Expand all @@ things in pkgconfig file. claim TLS. pick up the list of private libs from pkgsrc mesalib GL_LIB got renamed to

CVS commit: xsrc/external/mit/MesaLib/dist/src

2019-04-09 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Tue Apr 9 14:14:59 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/glx: glxclient.h glxcurrent.c xsrc/external/mit/MesaLib/dist/src/mapi: entry_x86-64_tls.h entry_x86_tls.h u_current.c u_current.h

CVS commit: src/external/mit/xorg/lib/libGL

2019-04-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 9 14:31:07 UTC 2019 Modified Files: src/external/mit/xorg/lib/libGL: Makefile Log Message: Expand all @@ things in pkgconfig file. claim TLS. pick up the list of private libs from pkgsrc mesalib GL_LIB got renamed to

CVS commit: src/usr.sbin/altq/altqstat

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 18:21:15 UTC 2019 Modified Files: src/usr.sbin/altq/altqstat: altqstat.1 Log Message: New sentence, new line To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/altq/altqstat/altqstat.1 Please

CVS commit: src/usr.sbin/altq/altqd

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 18:22:33 UTC 2019 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: Drop Pp before Bl To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/altq/altqd/altq.conf.5 Please note that

CVS commit: src/usr.bin/make

2019-04-09 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Apr 9 18:28:10 UTC 2019 Modified Files: src/usr.bin/make: parse.c Log Message: ParseDoDependency: free paths rather than assert PR: 52737 Reviewed by: christos To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232

CVS commit: src/usr.sbin/altq/altqd

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 18:22:33 UTC 2019 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: Drop Pp before Bl To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/altq/altqd/altq.conf.5 Please note that

CVS commit: src/usr.bin/make

2019-04-09 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Apr 9 18:28:10 UTC 2019 Modified Files: src/usr.bin/make: parse.c Log Message: ParseDoDependency: free paths rather than assert PR: 52737 Reviewed by: christos To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 9 17:00:38 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT.

CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 9 17:00:38 UTC 2019 Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h Log Message: Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT.

CVS commit: src/external/mit/xorg/lib/dri

2019-04-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 9 14:47:15 UTC 2019 Modified Files: src/external/mit/xorg/lib/dri: Makefile Log Message: Need pthread for all the mtx_lock. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/external/mit/xorg/lib/dri

2019-04-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Apr 9 14:47:15 UTC 2019 Modified Files: src/external/mit/xorg/lib/dri: Makefile Log Message: Need pthread for all the mtx_lock. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/usr.sbin/altq/altqd

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 19:10:21 UTC 2019 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: bump date To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/altq/altqd/altq.conf.5 Please note that diffs

CVS commit: src/usr.sbin/altq/altqd

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 19:10:21 UTC 2019 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: bump date To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/altq/altqd/altq.conf.5 Please note that diffs

CVS commit: src/usr.sbin/altq/altqstat

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 18:21:15 UTC 2019 Modified Files: src/usr.sbin/altq/altqstat: altqstat.1 Log Message: New sentence, new line To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/altq/altqstat/altqstat.1 Please