CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 06:22:29 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: if_43.o gets included from libcompat automatically, due to two calls to compat_cvtcmd() in if.c. Ideally, if.c would be modified

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 06:28:04 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Use proper characgter to introduce comments! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 06:54:08 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Really comment out if_43.c this time. (I need sleep and/or caffeine.) To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/tests/kernel

2016-11-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 3 08:48:54 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add new test traceme3 in t_ptrace This test is modeled after traceme1 and traceme2 with the goal to test if the child was terminated with a

CVS import: src/external/public-domain/tz/dist

2016-11-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Nov 3 09:52:48 UTC 2016 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28581 Log Message: Import tzdata2016i from ftp://ftp.iana.org/tz/releases/tzdata2016i.tar.gz Summary of changes

CVS commit: src/external/public-domain/tz/dist

2016-11-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Nov 3 09:53:13 UTC 2016 Modified Files: src/external/public-domain/tz/dist: TZDATA_VERSION Log Message: Merge tzdata2016i To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/doc

2016-11-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Nov 3 09:57:18 UTC 2016 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note upgrade of tzdata to 2016i To generate a diff of this commit: cvs rdiff -u -r1.1374 -r1.1375 src/doc/3RDPARTY cvs rdiff -u -r1.2205 -r1.2206

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

2016-11-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Nov 3 10:00:11 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi Log Message: New zoneinfo file for Asia/Famagusta (north Cyprus) from tzdata2016i To generate a diff of this commit: cvs rdiff -u -r1.1138 -r1.1139

CVS commit: src/doc

2016-11-03 Thread Robert Elz
dated to FSF binutils 2.27. [christos 20161026] wapbl(4): Improved truncate performance, and stability [jdolecek 20161028] bind: Import version 9.10.4-P4. [christos 20161101] - zoneinfo: Import tzdata2016i. [kre 20161101] + zoneinfo: Import tzdata2016i. [kre 20161103]

CVS commit: src/external/public-domain/tz

2016-11-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Nov 3 10:11:05 UTC 2016 Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: This script needed some updates for an earlier tzdata upgrade (one which used a different key for the signature of the data

CVS commit: src/sys/kern

2016-11-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Nov 3 11:02:10 UTC 2016 Modified Files: src/sys/kern: vfs_vnode.c Log Message: Prepare the split of sys/vnode.h into sys/vnode.h and sys/vnode_impl.h - Rename struct vcache_node to vnode_impl, start its fields with vi_. -

CVS commit: src/sys

2016-11-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Nov 3 11:03:31 UTC 2016 Modified Files: src/sys/kern: vfs_mount.c vfs_subr.c vfs_vnode.c src/sys/sys: vnode.h Added Files: src/sys/sys: vnode_impl.h Log Message: Split sys/vnode.h into sys/vnode.h and

CVS commit: src/sys

2016-11-03 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Nov 3 11:04:21 UTC 2016 Modified Files: src/sys/kern: vfs_subr.c vfs_vnode.c src/sys/sys: vnode_impl.h Log Message: Add a function to print the fields of a vnode including its implementation and use it from vprint()

CVS commit: src/tests/kernel

2016-11-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 3 11:20:45 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add new test traceme4 in t_ptrace This test verifies calling raise(2) with the SIGCONT argument in the child. The parent is notified with it

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 11:32:15 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Hmmm, if we omit if_43.c from the SRCS list, then we break the i386 build for one of the XEN kernels. Adding it back to the list.

CVS commit: src/tests/kernel

2016-11-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 3 18:25:54 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Mark ptraceme4 as expected failure, assume that Linux are correct Raising SIGCONT from a ptrace(2)d child should be catched with waidpid(2) as

CVS commit: src/tests/kernel

2016-11-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 3 18:54:16 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Simplify code, prefer strerror(3) over sys_errlist(3) No functional change intended. strerror(3) change requested by . Sponsored by . To

CVS commit: src/tests/kernel

2016-11-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 3 20:24:18 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add FORKEE_ASSERTX()/FORKEE_ASSERT() for forkee; simplify code A child process cannot call atf functions and expect them to magically work

CVS commit: src/sys/kern

2016-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 3 20:58:25 UTC 2016 Modified Files: src/sys/kern: kern_exit.c Log Message: Fix wrong WIFCONTINUED() status. To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/sys/kern/kern_exit.c Please note that

CVS commit: src

2016-11-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 3 22:08:31 UTC 2016 Modified Files: src/sys/arch/amiga/dev: grf_ul.c src/sys/arch/sgimips/sgimips: machdep.c src/sys/kern: kern_exec.c src/tests/lib/libc/gen: t_raise.c

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc

2016-11-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 3 22:18:29 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc: aes.inc crypto.inc Log Message: Mark the new SPARCv9-in-32bit-mode modules as needing V9. To generate a diff of

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 22:23:04 UTC 2016 Modified Files: src/sys/compat/common: Makefile Makefile.sysio Log Message: Move if_43.c out of Makefile.sysio and into the main Makefile. The former location gets included in both libcompat and

CVS commit: src/external/gpl3/binutils/dist/bfd

2016-11-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 4 00:19:32 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/bfd: elf64-ppc.c Log Message: Tail calls can use the PLT without a nop after the branch. Since the callee won't return to the next instruction anyway, it

CVS commit: src/sys/arch/sparc64

2016-11-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 4 05:41:01 UTC 2016 Modified Files: src/sys/arch/sparc64/include: bus_defs.h pmap.h pte.h src/sys/arch/sparc64/sparc64: machdep.c pmap.c Log Message: add plumbing to support bus_space_mmap() with: - write