CVS commit: src/sys/dev/pci

2017-06-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 12 03:03:22 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Use IFM_1000_KX and IFM_2500_KX. To generate a diff of this commit: cvs rdiff -u -r1.508 -r1.509

CVS commit: src/sys/modules

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 12 01:01:01 UTC 2017 Modified Files: src/sys/modules: Makefile Log Message: Descend into SUBDIR to actually build the wsbell module. Missed in previous commit - thanks kre@ To generate a diff of this commit: cvs

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

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 22:22:36 UTC 2017 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Add new wsbell(4) module to the sets list. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

CVS commit: src/sys/modules/wsbell

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 22:21:33 UTC 2017 Added Files: src/sys/modules/wsbell: Makefile wsbell.ioconf Log Message: Actually create the wsbell(4) module To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/dev/wscons

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 22:14:55 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c Log Message: Add module infrastructure for wsbell(4) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/wscons/wsbell.c Please

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2017-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 11 22:12:56 UTC 2017 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: PR/52292: Shinichi Doyashiki: Fix reversed comments. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys/dev

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 21:54:22 UTC 2017 Modified Files: src/sys/dev: spkr.c spkr_audio.c spkrvar.h src/sys/dev/isa: spkr_pcppi.c Log Message: Implement xxx_rescan() and xxx_childdet() functions; these will be needed when child

CVS commit: src/sys/conf

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 21:45:28 UTC 2017 Modified Files: src/sys/conf: files Log Message: Remove the 'needs-flag' from spkr.c - it's not needed by anything. To generate a diff of this commit: cvs rdiff -u -r1.1176 -r1.1177

CVS commit: src/external/bsd/cron/dist

2017-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jun 11 20:38:17 UTC 2017 Modified Files: src/external/bsd/cron/dist: pam_auth.c Log Message: Do not partially initialize a static variable. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 20:25:07 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Parse more than one entry from the /memory node's reg property. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:34:54 UTC 2017 Modified Files: src/lib/libc/sys: recv.2 Log Message: Grammar and punctuation fixes in few sentences Remove Pp before Bd at couple of places To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/lib/libc/sys

2017-06-11 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 11 17:01:26 UTC 2017 Modified Files: src/lib/libc/sys: send.2 Log Message: Insert missing word Insert comma in a sentence to make the comprehension easier Remove Pp before Bd To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 16:21:41 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos_platform.c files.exynos mct.c src/sys/arch/evbarm/conf: EXYNOS Log Message: Simplify MCT; just enable it and then attach an ARMv7 generic

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

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 16:19:27 UTC 2017 Modified Files: src/sys/arch/arm/samsung: exynos_combiner.c Log Message: Use fdtbus_intr_establish to hook in block interrupts instead of intr_establish. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2017-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 11 14:34:49 UTC 2017 Modified Files: src/external/bsd/tmux/usr.bin/tmux: utempter.c Log Message: PR/52288: ben: Fix utmp cleanup did not work. XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev

2017-06-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 11 13:05:43 UTC 2017 Modified Files: src/sys/dev: audiobell.c Log Message: Revert back to a 16 bit phase counter - stops overflow when performing calculations on pitch and phase. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2017-06-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 11 13:02:44 UTC 2017 Modified Files: src/sys/dev: audiobell.c Log Message: Initialize and set all required parameters for the audiobell. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/audiobell.c

CVS commit: src/sys/dev/fdt

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 12:56:37 UTC 2017 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: Fix an issue with interrupt controller lookup wrt cascading interrupt controllers. To generate a diff of this commit: cvs rdiff -u -r1.10

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

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 11:04:20 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: EXYNOS Log Message: - Replace CONSADDR with SSCOM2CONSOLE in example - Remove gtmr (Exynos5422 uses mct) - cinclude EXYNOS.local instead of TEGRA.local To

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

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 11:02:43 UTC 2017 Removed Files: src/sys/arch/evbarm/conf: ODROID-U ODROID-XU ODROID-XU_INSTALL Log Message: Remove ODROID-U and ODROID-XU kernel configs as they no longer work. To generate a diff of this commit:

CVS commit: src/share/man/man4

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 10:30:15 UTC 2017 Modified Files: src/share/man/man4: speaker.4 Log Message: Remove references to the PCPPISPEAKER and VAUDIOSPEAKER options - they don't actually exist. XXX This man page will need a major overhaul.

CVS commit: src/sys/dev

2017-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 11 09:41:40 UTC 2017 Modified Files: src/sys/dev: spkr.c Log Message: Clean up the spkr_modcmd() routine so it returns ENOTTY for all commands other than MODULE_CMD_{INIT,FINI} To generate a diff of this commit: cvs