CVS commit: src/sys/dev/pci/ixgbe

2018-06-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 4 02:42:23 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Don't call ixgbe_rearm_queues() in ixgbe_local_timer1(). ixgbe_enable_queue() and ixgbe_disable_queue() try to enable/disable

CVS commit: src/sys/rump/librump/rumpvfs

2018-06-03 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jun 4 02:29:53 UTC 2018 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: initialize the new gop_putrange method pointer in rumpfs_genfsops too. To generate a diff of this commit: cvs rdiff -u -r1.152

CVS commit: src/usr.bin/fstat

2018-06-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 4 01:42:49 UTC 2018 Modified Files: src/usr.bin/fstat: misc.c Log Message: Update fstat for audio(4) and pad(4) devices. XXX - pullup 8. Ok christos@. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2018-06-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 3 22:32:58 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Fix names of module_{,un}register_callbacks pages To generate a diff of this commit: cvs rdiff -u -r1.2202 -r1.2203

CVS commit: src/external/cddl/osnet/sys/sys

2018-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 3 20:59:49 UTC 2018 Added Files: src/external/cddl/osnet/sys/sys: README Log Message: Add a blurb of a general approach how to maintain these files. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/aarch64/aarch64

2018-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 3 20:18:10 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: PR/53338: David Binderman: Widen shift to the LHS type. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/pci

2018-06-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 3 19:50:20 UTC 2018 Modified Files: src/sys/dev/pci: ld_virtio.c Log Message: unload payload dma map upon command completion To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/ld_virtio.c

CVS commit: src/sys/dev/pci

2018-06-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 3 19:47:35 UTC 2018 Modified Files: src/sys/dev/pci: ld_virtio.c Log Message: add feature/register definitions from virtio-v1.0-cs04 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.sbin/sysinst/arch/i386

2018-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 3 18:59:45 UTC 2018 Modified Files: src/usr.sbin/sysinst/arch/i386: md.c Log Message: add missing brace. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/arch/i386/md.c Please note

CVS commit: src/sys/dev/ata

2018-06-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jun 3 18:38:36 UTC 2018 Modified Files: src/sys/dev/ata: wd.c Log Message: take mutex around check for pending flush, as the code before dksubr conversion had, to avoid possible race on my system doesn't really change

CVS commit: src/bin/ksh

2018-06-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 3 16:09:31 UTC 2018 Modified Files: src/bin/ksh: eval.c Log Message: ksh: Remove symbol clash with libc Rename local function glob() to ksh_glob(). This is needed for installing interceptors in sanitizers. Sponsored by

CVS commit: src/sys/kern

2018-06-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 3 15:26:04 UTC 2018 Modified Files: src/sys/kern: subr_prf.c Log Message: Make identification of accounted aprint_error()s possible by putting a big ugly "autoconfiguration error: " in the log when they occur. To

CVS commit: src/sys/dev/pckbport

2018-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 3 15:10:12 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: restore \n printing. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2018-06-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 3 15:02:56 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Move two probe-time aprint_errors to debug and verbose level instead. These two are regularly happening within qemu, and would muddle up

CVS commit: src/external/cddl/osnet/sys/sys

2018-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 3 14:56:52 UTC 2018 Modified Files: src/external/cddl/osnet/sys/sys: mutex.h Log Message: The native mutex.h has a userland visible portion. make it so and fix the build. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pckbport

2018-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 3 14:41:05 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: use a more data-driven :-) approach to avoid cut-n-pasted code. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/sysinst/arch/i386

2018-06-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 3 14:38:28 UTC 2018 Modified Files: src/usr.sbin/sysinst/arch/i386: md.c Log Message: Default console device and speed to that used by syinst To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/ktruss

2018-06-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 3 13:41:30 UTC 2018 Modified Files: src/usr.bin/ktruss: dump.c Log Message: ktruss: Remove symbol clash with libc Rename local function wprintf() to xwprintf(). This is needed for installing interceptors in sanitizers.

CVS commit: src/usr.sbin/sysinst

2018-06-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 3 13:23:58 UTC 2018 Modified Files: src/usr.sbin/sysinst: menus.mi Log Message: Reorder fetch options: http before ftp To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/menus.mi Please

CVS commit: src/usr.sbin/sysinst

2018-06-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 3 13:18:06 UTC 2018 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: In the generated /etc/fstab, do not use the (temporary, during sysinst) path name for the file in the comment, but instead the one it will

CVS commit: src/usr.sbin/sysinst

2018-06-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 3 13:16:30 UTC 2018 Modified Files: src/usr.sbin/sysinst: bsddisklabel.c defs.h disks.c mbr.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl src/usr.sbin/sysinst/arch/i386: md.c Log Message: Add an

CVS commit: src/share/man/man9

2018-06-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jun 3 12:54:51 UTC 2018 Modified Files: src/share/man/man9: Makefile Log Message: Remove stray space to unbreak build To generate a diff of this commit: cvs rdiff -u -r1.426 -r1.427 src/share/man/man9/Makefile Please note

CVS commit: src/bin/ksh

2018-06-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Jun 3 12:18:29 UTC 2018 Modified Files: src/bin/ksh: c_ksh.c edit.c exec.c proto.h table.c table.h Log Message: ksh: Remove symbol clash with libc Rename local function twalk() to ksh_twak(). This is needed for installing

CVS commit: src/share/man/man9

2018-06-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 3 11:55:27 UTC 2018 Modified Files: src/share/man/man9: specificdata.9 Log Message: Clean-up, improve wording, and use terminology from the implementation (notably, value --> datum). To generate a diff of this

CVS commit: src/sys/dev/usb

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:59:35 UTC 2018 Modified Files: src/sys/dev/usb: if_atu.c Log Message: Constify atu_devs[] so that it lands in .rodata (600 bytes). To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/dev/pci

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:45:16 UTC 2018 Modified Files: src/sys/dev/pci: ahc_pci.c Log Message: Constify ahc_pci_ident_table[] so that it lands in .rodata (1488 bytes). To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/external/bsd/ipf/netinet

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:37:23 UTC 2018 Modified Files: src/sys/external/bsd/ipf/netinet: fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_proxy.c ip_state.c ip_tftp_pxy.c Log Message: Constify a bunch of global

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

2018-06-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 3 10:35:57 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add the module specificdata entries to the sets lists. While here, sort the entries for module(9) and specificdata(9) and use the

CVS commit: src/share/man/man9

2018-06-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 3 10:34:59 UTC 2018 Modified Files: src/share/man/man9: Makefile module.9 Log Message: Finish documenting the new modules(9) interfaces by adding the module specificdata routines. To generate a diff of this commit:

CVS commit: src/sys/dev/pci/ixgbe

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:24:25 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Constify several variables in ixgbe/ so that they land in .rodata (1038 bytes). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ata

2018-06-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 3 10:20:55 UTC 2018 Modified Files: src/sys/dev/ata: ld_ataraid.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ata/ld_ataraid.c Please note that diffs are not

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

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:13:54 UTC 2018 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Constify lpcib_devices[] so that it lands in .rodata (1584 bytes). To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/ic

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:04:41 UTC 2018 Modified Files: src/sys/dev/ic: ug.c ugvar.h Log Message: Constify ug2_mb[], so that it lands in .rodata. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/ug.c cvs rdiff -u

CVS commit: src/sys/dev

2018-06-03 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 3 10:01:22 UTC 2018 Modified Files: src/sys/dev/microcode/bnx: bnxfw.h src/sys/dev/pci: if_bnxreg.h Log Message: Constify the microcode variables used by BNX. This moves 38 pages of kernel memory from .data to

CVS commit: src/share/man/man9

2018-06-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 3 09:22:34 UTC 2018 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: specificdata.9 Log Message: Make a first pass at documenting the specificdata functionality. XXX This is just a

CVS commit: src/tests/lib/libc/time

2018-06-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jun 3 08:48:37 UTC 2018 Modified Files: src/tests/lib/libc/time: t_strptime.c Log Message: use ATF_CHECK instead of ATF_REQUIRE (continue on failure, to see the rest of the failures) >From Ngie Cooper in PR bin/51834 To

CVS commit: src/tests/lib/libm

2018-06-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jun 3 08:39:00 UTC 2018 Modified Files: src/tests/lib/libm: t_scalbn.c Log Message: Test and clear exception around scalbn calls. Second part of PR bin/51834. ifdef out vax to avoid netbsd-specific macros. To generate a

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

2018-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 3 08:08:37 UTC 2018 Modified Files: src/external/bsd/nvi/dist/common: conv.h src/external/bsd/nvi/dist/vi: vs_line.c vs_relative.c Log Message: Make sure that every wide char occupies at least one display width: -

CVS commit: src/share/locale/ctype

2018-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jun 3 07:54:51 UTC 2018 Modified Files: src/share/locale/ctype: en_US.UTF-8.src Log Message: Add characters in "Emoji & Pictographs" from Unicode 10.0.0: http://www.unicode.org/charts/ They are classified as PUNCT, which is

CVS commit: src/sys/dev/pckbport

2018-06-03 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sun Jun 3 07:24:18 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Enable Synaptics multifinger capability (Extended W mode) Magic parameters are taken from