CVS commit: src/sys/arch/i386/stand
Module Name:src Committed By: he Date: Sun Jul 28 08:50:09 UTC 2013 Modified Files: src/sys/arch/i386/stand/boot: boot2.c src/sys/arch/i386/stand/lib: bootmenu.c bootmenu.h Log Message: Two changes for the i386 boot loader related to the boot menu which can be defined in boot.cfg: * Add a "menu" command which re-displays the menu and initiates the timed countdown * Use any default command defined in boot.cfg as default args if the user runs "boot" with no arguments This is useful in circumstances where you e.g. need to interrupt the normal boot process to switch to serial console, and where simply "boot netbsd" is no longer sufficient (e.g. as with install media which needs the miniroot kernel module loaded). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/i386/stand/boot/boot2.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/lib/bootmenu.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/lib/bootmenu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/vfs
Module Name:src Committed By: njoly Date: Sun Jul 28 09:03:43 UTC 2013 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Check that rename(2) with NULL arguments fail with EFAULT. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tests/fs/vfs/t_vnops.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/sys
Module Name:src Committed By: njoly Date: Sun Jul 28 09:07:55 UTC 2013 Modified Files: src/lib/libc/sys: rename.2 Log Message: Adjust EFAULT error description to use arguments name from synopsis. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/rename.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: wiz Date: Sun Jul 28 09:27:07 UTC 2013 Modified Files: src/lib/libc/sys: rename.2 Log Message: Fix punctuation formatting and sort errors. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/rename.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: njoly Date: Sun Jul 28 10:24:59 UTC 2013 Modified Files: src/lib/libc/sys: rename.2 Log Message: Add renameat(2) specific errors. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/rename.2 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: prlw1 Date: Sun Jul 28 11:46:24 UTC 2013 Modified Files: src/doc: CHANGES src/external/intel-fw-public: Makefile Makefile.inc src/sys/dev/pci: if_iwn.c if_iwnreg.h if_iwnvar.h Added Files: src/external/intel-fw-public/iwl6030: Makefile src/external/intel-fw-public/iwl6030/dist: LICENSE.iwlwifi-6000g2b-ucode README.iwlwifi-6000g2b-ucode iwlwifi-6000g2b-6.ucode Log Message: Add support for Centrino Wireless-N 1030 and Centrino Advanced-N 6230 http://mail-index.netbsd.org/tech-net/2013/01/04/msg003802.html To generate a diff of this commit: cvs rdiff -u -r1.1836 -r1.1837 src/doc/CHANGES cvs rdiff -u -r1.6 -r1.7 src/external/intel-fw-public/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/intel-fw-public/Makefile.inc cvs rdiff -u -r0 -r1.1 src/external/intel-fw-public/iwl6030/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/intel-fw-public/iwl6030/dist/LICENSE.iwlwifi-6000g2b-ucode \ src/external/intel-fw-public/iwl6030/dist/README.iwlwifi-6000g2b-ucode \ src/external/intel-fw-public/iwl6030/dist/iwlwifi-6000g2b-6.ucode cvs rdiff -u -r1.66 -r1.67 src/sys/dev/pci/if_iwn.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_iwnreg.h cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_iwnvar.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/evbarm/conf
Module Name:src Committed By: skrll Date: Sun Jul 28 12:16:40 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Enable PUFFS To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/conf/RPI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: pgoyette Date: Sun Jul 28 13:37:57 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: Update for new files (hello, Patrick!) To generate a diff of this commit: cvs rdiff -u -r1.1035 -r1.1036 src/distrib/sets/lists/base/mi 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: njoly Date: Sun Jul 28 13:53:04 UTC 2013 Modified Files: src/lib/libc/sys: unlink.2 Log Message: Add unlinkat(2) specific errors. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/unlink.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: pgoyette Date: Sun Jul 28 14:02:56 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 mi shl.mi Log Message: Update sets lists for new bind9 and friends. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/base/ad.arm cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/base/ad.mips cvs rdiff -u -r1.207 -r1.208 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.194 -r1.195 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.1036 -r1.1037 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.667 -r1.668 src/distrib/sets/lists/base/shl.mi 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/openssl/dist/crypto/rand
Module Name:src Committed By: tls Date: Sun Jul 28 14:13:29 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c Log Message: Re-check the entropy level after we call RAND_poll(), so that we do not continuously suck data out of /dev/urandom if we receive a stream of requests larger than the initial-entropy threshold (hi Roland!). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/crypto/external/bsd/openssl/dist/crypto/rand/md_rand.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/sys
Module Name:src Committed By: njoly Date: Sun Jul 28 14:38:25 UTC 2013 Modified Files: src/lib/libc/sys: mkdir.2 Log Message: Add mkdirat(2) specific errors. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/mkdir.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: njoly Date: Sun Jul 28 15:46:34 UTC 2013 Modified Files: src/lib/libc/sys: stat.2 Log Message: Add fstatat(2) specific errors. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/sys/stat.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: njoly Date: Sun Jul 28 18:40:40 UTC 2013 Modified Files: src/lib/libc/sys: link.2 Log Message: Add linkat(2) specific errors. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/link.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: pgoyette Date: Sun Jul 28 20:25:35 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.mips Log Message: More libbind9 set listupdates, for mips64 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/base/ad.mips 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: njoly Date: Sun Jul 28 21:24:12 UTC 2013 Modified Files: src/lib/libc/sys: readlink.2 Log Message: Add readlink(2) specific errors. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/readlink.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/bsd/bind/dist/lib/dns/rdata/generic
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:05:57 UTC 2013 Modified Files: src/external/bsd/bind/dist/lib/dns/rdata/generic [netbsd-6]: keydata_65533.c Log Message: Patch for bind CVE-2013-4854. To generate a diff of this commit: cvs rdiff -u -r1.3.4.1 -r1.3.4.2 \ src/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/external/bsd/bind/dist/lib/dns/rdata/generic
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:06:44 UTC 2013 Modified Files: src/external/bsd/bind/dist/lib/dns/rdata/generic [netbsd-6-1]: keydata_65533.c Log Message: Patch for bind CVE-2013-4854. To generate a diff of this commit: cvs rdiff -u -r1.3.4.1 -r1.3.4.1.6.1 \ src/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/external/bsd/bind/dist/lib/dns/rdata/generic
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:07:37 UTC 2013 Modified Files: src/external/bsd/bind/dist/lib/dns/rdata/generic [netbsd-6-0]: keydata_65533.c Log Message: Patch for bind CVE-2013-4854. To generate a diff of this commit: cvs rdiff -u -r1.3.4.1 -r1.3.4.1.4.1 \ src/external/bsd/bind/dist/lib/dns/rdata/generic/keydata_65533.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/dist/bind/lib/dns/rdata/generic
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:11:43 UTC 2013 Modified Files: src/dist/bind/lib/dns/rdata/generic [netbsd-5]: keydata_65533.c Log Message: Patch for bind CVE-2013-4854. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \ src/dist/bind/lib/dns/rdata/generic/keydata_65533.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/dist/bind/lib/dns/rdata/generic
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:12:24 UTC 2013 Modified Files: src/dist/bind/lib/dns/rdata/generic [netbsd-5-2]: keydata_65533.c Log Message: Patch for bind CVE-2013-4854. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.3.2.1 \ src/dist/bind/lib/dns/rdata/generic/keydata_65533.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/dist/bind/lib/dns/rdata/generic
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:12:58 UTC 2013 Modified Files: src/dist/bind/lib/dns/rdata/generic [netbsd-5-1]: keydata_65533.c Log Message: Patch for bind CVE-2013-4854. To generate a diff of this commit: cvs rdiff -u -r1.1.4.4 -r1.1.4.5 \ src/dist/bind/lib/dns/rdata/generic/keydata_65533.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:16:15 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #924 To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:17:32 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.1 Log Message: Ticket #924 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.1.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:18:28 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.3 Log Message: Ticket #924 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:20:08 UTC 2013 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket #1871 To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:21:30 UTC 2013 Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.1 Log Message: Ticket #1871 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.2.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 02:22:18 UTC 2013 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.3 Log Message: Ticket #1871 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-5.1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/usr.sbin/pppd/pppd
Module Name:src Committed By: msaitoh Date: Mon Jul 29 05:35:41 UTC 2013 Modified Files: src/usr.sbin/pppd/pppd [netbsd-6]: sys-bsd.c Log Message: Pull up following revision(s) (requested by christos in ticket #908): usr.sbin/pppd/pppd/sys-bsd.c: revision 1.68 Add a set_queue_size to avoid more code duplication, and set the queue size of all tty fd's, not just the ones that we create (the ones that we get passed in too). Fixes my iPhone -> xl2tpd -> pppd VPN from corrupting packets with MTU > ~650. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.65.4.1 src/usr.sbin/pppd/pppd/sys-bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/net
Module Name:src Committed By: msaitoh Date: Mon Jul 29 05:43:13 UTC 2013 Modified Files: src/sys/net [netbsd-6]: route.c Log Message: Pull up following revision(s) (requested by christos in ticket #909): sys/net/route.c: revision 1.127 PR/44032: Proxy entries stopped working with pppd. The issue here is that the route entry was added, but the RTF_LLINFO bit was not set, making arp -a not showing the entry, but netstat -rn -f inet showing it with the missing L bit. The order of resolution in ifa_ifwithroute() is that if a destination address is found, then the interface chosen for the route is that of the destination. This does not work for link-level addresses since the ppp interface does not arp (uses link_rtrequest, not arp_rtrequest), so the bit is never set. The easy solution here is to check that the gateway is a link address, and use the interface which we chose for the link address as opposed to the interface that routes to the destination. This restores the previous behavior, but is it correct? To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.126.2.1 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/kern
Module Name:src Committed By: msaitoh Date: Mon Jul 29 06:00:35 UTC 2013 Modified Files: src/sys/kern [netbsd-6]: subr_disk_mbr.c Log Message: Pull up following revision(s) (requested by matt in ticket #910): sys/kern/subr_disk_mbr.c: revision 1.46 If the MBR is a protective MBR, don't bother looking at it. To generate a diff of this commit: cvs rdiff -u -r1.42.8.1 -r1.42.8.2 src/sys/kern/subr_disk_mbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/usr.bin/netstat
Module Name:src Committed By: msaitoh Date: Mon Jul 29 06:11:02 UTC 2013 Modified Files: src/usr.bin/netstat [netbsd-6]: inet.c inet6.c main.c netstat.h Log Message: Pull up following revision(s) (requested by christos in ticket #912): usr.bin/netstat/main.c: revision 1.86 usr.bin/netstat/netstat.h: revision 1.47 usr.bin/netstat/inet.c: revision 1.102 usr.bin/netstat/inet.c: revision 1.103 usr.bin/netstat/inet6.c: revision 1.61 usr.bin/netstat/inet6.c: revision 1.62 Don't use -P as a kmem printer, verify that the address points to a pcb first! Not all pointers are 64bit - use uintptr_t instead of uint64_t. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.101.2.1 src/usr.bin/netstat/inet.c cvs rdiff -u -r1.59 -r1.59.6.1 src/usr.bin/netstat/inet6.c cvs rdiff -u -r1.81 -r1.81.4.1 src/usr.bin/netstat/main.c cvs rdiff -u -r1.43 -r1.43.4.1 src/usr.bin/netstat/netstat.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 06:13:32 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 908, 909, 910 and 912. To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Mon Jul 29 06:47:57 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #910 fixes PR#47743. To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.