CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Mon Feb 1 08:27:43 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.1238 -r1.1239 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1237 -r1.1238 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/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Mon Feb 1 08:27:17 UTC 2016 Modified Files: src/sys/dev/pci: pcidevs Log Message: - s/82081/82801/ from OpenBSD. - 0x2829 is SATA. 0x282a is RAID. To generate a diff of this commit: cvs rdiff -u -r1.1245 -r1.1246 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
Module Name:src Committed By: msaitoh Date: Mon Feb 1 08:28:48 UTC 2016 Modified Files: src/sys/dev/pci: piixide.c Log Message: Rename macro (sync with pcidevs rev. 1.1246). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/pci/piixide.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: Mon Feb 1 08:53:36 UTC 2016 Modified Files: src/sys/dev/pci: ismt.c Log Message: Add parenthesis for the addr argument of ISMT_DESC_ADDR_RW(addr, is_read). It was no real bug. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/ismt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/usr.bin/tnftp/libedit
Module Name:othersrc Committed By: lukem Date: Mon Feb 1 09:52:19 UTC 2016 Modified Files: othersrc/usr.bin/tnftp/libedit: sig.c Log Message: sig.c: reduce differences to upstream libedit Reduces differences to upstream libedit: - Use "config.h" again. - Use sigaction() et al instead of xsignal_restart() from progressbar.c. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 othersrc/usr.bin/tnftp/libedit/sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/usr.bin/tnftp/libedit
Module Name:othersrc Committed By: lukem Date: Mon Feb 1 09:54:10 UTC 2016 Modified Files: othersrc/usr.bin/tnftp/libedit: chartype.c keymacro.c terminal.c Log Message: adapt to tnftp build To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/libedit/chartype.c \ othersrc/usr.bin/tnftp/libedit/keymacro.c \ othersrc/usr.bin/tnftp/libedit/terminal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/usr.bin/tnftp/libedit
Module Name:othersrc Committed By: lukem Date: Mon Feb 1 10:29:24 UTC 2016 Modified Files: othersrc/usr.bin/tnftp/libedit: chared.c chared.h common.c config.h el.c el.h emacs.c filecomplete.c hist.c histedit.h history.c map.c parse.c prompt.c read.c readline.c refresh.c search.c sig.h sys.h tokenizer.c tty.c tty.h vi.c othersrc/usr.bin/tnftp/libedit/readline: readline.h Log Message: Reduce differences with upstream libedit Adjust to #if 0 out #includes of system headers and other tests that are handled by "tnftp.h" as included by "config.h" To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 othersrc/usr.bin/tnftp/libedit/chared.c \ othersrc/usr.bin/tnftp/libedit/parse.c \ othersrc/usr.bin/tnftp/libedit/vi.c cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/libedit/chared.h \ othersrc/usr.bin/tnftp/libedit/el.h othersrc/usr.bin/tnftp/libedit/sig.h cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libedit/common.c \ othersrc/usr.bin/tnftp/libedit/el.c \ othersrc/usr.bin/tnftp/libedit/emacs.c \ othersrc/usr.bin/tnftp/libedit/hist.c \ othersrc/usr.bin/tnftp/libedit/history.c \ othersrc/usr.bin/tnftp/libedit/map.c \ othersrc/usr.bin/tnftp/libedit/prompt.c \ othersrc/usr.bin/tnftp/libedit/readline.c \ othersrc/usr.bin/tnftp/libedit/refresh.c \ othersrc/usr.bin/tnftp/libedit/search.c \ othersrc/usr.bin/tnftp/libedit/tokenizer.c cvs rdiff -u -r1.4 -r1.5 othersrc/usr.bin/tnftp/libedit/config.h \ othersrc/usr.bin/tnftp/libedit/filecomplete.c \ othersrc/usr.bin/tnftp/libedit/histedit.h \ othersrc/usr.bin/tnftp/libedit/tty.h cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/libedit/read.c \ othersrc/usr.bin/tnftp/libedit/tty.c cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/libedit/sys.h cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/libedit/readline/readline.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/usr.bin/tnftp
Module Name:othersrc Committed By: lukem Date: Mon Feb 1 10:33:26 UTC 2016 Modified Files: othersrc/usr.bin/tnftp: ChangeLog Log Message: libedit update To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 othersrc/usr.bin/tnftp/ChangeLog 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
Module Name:src Committed By: martin Date: Mon Feb 1 10:37:57 UTC 2016 Modified Files: src/sys/fs/msdosfs: msdosfs_conv.c Log Message: Avoid unsigned/signed comparision warning to fix the build. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/fs/msdosfs/msdosfs_conv.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: skrll Date: Mon Feb 1 12:56:06 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: Switch hppa to binutils 2.26 To generate a diff of this commit: cvs rdiff -u -r1.891 -r1.892 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/tools/mdsetimage
Module Name:src Committed By: christos Date: Mon Feb 1 13:44:52 UTC 2016 Modified Files: src/tools/mdsetimage: Makefile Log Message: Add -ldl if it is needed To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tools/mdsetimage/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/dbsym
Module Name:src Committed By: christos Date: Mon Feb 1 13:48:01 UTC 2016 Modified Files: src/tools/dbsym: Makefile Log Message: Figure out if we need libdl. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tools/dbsym/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/mdsetimage
Module Name:src Committed By: christos Date: Mon Feb 1 14:17:21 UTC 2016 Modified Files: src/tools/mdsetimage: Makefile Log Message: kill error message To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/mdsetimage/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/dbsym
Module Name:src Committed By: christos Date: Mon Feb 1 14:18:16 UTC 2016 Modified Files: src/tools/dbsym: Makefile Log Message: silent when we don't have -ldl To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tools/dbsym/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: nonaka Date: Mon Feb 1 14:54:33 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add NTT DOCOMO L-05A. To generate a diff of this commit: cvs rdiff -u -r1.710 -r1.711 src/sys/dev/usb/usbdevs 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: christos Date: Mon Feb 1 15:00:43 UTC 2016 Modified Files: src/share/mk: bsd.README Log Message: Document NOCTF, NOPIE. To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349 src/share/mk/bsd.README 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
Module Name:src Committed By: nonaka Date: Mon Feb 1 14:55:09 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.702 -r1.703 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.703 -r1.704 src/sys/dev/usb/usbdevs_data.h 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: christos Date: Mon Feb 1 16:32:28 UTC 2016 Modified Files: src/sys/net: bpf.c Log Message: Do less work under the kernel lock, otherwise dhcpcd aborting causes us to deadlock. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/net/bpf.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/dhcpcd/dist
Module Name:src Committed By: christos Date: Mon Feb 1 16:47:00 UTC 2016 Modified Files: src/external/bsd/dhcpcd/dist: if-bsd.c ipv4.c ipv4.h Log Message: Handle static routes in IPv4. Routing messages for static routes have a gateway address of AF_INET, not AF_LINK. Find the interface for that gateway. XXX: We need to do the same for IPv6... To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/external/bsd/dhcpcd/dist/if-bsd.c cvs rdiff -u -r1.19 -r1.20 src/external/bsd/dhcpcd/dist/ipv4.c cvs rdiff -u -r1.14 -r1.15 src/external/bsd/dhcpcd/dist/ipv4.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
Module Name:src Committed By: christos Date: Mon Feb 1 16:53:24 UTC 2016 Modified Files: src/sys/fs/msdosfs: msdosfs_conv.c msdosfs_vnops.c Log Message: - split a long line. - remove extra test. - move d_namlen setting to msdosfs_vnops.c to avoid the ifdef. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/fs/msdosfs/msdosfs_conv.c cvs rdiff -u -r1.95 -r1.96 src/sys/fs/msdosfs/msdosfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/ed
Module Name:src Committed By: christos Date: Mon Feb 1 17:34:00 UTC 2016 Modified Files: src/bin/ed: cbc.c Log Message: PR/50734: David Binderman: check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/bin/ed/cbc.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/evbmips/gdium
Module Name:src Committed By: christos Date: Mon Feb 1 17:37:39 UTC 2016 Modified Files: src/sys/arch/evbmips/gdium: machdep.c Log Message: PR/50735: David Binderman: Check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbmips/gdium/machdep.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/ia64/stand/common
Module Name:src Committed By: christos Date: Mon Feb 1 17:38:31 UTC 2016 Modified Files: src/sys/arch/ia64/stand/common: dev_net.c Log Message: PR/50736: David Binderman: Check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/ia64/stand/common/dev_net.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/pmax/pmax
Module Name:src Committed By: christos Date: Mon Feb 1 17:39:41 UTC 2016 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: PR/50737: David Binderman: Check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/sys/arch/pmax/pmax/machdep.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/bdes
Module Name:src Committed By: christos Date: Mon Feb 1 17:41:37 UTC 2016 Modified Files: src/usr.bin/bdes: bdes.c Log Message: PR/50739: David Binderman: Check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/bdes/bdes.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/acpitools/acpidump
Module Name:src Committed By: christos Date: Mon Feb 1 17:46:22 UTC 2016 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c Log Message: PR/50741: David Binderman: Fix assignment in assert. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/acpitools/acpidump/acpi.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/n8/common/api
Module Name:src Committed By: christos Date: Mon Feb 1 17:40:49 UTC 2016 Modified Files: src/sys/dev/pci/n8/common/api: n8_pk_ops.c Log Message: PR/50738: David Binderman: Check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/common/api/n8_pk_ops.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/epoc32/stand/e32boot/ldd
Module Name:src Committed By: christos Date: Mon Feb 1 17:44:19 UTC 2016 Modified Files: src/sys/arch/epoc32/stand/e32boot/ldd: epoc32.cpp epoc32.h Log Message: PR/50740: David Binderman: Provide a copy constructor. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/stand/e32boot/ldd/epoc32.cpp \ src/sys/arch/epoc32/stand/e32boot/ldd/epoc32.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/i386/installimage
Module Name:src Committed By: christos Date: Mon Feb 1 21:24:33 UTC 2016 Modified Files: src/distrib/i386/installimage: Makefile Log Message: bump image size To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/distrib/i386/installimage/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Tue Feb 2 01:14:26 UTC 2016 Modified Files: src/sys/rump/include/rump: rumpdefs.h rumperr.h rumperrno2host.h Log Message: periodic regen (because having new rcs ids in comments is most useful) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/rump/include/rump/rumpdefs.h cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/rumperr.h cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/rump/rumperrno2host.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Tue Feb 2 01:15:24 UTC 2016 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: snarf fcntl definitions To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/rump/include/rump/makerumpdefs.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Tue Feb 2 01:15:58 UTC 2016 Modified Files: src/sys/rump/include/rump: rumpdefs.h rumperr.h rumperrno2host.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/rump/include/rump/rumpdefs.h cvs rdiff -u -r1.5 -r1.6 src/sys/rump/include/rump/rumperr.h cvs rdiff -u -r1.2 -r1.3 src/sys/rump/include/rump/rumperrno2host.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.