CVS commit: src/external/gpl3/gdb/dist/gdb

2017-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 10 05:36:25 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: PR/52799: Martin Husemann: Correct sysctl args to find executable. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/kern

2017-12-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 10 03:08:32 UTC 2017 Modified Files: src/sys/kern: kern_module.c Log Message: Add additional duplicate-module-name check in case we have two modules with the same internal name but no conflicting symbol definitions.

CVS commit: src/sys/arch/ia64/stand/common

2017-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 10 02:32:03 UTC 2017 Modified Files: src/sys/arch/ia64/stand/common: bootstrap.h misc.c Log Message: comment out unused hexdump To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/evbarm/stand/bootimx23

2017-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 10 02:26:41 UTC 2017 Modified Files: src/sys/arch/evbarm/stand/bootimx23: args_prep.c Log Message: use the machine link for bootconfig.h To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/net/npf

2017-12-09 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Dec 10 01:18:21 UTC 2017 Modified Files: src/sys/net/npf: npf_ctl.c npf_impl.h npf_ruleset.c npf_worker.c Log Message: - npf_mk_rules: enforce unique names for the dynamic rulesets. - npf_worker_unregister: merge fix for the

CVS commit: src/sys/compat

2017-12-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Dec 10 00:43:05 UTC 2017 Modified Files: src/sys/compat/linux/common: linux_mod.c src/sys/compat/linux32/common: linux32_mod.c Log Message: Finally (hopefully) return completely to the state where compat_linux is enabled

CVS commit: src/sys/net/npf

2017-12-09 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Dec 10 00:07:36 UTC 2017 Modified Files: src/sys/net/npf: npf_alg_icmp.c npf_bpf.c npf_conn.c npf_conn.h npf_ext_normalize.c Log Message: - npf_cop_table: handle non-IP packets in the ether (fixes PR/52290). -

CVS commit: src/usr.bin/calendar/calendars

2017-12-09 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Sat Dec 9 23:16:27 UTC 2017 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday Log Message: Fix a typo. (or, `Emily Dickinson' - the American poet - was born on the same date) To generate a diff of this commit:

CVS commit: src/lib/libc/locale

2017-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 9 22:48:00 UTC 2017 Modified Files: src/lib/libc/locale: wcstod.c wcstof.c wcstold.c Log Message: PR/52801: Kamil Rytarowski: Add missing weak aliases for wcsto{f,d,ld}_l XXX: pullup-8 To generate a diff of this

CVS commit: src/sys/modules/nand

2017-12-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 9 22:42:17 UTC 2017 Modified Files: src/sys/modules/nand: Makefile Log Message: Include the flash_mtd_parts in the nand module. Without this, the module fails to load because of undefined linker symbol

CVS commit: src/share/man/man9

2017-12-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 9 16:00:20 UTC 2017 Modified Files: src/share/man/man9: mutex.9 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/mutex.9 Please note that diffs are not

CVS commit: src/bin/ps

2017-12-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Dec 9 14:56:54 UTC 2017 Modified Files: src/bin/ps: extern.h keyword.c print.c Log Message: ps: Rename local routine name from uname to usrname This removes symbol name routine clash with libc's uname(3). This allows to

CVS commit: src/sys/dev

2017-12-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 9 13:25:38 UTC 2017 Modified Files: src/sys/dev/splash: files.splash src/sys/dev/stbi: files.stbi Log Message: Only need to build stbi if options SPLASHSCREEN is defined To generate a diff of this commit: cvs

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

2017-12-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 9 11:52:38 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: mk.exynos mk.sunxi mk.tegra mk.ti mk.vexpress Log Message: Reduce the number of build artifacts and use a compressed version of the kernel for legacy U-Boot

CVS commit: src/sys/net

2017-12-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Dec 9 10:51:30 UTC 2017 Modified Files: src/sys/net: if_ethersubr.c Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/sys/net/if_ethersubr.c Please note that diffs are not public domain;

CVS commit: src/sys/net

2017-12-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Dec 9 10:30:30 UTC 2017 Modified Files: src/sys/net: if_mpls.c Log Message: Kick MPLS packets earlier. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_mpls.c Please note that diffs are not

CVS commit: src/sys/net

2017-12-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Dec 9 10:19:42 UTC 2017 Modified Files: src/sys/net: if_ethersubr.c Log Message: Make sure we have an llc structure in the packet, and don't read past the end of the mbuf if we don't. I'm wondering whether we should not pull

CVS commit: src/sys/netatalk

2017-12-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Dec 9 10:14:04 UTC 2017 Modified Files: src/sys/netatalk: aarp.c Log Message: Mmh, pull up the packet to ether_aarp, otherwise we're reading past the end of the mbuf. To generate a diff of this commit: cvs rdiff -u -r1.39

CVS commit: src

2017-12-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 9 08:03:07 UTC 2017 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile src/sys/modules/if_gif: Makefile src/sys/net: if_gif.c src/sys/netinet: ip_ecn.c Added