CVS commit: src/lib/libc/sys
Module Name:src Committed By: kamil Date: Wed Jan 11 07:32:36 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Correct man-page category of posix_spawn: is (3) not (2) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/ptrace.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: kamil Date: Wed Jan 11 07:31:14 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Document SIGTRAP with si_code TRAP_CHLD in ptrace(2) Document the current behavior of TRAP_CHILD in NetBSD. Add more notes on PTRACE_FORK events. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/ptrace.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Wed Jan 11 07:26:17 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_dir.c Log Message: wrap the macro in do/while. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_dir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/ndp
Module Name:src Committed By: ozaki-r Date: Wed Jan 11 07:22:43 UTC 2017 Modified Files: src/tests/net/ndp: t_ra.sh Log Message: Cope with tentative state To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/tests/net/ndp/t_ra.sh 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
Module Name:src Committed By: skrll Date: Wed Jan 11 07:16:48 UTC 2017 Modified Files: src/sys/dev/ic: aic6360.c mb89352.c ncr5380sbc.c ncr53c9x.c sunscpal.c wd33c93.c Log Message: adatper -> adapter To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/ic/aic6360.c cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/mb89352.c cvs rdiff -u -r1.66 -r1.67 src/sys/dev/ic/ncr5380sbc.c cvs rdiff -u -r1.146 -r1.147 src/sys/dev/ic/ncr53c9x.c cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/sunscpal.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/wd33c93.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: ozaki-r Date: Wed Jan 11 07:03:59 UTC 2017 Modified Files: src/sys/net: link_proto.c Log Message: Don't call ifa_remove with holding psref To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/net/link_proto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/zcat
Module Name:src Committed By: christos Date: Wed Jan 11 04:04:12 UTC 2017 Modified Files: src/distrib/utils/zcat: Makefile Log Message: adjust to new zlib To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/zcat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/ndp
Module Name:src Committed By: ozaki-r Date: Wed Jan 11 03:15:11 UTC 2017 Modified Files: src/tests/net/ndp: t_ra.sh Log Message: Check autoconf flag To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/net/ndp/t_ra.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/ndp
Module Name:src Committed By: ozaki-r Date: Wed Jan 11 03:15:44 UTC 2017 Modified Files: src/tests/net/ndp: t_ra.sh Log Message: Add a test case for IPv6 temporary address To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/net/ndp/t_ra.sh 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
Module Name:src Committed By: christos Date: Wed Jan 11 02:13:54 UTC 2017 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: more todo To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/npf/npfctl/todo 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
Module Name:src Committed By: christos Date: Wed Jan 11 02:11:21 UTC 2017 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y npf_var.c Log Message: Don't silently take the first element of multiple element variables. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/npf/npfctl/npf_parse.y cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/npf/npfctl/npf_var.c 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
Module Name:src Committed By: christos Date: Wed Jan 11 02:10:44 UTC 2017 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: fix hint. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/npf/npfctl/npfctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/netstat
Module Name:src Committed By: ozaki-r Date: Wed Jan 11 01:25:05 UTC 2017 Modified Files: src/usr.bin/netstat: if.c Log Message: Fix showing multicast addresses of !IFF_UP interfaces netstat appends '*' to the name of an interface without IFF_UP, so if_nametoindex which is used in mc_print fails. mc_print needs just an interface index so pass it instead of a tweaked interface name. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/usr.bin/netstat/if.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/x86/pci
Module Name:src Committed By: maya Date: Wed Jan 11 00:55:57 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: we cannot guarantee that m_pulldown doesn't fail, as it may fail even if temporarily out of memory, and it will free the mbuf in this scenario. test for failure and return error if it happens. CID 1396651 ok riastradh To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/pci/if_vmx.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/x86/pci
Module Name:src Committed By: maya Date: Wed Jan 11 00:51:22 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: on error, free the mbuf in vmxnet3_txq_offload_ctx, not in callers. ok riastradh To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/pci/if_vmx.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/x86/pci
Module Name:src Committed By: maya Date: Wed Jan 11 00:41:38 UTC 2017 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: GC unused macros. Even if they were used (and actually asserted), asserting on !mutex_owned is generally a bad idea, as it may be true in unexpected contexts. suggested by riastradh, thanks. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/if_vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: roy Date: Tue Jan 10 23:49:20 UTC 2017 Modified Files: src/lib/libcurses: standout.c Log Message: Use the window's screen's terminal. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libcurses/standout.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: roy Date: Tue Jan 10 23:28:45 UTC 2017 Modified Files: src/lib/libcurses: resize.c Log Message: Fix resizing terms. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libcurses/resize.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
Module Name:src Committed By: christos Date: Tue Jan 10 23:08:13 UTC 2017 Modified Files: src/sys/sys: fcntl.h Log Message: Don't include ; it is optional even in X/Open. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/sys/fcntl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/cdb
Module Name:src Committed By: christos Date: Tue Jan 10 23:06:06 UTC 2017 Modified Files: src/common/lib/libc/cdb: cdbr.c Log Message: mark parameter as unused. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/cdb/cdbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/regress/sys/kern/unfdpass
Module Name:src Committed By: christos Date: Tue Jan 10 22:37:44 UTC 2017 Modified Files: src/regress/sys/kern/unfdpass: unfdpass.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/regress/sys/kern/unfdpass/unfdpass.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests
Module Name:src Committed By: christos Date: Tue Jan 10 22:36:29 UTC 2017 Modified Files: src/tests/fs/fifofs: t_fifo.c src/tests/lib/libc/gen/posix_spawn: t_fileactions.c src/tests/lib/libc/sys: t_access.c t_chroot.c t_mincore.c t_mmap.c src/tests/rump/rumpkern: t_lwproc.c Log Message: more tests needing To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/fifofs/t_fifo.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/gen/posix_spawn/t_fileactions.c cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_access.c \ src/tests/lib/libc/sys/t_chroot.c cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_mincore.c cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_mmap.c cvs rdiff -u -r1.7 -r1.8 src/tests/rump/rumpkern/t_lwproc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc
Module Name:src Committed By: christos Date: Tue Jan 10 22:24:29 UTC 2017 Modified Files: src/tests/lib/libc: t_cdb.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/t_cdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/c063
Module Name:src Committed By: christos Date: Tue Jan 10 22:25:01 UTC 2017 Modified Files: src/tests/lib/libc/c063: t_o_search.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/c063/t_o_search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/kernel
Module Name:src Committed By: christos Date: Tue Jan 10 22:10:22 UTC 2017 Modified Files: src/tests/kernel: t_mqueue.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/t_mqueue.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
Module Name:src Committed By: pgoyette Date: Tue Jan 10 22:08:14 UTC 2017 Modified Files: src/sys/kern: kern_history.c Log Message: Use membar_{producer,consumer}() to ensure proper access to the "ready" flag. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/kern/kern_history.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: roy Date: Tue Jan 10 21:56:50 UTC 2017 Modified Files: src/lib/libcurses: attributes.c Log Message: Use the terminal of the SCREEN of the WINDOW rather than cur_term for window attribute functions. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libcurses/attributes.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: christos Date: Tue Jan 10 21:53:06 UTC 2017 Modified Files: xsrc/external/mit/ctwm/dist: session.c Log Message: need for umask To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/ctwm/dist/session.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xman/dist
Module Name:xsrc Committed By: christos Date: Tue Jan 10 21:50:59 UTC 2017 Modified Files: xsrc/external/mit/xman/dist: search.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xman/dist/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vndcompress
Module Name:src Committed By: christos Date: Tue Jan 10 21:15:54 UTC 2017 Modified Files: src/usr.bin/vndcompress: vndcompress.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/vndcompress/vndcompress.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/split
Module Name:src Committed By: christos Date: Tue Jan 10 21:14:13 UTC 2017 Modified Files: src/usr.bin/split: split.c Log Message: needs To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/split/split.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/sort
Module Name:src Committed By: christos Date: Tue Jan 10 21:13:45 UTC 2017 Modified Files: src/usr.bin/sort: sort.c Log Message: refactor includes, add To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/sort/sort.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/systat
Module Name:src Committed By: christos Date: Tue Jan 10 21:14:51 UTC 2017 Modified Files: src/usr.bin/systat: ps.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/systat/ps.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/tic
Module Name:src Committed By: christos Date: Tue Jan 10 21:15:23 UTC 2017 Modified Files: src/usr.bin/tic: tic.c Log Message: need for DEFFILEMODE etc. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/tic/tic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rfcomm_sppd
Module Name:src Committed By: christos Date: Tue Jan 10 21:12:03 UTC 2017 Modified Files: src/usr.bin/rfcomm_sppd: rfcomm_sppd.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/rfcomm_sppd/rfcomm_sppd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: christos Date: Tue Jan 10 21:11:25 UTC 2017 Modified Files: src/usr.bin/ldd: ldd_elfxx.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ldd/ldd_elfxx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/rtadvd
Module Name:src Committed By: christos Date: Tue Jan 10 21:07:18 UTC 2017 Modified Files: src/usr.sbin/rtadvd: rtadvd_hostops.c Log Message: need for clock_gettime To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/rtadvd/rtadvd_hostops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/getty
Module Name:src Committed By: christos Date: Tue Jan 10 21:08:16 UTC 2017 Modified Files: src/libexec/getty: main.c Log Message: need for chmod To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/libexec/getty/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: christos Date: Tue Jan 10 21:08:48 UTC 2017 Modified Files: src/libexec/ld.elf_so: load.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/libexec/ld.elf_so/load.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ypserv/common
Module Name:src Committed By: christos Date: Tue Jan 10 21:06:17 UTC 2017 Modified Files: src/usr.sbin/ypserv/common: ypdb.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ypserv/common/ypdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/syslogd
Module Name:src Committed By: christos Date: Tue Jan 10 21:05:42 UTC 2017 Modified Files: src/usr.sbin/syslogd: tls.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/syslogd/tls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/crash
Module Name:src Committed By: christos Date: Tue Jan 10 20:57:26 UTC 2017 Modified Files: src/usr.sbin/crash: crash.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/crash/crash.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/mscdlabel
Module Name:src Committed By: christos Date: Tue Jan 10 21:03:36 UTC 2017 Modified Files: src/usr.sbin/mscdlabel: main.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/mscdlabel/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/services_mkdb
Module Name:src Committed By: christos Date: Tue Jan 10 21:04:06 UTC 2017 Modified Files: src/usr.sbin/services_mkdb: services_mkdb.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/services_mkdb/services_mkdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/services_mkdb
Module Name:src Committed By: christos Date: Tue Jan 10 21:04:58 UTC 2017 Modified Files: src/usr.sbin/services_mkdb: output_db.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/services_mkdb/output_db.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: christos Date: Tue Jan 10 21:02:38 UTC 2017 Modified Files: src/usr.sbin/ldpd: conffile.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ldpd/conffile.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/newfs_v7fs
Module Name:src Committed By: christos Date: Tue Jan 10 20:53:09 UTC 2017 Modified Files: src/sbin/newfs_v7fs: newfs_v7fs.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/newfs_v7fs/newfs_v7fs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/bthcid
Module Name:src Committed By: christos Date: Tue Jan 10 20:56:41 UTC 2017 Modified Files: src/usr.sbin/bthcid: client.c Log Message: need for chmod(2) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/bthcid/client.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/fsck_v7fs
Module Name:src Committed By: christos Date: Tue Jan 10 20:54:10 UTC 2017 Modified Files: src/sbin/fsck_v7fs: fsck_v7fs.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/fsck_v7fs/fsck_v7fs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/veriexecctl
Module Name:src Committed By: christos Date: Tue Jan 10 20:48:12 UTC 2017 Modified Files: src/sbin/veriexecctl: veriexecctl.c Log Message: need ... for stat() To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sbin/veriexecctl/veriexecctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/newfs_sysvbfs
Module Name:src Committed By: christos Date: Tue Jan 10 20:49:20 UTC 2017 Modified Files: src/sbin/newfs_sysvbfs: newfs_sysvbfs.c Log Message: fix includes, addr __RCSID To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/newfs_sysvbfs/newfs_sysvbfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/raidctl
Module Name:src Committed By: christos Date: Tue Jan 10 20:47:05 UTC 2017 Modified Files: src/sbin/raidctl: raidctl_hostops.c Log Message: need for fstat() To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/raidctl/raidctl_hostops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/dkctl
Module Name:src Committed By: christos Date: Tue Jan 10 20:45:54 UTC 2017 Modified Files: src/sbin/dkctl: dkctl.c Log Message: missing To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/dkctl/dkctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/cgdconfig
Module Name:src Committed By: christos Date: Tue Jan 10 20:45:19 UTC 2017 Modified Files: src/sbin/cgdconfig: cgdconfig.c Log Message: Need for S_IFBLK. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sbin/cgdconfig/cgdconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/stty
Module Name:src Committed By: christos Date: Tue Jan 10 20:44:05 UTC 2017 Modified Files: src/bin/stty: key.c Log Message: need for time(3) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/bin/stty/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: christos Date: Tue Jan 10 20:43:08 UTC 2017 Modified Files: src/bin/sh: eval.c redir.c Log Message: add missing To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/bin/sh/eval.c cvs rdiff -u -r1.47 -r1.48 src/bin/sh/redir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/larn
Module Name:src Committed By: christos Date: Tue Jan 10 20:41:40 UTC 2017 Modified Files: src/games/larn: io.c Log Message: need time.h for time(), got side-loaded before from via To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/games/larn/io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/atc
Module Name:src Committed By: christos Date: Tue Jan 10 20:40:53 UTC 2017 Modified Files: src/games/atc: log.c Log Message: ned stat.h To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/atc/log.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/string
Module Name:src Committed By: christos Date: Tue Jan 10 20:35:49 UTC 2017 Modified Files: src/tests/lib/libc/string: t_strerror.c Log Message: add To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/string/t_strerror.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: christos Date: Tue Jan 10 20:32:27 UTC 2017 Modified Files: src/sys/netinet: tcp.h Log Message: add a couple of lint comments. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/netinet/tcp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/atrun
Module Name:src Committed By: christos Date: Tue Jan 10 20:29:48 UTC 2017 Modified Files: src/libexec/atrun: atrun.c Log Message: missing include. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/libexec/atrun/atrun.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/string
Module Name:src Committed By: christos Date: Tue Jan 10 20:25:48 UTC 2017 Modified Files: src/lib/libc/string: strerror_r.c Log Message: PR/51814: Ngie Cooper: add since sys_nerr is declared there on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/strerror_r.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
Module Name:src Committed By: christos Date: Tue Jan 10 20:08:52 UTC 2017 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: Needed that it got in the past by side-effect loading of from . Go figure. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/dev/wscons/wsconsio.h 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
Module Name:src Committed By: christos Date: Tue Jan 10 19:20:35 UTC 2017 Modified Files: src/external/cddl/osnet/dist/lib/libzfs/common: libzfs.h libzfs_pool.c src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: dmu.h spa.h src/external/cddl/osnet/include: devid.h src/external/cddl/osnet/lib/libzfs: deviceid.c src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: fix a few warnings. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/cddl/osnet/dist/lib/libzfs/common/libzfs.h cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dist/lib/libzfs/common/libzfs_pool.c cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/dmu.h cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/spa.h cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/include/devid.h cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/lib/libzfs/deviceid.c cvs rdiff -u -r1.17 -r1.18 src/external/cddl/osnet/sys/sys/zfs_context.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
Module Name:src Committed By: christos Date: Tue Jan 10 17:51:01 UTC 2017 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: KNF, simplify expressions for readability. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/lib/libc/net/getaddrinfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/locale
Module Name:src Committed By: christos Date: Tue Jan 10 17:50:24 UTC 2017 Modified Files: src/lib/libc/locale: nl_langinfo.c Log Message: pacify lint. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/locale/nl_langinfo.c 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
Module Name:src Committed By: christos Date: Tue Jan 10 17:46:47 UTC 2017 Modified Files: src/lib/libc/gen: sysctl.c Log Message: simplify cast. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/hash
Module Name:src Committed By: christos Date: Tue Jan 10 17:46:26 UTC 2017 Modified Files: src/lib/libc/hash: hmac.c Log Message: add missing cast. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/hash/hmac.c 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
Module Name:src Committed By: christos Date: Tue Jan 10 17:45:58 UTC 2017 Modified Files: src/lib/libc/gen: asysctl.c Log Message: cast for size_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/asysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Tue Jan 10 17:45:27 UTC 2017 Modified Files: src/lib/libc/rpc: svc_run.c Log Message: use correct type for poll To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/rpc/svc_run.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: christos Date: Tue Jan 10 17:45:12 UTC 2017 Modified Files: src/lib/libc/stdio: gettemp.c vdprintf.c Log Message: include To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/gettemp.c cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdio/vdprintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: christos Date: Tue Jan 10 17:44:28 UTC 2017 Modified Files: src/lib/libc/stdio: fseeko.c Log Message: add linted comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/fseeko.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/time
Module Name:src Committed By: christos Date: Tue Jan 10 17:44:51 UTC 2017 Modified Files: src/lib/libc/time: difftime.c Log Message: add constcond To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/time/difftime.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
Module Name:src Committed By: maya Date: Tue Jan 10 17:16:20 UTC 2017 Modified Files: src/share/mk: bsd.sys.mk Log Message: -Wa,--fatal-warnings is a GCC flag and unknown to clang. make it GCC specific, so we can (try to) build a kernel with higher WARNS using clang. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/share/mk/bsd.sys.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: christos Date: Tue Jan 10 17:00:58 UTC 2017 Modified Files: src/lib/libc/stdio: fdopen.c Log Message: Need To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/fdopen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/citrus
Module Name:src Committed By: christos Date: Tue Jan 10 16:51:30 UTC 2017 Modified Files: src/lib/libc/citrus: citrus_mmap.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/citrus/citrus_mmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: maya Date: Tue Jan 10 15:43:59 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: remove duplicate include. (also move so it is alphabetical, hence the weird diff) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/gen/t_sleep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:31:11 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: PR/51811: Ngie Cooper: Fix include file portability. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/gen/t_sleep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/string
Module Name:src Committed By: christos Date: Tue Jan 10 15:34:49 UTC 2017 Modified Files: src/tests/lib/libc/string: t_strchr.c Log Message: PR/51815: Ngie Cooper: don't leak dlopen'ed handle To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/string/t_strchr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:33:40 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_ttyname.c Log Message: PR/51813: Ngie Cooper: don't leak fd :ttyname_err To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_ttyname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:32:46 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_time.c Log Message: PR/51812: Ngie Cooper: According to ToG gettimeofday() needs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:20:44 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_humanize_number.c Log Message: PR/51810: Ngie Cooper: don't leak buf To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/gen/t_humanize_number.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:19:52 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_ftok.c Log Message: PR/51809: Ngie Cooper: fix file descriptor leak To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_ftok.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:19:00 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_dir.c Log Message: PR/51808: Ngie Cooper: fix leaks, sort includes, check returns To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/t_dir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:17:57 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_assert.c Log Message: PR/51807: Ngie Cooper: disable core file generation in :assert_false, :assert_true To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_assert.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: christos Date: Tue Jan 10 15:16:57 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_vis.c Log Message: PR/51806: Ngie Cooper: Only run the vis locale test if VIS_NOLOCALE is defined To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/gen/t_vis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/c063
Module Name:src Committed By: christos Date: Tue Jan 10 15:15:09 UTC 2017 Modified Files: src/tests/lib/libc/c063: t_fexecve.c t_mkfifoat.c t_mknodat.c Log Message: PR/51805: Ngie Cooper: Fix file descriptor leaks To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/c063/t_fexecve.c \ src/tests/lib/libc/c063/t_mkfifoat.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/c063/t_mknodat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/c063
Module Name:src Committed By: christos Date: Tue Jan 10 15:13:56 UTC 2017 Modified Files: src/tests/lib/libc/c063: t_faccessat.c t_fchmodat.c t_fchownat.c t_fstatat.c t_openat.c t_readlinkat.c t_unlinkat.c t_utimensat.c Log Message: PR/51804: Ngie Cooper: Sort headers; include . On NetBSD, gets side-loaded from . Should be fixed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/c063/t_faccessat.c \ src/tests/lib/libc/c063/t_fchmodat.c src/tests/lib/libc/c063/t_fstatat.c \ src/tests/lib/libc/c063/t_openat.c src/tests/lib/libc/c063/t_unlinkat.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/c063/t_fchownat.c \ src/tests/lib/libc/c063/t_readlinkat.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/c063/t_utimensat.c 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
Module Name:src Committed By: christos Date: Tue Jan 10 13:53:26 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: include for close, pipe, dup2 etc. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/crypto/external/bsd/openssh/dist/monitor.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/file/lib
Module Name:src Committed By: christos Date: Tue Jan 10 13:51:36 UTC 2017 Modified Files: src/external/bsd/file/lib: Makefile Log Message: Build magic.h before all objs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/file/lib/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
Module Name:src Committed By: skrll Date: Tue Jan 10 13:47:18 UTC 2017 Modified Files: src/share/mk: bsd.own.mk Log Message: binutils 2.26 is no more. To generate a diff of this commit: cvs rdiff -u -r1.1001 -r1.1002 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/distrib/sparc/miniroot
Module Name:src Committed By: joerg Date: Tue Jan 10 13:35:44 UTC 2017 Modified Files: src/distrib/sparc/miniroot: Makefile.inc Log Message: Bump image size a bit for the clang build. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/distrib/sparc/miniroot/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: roy Date: Tue Jan 10 10:33:49 UTC 2017 Modified Files: src/lib/libcurses: refresh.c Log Message: When doupdate is called, check for typeahead input after N lines changed instead of aborting really early. This allows some screen update when holding the page down key for example. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/lib/libcurses/refresh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: roy Date: Tue Jan 10 10:13:24 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libcurses: Makefile curses.h curses_private.h curses_screen.3 initscr.c resize.c screen.c setterm.c Log Message: Implement POSIX curses function ripoffline(3). To generate a diff of this commit: cvs rdiff -u -r1.2100 -r1.2101 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.81 -r1.82 src/lib/libcurses/Makefile cvs rdiff -u -r1.119 -r1.120 src/lib/libcurses/curses.h cvs rdiff -u -r1.57 -r1.58 src/lib/libcurses/curses_private.h cvs rdiff -u -r1.21 -r1.22 src/lib/libcurses/curses_screen.3 cvs rdiff -u -r1.30 -r1.31 src/lib/libcurses/initscr.c cvs rdiff -u -r1.22 -r1.23 src/lib/libcurses/resize.c cvs rdiff -u -r1.27 -r1.28 src/lib/libcurses/screen.c cvs rdiff -u -r1.59 -r1.60 src/lib/libcurses/setterm.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/x86/x86
Module Name:src Committed By: cherry Date: Tue Jan 10 09:48:23 UTC 2017 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: While reserving memory at boot time via uvm_physseg_unplug(9), in the case of a disappearing segment (due to a segment sized msgbuf) make sure segment offsets are read off before the segment disappears. This should fix some of the recent boot time hard resets reported on i386 recently. Thanks to kre@ for pointing this out to me. CVS: -- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123 CVS: CVS: Please evaluate your changes and consider the following. CVS: Abort checkin if you answer no. CVS: => For all changes: CVS: Do the changed files compile? CVS: Has the change been tested? CVS: => If you are not completely familiar with the changed components: CVS: Has the change been posted for review? CVS: Have you allowed enough time for feedback? CVS: => If the change is major: CVS: => If the change adds files to, or removes files from $DESTDIR: CVS: => If you are changing a library or kernel interface: CVS: Have you successfully run "./build.sh release"? To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/x86/x86/x86_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: roy Date: Tue Jan 10 09:32:01 UTC 2017 Modified Files: src/lib/libcurses: refresh.c Log Message: Test for __ISPASTEOL when moving the cursor and it hasn't moved. Unset __ISPASTEOL when moving the cursor during refresh. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/lib/libcurses/refresh.c 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
Module Name:src Committed By: msaitoh Date: Tue Jan 10 08:57:39 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: remove debug printf(). To generate a diff of this commit: cvs rdiff -u -r1.464 -r1.465 src/sys/dev/pci/if_wm.c 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
Module Name:src Committed By: msaitoh Date: Tue Jan 10 08:56:02 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix previous. The last code wasn't called. To generate a diff of this commit: cvs rdiff -u -r1.463 -r1.464 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: ozaki-r Date: Tue Jan 10 08:45:45 UTC 2017 Modified Files: src/sys/net: if.c Log Message: Add softnet_lock to if_link_state_change_si Fix panic: lock error: Mutex: mutex_vector_exit: assertion failed: MUTEX_OWNER(mtx->mtx_owner) == curthread at callout_halt <= arp_dad_stop <= in_if_link_down. To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/sys/net/if.c 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
Module Name:src Committed By: nonaka Date: Tue Jan 10 08:40:27 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c if_iwmvar.h Log Message: check LAR support in NVM for 8260/4165. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/if_iwm.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_iwmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.