CVS commit: src/sys/arch/m68k/fpe
Module Name:src Committed By: isaki Date: Sat Apr 20 07:32:45 UTC 2013 Modified Files: src/sys/arch/m68k/fpe: fpu_trig.c Log Message: Support sin(-0.0). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/m68k/fpe/fpu_trig.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/m68k/fpe
Module Name:src Committed By: isaki Date: Sat Apr 20 07:33:06 UTC 2013 Modified Files: src/sys/arch/m68k/fpe: fpu_hyperb.c Log Message: Support sinh(-0.0) and tanh(-0.0). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/m68k/fpe/fpu_hyperb.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: mlelstv Date: Sat Apr 20 09:00:03 UTC 2013 Modified Files: src/tests/kernel: t_umountstress.sh Log Message: Now use correct test files and pass child failures to test function. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/t_umountstress.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/pci
Module Name:src Committed By: rkujawa Date: Sat Apr 20 09:26:24 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add IDs for Marvell Armada XP. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.1153 -r1.1154 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/arch/m68k/fpe
Module Name:src Committed By: isaki Date: Sat Apr 20 09:32:28 UTC 2013 Modified Files: src/sys/arch/m68k/fpe: fpu_subr.c Log Message: Rewrite around BFFFO inline asm. o Prepare C version of BFFFO (from XM6i). It is helpful in running FPE on other platforms (for example, for a test). It is also helpful in porting to non-m68k 3rd party :) o A BFFFO is supported on 68020 or later (though I'm not sure whether sun2/68010 uses this FPE correctly or not). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/m68k/fpe/fpu_subr.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: rkujawa Date: Sat Apr 20 09:38:19 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen PCI devs database. To generate a diff of this commit: cvs rdiff -u -r1.1145 -r1.1146 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1144 -r1.1145 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/conf
Module Name:src Committed By: rkujawa Date: Sat Apr 20 09:48:32 UTC 2013 Modified Files: src/sys/conf: majors Log Message: Add character device for spiflash. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/conf/majors 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/dev/usb
Module Name:src Committed By: bouyer Date: Sat Apr 20 09:52:20 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-6]: ohci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #864): sys/dev/usb/ohci.c: revision 1.234 sys/dev/usb/ohci.c: revision 1.236 Don't leak memory if ohci_alloc_std_chain fails. When dumping the done list in ohci_softintr / OHCI_DEBUG use the correct list next pointer. PR/33450 and part of PR/35379. To generate a diff of this commit: cvs rdiff -u -r1.218.8.1 -r1.218.8.2 src/sys/dev/usb/ohci.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
Module Name:src Committed By: bouyer Date: Sat Apr 20 09:58:24 UTC 2013 Modified Files: src/sys/arch/vax/boot/xxboot [netbsd-6]: start.S src/sys/arch/vax/include [netbsd-6]: disklabel.h src/sys/kern [netbsd-6]: sys_generic.c src/sys/sys [netbsd-6]: bootblock.h disklabel.h src/usr.sbin/installboot/arch [netbsd-6]: vax.c Log Message: Pull up following revision(s) (requested by martin in ticket #865): sys/arch/vax/include/disklabel.h: revision 1.7 sys/arch/vax/boot/xxboot/start.S: revision 1.5 sys/sys/bootblock.h: revision 1.55 sys/sys/disklabel.h: revision 1.113 usr.sbin/installboot/arch/vax.c: revision 1.14 usr.sbin/installboot/arch/vax.c: revision 1.15 sys/kern/sys_generic.c: revision 1.129 Revert VAX MAXPARTITION bump to 16, adjusting it to 12 instead. Fix bootblocks and installboot for VAX 780 and other machines booting via VMB.EXE. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.118.1 src/sys/arch/vax/boot/xxboot/start.S cvs rdiff -u -r1.5.8.1 -r1.5.8.2 src/sys/arch/vax/include/disklabel.h cvs rdiff -u -r1.128 -r1.128.2.1 src/sys/kern/sys_generic.c cvs rdiff -u -r1.52.14.1 -r1.52.14.2 src/sys/sys/bootblock.h cvs rdiff -u -r1.112 -r1.112.2.1 src/sys/sys/disklabel.h cvs rdiff -u -r1.13 -r1.13.8.1 src/usr.sbin/installboot/arch/vax.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/arch/amd64/amd64
Module Name:src Committed By: bouyer Date: Sat Apr 20 09:59:40 UTC 2013 Modified Files: src/sys/arch/amd64/amd64 [netbsd-6]: machdep.c Log Message: Pull up following revision(s) (requested by taca in ticket #866): sys/arch/amd64/amd64/machdep.c: revision 1.193 Use printf_nolog() as i386 when print remaing bytes at crash dump to prevent message buffer with cound down. To generate a diff of this commit: cvs rdiff -u -r1.175.2.7 -r1.175.2.8 src/sys/arch/amd64/amd64/machdep.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/sys/arch/amd64/amd64
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:00:58 UTC 2013 Modified Files: src/sys/arch/amd64/amd64 [netbsd-6-0]: machdep.c Log Message: Pull up following revision(s) (requested by taca in ticket #866): sys/arch/amd64/amd64/machdep.c: revision 1.193 Use printf_nolog() as i386 when print remaing bytes at crash dump to prevent message buffer with cound down. To generate a diff of this commit: cvs rdiff -u -r1.175.2.7 -r1.175.2.7.2.1 src/sys/arch/amd64/amd64/machdep.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.sbin/dumpfs
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:03:05 UTC 2013 Modified Files: src/usr.sbin/dumpfs [netbsd-6]: dumpfs.c Log Message: Pull up following revision(s) (requested by taca in ticket #867): usr.sbin/dumpfs/dumpfs.c: revision 1.60 Show in-filesystem quotas flag instead of unknown flag bit. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.58.4.1 src/usr.sbin/dumpfs/dumpfs.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/usr.sbin/dumpfs
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:03:37 UTC 2013 Modified Files: src/usr.sbin/dumpfs [netbsd-6-0]: dumpfs.c Log Message: Pull up following revision(s) (requested by taca in ticket #867): usr.sbin/dumpfs/dumpfs.c: revision 1.60 Show in-filesystem quotas flag instead of unknown flag bit. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.58.8.1 src/usr.sbin/dumpfs/dumpfs.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: bouyer Date: Sat Apr 20 10:05:23 UTC 2013 Modified Files: src/sys/kern [netbsd-6]: subr_xcall.c Log Message: Pull up following revision(s) (requested by rmind in ticket #868): sys/kern/subr_xcall.c: revision 1.15 xc_highpri: fix assert. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.10.1 src/sys/kern/subr_xcall.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/sys/kern
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:05:44 UTC 2013 Modified Files: src/sys/kern [netbsd-6-0]: subr_xcall.c Log Message: Pull up following revision(s) (requested by rmind in ticket #868): sys/kern/subr_xcall.c: revision 1.15 xc_highpri: fix assert. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.16.1 src/sys/kern/subr_xcall.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
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:08:37 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax [netbsd-6]: vax.c vax.md src/gnu/dist/gcc4/gcc/config/vax [netbsd-6]: vax.c vax.md Log Message: Pull up following revision(s) (requested by martin in ticket #870): gnu/dist/gcc4/gcc/config/vax/vax.md: revision 1.17 external/gpl3/gcc/dist/gcc/config/vax/vax.c: revision 1.3 gnu/dist/gcc4/gcc/config/vax/vax.c: revision 1.19 external/gpl3/gcc/dist/gcc/config/vax/vax.md: revision 1.4 Fix "ashq" second argument sign extension (the assembler does not treat -1 as a 64bit value). Upstream reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 Problemm noted by Jonny Billquist (in lint), hint for solution from mouse. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.2.1 src/external/gpl3/gcc/dist/gcc/config/vax/vax.c cvs rdiff -u -r1.3 -r1.3.2.1 src/external/gpl3/gcc/dist/gcc/config/vax/vax.md cvs rdiff -u -r1.18 -r1.18.2.1 src/gnu/dist/gcc4/gcc/config/vax/vax.c cvs rdiff -u -r1.15.2.1 -r1.15.2.2 src/gnu/dist/gcc4/gcc/config/vax/vax.md Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/lib/libc/gen
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:11:02 UTC 2013 Modified Files: src/lib/libc/gen [netbsd-6]: getcwd.c realpath.3 Log Message: Pull up following revision(s) (requested by christos in ticket #874): lib/libc/gen/realpath.3: revision 1.13 lib/libc/gen/getcwd.c: revision 1.52 PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.50.6.1 src/lib/libc/gen/getcwd.c cvs rdiff -u -r1.12 -r1.12.46.1 src/lib/libc/gen/realpath.3 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/lib/libc/gen
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:11:44 UTC 2013 Modified Files: src/lib/libc/gen [netbsd-6-0]: getcwd.c realpath.3 Log Message: Pull up following revision(s) (requested by christos in ticket #874): lib/libc/gen/realpath.3: revision 1.13 lib/libc/gen/getcwd.c: revision 1.52 PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.50.10.1 src/lib/libc/gen/getcwd.c cvs rdiff -u -r1.12 -r1.12.50.1 src/lib/libc/gen/realpath.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/lib/libc/rpc
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:13:23 UTC 2013 Modified Files: src/lib/libc/rpc [netbsd-6]: clnt_vc.c Log Message: Pull up following revision(s) (requested by christos in ticket #875): lib/libc/rpc/clnt_vc.c: revision 1.22 PR/47747: Thorsten Brehm: TCP-based RPC client calls no longer terminate when connections break. Return proper error code. XXX: pullup 6 To generate a diff of this commit: cvs rdiff -u -r1.17.8.2 -r1.17.8.3 src/lib/libc/rpc/clnt_vc.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/lib/libc/rpc
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:13:57 UTC 2013 Modified Files: src/lib/libc/rpc [netbsd-6-0]: clnt_vc.c Log Message: Pull up following revision(s) (requested by christos in ticket #875): lib/libc/rpc/clnt_vc.c: revision 1.22 PR/47747: Thorsten Brehm: TCP-based RPC client calls no longer terminate when connections break. Return proper error code. XXX: pullup 6 To generate a diff of this commit: cvs rdiff -u -r1.17.12.1 -r1.17.12.2 src/lib/libc/rpc/clnt_vc.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/sys/kern
Module Name:src Committed By: bouyer Date: Sat Apr 20 10:16:31 UTC 2013 Modified Files: src/sys/kern [netbsd-6-0]: subr_kmem.c Log Message: Pull up following revision(s) (requested by para in ticket #876): sys/kern/subr_kmem.c: revision 1.47 addresses PR/47512 properly return NULL for failed allocations not 0x8 with size checks enabled. To generate a diff of this commit: cvs rdiff -u -r1.42.2.2 -r1.42.2.2.4.1 src/sys/kern/subr_kmem.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: bouyer Date: Sat Apr 20 10:17:55 UTC 2013 Modified Files: src/sys/kern [netbsd-6]: subr_kmem.c Log Message: Pull up following revision(s) (requested by para in ticket #876): sys/kern/subr_kmem.c: revision 1.47 addresses PR/47512 properly return NULL for failed allocations not 0x8 with size checks enabled. To generate a diff of this commit: cvs rdiff -u -r1.42.2.2 -r1.42.2.3 src/sys/kern/subr_kmem.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: bouyer Date: Sat Apr 20 10:23:52 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets #864 #865 #866 #867 #868 #870 #874 #875 #876 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-6.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: bouyer Date: Sat Apr 20 10:24:36 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.2 Log Message: Tickets #866 #867 #868 #874 #875 #876 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-6.0.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: rkujawa Date: Sat Apr 20 11:41:52 UTC 2013 Modified Files: src/etc: MAKEDEV.tmpl src/etc/etc.evbarm: MAKEDEV.conf Log Message: Add spiflash device to MAKEDEV template and MAKEDEV config on evbarm. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.12 -r1.13 src/etc/etc.evbarm/MAKEDEV.conf 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: rkujawa Date: Sat Apr 20 11:52:41 UTC 2013 Modified Files: src/sys/dev/ic: com.c comreg.h comvar.h ns16550reg.h Log Message: Add support for 16750 style UARTs. Activated by defining COM_16750. Obtained from Marvell, Semihalf. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/sys/dev/ic/com.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/comreg.h cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/comvar.h cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/ns16550reg.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/macppc/include
Module Name:src Committed By: macallan Date: Sat Apr 20 13:32:40 UTC 2013 Modified Files: src/sys/arch/macppc/include: intr.h Log Message: bump ICU_LEN from Phileas Fogg To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/macppc/include/intr.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
Module Name:src Committed By: bouyer Date: Sat Apr 20 14:00:41 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 src/lib/libc/rpc [netbsd-6]: clnt_vc.c Log Message: Revert ticket 875, it doesn't applies to netbsd-6 (the bug was introduced in 1.18, netbsd-6 is at 1.17) To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-6.1 cvs rdiff -u -r1.17.8.3 -r1.17.8.4 src/lib/libc/rpc/clnt_vc.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
Module Name:src Committed By: bouyer Date: Sat Apr 20 14:02:50 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.2 src/lib/libc/rpc [netbsd-6-0]: clnt_vc.c Log Message: Revert ticket 875, it doesn't applies to netbsd-6 (the bug was introduced in 1.18, netbsd-6 is at 1.17) To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-6.0.2 cvs rdiff -u -r1.17.12.2 -r1.17.12.3 src/lib/libc/rpc/clnt_vc.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/lib/libpthread
Module Name:src Committed By: bouyer Date: Sat Apr 20 15:14:08 UTC 2013 Modified Files: src/lib/libpthread [netbsd-6]: pthread_cond.c Log Message: Pull up following revision(s) (requested by christos in ticket #862): lib/libpthread/pthread_cond.c: revision 1.60 lib/libpthread/pthread_cond.c: revision 1.61 PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not wait after call pthread_condattr_setclock(CLOCK_MONOTONIC) _lwp_park(2) expects a realtime clock, and it gets passed a monotonic one. Since monotonic < real, it never sleeps. This patch adjusts the monotonic clock to be a real one before it passes is to _lwp_park(2). This is the minimal hacky fix and it will be fixed properly in _lwp_park(2) in the future. XXX: pullup to 6. for safety, declare mono on the outermost block it is used. To generate a diff of this commit: cvs rdiff -u -r1.56.8.1 -r1.56.8.2 src/lib/libpthread/pthread_cond.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: bouyer Date: Sat Apr 20 15:21:25 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 862 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src
Module Name:src Committed By: bouyer Date: Sat Apr 20 15:24:44 UTC 2013 Modified Files: src/distrib/sets/lists/base [netbsd-6]: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp [netbsd-6]: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/lib/libpthread [netbsd-6]: shlib_version Log Message: Pull up following revision(s) (requested by christos in ticket #863) via patch: distrib/sets/lists/base/ad.mips64eb:patch distrib/sets/lists/base/ad.mips64el:patch distrib/sets/lists/base/md.amd64: patch distrib/sets/lists/base/md.sparc64: patch distrib/sets/lists/base/shl.mi: patch distrib/sets/lists/comp/ad.mips64eb:patch distrib/sets/lists/comp/ad.mips64el:patch distrib/sets/lists/comp/md.amd64: patch distrib/sets/lists/comp/md.sparc64: patch distrib/sets/lists/comp/shl.mi: patch lib/libpthread/shlib_version: patch bump libpthread minor for pthread_cond_setclock to libpthread.so.1.1. Note that this is not the same as libpthread.so.1.1 from HEAD. To generate a diff of this commit: cvs rdiff -u -r1.82.2.9 -r1.82.2.10 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.81.2.9 -r1.81.2.10 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.156.2.9 -r1.156.2.10 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.147.2.9 -r1.147.2.10 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.616.2.9 -r1.616.2.10 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.69.2.6 -r1.69.2.7 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.69.2.7 -r1.69.2.8 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.155.2.6 -r1.155.2.7 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.138.2.6 -r1.138.2.7 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.209.2.11 -r1.209.2.12 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.14 -r1.14.10.1 src/lib/libpthread/shlib_version 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: bouyer Date: Sat Apr 20 15:26:10 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 863 To generate a diff of this commit: cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/pkg_install/dist
Module Name:src Committed By: wiz Date: Sat Apr 20 15:27:03 UTC 2013 Update of /cvsroot/src/external/bsd/pkg_install/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11015 Log Message: Import pkg_install from current pkgsrc. Licence changes and less warnings when opsys doesn't match build host opsys version, and documentation updates. Status: Vendor Tag: PKGSRC Release Tags: pkg_install-20130420 C src/external/bsd/pkg_install/dist/add/perform.c U src/external/bsd/pkg_install/dist/add/add.h U src/external/bsd/pkg_install/dist/add/main.c U src/external/bsd/pkg_install/dist/add/pkg_add.1 U src/external/bsd/pkg_install/dist/admin/pkg_admin.1 U src/external/bsd/pkg_install/dist/admin/admin.h U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in U src/external/bsd/pkg_install/dist/admin/audit-packages.8 U src/external/bsd/pkg_install/dist/admin/audit.c U src/external/bsd/pkg_install/dist/admin/check.c U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8 U src/external/bsd/pkg_install/dist/admin/main.c U src/external/bsd/pkg_install/dist/bpm/bpm.sh.in U src/external/bsd/pkg_install/dist/bpm/bpm.1 U src/external/bsd/pkg_install/dist/create/perform.c U src/external/bsd/pkg_install/dist/create/build.c U src/external/bsd/pkg_install/dist/create/create.h U src/external/bsd/pkg_install/dist/create/main.c U src/external/bsd/pkg_install/dist/create/pkg_create.1 U src/external/bsd/pkg_install/dist/create/pl.c U src/external/bsd/pkg_install/dist/create/util.c U src/external/bsd/pkg_install/dist/delete/pkg_delete.1 U src/external/bsd/pkg_install/dist/delete/pkg_delete.c U src/external/bsd/pkg_install/dist/info/perform.c U src/external/bsd/pkg_install/dist/info/info.h U src/external/bsd/pkg_install/dist/info/main.c U src/external/bsd/pkg_install/dist/info/pkg_info.1 U src/external/bsd/pkg_install/dist/info/show.c U src/external/bsd/pkg_install/dist/lib/parse-config.c U src/external/bsd/pkg_install/dist/lib/automatic.c U src/external/bsd/pkg_install/dist/lib/config.h.in U src/external/bsd/pkg_install/dist/lib/conflicts.c U src/external/bsd/pkg_install/dist/lib/defs.h U src/external/bsd/pkg_install/dist/lib/dewey.c U src/external/bsd/pkg_install/dist/lib/dewey.h U src/external/bsd/pkg_install/dist/lib/fexec.c U src/external/bsd/pkg_install/dist/lib/file.c U src/external/bsd/pkg_install/dist/lib/global.c U src/external/bsd/pkg_install/dist/lib/gpgsig.c U src/external/bsd/pkg_install/dist/lib/iterate.c U src/external/bsd/pkg_install/dist/lib/lib.h C src/external/bsd/pkg_install/dist/lib/license.c U src/external/bsd/pkg_install/dist/lib/lpkg.c U src/external/bsd/pkg_install/dist/lib/opattern.c U src/external/bsd/pkg_install/dist/lib/pkg_signature.c U src/external/bsd/pkg_install/dist/lib/pkcs7.c U src/external/bsd/pkg_install/dist/lib/pkg_io.c U src/external/bsd/pkg_install/dist/lib/pkgdb.c U src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in U src/external/bsd/pkg_install/dist/lib/version.c U src/external/bsd/pkg_install/dist/lib/pkg_summary.5 U src/external/bsd/pkg_install/dist/lib/pkgsrc.7 U src/external/bsd/pkg_install/dist/lib/plist.c U src/external/bsd/pkg_install/dist/lib/remove.c U src/external/bsd/pkg_install/dist/lib/str.c U src/external/bsd/pkg_install/dist/lib/var.c C src/external/bsd/pkg_install/dist/lib/version.h U src/external/bsd/pkg_install/dist/lib/xwrapper.c U src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c U src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf U src/external/bsd/pkg_install/dist/x509/pkgsrc.sh U src/external/bsd/pkg_install/dist/x509/signing.txt 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jPKGSRC:yesterday -jPKGSRC src/external/bsd/pkg_install/dist
CVS commit: src/external/bsd/pkg_install/dist
Module Name:src Committed By: wiz Date: Sat Apr 20 15:29:23 UTC 2013 Modified Files: src/external/bsd/pkg_install/dist/add: perform.c src/external/bsd/pkg_install/dist/lib: license.c version.h Log Message: Merge pkg_install-20130420. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/add/perform.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/lib/license.c cvs rdiff -u -r1.9 -r1.10 src/external/bsd/pkg_install/dist/lib/version.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/pkg_install
Module Name:src Committed By: wiz Date: Sat Apr 20 15:30:34 UTC 2013 Modified Files: src/external/bsd/pkg_install: prepare-import.sh Log Message: Fix path. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/prepare-import.sh 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: christos Date: Sat Apr 20 18:04:41 UTC 2013 Modified Files: src/sys/kern: kern_exec.c Log Message: don't attempt to load elf64 on 32 bit machines To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/rc.d
Module Name:src Committed By: christos Date: Sat Apr 20 18:24:18 UTC 2013 Modified Files: src/etc/rc.d: network Log Message: don't attempt to create interfaces that exist and don't hide errors. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/etc/rc.d/network 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: christos Date: Sat Apr 20 22:28:59 UTC 2013 Modified Files: src/sys/kern: kern_exec.c Log Message: revert previous, you can run on mips 64 bit binaries with a 32 bit kernel. To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 src/sys/kern/kern_exec.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: uebayasi Date: Sun Apr 21 02:44:16 UTC 2013 Modified Files: src/sys/kern: subr_kmem.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/kern/subr_kmem.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/m68k/fpe
Module Name:src Committed By: isaki Date: Sun Apr 21 02:50:49 UTC 2013 Modified Files: src/sys/arch/m68k/fpe: fpu_subr.c Log Message: M68010 -> __mc68010__, pointed out by tsutsui@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/m68k/fpe/fpu_subr.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/rasops
Module Name:src Committed By: kiyohara Date: Sun Apr 21 04:28:05 UTC 2013 Modified Files: src/sys/dev/rasops: rasops2.c rasops4.c Log Message: Support little endian makestamp. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/rasops/rasops2.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/rasops/rasops4.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/specfs
Module Name:src Committed By: dholland Date: Sun Apr 21 04:55:40 UTC 2013 Modified Files: src/sys/miscfs/specfs: specdev.h Log Message: add missing spec_whiteout To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/miscfs/specfs/specdev.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/sysinst/arch/x68k
Module Name:src Committed By: isaki Date: Sun Apr 21 06:24:42 UTC 2013 Modified Files: src/distrib/utils/sysinst/arch/x68k: md.c Log Message: Enable rc_configured=YES in sysinst. The problem that sed was not contained in ramdisk was already gone. analized by tsutsui@. XXX Only hp300 and mvme68k seem to have the same problem. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/utils/sysinst/arch/x68k/md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.