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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;

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

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

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

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:

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

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

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

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

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

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

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

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

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

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.