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

2018-09-19 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Sep 20 05:08:45 UTC 2018 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: When we removed the XEN special case from isa/isa_machdep.c there was a corner case that was missed in x86/intr.c:intr_establish_xname() In

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

2018-09-19 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Sep 20 05:08:45 UTC 2018 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: When we removed the XEN special case from isa/isa_machdep.c there was a corner case that was missed in x86/intr.c:intr_establish_xname() In

CVS commit: src/compat

2018-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 20 02:51:21 UTC 2018 Modified Files: src/compat: exec.mk Log Message: don't build kernel grovelling tools as n64 on sgimips - we don't actually have n64 kernels there. Yet. To generate a diff of this commit: cvs rdiff

CVS commit: src/compat

2018-09-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 20 02:51:21 UTC 2018 Modified Files: src/compat: exec.mk Log Message: don't build kernel grovelling tools as n64 on sgimips - we don't actually have n64 kernels there. Yet. To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/dmesg

2018-09-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 20 01:11:20 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: Remove a comma and some trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/dmesg/dmesg.8 Please note that

CVS commit: src/sbin/dmesg

2018-09-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Sep 20 01:11:20 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 Log Message: Remove a comma and some trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/dmesg/dmesg.8 Please note that

CVS commit: src/sys/arch/atari/dev

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 23:28:58 UTC 2018 Modified Files: src/sys/arch/atari/dev: wskbdmap_atari.c Log Message: Remove unused KBD_NULLMAP entries copy-paste from sys/dev/pckbport. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/atari/dev

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 23:28:58 UTC 2018 Modified Files: src/sys/arch/atari/dev: wskbdmap_atari.c Log Message: Remove unused KBD_NULLMAP entries copy-paste from sys/dev/pckbport. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 23:22:17 UTC 2018 Modified Files: src/sys/arch/evbmips/conf: GDIUM LOONGSON Log Message: Remove invalid option copy-paste from hpcmips. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

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

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 23:22:17 UTC 2018 Modified Files: src/sys/arch/evbmips/conf: GDIUM LOONGSON Log Message: Remove invalid option copy-paste from hpcmips. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sbin/dmesg

2018-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 19 23:02:14 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 dmesg.c Log Message: changes from kre@ - pass intmax to fmtydhmsf instead of time_t to avoid extra conversions. - make -TTT mean "always keep 3 decimal digits

CVS commit: src/sbin/dmesg

2018-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 19 23:02:14 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.8 dmesg.c Log Message: changes from kre@ - pass intmax to fmtydhmsf instead of time_t to avoid extra conversions. - make -TTT mean "always keep 3 decimal digits

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 19 22:58:03 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Allow a third use of -T to force .NNN (always three digits) in -TT (ISO8601 durations) format for timestamps - that is,not dropping trailing 0's. To

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 19 22:58:03 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: Allow a third use of -T to force .NNN (always three digits) in -TT (ISO8601 durations) format for timestamps - that is,not dropping trailing 0's. To

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 19 22:55:12 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: In -TT mode (ISO8601 duration timestamps) print milliseconds as decimal fractions of a second (as they should be) rather than integer milliseconds (ie

CVS commit: src/sbin/dmesg

2018-09-19 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Sep 19 22:55:12 UTC 2018 Modified Files: src/sbin/dmesg: dmesg.c Log Message: In -TT mode (ISO8601 duration timestamps) print milliseconds as decimal fractions of a second (as they should be) rather than integer milliseconds (ie

Re: CVS commit: src/sys/arch

2018-09-19 Thread Aymeric Vincent
Jared McNeill writes: > Any chance that you could use sys/dev/fdt/dwcmmc_fdt.c instead of the > new cycv_dwcmmc.c? It should be fairly generic. >From reading the code, and to avoid any modification except compat_data[], I will first have to add support for changing clock rates to

Re: CVS commit: src/sys/arch

2018-09-19 Thread Jared McNeill
On Wed, 19 Sep 2018, Aymeric Vincent wrote: Module Name:src Committed By: aymeric Date: Wed Sep 19 17:31:39 UTC 2018 Added Files: src/sys/arch/arm/altera: cycv_clkmgr.c cycv_dwcmmc.c cycv_gmac.c cycv_intr.h cycv_platform.c cycv_reg.h cycv_rstmgr.c cycv_var.h

CVS commit: src/share/misc

2018-09-19 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Sep 19 18:53:25 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add AMDD, ASF, MSC, RMCP, SAML, STOMP, and YAML Hyphenate TDD description (grammar) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/misc

2018-09-19 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Sep 19 18:53:25 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add AMDD, ASF, MSC, RMCP, SAML, STOMP, and YAML Hyphenate TDD description (grammar) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/misc

2018-09-19 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Sep 19 18:50:40 UTC 2018 Modified Files: src/share/misc: acronyms Log Message: Add BDFL and SJW To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/share/misc/acronyms Please note that diffs are not

CVS commit: src/share/misc

2018-09-19 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Sep 19 18:50:40 UTC 2018 Modified Files: src/share/misc: acronyms Log Message: Add BDFL and SJW To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/share/misc/acronyms Please note that diffs are not

re: CVS commit: src/usr.sbin/npf/npfctl

2018-09-19 Thread matthew green
"Maxime Villard" writes: > Module Name: src > Committed By: maxv > Date: Wed Sep 19 15:36:12 UTC 2018 > > Modified Files: > src/usr.sbin/npf/npfctl: npf.conf.5 > > Log Message: > Switch back to tabs, it was nicer this way. now these examples *really* overflow 80 lines, vs only

CVS commit: src/sys/arch

2018-09-19 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Wed Sep 19 17:31:39 UTC 2018 Added Files: src/sys/arch/arm/altera: cycv_clkmgr.c cycv_dwcmmc.c cycv_gmac.c cycv_intr.h cycv_platform.c cycv_reg.h cycv_rstmgr.c cycv_var.h files.altera

CVS commit: src/sys/arch

2018-09-19 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Wed Sep 19 17:31:39 UTC 2018 Added Files: src/sys/arch/arm/altera: cycv_clkmgr.c cycv_dwcmmc.c cycv_gmac.c cycv_intr.h cycv_platform.c cycv_reg.h cycv_rstmgr.c cycv_var.h files.altera

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

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 16:23:05 UTC 2018 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: i386 xen is pae To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/arch/x86/x86/x86_machdep.c Please note that

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

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 16:23:05 UTC 2018 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: i386 xen is pae To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/arch/x86/x86/x86_machdep.c Please note that

CVS commit: src

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 16:11:53 UTC 2018 Modified Files: src/distrib/sets/lists/modules: md.i386 src/sys/modules/arch: archdirs.mk Removed Files: src/sys/modules/arch/x86/i386-xen: Makefile bsd.i386-xen.mk Log Message: Don't

CVS commit: src

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 16:11:53 UTC 2018 Modified Files: src/distrib/sets/lists/modules: md.i386 src/sys/modules/arch: archdirs.mk Removed Files: src/sys/modules/arch/x86/i386-xen: Makefile bsd.i386-xen.mk Log Message: Don't

CVS commit: src/usr.sbin/npf/npfctl

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 15:36:12 UTC 2018 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Switch back to tabs, it was nicer this way. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/usr.sbin/npf/npfctl

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 15:36:12 UTC 2018 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Switch back to tabs, it was nicer this way. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/bin/ps

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 15:20:39 UTC 2018 Modified Files: src/bin/ps: print.c Log Message: Don't display l_wchan, either there is something in l_wmesg and we display it, or there's nothing and we print "-". To generate a diff of this commit:

CVS commit: src/bin/ps

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 15:20:39 UTC 2018 Modified Files: src/bin/ps: print.c Log Message: Don't display l_wchan, either there is something in l_wmesg and we display it, or there's nothing and we print "-". To generate a diff of this commit:

CVS commit: src

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 13:58:27 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/sys/conf: files

CVS commit: src

2018-09-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Sep 19 13:58:27 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/sys/conf: files

CVS commit: src/sys

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 07:54:11 UTC 2018 Modified Files: src/sys/netinet: in_offload.c src/sys/netinet6: in6_offload.c Log Message: Fix in_undefer_cksum() and in6_undefer_cksum(). The 4th argument for in[46]_cksum() should be length of

CVS commit: src/sys

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 07:54:11 UTC 2018 Modified Files: src/sys/netinet: in_offload.c src/sys/netinet6: in6_offload.c Log Message: Fix in_undefer_cksum() and in6_undefer_cksum(). The 4th argument for in[46]_cksum() should be length of

CVS commit: src/sys/net

2018-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 19 07:51:23 UTC 2018 Modified Files: src/sys/net: if_bridge.c Log Message: Micro optimization. m_copym(M_COPYALL) -> m_copypacket(). To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159

CVS commit: src/sys/net

2018-09-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 19 07:51:23 UTC 2018 Modified Files: src/sys/net: if_bridge.c Log Message: Micro optimization. m_copym(M_COPYALL) -> m_copypacket(). To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159

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

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 07:26:54 UTC 2018 Removed Files: src/sys/arch/ews4800mips/conf: Makefile.ews4800mips.inc Log Message: This file was only for setting COMPAT_AS appropriately, which is automatically done in sys/compat/common/Makefile.inc

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

2018-09-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 19 07:26:54 UTC 2018 Removed Files: src/sys/arch/ews4800mips/conf: Makefile.ews4800mips.inc Log Message: This file was only for setting COMPAT_AS appropriately, which is automatically done in sys/compat/common/Makefile.inc

CVS commit: [pgoyette-compat] src/sys/compat/linux/common

2018-09-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 19 06:56:51 UTC 2018 Modified Files: src/sys/compat/linux/common [pgoyette-compat]: linux_mod.c Log Message: Remove leading coma from list of required modules. It doesn't seem to cause any real problems, but it makes

CVS commit: [pgoyette-compat] src/sys/compat/linux/common

2018-09-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 19 06:56:51 UTC 2018 Modified Files: src/sys/compat/linux/common [pgoyette-compat]: linux_mod.c Log Message: Remove leading coma from list of required modules. It doesn't seem to cause any real problems, but it makes

CVS commit: [pgoyette-compat] src/sys/compat/common

2018-09-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 19 06:37:11 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: compat_30_mod.c Log Message: We have some COMPAT_30 code that needs compat_offseterr(), so let's require the compat_util module. To

CVS commit: [pgoyette-compat] src/sys/compat/common

2018-09-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 19 06:37:11 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: compat_30_mod.c Log Message: We have some COMPAT_30 code that needs compat_offseterr(), so let's require the compat_util module. To

CVS commit: [pgoyette-compat] src/sys/sys

2018-09-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 19 06:26:13 UTC 2018 Modified Files: src/sys/sys [pgoyette-compat]: module_hook.h Log Message: Ooops - we need to grab the mutex before we can drain the localcount! To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/sys

2018-09-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 19 06:26:13 UTC 2018 Modified Files: src/sys/sys [pgoyette-compat]: module_hook.h Log Message: Ooops - we need to grab the mutex before we can drain the localcount! To generate a diff of this commit: cvs rdiff -u