CVS commit: src/lib/libc/iconv

2016-06-08 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Jun  8 07:31:45 UTC 2016

Modified Files:
src/lib/libc/iconv: iconv.3

Log Message:
Sync STANDARDS of iconv(3) with current reality

GNU libiconv is no longer incompatible with POSIX since 2007.

Solaris 11 moved to POSIX.
Illumos moved to POSIX http://illumos.org/man/3c/iconv

New software is aligned to POSIX not to the old mistake in the standard.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/iconv/iconv.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/iconv

2016-06-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jun  8 07:53:16 UTC 2016

Modified Files:
src/lib/libc/iconv: iconv.3

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/iconv/iconv.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-06-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Jun  8 08:34:43 UTC 2016

Modified Files:
src/distrib/sets/lists/modules: mi

Log Message:
Re-sort


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/distrib/sets/lists/modules/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/blacklist/bin

2016-06-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jun  8 12:48:38 UTC 2016

Modified Files:
src/external/bsd/blacklist/bin: blacklistctl.8 blacklistd.8
blacklistd.conf.5

Log Message:
.Fx should only have version numbers as argument.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/blacklist/bin/blacklistctl.8
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/blacklist/bin/blacklistd.8
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blacklist/bin/blacklistd.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2016-06-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jun  8 15:00:04 UTC 2016

Modified Files:
src/lib/libc/gen: vis.3

Log Message:
Fix typo. From Kurt Jaeger via Brooks Davis and FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/gen/vis.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2016-06-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Jun  8 19:28:48 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch all arm platforms to GCC 5, not just evbarm.


To generate a diff of this commit:
cvs rdiff -u -r1.927 -r1.928 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 21:32:27 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c

Log Message:
Grr, gcc-5.4 creates DW_AT_typedef without DW_AT_type for HARD_REG_SET!

 <1>: Abbrev Number: 4 (DW_TAG_typedef)
   DW_AT_name: (indirect string, offset: 0x16e30): 
HARD_REG_ELT_TYPE
   DW_AT_decl_file   : 57
   DW_AT_decl_line   : 43
   DW_AT_type: <0x70>
 <1>: Abbrev Number: 102 (DW_TAG_typedef)
   DW_AT_name: (indirect string, offset: 0x2f954): 
HARD_REG_SET
   DW_AT_decl_file   : 57
   DW_AT_decl_line   : 54


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2016-06-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Jun  8 22:12:42 UTC 2016

Modified Files:
src/etc/mtree: Makefile

Log Message:
don't give NetBSD.dist.tmp any inputs, as then it won't rebuild ever
unless they change, and we want to rebuild based upon what inputs are
present, not when they were last touched.

this fixes update builds that switch options that change the dirlist
like MKX11 or MKCOMPAT, restoring a portion of rev 1.14.

note that some opertions like turning off MKX11=yes will also require
a fresh DESTDIR, in addition to this fix.  there may be more issues
remaining, but i am now able to enable MKX11=yes successfully without
any other change.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/etc/mtree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2016-06-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Jun  8 22:25:35 UTC 2016

Modified Files:
src/sys/dev/ic: rtl81x9.c

Log Message:
Revert previous (rev. 1.98).  It breaks at least one user's card.

PR kern/44433


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/ic/rtl81x9.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-06-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Jun  8 22:32:01 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
sort.


To generate a diff of this commit:
cvs rdiff -u -r1.2043 -r1.2044 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 23:55:25 UTC 2016

Modified Files:
src/sys/kern: kern_exec.c

Log Message:
ignore EACCES


To generate a diff of this commit:
cvs rdiff -u -r1.431 -r1.432 src/sys/kern/kern_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun  9 00:17:45 UTC 2016

Modified Files:
src/sys/kern: kern_exec.c

Log Message:
fix variable name


To generate a diff of this commit:
cvs rdiff -u -r1.432 -r1.433 src/sys/kern/kern_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2016-06-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jun  9 00:19:31 UTC 2016

Modified Files:
src/etc/mtree: Makefile

Log Message:
make sure the build dist files are build before we try to use them.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/etc/mtree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2016-06-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jun  9 00:20:53 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
allow earm* platforms to *try* to enable MKCOMPAT=yes, since it only
is a build failure, not an entirely unavailable feature.


To generate a diff of this commit:
cvs rdiff -u -r1.928 -r1.929 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun  9 03:05:54 UTC 2016

Modified Files:
src/sys/arch/hp300/stand/common: tgets.c

Log Message:
return something


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp300/stand/common/tgets.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun  9 03:44:01 UTC 2016

Modified Files:
src/etc/mtree: Makefile

Log Message:
Avoid most of the .CURDIR hackery by letting make locate the files.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/etc/mtree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun  9 04:07:46 UTC 2016

Modified Files:
src/etc/mtree: Makefile

Log Message:
Don't run .BEGIN if we are cleaning or making obj.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/etc/mtree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2016-06-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jun  9 04:26:07 UTC 2016

Modified Files:
src/etc/mtree: Makefile

Log Message:
Mark phone so we rebuild every time.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/etc/mtree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc

2016-06-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jun  9 04:42:50 UTC 2016

Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64: gstdint.h
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: configargs.h

Log Message:
regen (minor version updates)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gstdint.h
cvs rdiff -u -r1.28 -r1.29 \
src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules

2016-06-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jun  9 04:44:19 UTC 2016

Modified Files:
src/sys/modules: Makefile
Added Files:
src/sys/modules/ipl: Makefile

Log Message:
New module for ipl (aka ipfilter).


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/ipl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-06-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jun  9 04:43:46 UTC 2016

Modified Files:
src/sys/external/bsd/ipf/netinet: ip_compat.h ip_fil_netbsd.c
ip_htable.c ip_lookup.c ip_pool.c

Log Message:
Enable building of ipfilter code as a separately-loaded module.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/ipf/netinet/ip_compat.h
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/ipf/netinet/ip_htable.c
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/ipf/netinet/ip_lookup.c \
src/sys/external/bsd/ipf/netinet/ip_pool.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-06-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jun  9 04:46:08 UTC 2016

Modified Files:
src/distrib/sets/lists/modules: mi

Log Message:
Update sets lists for new ipl (aka ipfilter) module.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/distrib/sets/lists/modules/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-06-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jun  9 04:57:43 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: umct.c

Log Message:
Fix indent


To generate a diff of this commit:
cvs rdiff -u -r1.32.24.13 -r1.32.24.14 src/sys/dev/usb/umct.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-06-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jun  9 05:04:07 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: umct.c

Log Message:
Tweak debug


To generate a diff of this commit:
cvs rdiff -u -r1.32.24.14 -r1.32.24.15 src/sys/dev/usb/umct.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [nick-nhusb] src/sys/dev/usb

2016-06-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jun  9 05:06:20 UTC 2016

Modified Files:
src/sys/dev/usb [nick-nhusb]: umct.c

Log Message:
Open the rx interrupt pipe in umct_open when ucom is ready.  Also, tidyup
in umct_close.


To generate a diff of this commit:
cvs rdiff -u -r1.32.24.15 -r1.32.24.16 src/sys/dev/usb/umct.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/include

2016-06-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jun  9 05:43:51 UTC 2016

Modified Files:
src/sys/arch/mips/include: Makefile.inc

Log Message:
Sync register number for curlwp with the kernel


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/include/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/external/bsd/regextend

2016-06-08 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Thu Jun  9 06:24:34 UTC 2016

Added Files:
othersrc/external/bsd/regextend: Makefile
othersrc/external/bsd/regextend/bin: 1.in 2.in 3.in 4.in Makefile
Testspec
othersrc/external/bsd/regextend/dist: Makefile libregextend.3 main.c
regextend.1 regextend.c regextend.h
othersrc/external/bsd/regextend/lib: Makefile shlib_version

Log Message:
Add a small lib and utility program to convert a basic regular expression into
an extended one. For more information on regexp specifications, please see
re_format(7).

The library implements a single routine called regextend(3), which implements
a simple codec-style transformation from basic to extended regular expression.
This can be useful for regular expression implementations which do not
implement basic regular expressions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/Makefile
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/bin/1.in \
othersrc/external/bsd/regextend/bin/2.in \
othersrc/external/bsd/regextend/bin/3.in \
othersrc/external/bsd/regextend/bin/4.in \
othersrc/external/bsd/regextend/bin/Makefile \
othersrc/external/bsd/regextend/bin/Testspec
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/dist/Makefile \
othersrc/external/bsd/regextend/dist/libregextend.3 \
othersrc/external/bsd/regextend/dist/main.c \
othersrc/external/bsd/regextend/dist/regextend.1 \
othersrc/external/bsd/regextend/dist/regextend.c \
othersrc/external/bsd/regextend/dist/regextend.h
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/lib/Makefile \
othersrc/external/bsd/regextend/lib/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.