CVS commit: src/usr.bin/xinstall

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 06:55:02 UTC 2016 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Move __MKTEMP_OK up earlier so it has an actual impact. Reduces the number of warnings during build. XXX There are still some other

CVS commit: src/usr.bin/xinstall

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 06:55:02 UTC 2016 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Move __MKTEMP_OK up earlier so it has an actual impact. Reduces the number of warnings during build. XXX There are still some other

CVS commit: src/lib/libc/gen

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 07:49:10 UTC 2016 Modified Files: src/lib/libc/gen: fts.c Log Message: Use calloc(1, ...) instead of malloc(...) followed immediately by memset() Addresses PR lib/46818 To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gen

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 07:49:10 UTC 2016 Modified Files: src/lib/libc/gen: fts.c Log Message: Use calloc(1, ...) instead of malloc(...) followed immediately by memset() Addresses PR lib/46818 To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man3

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 06:00:39 UTC 2016 Modified Files: src/share/man/man3: queue.3 Log Message: Correct list of operations to note that SLISTs and SIMPLEQs cannot insert entries before existing entries. This can only be done for LISTs

CVS commit: src/share/man/man3

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 06:00:39 UTC 2016 Modified Files: src/share/man/man3: queue.3 Log Message: Correct list of operations to note that SLISTs and SIMPLEQs cannot insert entries before existing entries. This can only be done for LISTs

CVS commit: src/common

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 09:29:26 UTC 2016 Modified Files: src/common/include/prop: prop_array.h src/common/lib/libprop: prop_array_util.3 prop_array_util.c Log Message: Add prop_array_add_cstring{,_no_copy} utility functions as

Re: CVS commit: src/sys/arch/i386/i386

2016-05-31 Thread Joerg Sonnenberger
On Tue, May 31, 2016 at 11:39:08AM +0200, Joerg Sonnenberger wrote: > On Mon, May 30, 2016 at 06:58:52PM -0400, Christos Zoulas wrote: > > Module Name:src > > Committed By: christos > > Date: Mon May 30 22:58:52 UTC 2016 > > > > Modified Files: > >

CVS commit: src/common/lib/libprop

2016-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 31 09:31:13 UTC 2016 Modified Files: src/common/lib/libprop: prop_array_util.3 Log Message: Punctuation nits. (adding space makes sure they are not marked up) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common/lib/libprop

2016-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 31 09:31:13 UTC 2016 Modified Files: src/common/lib/libprop: prop_array_util.3 Log Message: Punctuation nits. (adding space makes sure they are not marked up) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 09:29:26 UTC 2016 Modified Files: src/common/include/prop: prop_array.h src/common/lib/libprop: prop_array_util.3 prop_array_util.c Log Message: Add prop_array_add_cstring{,_no_copy} utility functions as

CVS commit: src/sbin/swapctl

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 09:34:25 UTC 2016 Modified Files: src/sbin/swapctl: swaplist.c Log Message: Minor formatting change in swapctl -l as noted in my PR bin/51155 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sbin/swapctl

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 09:34:25 UTC 2016 Modified Files: src/sbin/swapctl: swaplist.c Log Message: Minor formatting change in swapctl -l as noted in my PR bin/51155 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

Re: CVS commit: src/sys/arch/i386/i386

2016-05-31 Thread Joerg Sonnenberger
On Mon, May 30, 2016 at 06:58:52PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon May 30 22:58:52 UTC 2016 > > Modified Files: > src/sys/arch/i386/i386: cpu_in_cksum.S > > Log Message: > Handle PIC linking for tests Except this doesn't work

CVS commit: src/share/man/man3

2016-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 31 08:24:43 UTC 2016 Modified Files: src/share/man/man3: queue.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/share/man/man3/queue.3 Please note that diffs are

CVS commit: src/share/man/man3

2016-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 31 08:24:43 UTC 2016 Modified Files: src/share/man/man3: queue.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/share/man/man3/queue.3 Please note that diffs are

CVS commit: src/sys/dev/usb

2016-05-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue May 31 09:22:11 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Flush memory correctly during ring put. See PR 51199. >From Sprow, ok skrll@. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/dev/usb

2016-05-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue May 31 09:22:11 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Flush memory correctly during ring put. See PR 51199. >From Sprow, ok skrll@. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/sys

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:02:16 UTC 2016 Modified Files: src/sys/sys: exec_elf.h Log Message: Add an ElfW() macro like linux. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/sys/exec_elf.h Please note that diffs

CVS commit: othersrc/external/bsd/human2atf

2016-05-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue May 31 20:26:58 UTC 2016 Modified Files: othersrc/external/bsd/human2atf: Testspec.template human2atf.1 human2atf.sh Log Message: Add the ability to provide gzip(1) encoding of large input and expected output

CVS commit: othersrc/external/bsd/sqlite3db/bin

2016-05-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue May 31 20:34:01 UTC 2016 Added Files: othersrc/external/bsd/sqlite3db/bin: Testspec Log Message: Add a Testspec file which can be used by human2atf to derive the unit tests. The Testspec file is derived from the Makefile

CVS commit: src/sys/sys

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:40:51 UTC 2016 Modified Files: src/sys/sys: cdefs_elf.h Log Message: revert weak change. next time point to an example of what breaks in the commit message. To generate a diff of this commit: cvs rdiff -u -r1.50

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:47:26 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_interceptors.h asan_linux.cc asan_mapping.h asan_stack.h

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:47:52 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile shlib_version Log Message: Update sources and flags (compiles but missing stuff) To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 21:34:13 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Add procmaps for NetBSD To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 21:35:11 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Added Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:

CVS commit: src/share/misc

2016-05-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue May 31 23:15:05 UTC 2016 Modified Files: src/share/misc: acronyms.comp Log Message: PR/51205 - Nikolai Lifanov -- add EAPOL, PEAP, and RSN To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166

CVS commit: src/sys/sys

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:02:16 UTC 2016 Modified Files: src/sys/sys: exec_elf.h Log Message: Add an ElfW() macro like linux. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/sys/exec_elf.h Please note that diffs

CVS commit: othersrc/external/bsd/human2atf

2016-05-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue May 31 20:26:58 UTC 2016 Modified Files: othersrc/external/bsd/human2atf: Testspec.template human2atf.1 human2atf.sh Log Message: Add the ability to provide gzip(1) encoding of large input and expected output

CVS commit: othersrc/external/bsd/sqlite3db/bin

2016-05-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue May 31 20:34:01 UTC 2016 Added Files: othersrc/external/bsd/sqlite3db/bin: Testspec Log Message: Add a Testspec file which can be used by human2atf to derive the unit tests. The Testspec file is derived from the Makefile

CVS commit: src/sys/sys

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:40:51 UTC 2016 Modified Files: src/sys/sys: cdefs_elf.h Log Message: revert weak change. next time point to an example of what breaks in the commit message. To generate a diff of this commit: cvs rdiff -u -r1.50

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:47:26 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_interceptors.h asan_linux.cc asan_mapping.h asan_stack.h

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:47:52 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile shlib_version Log Message: Update sources and flags (compiles but missing stuff) To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 21:34:13 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Add procmaps for NetBSD To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 21:35:11 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Added Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:

CVS commit: src/share/misc

2016-05-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue May 31 23:15:05 UTC 2016 Modified Files: src/share/misc: acronyms.comp Log Message: PR/51205 - Nikolai Lifanov -- add EAPOL, PEAP, and RSN To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:55:18 UTC 2016 Modified Files: src/share/man/man9: bus_dma.9 Log Message: Use .An for author names. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/share/man/man9/bus_dma.9

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:57:31 UTC 2016 Modified Files: src/share/man/man9: bus_space.9 Log Message: Use .An for authors. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/bus_space.9

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:57:31 UTC 2016 Modified Files: src/share/man/man9: bus_space.9 Log Message: Use .An for authors. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/bus_space.9

CVS commit: src/sys/dev

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:37:47 UTC 2016 Modified Files: src/sys/dev/ic: nslm7x.c nslm7xvar.h src/sys/dev/isa: lm_isa_common.c wbsio.c Log Message: Add support for Nuvoton NCT6776F from OpenBSD >From PR kern/49747 To generate a

CVS commit: src/usr.bin/sort

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:37:55 UTC 2016 Modified Files: src/usr.bin/sort: msort.c sort.1 sort.c sort.h Log Message: Add the posix -C option (-c but quieter). Fix -R to work properly when setting \n as the record delimited using a numeric

CVS commit: src/usr.bin/sort

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:37:55 UTC 2016 Modified Files: src/usr.bin/sort: msort.c sort.1 sort.c sort.h Log Message: Add the posix -C option (-c but quieter). Fix -R to work properly when setting \n as the record delimited using a numeric

CVS commit: src/sys/dev

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:37:47 UTC 2016 Modified Files: src/sys/dev/ic: nslm7x.c nslm7xvar.h src/sys/dev/isa: lm_isa_common.c wbsio.c Log Message: Add support for Nuvoton NCT6776F from OpenBSD >From PR kern/49747 To generate a

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:50:03 UTC 2016 Modified Files: src/bin/sh: error.c Log Message: PR bin/47065 PR bin/39466 When the shell exits after an error (when that is the right thing for it to do) ensure that it never does exit(0). To

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:50:03 UTC 2016 Modified Files: src/bin/sh: error.c Log Message: PR bin/47065 PR bin/39466 When the shell exits after an error (when that is the right thing for it to do) ensure that it never does exit(0). To

CVS commit: src/doc

2016-05-31 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Jun 1 00:11:09 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Note update of tzdata to 2016d Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz Summary of changes in

CVS commit: src/doc

2016-05-31 Thread Alistair G. Crooks
age on amd64 and i386. [maxv 20160515] arm: Add support for i.MX7 SoC. [ryo 20160517] bind: Import version 9.10.4-P1. [christos 20160526] + zoneinfo: Import tzdata2016d. [agc 20160531]

CVS commit: src/doc

2016-05-31 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Jun 1 00:12:27 UTC 2016 Modified Files: src/doc: CHANGES Log Message: Note update of tzdata to 2016d: Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz Summary of changes in

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:06:54 UTC 2016 Modified Files: src/share/man/man9: sysmon_pswitch.9 Log Message: Fix spello. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/sysmon_pswitch.9

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:47:05 UTC 2016 Modified Files: src/bin/sh: parser.c Log Message: PR bin/51145 PR bin/48489 More fixes to the shell parser to prevent empty simple commands (where empty means no significant text at all) - as discussed

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 02:47:05 UTC 2016 Modified Files: src/bin/sh: parser.c Log Message: PR bin/51145 PR bin/48489 More fixes to the shell parser to prevent empty simple commands (where empty means no significant text at all) - as discussed

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 04:20:20 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: missing space To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/lib/libasan/Makefile

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 04:20:20 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: missing space To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/lib/libasan/Makefile

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:34:43 UTC 2016 Modified Files: src/share/man/man4: cgd.4 Log Message: Remove trailing space. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/cgd.4 Please

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:34:43 UTC 2016 Modified Files: src/share/man/man4: cgd.4 Log Message: Remove trailing space. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/cgd.4 Please

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:46:51 UTC 2016 Modified Files: src/share/man/man4: ss.4 Log Message: Use .An for author names. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ss.4 Please note

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:46:51 UTC 2016 Modified Files: src/share/man/man4: ss.4 Log Message: Use .An for author names. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ss.4 Please note

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:00:10 UTC 2016 Modified Files: src/share/man/man9: pfil.9 Log Message: Use .An for authors. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/pfil.9 Please

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:00:10 UTC 2016 Modified Files: src/share/man/man9: pfil.9 Log Message: Use .An for authors. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/pfil.9 Please

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:53:35 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc Log Message: Ignore the first dlpi entry which is ourselves on NetBSD instead of having a NULL name as on linux. To

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:53:35 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc Log Message: Ignore the first dlpi entry which is ourselves on NetBSD instead of having a NULL name as on linux. To

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:15:26 UTC 2016 Modified Files: src/share/man/man4: smscmon.4 swsensor.4 Log Message: Use fixed number of entries in each row of a table. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 02:15:26 UTC 2016 Modified Files: src/share/man/man4: smscmon.4 swsensor.4 Log Message: Use fixed number of entries in each row of a table. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/dev/usb

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 04:47:02 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Sandisk Cruzer - from PR kern/46547 To generate a diff of this commit: cvs rdiff -u -r1.714 -r1.715 src/sys/dev/usb/usbdevs Please note

CVS commit: src/sys/dev/usb

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 04:52:20 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.707 -r1.708 src/sys/dev/usb/usbdevs_data.h Please note that diffs are not

CVS commit: src/sys/dev/usb

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 04:52:20 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.707 -r1.708 src/sys/dev/usb/usbdevs_data.h Please note that diffs are not

CVS commit: src/sys/dev/usb

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 04:51:33 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs.h Log Message: Regen for Sandisk Cruzer To generate a diff of this commit: cvs rdiff -u -r1.706 -r1.707 src/sys/dev/usb/usbdevs.h Please note that diffs

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 05:11:52 UTC 2016 Modified Files: src/bin/sh: input.c Log Message: PR bin/51207 Only check for ELF bnaries in regular files. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/sh/input.c Please

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 05:10:41 UTC 2016 Modified Files: src/bin/sh: eval.c Log Message: PR bin/43639 Redo earlier fix to only prohibit sourcing directories and block special files. char specials (/dev/tty, /dev/null, ... incl /dev/rwd0a) and

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 05:11:52 UTC 2016 Modified Files: src/bin/sh: input.c Log Message: PR bin/51207 Only check for ELF bnaries in regular files. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/sh/input.c Please

CVS commit: othersrc/external/bsd/tiger/tiger

2016-05-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Jun 1 00:50:21 UTC 2016 Added Files: othersrc/external/bsd/tiger/tiger: 1.expected 1.in 2.expected 2.in 3.expected 3.in 4.expected 4.in 5.expected 5.in 6.expected 6.in Testspec Log Message: Add

CVS commit: othersrc/external/bsd/tiger/tiger

2016-05-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Jun 1 00:50:21 UTC 2016 Added Files: othersrc/external/bsd/tiger/tiger: 1.expected 1.in 2.expected 2.in 3.expected 3.in 4.expected 4.in 5.expected 5.in 6.expected 6.in Testspec Log Message: Add

CVS commit: src/sys/uvm

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:49:45 UTC 2016 Modified Files: src/sys/uvm: uvm_map.c Log Message: Avoid locking issues when copying out requires taking a fault and we are finding out our own maps, by allocating a buffer and copying out after we

CVS commit: src/sys/uvm

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:49:45 UTC 2016 Modified Files: src/sys/uvm: uvm_map.c Log Message: Avoid locking issues when copying out requires taking a fault and we are finding out our own maps, by allocating a buffer and copying out after we

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:39:52 UTC 2016 Modified Files: src/share/man/man4: mc.4 Log Message: Use .An markup for author names. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mc.4

CVS commit: src/share/man/man9

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:55:18 UTC 2016 Modified Files: src/share/man/man9: bus_dma.9 Log Message: Use .An for author names. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/share/man/man9/bus_dma.9

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 01:54:06 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Log Message: zero pad syscall. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 01:54:06 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc Log Message: zero pad syscall. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/bin/sh

2016-05-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 1 05:10:41 UTC 2016 Modified Files: src/bin/sh: eval.c Log Message: PR bin/43639 Redo earlier fix to only prohibit sourcing directories and block special files. char specials (/dev/tty, /dev/null, ... incl /dev/rwd0a) and

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:39:52 UTC 2016 Modified Files: src/share/man/man4: mc.4 Log Message: Use .An markup for author names. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mc.4

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:41:27 UTC 2016 Modified Files: src/share/man/man4: nsclpcsio.4 Log Message: Remove trailing space. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/nsclpcsio.4

CVS commit: src/share/man/man4

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:41:27 UTC 2016 Modified Files: src/share/man/man4: nsclpcsio.4 Log Message: Remove trailing space. From PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/nsclpcsio.4

CVS commit: src/share/man/man8

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:52:19 UTC 2016 Modified Files: src/share/man/man8: compat_ibcs2.8 Log Message: Move the .Pp to after the .El from PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/share/man/man8

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:52:19 UTC 2016 Modified Files: src/share/man/man8: compat_ibcs2.8 Log Message: Move the .Pp to after the .El from PR misc/49516 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/usb

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 04:51:33 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs.h Log Message: Regen for Sandisk Cruzer To generate a diff of this commit: cvs rdiff -u -r1.706 -r1.707 src/sys/dev/usb/usbdevs.h Please note that diffs

CVS commit: src/sys/dev/iscsi

2016-05-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Jun 1 05:13:07 UTC 2016 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_ioctl.c iscsi_rcv.c iscsi_send.c iscsi_utils.c Log Message: refactor callouts remove timed out ccbs and connections from cleanup

CVS commit: src/sys/sys

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:46:44 UTC 2016 Modified Files: src/sys/sys: mman.h Log Message: Add more alignments To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/sys/mman.h Please note that diffs are not public domain;

CVS commit: src/usr.bin/kdump

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:47:16 UTC 2016 Modified Files: src/usr.bin/kdump: kdump.c Log Message: Symbolic printing for mmap To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/kdump/kdump.c Please note that diffs

CVS commit: src/usr.bin/kdump

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:47:16 UTC 2016 Modified Files: src/usr.bin/kdump: kdump.c Log Message: Symbolic printing for mmap To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/kdump/kdump.c Please note that diffs

CVS commit: src/sys/sys

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:46:44 UTC 2016 Modified Files: src/sys/sys: mman.h Log Message: Add more alignments To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/sys/mman.h Please note that diffs are not public domain;

CVS commit: src/share/man/man3

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:31:11 UTC 2016 Modified Files: src/share/man/man3: assert.3 Log Message: Fix AT version reference. From PR misc/49519 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man3/assert.3

CVS commit: src/share/man/man3

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 01:31:11 UTC 2016 Modified Files: src/share/man/man3: assert.3 Log Message: Fix AT version reference. From PR misc/49519 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man3/assert.3

CVS commit: src/sys/dev/pci

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 03:37:35 UTC 2016 Modified Files: src/sys/dev/pci: if_msk.c Log Message: Commit patch from t-hash in PR kern/48309 To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_msk.c Please note

CVS commit: src/sys/dev/pci

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 03:37:35 UTC 2016 Modified Files: src/sys/dev/pci: if_msk.c Log Message: Commit patch from t-hash in PR kern/48309 To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_msk.c Please note

CVS commit: src/sys/dev/iscsi

2016-05-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Jun 1 04:19:08 UTC 2016 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_send.c iscsi_utils.c Log Message: factor out sernum handling. make incrementing sernum atomic. declare variables for atomic operations as

CVS commit: src/sys/dev/iscsi

2016-05-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Jun 1 04:19:08 UTC 2016 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_send.c iscsi_utils.c Log Message: factor out sernum handling. make incrementing sernum atomic. declare variables for atomic operations as

CVS commit: src/sys/dev/usb

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 1 04:47:02 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Sandisk Cruzer - from PR kern/46547 To generate a diff of this commit: cvs rdiff -u -r1.714 -r1.715 src/sys/dev/usb/usbdevs Please note

CVS commit: src/doc

2016-05-31 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Jun 1 00:11:09 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: Note update of tzdata to 2016d Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz Summary of changes in

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

2016-05-31 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Jun 1 00:03:15 UTC 2016 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8673 Log Message: Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz Summary of changes

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

2016-05-31 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Jun 1 00:03:15 UTC 2016 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8673 Log Message: Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz Summary of changes

  1   2   >