CVS commit: src/lib/libc/gen

2016-01-22 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Fri Jan 22 08:50:00 UTC 2016

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

Log Message:
clarify closing of descriptor returned by dirfd(3)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/gen/directory.3

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



CVS commit: src/lib/libbluetooth

2016-01-22 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Fri Jan 22 08:51:40 UTC 2016

Modified Files:
src/lib/libbluetooth: bt_dev.3

Log Message:
correct comment in literal section


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/bt_dev.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/gen

2016-01-22 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Jan 22 09:32:50 UTC 2016

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

Log Message:
Improved wording.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/gen/directory.3

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



CVS commit: src/sys/dev/pci

2016-01-22 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Jan 22 09:34:26 UTC 2016

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add anoter new I219-LM.


To generate a diff of this commit:
cvs rdiff -u -r1.1244 -r1.1245 src/sys/dev/pci/pcidevs

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




CVS commit: src/sys/dev/pci

2016-01-22 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Jan 22 09:34:45 UTC 2016

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1237 -r1.1238 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1236 -r1.1237 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: src/lib/libc/net

2016-01-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jan 22 10:58:39 UTC 2016

Modified Files:
src/lib/libc/net: resolver.3

Log Message:
Try to reduce singular/plural confusion. Use more markup.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/net/resolver.3

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



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

2016-01-22 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Jan 22 17:56:20 UTC 2016

Modified Files:
src/external/bsd/wpa/bin: Makefile.inc

Log Message:
Fix build for clang and kqueue


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/wpa/bin/Makefile.inc

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



CVS commit: src/external/bsd/wpa/dist/src/utils

2016-01-22 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Jan 22 18:01:05 UTC 2016

Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c

Log Message:
Size the kevent receive buffer correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/wpa/dist/src/utils/eloop.c

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



CVS commit: src/sys/altq

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jan 22 18:19:54 UTC 2016

Modified Files:
src/sys/altq: altq_hfsc.c altq_jobs.c altq_priq.c

Log Message:
Prevent interface deletion from running into an infinite loop when altq closes.
$ cat /etc/altq.conf
interface ppp0 bandwidth 10M priq
class priq ppp0 high_class_ppp NULL priority 1
class priq ppp0 low_class_ppp NULL priority 0 default
filter ppp0 high_class_ppp 0 0 0 0 1
$ ifconfig ppp0 create
$ /etc/rc.d/altqd onestart
$ ifconfig ppp0 destroy
$ pkill altqd
XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/altq/altq_hfsc.c
cvs rdiff -u -r1.7 -r1.8 src/sys/altq/altq_jobs.c
cvs rdiff -u -r1.21 -r1.22 src/sys/altq/altq_priq.c

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



CVS commit: src/share/misc

2016-01-22 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Jan 22 19:13:53 UTC 2016

Modified Files:
src/share/misc: acronyms.comp

Log Message:
PR/50691 - Nikolai Lifanov -- add LTS


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/share/misc/acronyms.comp

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



CVS commit: src/external/bsd/wpa/dist/src/utils

2016-01-22 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Jan 22 20:21:04 UTC 2016

Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c

Log Message:
Remove unused var


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/wpa/dist/src/utils/eloop.c

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-01-22 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Jan 22 21:55:51 UTC 2016

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

Log Message:
Build DTrace userland by default on i386, amd64 and earm*


To generate a diff of this commit:
cvs rdiff -u -r1.883 -r1.884 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/include

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 21:55:57 UTC 2016

Modified Files:
src/include: bm.h ifaddrs.h kvm.h link_aout.h login_cap.h nsswitch.h

Log Message:
u_char, u_int, u_long -> unsigned char, unsigned, unsigned long

This makes these headers work without _NETBSD_SOURCE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/include/bm.h src/include/ifaddrs.h
cvs rdiff -u -r1.16 -r1.17 src/include/kvm.h
cvs rdiff -u -r1.21 -r1.22 src/include/link_aout.h src/include/nsswitch.h
cvs rdiff -u -r1.11 -r1.12 src/include/login_cap.h

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



CVS commit: src/sys/arch

2016-01-22 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Jan 22 21:56:57 UTC 2016

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC

Log Message:
Enable KDTRACE_HOOKS on i386 and amd64 GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.421 -r1.422 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1129 -r1.1130 src/sys/arch/i386/conf/GENERIC

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



CVS commit: src/usr.sbin/npf/npfctl

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jan 22 22:03:54 UTC 2016

Modified Files:
src/usr.sbin/npf/npfctl: npf_scan.l

Log Message:
handle v4 mapped addresses


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/npf/npfctl/npf_scan.l

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



CVS commit: src/lib/libdm

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:11:28 UTC 2016

Modified Files:
src/lib/libdm: dm.h

Log Message:
- Has __BEGIN_DECLS so needs sys/cdefs.h;
- Needs stddef.h and stdint.h to be compilable on its own


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libdm/dm.h

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



CVS commit: src/lib/libdm

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:12:40 UTC 2016

Modified Files:
src/lib/libdm: dm.3

Log Message:
The actual header file for these functions is dm.h, not libdm.h.
Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libdm/dm.3

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



CVS commit: src/lib/libpci

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:22:48 UTC 2016

Modified Files:
src/lib/libpci: pci.h

Log Message:
u_int -> unsigned; also requires stddef.h and stdint.h to be compilable.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libpci/pci.h

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



CVS commit: src/lib/libperfuse

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:25:50 UTC 2016

Modified Files:
src/lib/libperfuse: perfuse.h

Log Message:
Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libperfuse/perfuse.h

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



CVS commit: src/include

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:26:45 UTC 2016

Modified Files:
src/include: mntopts.h

Log Message:
Has __BEGIN_DECLS, needs sys/types.h.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/include/mntopts.h

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



CVS commit: src/include

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:27:01 UTC 2016

Modified Files:
src/include: bm.h

Log Message:
Needs stddef.h for size_t.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/bm.h

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/libexec

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jan 22 22:31:11 UTC 2016

Modified Files:
src/external/bsd/blacklist/libexec: blacklistd-helper

Log Message:
turned mapped v4 addresses to real v4 addresses so that they work.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/blacklist/libexec/blacklistd-helper

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



CVS commit: src/sys/opencrypto

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:35:27 UTC 2016

Modified Files:
src/sys/opencrypto: cryptodev.h

Log Message:
Needs sys/time.h for struct timespec.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/opencrypto/cryptodev.h

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



CVS commit: src/lib/librefuse

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:39:29 UTC 2016

Modified Files:
src/lib/librefuse: fuse_opt.h

Log Message:
Needs stdint.h.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/librefuse/fuse_opt.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:43:25 UTC 2016

Modified Files:
src/sys/sys: vnode.h

Log Message:
Needs sys/time.h for struct timespec.


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 src/sys/sys/vnode.h

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



CVS commit: src/sys/fs/msdosfs

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:48:18 UTC 2016

Modified Files:
src/sys/fs/msdosfs: bootsect.h

Log Message:
u_int8_t -> uint8_t


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/fs/msdosfs/bootsect.h

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



CVS commit: src/sys/fs/msdosfs

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 22:53:36 UTC 2016

Modified Files:
src/sys/fs/msdosfs: bpb.h direntry.h

Log Message:
u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and
u_char -> unsigned char.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/msdosfs/bpb.h \
src/sys/fs/msdosfs/direntry.h

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



CVS commit: src/common/include/prop

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:03:46 UTC 2016

Modified Files:
src/common/include/prop: prop_dictionary.h

Log Message:
Needs prop_array.h to compile.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/common/include/prop/prop_dictionary.h

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



CVS commit: src/sys/ufs/ufs

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:06:10 UTC 2016

Modified Files:
src/sys/ufs/ufs: dinode.h

Log Message:
u_int{16,32,64}_t -> uint{16,32,64}_t, for the benefit of userland.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/ufs/ufs/dinode.h

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



CVS commit: src/include/protocols

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:11:50 UTC 2016

Modified Files:
src/include/protocols: dumprestore.h routed.h rwhod.h talkd.h timed.h

Log Message:
These all need stdint.h.

Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNAMELEN as the latter would
require sys/param.h.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/include/protocols/dumprestore.h
cvs rdiff -u -r1.14 -r1.15 src/include/protocols/routed.h
cvs rdiff -u -r1.7 -r1.8 src/include/protocols/rwhod.h
cvs rdiff -u -r1.10 -r1.11 src/include/protocols/talkd.h
cvs rdiff -u -r1.11 -r1.12 src/include/protocols/timed.h

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



CVS commit: src/include/protocols

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:13:20 UTC 2016

Modified Files:
src/include/protocols: timed.h

Log Message:
Erm, fix previous.
(also, as this protocol is externally defined it probably should use its
own constant and not either of these system-defined hostname lengths...)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/include/protocols/timed.h

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




CVS commit: src/include

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:15:42 UTC 2016

Modified Files:
src/include: randomid.h

Log Message:
Needs stdint.h.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/include/randomid.h

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



CVS commit: src/include

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:15:58 UTC 2016

Modified Files:
src/include: rmt.h

Log Message:
Needs sys/types.h for mode_t, off_t, ssize_t, and others.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/include/rmt.h

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



CVS commit: src/include/rpcsvc

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:22:56 UTC 2016

Modified Files:
src/include/rpcsvc: yp_prot.h

Log Message:
Include  so XDR is defined.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/include/rpcsvc/yp_prot.h

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



CVS commit: src/include/rpcsvc

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:23:13 UTC 2016

Modified Files:
src/include/rpcsvc: ypclnt.h

Log Message:
Uses BEGIN_DECLS and needs sys/cdefs.h.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/include/rpcsvc/ypclnt.h

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



CVS commit: src/lib/libskey

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:25:52 UTC 2016

Modified Files:
src/lib/libskey: skey.h

Log Message:
Uses FILE *, needs stdio.h.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libskey/skey.h

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



CVS commit: src/sys

2016-01-22 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri Jan 22 23:27:12 UTC 2016

Modified Files:
src/sys/net: if_stf.c
src/sys/netinet: in_gif.c ip_encap.c ip_encap.h ip_mroute.c
src/sys/netinet6: in6_gif.c
src/sys/netipsec: xform_ipip.c

Log Message:
Back out previous change to introduce struct encapsw.

This change was intended, but Nakahara-san had already made a better
one locally!  So I'll let him commit that one, and I'll try not to
step on anyone's toes again.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/net/if_stf.c
cvs rdiff -u -r1.70 -r1.71 src/sys/netinet/in_gif.c
cvs rdiff -u -r1.49 -r1.50 src/sys/netinet/ip_encap.c
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/ip_encap.h
cvs rdiff -u -r1.135 -r1.136 src/sys/netinet/ip_mroute.c
cvs rdiff -u -r1.67 -r1.68 src/sys/netinet6/in6_gif.c
cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/xform_ipip.c

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:30:27 UTC 2016

Modified Files:
src/sys/sys: ctype_bits.h

Log Message:
Uses BEGIN_DECLS, needs sys/cdefs.h.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/ctype_bits.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:31:30 UTC 2016

Modified Files:
src/sys/sys: dirent.h

Log Message:
Uses __GNUC_PREREQ__, needs sys/cdefs.h.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/sys/dirent.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:33:42 UTC 2016

Modified Files:
src/sys/sys: envsys.h

Log Message:
u_int -> unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/envsys.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:35:18 UTC 2016

Modified Files:
src/sys/sys: fdio.h

Log Message:
u_int -> unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/fdio.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:38:45 UTC 2016

Modified Files:
src/sys/sys: pipe.h

Log Message:
Needs struct timespec.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/sys/pipe.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:42:14 UTC 2016

Modified Files:
src/sys/sys: scanio.h

Log Message:
u_{long,short,char} -> unsigned {long,short,char}

XXX: the structure in here incurs unwanted padding on LP64 platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/scanio.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:44:33 UTC 2016

Modified Files:
src/sys/sys: tape.h

Log Message:
Requires sys/time.h for struct timespec.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/tape.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:46:07 UTC 2016

Modified Files:
src/sys/sys: vadvise.h

Log Message:
Uses __BEGIN_DECLS and needs sys/cdefs.h.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/vadvise.h

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



CVS commit: src/sys/sys

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:47:04 UTC 2016

Modified Files:
src/sys/sys: wdog.h

Log Message:
u_int -> unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/wdog.h

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



CVS commit: src/lib/libusbhid

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:51:23 UTC 2016

Modified Files:
src/lib/libusbhid: usbhid.h

Log Message:
Uses __BEGIN_DECLS so needs sys/cdefs.h; also needs stdint.h.
And, while here, add missing include guard.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libusbhid/usbhid.h

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



CVS commit: src/crypto/external/bsd/openssh/dist

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 23 00:03:30 UTC 2016

Modified Files:
src/crypto/external/bsd/openssh/dist: auth-pam.c auth.c auth1.c
pfilter.c

Log Message:
add more blacklist rejection points.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssh/dist/auth-pam.c
cvs rdiff -u -r1.15 -r1.16 src/crypto/external/bsd/openssh/dist/auth.c
cvs rdiff -u -r1.12 -r1.13 src/crypto/external/bsd/openssh/dist/auth1.c
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/openssh/dist/pfilter.c

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



CVS commit: src/include

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jan 22 23:59:44 UTC 2016

Modified Files:
src/include: utmp.h

Log Message:
Needs sys/cdefs.h for __BEGIN_DECLS. Also add time.h to get time_t,
rather than doing the machine/ansi.h #ifdef dance, as it doesn't matter
much what symbols utmp.h exposes. This could be tightened later when we
manage to do enough include cleanup to make such dances less expensive
to maintain.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/include/utmp.h

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/diff

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 23 00:05:38 UTC 2016

Modified Files:
src/external/bsd/blacklist/diff: ssh.diff

Log Message:
add more points.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/blacklist/diff/ssh.diff

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/diff

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 23 00:05:54 UTC 2016

Added Files:
src/external/bsd/blacklist/diff: proftpd.diff

Log Message:
add proftpd diffs.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/blacklist/diff/proftpd.diff

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



CVS commit: src/lib

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 00:43:43 UTC 2016

Modified Files:
src/lib/libc/net: getifaddrs.3
src/lib/libc/string: bm.3
src/lib/libkvm: kvm_getlwps.3 kvm_read.3
src/lib/libpci: pci.3
src/lib/libutil: login_cap.3

Log Message:
Update synopses to match u_int/u_long/etc. changes. Do not bump date as
it's not a substantive change.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/net/getifaddrs.3
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/string/bm.3
cvs rdiff -u -r1.6 -r1.7 src/lib/libkvm/kvm_getlwps.3
cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_read.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libpci/pci.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libutil/login_cap.3

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



CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 01:05:31 UTC 2016

Modified Files:
src/include/rpc: auth.h auth_unix.h clnt.h clnt_soc.h pmap_clnt.h rpc.h
rpcb_prot.x svc.h svc_soc.h xdr.h

Log Message:
u_int -> unsigned, u_long -> unsigned long, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/include/rpc/auth.h
cvs rdiff -u -r1.8 -r1.9 src/include/rpc/auth_unix.h
cvs rdiff -u -r1.22 -r1.23 src/include/rpc/clnt.h
cvs rdiff -u -r1.3 -r1.4 src/include/rpc/clnt_soc.h
cvs rdiff -u -r1.11 -r1.12 src/include/rpc/pmap_clnt.h
cvs rdiff -u -r1.15 -r1.16 src/include/rpc/rpc.h
cvs rdiff -u -r1.4 -r1.5 src/include/rpc/rpcb_prot.x
cvs rdiff -u -r1.29 -r1.30 src/include/rpc/svc.h
cvs rdiff -u -r1.2 -r1.3 src/include/rpc/svc_soc.h
cvs rdiff -u -r1.27 -r1.28 src/include/rpc/xdr.h

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



CVS commit: src/sys/dev/usb

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 01:15:23 UTC 2016

Modified Files:
src/sys/dev/usb: usbhid.h

Log Message:
Use correct include guard.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/usbhid.h

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



CVS commit: src

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 01:26:14 UTC 2016

Modified Files:
src/include: ifaddrs.h link_aout.h login_cap.h nsswitch.h
src/lib/libpci: pci.h
src/sys/fs/msdosfs: direntry.h
src/sys/sys: envsys.h fdio.h wdog.h

Log Message:
Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/ifaddrs.h
cvs rdiff -u -r1.22 -r1.23 src/include/link_aout.h src/include/nsswitch.h
cvs rdiff -u -r1.12 -r1.13 src/include/login_cap.h
cvs rdiff -u -r1.7 -r1.8 src/lib/libpci/pci.h
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/msdosfs/direntry.h
cvs rdiff -u -r1.35 -r1.36 src/sys/sys/envsys.h
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/fdio.h
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/wdog.h

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



CVS commit: src/external/bsd/am-utils/include

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 23 01:57:56 UTC 2016

Modified Files:
src/external/bsd/am-utils/include: config.h

Log Message:
we don't want sys/mbuf.h


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/am-utils/include/config.h

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



CVS commit: src/usr.bin/rpcgen

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 02:33:09 UTC 2016

Modified Files:
src/usr.bin/rpcgen: rpc_cout.c rpc_hout.c rpc_parse.c rpc_tblout.c

Log Message:
u_int -> unsigned int, in some of the output.

In the bulk of the output making this change would require reworking a
bunch of the internals to allow spaces in type names, which at the
moment doesn't seem worthwhile.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/rpcgen/rpc_cout.c
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/rpcgen/rpc_hout.c
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/rpcgen/rpc_parse.c
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/rpcgen/rpc_tblout.c

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



CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 02:34:09 UTC 2016

Modified Files:
src/include/rpc: auth.h auth_unix.h clnt.h clnt_soc.h pmap_clnt.h
rpcb_prot.x svc.h svc_soc.h xdr.h

Log Message:
unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/include/rpc/auth.h
cvs rdiff -u -r1.9 -r1.10 src/include/rpc/auth_unix.h
cvs rdiff -u -r1.23 -r1.24 src/include/rpc/clnt.h
cvs rdiff -u -r1.4 -r1.5 src/include/rpc/clnt_soc.h
cvs rdiff -u -r1.12 -r1.13 src/include/rpc/pmap_clnt.h
cvs rdiff -u -r1.5 -r1.6 src/include/rpc/rpcb_prot.x
cvs rdiff -u -r1.30 -r1.31 src/include/rpc/svc.h
cvs rdiff -u -r1.3 -r1.4 src/include/rpc/svc_soc.h
cvs rdiff -u -r1.28 -r1.29 src/include/rpc/xdr.h

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



CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Jan 23 02:36:57 UTC 2016

Modified Files:
src/include/rpc: svc.h

Log Message:
Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined,
because then something else doesn't include it. (I guess.)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/include/rpc/svc.h

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



CVS commit: src/sys/netinet

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 23 02:58:13 UTC 2016

Modified Files:
src/sys/netinet: in_gif.c

Log Message:
fix compilation


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/netinet/in_gif.c

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/diff

2016-01-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 23 03:11:14 UTC 2016

Modified Files:
src/external/bsd/blacklist/diff: proftpd.diff

Log Message:
cleanup pkgsrc junk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/blacklist/diff/proftpd.diff

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



CVS commit: src/lib

2016-01-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jan 23 07:21:18 UTC 2016

Modified Files:
src/lib/libc/net: getifaddrs.3
src/lib/libpci: pci.3
src/lib/libutil: login_cap.3

Log Message:
unsigned -> unsigned int


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/net/getifaddrs.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libpci/pci.3
cvs rdiff -u -r1.22 -r1.23 src/lib/libutil/login_cap.3

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