CVS commit: src/sys/kern
Module Name:src Committed By: dholland Date: Mon Jan 31 08:25:32 UTC 2011 Modified Files: src/sys/kern: vfs_lockf.c Log Message: Fix build with LOCKF_DEBUG on LP64 platforms; from Alexander Nasonov in PR 44490. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/kern/vfs_lockf.c 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/comp
Module Name:src Committed By: matt Date: Mon Jan 31 09:19:53 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.armeb Log Message: Add libarm and libpmc debug To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/comp/ad.armeb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/heimdal/kuser
Module Name:src Committed By: dholland Date: Mon Jan 31 09:57:30 UTC 2011 Modified Files: src/crypto/dist/heimdal/kuser: kimpersonate.1 Log Message: fix grammar in the same sentence as the previous patch, noted by jdc To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/dist/heimdal/kuser/kimpersonate.1 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: pooka Date: Mon Jan 31 10:01:26 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add test case for F_GETLK pid-oddness from PR kern/44494. I found the test case a little difficult to understand (because of many indices), so I added a few more comments after I think I figured out what was going on. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 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/compat
Module Name:src Committed By: matt Date: Mon Jan 31 10:58:15 UTC 2011 Modified Files: src/compat: compatsubdir.mk Log Message: if using MAKEOBJDIRPREFIX, make sure to unset it since it would override the use of MAKEOBJDIR. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/compat/compatsubdir.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libkern/arch/hppa
Module Name:src Committed By: skrll Date: Mon Jan 31 12:10:59 UTC 2011 Modified Files: src/sys/lib/libkern/arch/hppa: bcopy.S Log Message: This file needs opt_multiprocessor.h early so we pick up the right definition from cpu.h, etc. XXX should revisit the _STANDALONE vs _KERNEL split To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/lib/libkern/arch/hppa/bcopy.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hp700
Module Name:src Committed By: skrll Date: Mon Jan 31 14:11:02 UTC 2011 Modified Files: src/sys/arch/hp700/dev: cpu.c src/sys/arch/hp700/include: cpu.h Log Message: Rename hppa_ncpus hppa_ncpu. Increment for primary CPU only for now. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/dev/cpu.c cvs rdiff -u -r1.63 -r1.64 src/sys/arch/hp700/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm
Module Name:src Committed By: christos Date: Mon Jan 31 15:06:02 UTC 2011 Modified Files: src/lib/libm: Makefile Log Message: not everyone has fenv.c, pointed by Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/lib/libm/Makefile 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: Mon Jan 31 15:07:29 UTC 2011 Modified Files: src/lib/libc/gen: fnmatch.c Log Message: bump down the recursion limit to 64. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/fnmatch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-quota2] src/sys/ufs/ufs
Module Name:src Committed By: bouyer Date: Mon Jan 31 15:19:21 UTC 2011 Modified Files: src/sys/ufs/ufs [bouyer-quota2]: quota.h quota2.h Log Message: Rename defininition for limits Q2V_* to QL_* and move from quota2.h to quota.h. To generate a diff of this commit: cvs rdiff -u -r1.25.64.1 -r1.25.64.2 src/sys/ufs/ufs/quota.h cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/ufs/ufs/quota2.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-quota2] src/sys/ufs/ufs
Module Name:src Committed By: bouyer Date: Mon Jan 31 15:24:11 UTC 2011 Modified Files: src/sys/ufs/ufs [bouyer-quota2]: quota1_subr.c quota2_prop.c quota2_subr.c ufs_quota.c ufs_quota.h ufs_quota1.c ufs_quota2.c Log Message: Catch up with Q2V -> QL renaming Enforce limits for quota2. pass quota type (*QUOTA) and limit type (QL_*) to KAUTH_REQ_SYSTEM_FS_QUOTA_NOLIMIT, to make it possible to skip limit checks for some quota type only if a listener wants to. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/ufs/ufs/quota1_subr.c \ src/sys/ufs/ufs/ufs_quota1.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/ufs/ufs/quota2_prop.c \ src/sys/ufs/ufs/quota2_subr.c src/sys/ufs/ufs/ufs_quota.h cvs rdiff -u -r1.68.4.5 -r1.68.4.6 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/ufs/ufs/ufs_quota2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-quota2] src
Module Name:src Committed By: bouyer Date: Mon Jan 31 15:26:32 UTC 2011 Modified Files: src/usr.bin/quota [bouyer-quota2]: quota.c src/usr.sbin/edquota [bouyer-quota2]: edquota.c src/usr.sbin/repquota [bouyer-quota2]: repquota.c Log Message: Catch up with Q2V -> QL rename To generate a diff of this commit: cvs rdiff -u -r1.33.2.5 -r1.33.2.6 src/usr.bin/quota/quota.c cvs rdiff -u -r1.29.16.5 -r1.29.16.6 src/usr.sbin/edquota/edquota.c cvs rdiff -u -r1.25.2.4 -r1.25.2.5 src/usr.sbin/repquota/repquota.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: jakllsch Date: Mon Jan 31 16:30:49 UTC 2011 Modified Files: src/sys/dev/pci: mvsata_pci.c Log Message: Make the Adaptec 1420SA entry match the Marvell 88SX6041 entry. According to http://lists.freebsd.org/pipermail/freebsd-current/2010-April/016973.html the Adaptec 1420SA is a 88SX6041 (and the 1430SA is a 88SX7042). This should fix the problem described in http://mail-index.netbsd.org/current-users/2010/10/14/msg014526.html To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/mvsata_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu
Module Name:src Committed By: drochner Date: Mon Jan 31 17:54:20 UTC 2011 Modified Files: src/lib/csu: Makefile src/lib/csu/common: Makefile.inc Log Message: use of .PARSEDIR just doesn't work with .OBJDIR, replace with .CURDIR To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/csu/Makefile cvs rdiff -u -r1.2 -r1.3 src/lib/csu/common/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hp700/include
Module Name:src Committed By: skrll Date: Mon Jan 31 18:21:33 UTC 2011 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Fix CPU_INFO_FOREACH. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hp700/include/cpu.h 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/comp
Module Name:src Committed By: christos Date: Mon Jan 31 18:27:53 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/comp/ad.mips64eb \ src/distrib/sets/lists/comp/ad.mips64el 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/comp
Module Name:src Committed By: christos Date: Mon Jan 31 18:28:05 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.sparc64 Log Message: add debuglib To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/lists/comp/md.sparc64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/sysvbfs
Module Name:src Committed By: njoly Date: Mon Jan 31 18:48:50 UTC 2011 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c Log Message: In sysvbfs_lookup(), deny last component write operation on a read-only mount. Fix PR/44302: sysvbfs allows unlink on fs mounted MNT_RDONLY. Reviewed by pooka. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/fs/sysvbfs/sysvbfs_vnops.c 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/comp
Module Name:src Committed By: matt Date: Mon Jan 31 18:49:44 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.sparc64 Log Message: Add entry for usr/libdata/debug/usr/lib/sparc/libisns.so.0.0.debug To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/comp/md.sparc64 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: Mon Jan 31 18:53:29 UTC 2011 Modified Files: src/tests/fs/vfs: t_ro.c Log Message: Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs_rmfile should not fail anymore. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_ro.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/vmstat
Module Name:src Committed By: matt Date: Mon Jan 31 18:56:04 UTC 2011 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Make sure to getnlist in dovmstat To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/usr.bin/vmstat/vmstat.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: Mon Jan 31 19:10:18 UTC 2011 Modified Files: src/lib/libc/gen: fnmatch.c Log Message: add braces, per joerg. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/fnmatch.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/vmstat
Module Name:src Committed By: christos Date: Mon Jan 31 19:41:19 UTC 2011 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: deal with detecting the first and last cpu differently. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/usr.bin/vmstat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-quota2] src/sys/ufs/ufs
Module Name:src Committed By: bouyer Date: Mon Jan 31 21:09:54 UTC 2011 Modified Files: src/sys/ufs/ufs [bouyer-quota2]: ufs_quota.c Log Message: On command with multiple data, make sure to reset 'defaultq' to 0. To generate a diff of this commit: cvs rdiff -u -r1.68.4.6 -r1.68.4.7 src/sys/ufs/ufs/ufs_quota.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-quota2] src
Module Name:src Committed By: bouyer Date: Mon Jan 31 21:14:06 UTC 2011 Modified Files: src/distrib/sets/lists/base [bouyer-quota2]: mi src/distrib/sets/lists/man [bouyer-quota2]: mi src/usr.sbin [bouyer-quota2]: Makefile Added Files: src/usr.sbin/quotactl [bouyer-quota2]: Makefile quotactl.8 quotactl.c Log Message: Add quotactl(8), a tools which reads a quota command plist from stdin or file and send it to kernel. To generate a diff of this commit: cvs rdiff -u -r1.915 -r1.915.2.1 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.1278 -r1.1278.2.1 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.250 -r1.250.2.1 src/usr.sbin/Makefile cvs rdiff -u -r0 -r1.1.2.1 src/usr.sbin/quotactl/Makefile \ src/usr.sbin/quotactl/quotactl.8 src/usr.sbin/quotactl/quotactl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-quota2] src/tests/fs/ffs
Module Name:src Committed By: bouyer Date: Mon Jan 31 22:04:26 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: quotas_common.sh t_getquota.sh t_setquota.sh Log Message: Extract code to shut down the rump server and check the filesystem image to a function. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/tests/fs/ffs/quotas_common.sh cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/tests/fs/ffs/t_getquota.sh \ src/tests/fs/ffs/t_setquota.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/compat/sys
Module Name:src Committed By: christos Date: Mon Jan 31 22:51:40 UTC 2011 Modified Files: src/lib/libc/compat/sys: compat___semctl13.c compat_semctl.c Log Message: Fix emulation issue of SETVAL, and make the code look the same between the two different versions. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/sys/compat___semctl13.c \ src/lib/libc/compat/sys/compat_semctl.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: dyoung Date: Mon Jan 31 23:00:34 UTC 2011 Modified Files: src/sys/kern: subr_autoconf.c Log Message: If there are readers or writers in the alldevs list, don't remove a device_t out from under them, but tag it for deletion, later. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/kern/subr_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: dyoung Date: Mon Jan 31 23:07:17 UTC 2011 Modified Files: src/sys/kern: kern_stub.c subr_autoconf.c src/sys/sys: device.h Log Message: Let the linker instead of the C preprocessor configure the kernel: make weak aliases device_register(9) and device_register_post_config(9) for the stub routine voidop(). Get rid of __HAVE_DEVICE_REGISTER and __HAVE_DEVICE_REGISTER_POST_CONFIG. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/kern/kern_stub.c cvs rdiff -u -r1.211 -r1.212 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.137 -r1.138 src/sys/sys/device.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/iq80310
Module Name:src Committed By: jakllsch Date: Mon Jan 31 23:56:14 UTC 2011 Modified Files: src/sys/arch/evbarm/iq80310: iq80310_intr.c Log Message: Correct __HAVE_FAST_SOFTINTRS typos, use only __HAVE_FAST_SOFTINTS. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/iq80310/iq80310_intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/netbsd32
Module Name:src Committed By: matt Date: Tue Feb 1 00:53:23 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Define 32bit version of SIOC[GS]IFADDRPREF32. We wouldn't need this to if i386 actually aligned a uint64_t on a 64bit boundary but it doesn't. So all that work in sockaddr_storage goes for naught. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/compat/netbsd32/netbsd32_ioctl.c cvs rdiff -u -r1.29 -r1.30 src/sys/compat/netbsd32/netbsd32_ioctl.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
Module Name:src Committed By: matt Date: Tue Feb 1 01:15:51 UTC 2011 Modified Files: src/sys/rump: Makefile.rump Log Message: Define COMPAT_50 to be 1 just like config(8) would be opt_compat_netbsd.h To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/rump/Makefile.rump Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Tue Feb 1 01:20:14 UTC 2011 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: include "assym.h" instead of pte.h To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/arm32/cpuswitch.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/include
Module Name:src Committed By: matt Date: Tue Feb 1 01:21:29 UTC 2011 Modified Files: src/sys/arch/powerpc/include: mcontext.h Log Message: Fix XER comment. Add spe variants for vectors. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/powerpc/include/mcontext.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/evbppc/ev64260
Module Name:src Committed By: matt Date: Tue Feb 1 01:24:05 UTC 2011 Modified Files: src/sys/arch/evbppc/ev64260: ev64260_locore.S Log Message: Add a call to cpu_model_init to set oeacpufeat before calling initppc To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbppc/ev64260/ev64260_locore.S 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: matt Date: Tue Feb 1 01:39:22 UTC 2011 Modified Files: src/sbin/route: route.c src/sys/compat/common: rtsock_14.c rtsock_50.c src/sys/compat/net: if.h src/sys/kern: uipc_socket.c src/sys/net: if.h route.c route.h rtsock.c src/sys/netinet: if_arp.c src/sys/rump/librump/rumpnet: Makefile.rumpnet net_stub.c src/sys/rump/net/lib/libnet: Makefile src/sys/sys: socket.h src/usr.bin/netstat: route.c show.c Added Files: src/sys/compat/net: route.h Log Message: Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket interface (and its associated sysctls) act identically for both 32 and 64 bit programs. The old unclean one remains for backward compatibility. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sbin/route/route.c cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/rtsock_14.c \ src/sys/compat/common/rtsock_50.c cvs rdiff -u -r1.2 -r1.3 src/sys/compat/net/if.h cvs rdiff -u -r0 -r1.1 src/sys/compat/net/route.h cvs rdiff -u -r1.202 -r1.203 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.149 -r1.150 src/sys/net/if.h cvs rdiff -u -r1.123 -r1.124 src/sys/net/route.c cvs rdiff -u -r1.77 -r1.78 src/sys/net/route.h cvs rdiff -u -r1.132 -r1.133 src/sys/net/rtsock.c cvs rdiff -u -r1.149 -r1.150 src/sys/netinet/if_arp.c cvs rdiff -u -r1.10 -r1.11 src/sys/rump/librump/rumpnet/Makefile.rumpnet cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpnet/net_stub.c cvs rdiff -u -r1.10 -r1.11 src/sys/rump/net/lib/libnet/Makefile cvs rdiff -u -r1.98 -r1.99 src/sys/sys/socket.h cvs rdiff -u -r1.75 -r1.76 src/usr.bin/netstat/route.c cvs rdiff -u -r1.11 -r1.12 src/usr.bin/netstat/show.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: matt Date: Tue Feb 1 01:40:00 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Welcome to NetBSD 5.99.45 (Routing socket changes) To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 src/sys/sys/param.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
Module Name:src Committed By: joerg Date: Tue Feb 1 01:42:15 UTC 2011 Modified Files: src/distrib/utils/sysinst: defs.h menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c src/distrib/utils/sysinst/arch/acorn32: md.c src/distrib/utils/sysinst/arch/alpha: md.c src/distrib/utils/sysinst/arch/amiga: md.c src/distrib/utils/sysinst/arch/arc: md.c src/distrib/utils/sysinst/arch/atari: md.c src/distrib/utils/sysinst/arch/bebox: md.c src/distrib/utils/sysinst/arch/cats: md.c src/distrib/utils/sysinst/arch/cobalt: md.c src/distrib/utils/sysinst/arch/emips: md.c src/distrib/utils/sysinst/arch/evbarm: md.c src/distrib/utils/sysinst/arch/evbmips: md.c src/distrib/utils/sysinst/arch/evbppc: md.c src/distrib/utils/sysinst/arch/evbsh3: md.c src/distrib/utils/sysinst/arch/ews4800mips: md.c src/distrib/utils/sysinst/arch/hp300: md.c src/distrib/utils/sysinst/arch/hp700: md.c src/distrib/utils/sysinst/arch/hpcarm: md.c src/distrib/utils/sysinst/arch/hpcmips: md.c src/distrib/utils/sysinst/arch/hpcsh: md.c src/distrib/utils/sysinst/arch/i386: md.c src/distrib/utils/sysinst/arch/landisk: md.c src/distrib/utils/sysinst/arch/mac68k: md.c src/distrib/utils/sysinst/arch/macppc: md.c src/distrib/utils/sysinst/arch/mipsco: md.c src/distrib/utils/sysinst/arch/mvme68k: md.c src/distrib/utils/sysinst/arch/news68k: md.c src/distrib/utils/sysinst/arch/newsmips: md.c src/distrib/utils/sysinst/arch/ofppc: md.c src/distrib/utils/sysinst/arch/pmax: md.c src/distrib/utils/sysinst/arch/prep: md.c src/distrib/utils/sysinst/arch/sandpoint: md.c src/distrib/utils/sysinst/arch/sgimips: md.c src/distrib/utils/sysinst/arch/shark: md.c src/distrib/utils/sysinst/arch/sparc: md.c src/distrib/utils/sysinst/arch/sparc64: md.c src/distrib/utils/sysinst/arch/vax: md.c src/distrib/utils/sysinst/arch/x68k: md.c src/distrib/utils/sysinst/arch/zaurus: md.c Log Message: Introduce a new option for all base sets without X11. >From jmcneill with translation help from Daniel Horecki. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/distrib/utils/sysinst/defs.h cvs rdiff -u -r1.39 -r1.40 src/distrib/utils/sysinst/menus.mi cvs rdiff -u -r1.53 -r1.54 src/distrib/utils/sysinst/msg.mi.de cvs rdiff -u -r1.161 -r1.162 src/distrib/utils/sysinst/msg.mi.en cvs rdiff -u -r1.30 -r1.31 src/distrib/utils/sysinst/msg.mi.es cvs rdiff -u -r1.111 -r1.112 src/distrib/utils/sysinst/msg.mi.fr cvs rdiff -u -r1.69 -r1.70 src/distrib/utils/sysinst/msg.mi.pl cvs rdiff -u -r1.166 -r1.167 src/distrib/utils/sysinst/util.c cvs rdiff -u -r1.25 -r1.26 src/distrib/utils/sysinst/arch/acorn32/md.c cvs rdiff -u -r1.48 -r1.49 src/distrib/utils/sysinst/arch/alpha/md.c cvs rdiff -u -r1.22 -r1.23 src/distrib/utils/sysinst/arch/amiga/md.c cvs rdiff -u -r1.33 -r1.34 src/distrib/utils/sysinst/arch/arc/md.c cvs rdiff -u -r1.24 -r1.25 src/distrib/utils/sysinst/arch/atari/md.c cvs rdiff -u -r1.53 -r1.54 src/distrib/utils/sysinst/arch/bebox/md.c cvs rdiff -u -r1.21 -r1.22 src/distrib/utils/sysinst/arch/cats/md.c cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/sysinst/arch/cobalt/md.c cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/sysinst/arch/emips/md.c cvs rdiff -u -r1.22 -r1.23 src/distrib/utils/sysinst/arch/evbarm/md.c cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/sysinst/arch/evbmips/md.c cvs rdiff -u -r1.29 -r1.30 src/distrib/utils/sysinst/arch/evbppc/md.c cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/sysinst/arch/evbsh3/md.c cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/sysinst/arch/ews4800mips/md.c cvs rdiff -u -r1.28 -r1.29 src/distrib/utils/sysinst/arch/hp300/md.c cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/sysinst/arch/hp700/md.c cvs rdiff -u -r1.8 -r1.9 src/distrib/utils/sysinst/arch/hpcarm/md.c cvs rdiff -u -r1.45 -r1.46 src/distrib/utils/sysinst/arch/hpcmips/md.c cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/sysinst/arch/hpcsh/md.c cvs rdiff -u -r1.126 -r1.127 src/distrib/utils/sysinst/arch/i386/md.c cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/sysinst/arch/landisk/md.c cvs rdiff -u -r1.57 -r1.58 src/distrib/utils/sysinst/arch/mac68k/md.c cvs rdiff -u -r1.42 -r1.43 src/distrib/utils/sysinst/arch/macppc/md.c cvs rdiff -u -r1.16 -r1.17 src/distrib/utils/sysinst/arch/mipsco/md.c cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/sysinst/arch/mvme68k/md.c cvs rdiff -u -r1.30 -r1.31 src/distrib/utils/sysinst/arch/news68k/md.c cvs rdiff -u -r1.18 -r1.19 src/distrib/utils/sysinst/arch/newsmips/md.c cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/sysinst/arch/ofppc/md.c cvs rdiff -u -r1.63 -r1.64 src/distrib/utils/sysinst/arch/pmax/md.c cvs rdiff -u -r1.31 -r1.32 src/distrib/utils/sysinst/arch/prep/md.c cvs rdiff -u -r1.32 -r1.33 src/distrib/utils/sysinst/arch/sandpo
CVS commit: src/distrib/utils/sysinst
Module Name:src Committed By: joerg Date: Tue Feb 1 01:43:15 UTC 2011 Modified Files: src/distrib/utils/sysinst: msg.mi.es Log Message: Update Spanish translation. From Riastradh on IRC To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/distrib/utils/sysinst/msg.mi.es Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sh3/sh3
Module Name:src Committed By: uwe Date: Tue Feb 1 01:54:14 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: locore_subr.S vm_machdep.c Log Message: cpu_setfunc() must use lwp_trampoline to arrange for the recycled lwp to go through lwp_startup() the first time it's switched to. This makes NetBSD-4.x SA binaries work on current. Tested with dig(1) in NetBSD-4.x chroot on landisk. Looks like this mistake of mine was picked up and replicated in several other ports, sorry. Reported by chuck@ in PR kern/44500 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sh3/sh3/locore_subr.S cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sh3/sh3/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: matt Date: Tue Feb 1 02:09:27 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Note routing changes. To generate a diff of this commit: cvs rdiff -u -r1.1498 -r1.1499 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src
Module Name:xsrc Committed By: macallan Date: Tue Feb 1 03:12:06 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_driver.c Log Message: add FFBDriverFunc() so we can tell the Xserver that we do not need PIO access enabled, now this works again. We'll probably need this on all non-PCI drivers. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_driver.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/mips/sibyte/dev
Module Name:src Committed By: matt Date: Tue Feb 1 03:16:54 UTC 2011 Modified Files: src/sys/arch/mips/sibyte/dev: sbgbus.c sbjcn.c sbjcnvar.h sbmac.c sbobio.c sbscd.c sbscn.c sbscnvar.h sbsmbus.c sbtimer.c sbwdog.c Log Message: Update to CFATTACH_DECL_NEW. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/sibyte/dev/sbgbus.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mips/sibyte/dev/sbjcn.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/sibyte/dev/sbjcnvar.h cvs rdiff -u -r1.37 -r1.38 src/sys/arch/mips/sibyte/dev/sbmac.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/sibyte/dev/sbobio.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/sibyte/dev/sbscd.c \ src/sys/arch/mips/sibyte/dev/sbtimer.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mips/sibyte/dev/sbscn.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/sibyte/dev/sbscnvar.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mips/sibyte/dev/sbsmbus.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/sibyte/dev/sbwdog.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/mips/sibyte/dev
Module Name:src Committed By: matt Date: Tue Feb 1 06:13:08 UTC 2011 Modified Files: src/sys/arch/mips/sibyte/dev: sbgbusvar.h sbjcn.c sbmac.c sbobio.c sbscd.c sbscn.c sbsmbus.c sbtimer.c sbwdog.c Log Message: Use aprint_* and misc cleanup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/sibyte/dev/sbgbusvar.h cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mips/sibyte/dev/sbjcn.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/mips/sibyte/dev/sbmac.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mips/sibyte/dev/sbobio.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/sibyte/dev/sbscd.c \ src/sys/arch/mips/sibyte/dev/sbtimer.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mips/sibyte/dev/sbscn.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/mips/sibyte/dev/sbsmbus.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/sibyte/dev/sbwdog.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/mips/conf
Module Name:src Committed By: matt Date: Tue Feb 1 06:18:40 UTC 2011 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: Use elf32-ntrad{little,big}mips To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/conf/Makefile.mips Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: matt Date: Tue Feb 1 06:46:47 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips_emul.c src/sys/arch/sbmips/sbmips: machdep.c Log Message: Cast to intptr_t before changing size of type. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/mips/mips_emul.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/sbmips/sbmips/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.