CVS commit: src/sys/dev/adb

2019-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 31 02:14:51 UTC 2019 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: fix Kensington Turbo Mouse support properly - program the buttons sanely ( as left & right mouse buttons, no toggles and no ridiculous

CVS commit: src/sys/dev/adb

2019-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 31 02:14:51 UTC 2019 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: fix Kensington Turbo Mouse support properly - program the buttons sanely ( as left & right mouse buttons, no toggles and no ridiculous

CVS commit: src/sys/netinet6

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Aug 31 01:49:46 UTC 2019 Modified Files: src/sys/netinet6: nd6.c Log Message: inet6: don't set an invalid lladdr in nd6_free() We don't want to announce that we've deleted a hwaddr of all zeros. To generate a diff of this

CVS commit: src/sys/netinet6

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Aug 31 01:49:46 UTC 2019 Modified Files: src/sys/netinet6: nd6.c Log Message: inet6: don't set an invalid lladdr in nd6_free() We don't want to announce that we've deleted a hwaddr of all zeros. To generate a diff of this

CVS commit: src/tests/fs/common

2019-08-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri Aug 30 23:45:13 UTC 2019 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: The cleaner is compiled into the ATF test harness for the LFS filesystem tests. Use the new -J option to pass the raw device into the

CVS commit: src/tests/fs/common

2019-08-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri Aug 30 23:45:13 UTC 2019 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: The cleaner is compiled into the ATF test harness for the LFS filesystem tests. Use the new -J option to pass the raw device into the

CVS commit: src/usr.sbin/puffs/rump_lfs

2019-08-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri Aug 30 23:41:48 UTC 2019 Modified Files: src/usr.sbin/puffs/rump_lfs: rump_lfs.c Log Message: The cleaner is compiled into rump_lfs and executed as a thread. Pass in the raw device using the new -J option. This avoids the use

CVS commit: src/usr.sbin/puffs/rump_lfs

2019-08-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri Aug 30 23:41:48 UTC 2019 Modified Files: src/usr.sbin/puffs/rump_lfs: rump_lfs.c Log Message: The cleaner is compiled into rump_lfs and executed as a thread. Pass in the raw device using the new -J option. This avoids the use

CVS commit: src/libexec/lfs_cleanerd

2019-08-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri Aug 30 23:37:23 UTC 2019 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.8 lfs_cleanerd.c Log Message: Add support for passing the raw device name separate from the filesystem. This is useful in the case where the

CVS commit: src/libexec/lfs_cleanerd

2019-08-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Fri Aug 30 23:37:23 UTC 2019 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.8 lfs_cleanerd.c Log Message: Add support for passing the raw device name separate from the filesystem. This is useful in the case where the

CVS commit: src/external/bsd/compiler_rt/lib/clang/lib/netbsd

2019-08-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 30 23:36:41 UTC 2019 Modified Files: src/external/bsd/compiler_rt/lib/clang/lib/netbsd: syms.mk src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64: Makefile

CVS commit: src/external/bsd/compiler_rt/lib/clang/lib/netbsd

2019-08-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 30 23:36:41 UTC 2019 Modified Files: src/external/bsd/compiler_rt/lib/clang/lib/netbsd: syms.mk src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64: Makefile

CVS commit: src/share/man/man4

2019-08-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 30 21:41:42 UTC 2019 Modified Files: src/share/man/man4: zero.4 Log Message: Document history To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/zero.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2019-08-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 30 21:41:42 UTC 2019 Modified Files: src/share/man/man4: zero.4 Log Message: Document history To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/zero.4 Please note that diffs are not public

CVS commit: src/sys/dev/adb

2019-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 30 19:24:03 UTC 2019 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: make Kensington Turbo Mouse ( actually a trackball ) work: - this thing speaks EMP, act like it - adjust the *way* excessive timeout for trying

CVS commit: src/sys/dev/adb

2019-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 30 19:24:03 UTC 2019 Modified Files: src/sys/dev/adb: adb_ms.c Log Message: make Kensington Turbo Mouse ( actually a trackball ) work: - this thing speaks EMP, act like it - adjust the *way* excessive timeout for trying

CVS commit: src/sys/netinet

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Aug 30 18:52:00 UTC 2019 Modified Files: src/sys/netinet: if_arp.c Log Message: ARP: change default sysctl entry log_movements to 0 IP address sharing is a thing and shouldn't cause needless diagnostics by default. To

CVS commit: src/sys/netinet

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Aug 30 18:52:00 UTC 2019 Modified Files: src/sys/netinet: if_arp.c Log Message: ARP: change default sysctl entry log_movements to 0 IP address sharing is a thing and shouldn't cause needless diagnostics by default. To

CVS commit: src/sys/netinet

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Aug 30 18:48:34 UTC 2019 Modified Files: src/sys/netinet: if_arp.c Log Message: ARP: remove unused sysctl entry log_unknown_network To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/sys/netinet/if_arp.c

CVS commit: src/sys/netinet

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Aug 30 18:48:34 UTC 2019 Modified Files: src/sys/netinet: if_arp.c Log Message: ARP: remove unused sysctl entry log_unknown_network To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/sys/netinet/if_arp.c

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:57:00 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Try modesetting on x86, too. Not the best option without functional GLAMOR, but it does work. To

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:57:00 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Try modesetting on x86, too. Not the best option without functional GLAMOR, but it does work. To

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:48:25 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Match wsfb on x86, too. When uefi booting without driver-specific GPU support, wsfb is the only

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-08-30 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Aug 30 15:48:25 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c Log Message: Match wsfb on x86, too. When uefi booting without driver-specific GPU support, wsfb is the only

CVS commit: src/share/misc

2019-08-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 30 15:43:53 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: SICP To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/share/misc

2019-08-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 30 15:43:53 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: SICP To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/share/misc/acronyms.comp Please note that diffs are not public

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

2019-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 30 13:29:17 UTC 2019 Modified Files: src/sys/arch/x86/x86: spectre.c Log Message: Use macro. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/spectre.c Please note that diffs are not

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

2019-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 30 13:29:17 UTC 2019 Modified Files: src/sys/arch/x86/x86: spectre.c Log Message: Use macro. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/spectre.c Please note that diffs are not

CVS commit: src/usr.sbin/cpuctl/arch

2019-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 30 13:12:25 UTC 2019 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Decode AMD's CPUID Fn8000_0008 %ebx. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/usr.sbin/cpuctl/arch/i386.c

CVS commit: src/usr.sbin/cpuctl/arch

2019-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 30 13:12:25 UTC 2019 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Decode AMD's CPUID Fn8000_0008 %ebx. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/usr.sbin/cpuctl/arch/i386.c

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

2019-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 30 13:11:28 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add definitions of AMD's CPUID Fn8000_0008 %ebx. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

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

2019-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 30 13:11:28 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add definitions of AMD's CPUID Fn8000_0008 %ebx. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/share/man/man4

2019-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 30 09:24:19 UTC 2019 Modified Files: src/share/man/man4: aue.4 cue.4 kue.4 sk.4 usbnet.4 Log Message: Various minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/aue.4

CVS commit: src/share/man/man4

2019-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 30 09:24:19 UTC 2019 Modified Files: src/share/man/man4: aue.4 cue.4 kue.4 sk.4 usbnet.4 Log Message: Various minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/aue.4

CVS commit: src/share/man/man4

2019-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 30 09:22:17 UTC 2019 Modified Files: src/share/man/man4: aue.4 axe.4 axen.4 cdce.4 cue.4 kue.4 mue.4 nfe.4 sk.4 udav.4 umb.4 upl.4 ure.4 url.4 urndis.4 usbnet.4 usmsc.4 Log Message: Fix date. To generate a diff

CVS commit: src

2019-08-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 30 08:54:58 UTC 2019 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile aue.4 axe.4 axen.4 cdce.4 cue.4 kue.4 mue.4 nfe.4 sk.4 udav.4 umb.4 upl.4 ure.4 url.4 urndis.4 usmsc.4 Added

CVS commit: src

2019-08-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 30 08:54:58 UTC 2019 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile aue.4 axe.4 axen.4 cdce.4 cue.4 kue.4 mue.4 nfe.4 sk.4 udav.4 umb.4 upl.4 ure.4 url.4 urndis.4 usmsc.4 Added

CVS commit: src

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Aug 30 08:40:25 UTC 2019 Modified Files: src/doc: CHANGES src/sys/netinet6: nd6_nbr.c Log Message: inet6: Revert prior It's not needed, listing to RA is enough as discussed on tech-net. To generate a diff of this

CVS commit: src

2019-08-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Aug 30 08:40:25 UTC 2019 Modified Files: src/doc: CHANGES src/sys/netinet6: nd6_nbr.c Log Message: inet6: Revert prior It's not needed, listing to RA is enough as discussed on tech-net. To generate a diff of this

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

2019-08-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 30 07:53:47 UTC 2019 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: avoid misalignment in 32 bit kernels and "mach cpu". To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/arch/x86/x86/cpu.c

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

2019-08-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 30 07:53:47 UTC 2019 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: avoid misalignment in 32 bit kernels and "mach cpu". To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/arch/x86/x86/cpu.c

CVS commit: src/sys/dev/usb

2019-08-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 30 05:59:17 UTC 2019 Modified Files: src/sys/dev/usb: if_url.c Log Message: don't try to set dying when we haven't usbnet_attach()d yet. reported by maxv. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71