CVS commit: src
Module Name:src Committed By: chs Date: Mon Jun 11 15:18:05 UTC 2012 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_asm.S dtrace_isa.c dtrace_subr.c src/sys/arch/amd64/amd64: genassym.cf src/sys/arch/amd64/include: Makefile.inc asm.h Log Message: make dtrace work on amd64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dev/dtrace/amd64/dtrace_asm.S \ src/external/cddl/osnet/dev/dtrace/amd64/dtrace_isa.c cvs rdiff -u -r1.5 -r1.6 \ src/external/cddl/osnet/dev/dtrace/amd64/dtrace_subr.c cvs rdiff -u -r1.50 -r1.51 src/sys/arch/amd64/amd64/genassym.cf cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amd64/include/Makefile.inc cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amd64/include/asm.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/amd64/include
Module Name:src Committed By: chs Date: Mon Jun 11 15:18:26 UTC 2012 Modified Files: src/sys/arch/amd64/include: pmap.h Log Message: allow more space for modules. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amd64/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/fssconfig
Module Name:src Committed By: hannken Date: Mon Jun 11 15:25:14 UTC 2012 Modified Files: src/usr.sbin/fssconfig: fssconfig.8 Log Message: File system snapshots are no longer experimental. Forgot to chang this man page in Nov 2011. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/fssconfig/fssconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/dreamcast/dreamcast
Module Name:src Committed By: tsutsui Date: Mon Jun 11 16:27:08 UTC 2012 Modified Files: src/sys/arch/dreamcast/dreamcast: machdep.c Log Message: Explicitly include for struct pcb. Fixes build error on GENERIC + no options DDB, reported by Yasushi Oshima. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/dreamcast/dreamcast/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/landisk/landisk
Module Name:src Committed By: tsutsui Date: Mon Jun 11 16:27:58 UTC 2012 Modified Files: src/sys/arch/landisk/landisk: machdep.c Log Message: Explicitly include for struct pcb. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/landisk/landisk/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/hpcsh/hpcsh
Module Name:src Committed By: tsutsui Date: Mon Jun 11 16:41:26 UTC 2012 Modified Files: src/sys/arch/hpcsh/hpcsh: machdep.c Log Message: - explicitly include for struct pcb - consistently use #if NKSYMS || defined(MODULAR) || defined(DDB) || defined(KGDB) to check kernel symbols otherwise build fails if none of them are defined Reported by Yasushi Oshima. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/arch/hpcsh/hpcsh/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/external/bsd/drm/dist
Module Name:src Committed By: tsutsui Date: Mon Jun 11 16:51:04 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h src/sys/external/bsd/drm/dist/shared-core: drm_pciids.txt i915_drv.h i915_reg.h Log Message: Make i915drm work on Atom N4xx/D410/D510 + GMA3150 integrated graphic devices. Patch is taken from FreeBSD: http://www.freebsd.org/cgi/query-pr.cgi?pr=143427 and tested on MSI U135DX running NetBSD/i386 6.0_BETA2 with this patch. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm/dist/bsd-core/drm_pciids.h cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm/dist/shared-core/drm_pciids.txt cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm/dist/shared-core/i915_drv.h cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/drm/dist/shared-core/i915_reg.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/sys
Module Name:src Committed By: riz Date: Mon Jun 11 17:45:32 UTC 2012 Modified Files: src/sys/arch/powerpc/booke/dev [netbsd-6]: pq3sdhc.c src/sys/dev/sdmmc [netbsd-6]: sdhc.c Log Message: Pull up following revision(s) (requested by matt in ticket #254): sys/arch/powerpc/booke/dev/pq3sdhc.c: revision 1.4 sys/dev/sdmmc/sdhc.c: revision 1.11 sys/dev/sdmmc/sdhc.c: revision 1.13 Use the new 32-bit and ESDHC support in sdhc.c Support 32-bit only access to the SDHC registers. Add support for FreeScale "Enhanced" SDHC port. Add support for CGM mode (XLP and BCM2835 (Arason)). Do not read past array end, found by gcc -O3. This could cause to HWRITE4() a bad value, but maybe last 2 bytes are probably ignored by hardware anyway. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.8.1 src/sys/arch/powerpc/booke/dev/pq3sdhc.c cvs rdiff -u -r1.10 -r1.10.2.1 src/sys/dev/sdmmc/sdhc.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/libterminfo
Module Name:src Committed By: riz Date: Mon Jun 11 17:48:37 UTC 2012 Modified Files: src/lib/libterminfo [netbsd-6]: term.h Log Message: Pull up following revision(s) (requested by dholland in ticket #292): lib/libterminfo/term.h: revision 1.12 Add cdefs.h per PR 46492. To generate a diff of this commit: cvs rdiff -u -r1.10.4.1 -r1.10.4.2 src/lib/libterminfo/term.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/sys/arch/vax/include
Module Name:src Committed By: riz Date: Mon Jun 11 17:50:10 UTC 2012 Modified Files: src/sys/arch/vax/include [netbsd-6]: asm.h Log Message: Pull up following revision(s) (requested by martin in ticket #293): sys/arch/vax/include/asm.h: revision 1.25 Remove an unneeded indirect access from polyd/polyf macros To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.24.8.1 src/sys/arch/vax/include/asm.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/external/public-domain/sqlite
Module Name:src Committed By: riz Date: Mon Jun 11 17:51:42 UTC 2012 Modified Files: src/external/public-domain/sqlite [netbsd-6]: Makefile.inc Log Message: Pull up following revision(s) (requested by khorben in ticket #294): external/public-domain/sqlite/Makefile.inc: revision 1.4 PR/46322: Pierre Pronchery: SQLite from base is compiled without SQLITE_ENABLE_COLUMN_METADATA XXX: Pullup for 6 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.2.1 src/external/public-domain/sqlite/Makefile.inc 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/nbperf
Module Name:src Committed By: riz Date: Mon Jun 11 17:53:20 UTC 2012 Modified Files: src/usr.bin/nbperf [netbsd-6]: nbperf.1 Log Message: Pull up following revision(s) (requested by joerg in ticket #295): usr.bin/nbperf/nbperf.1: revision 1.4 The output function is only order preserving for chm and chm3, so correct that part of the documentation and also mention what the default algorithm is. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.4.1 src/usr.bin/nbperf/nbperf.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/doc
Module Name:src Committed By: riz Date: Mon Jun 11 17:56:14 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 254, 292-296. To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-6.0 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/vax/include
Module Name:src Committed By: riz Date: Mon Jun 11 18:03:42 UTC 2012 Modified Files: src/sys/arch/vax/include [netbsd-6]: asm.h Log Message: Pull up following revision(s) (requested by abs in ticket #298): sys/arch/vax/include/asm.h: revision 1.26 Really fix polyf/polyd macros. Now returns expected results. To generate a diff of this commit: cvs rdiff -u -r1.24.8.1 -r1.24.8.2 src/sys/arch/vax/include/asm.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: riz Date: Mon Jun 11 18:04:57 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #298. To generate a diff of this commit: cvs rdiff -u -r1.1.2.116 -r1.1.2.117 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: njoly Date: Mon Jun 11 18:28:10 UTC 2012 Modified Files: src/bin/sh: miscbltin.c sh.1 Log Message: Allow thread limit queries by adding the new -r flag to ulimit. Add the corresponding documentation in the man page. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/sh/miscbltin.c cvs rdiff -u -r1.106 -r1.107 src/bin/sh/sh.1 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: njoly Date: Mon Jun 11 18:32:59 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/tests/bin/sh: Makefile Added Files: src/tests/bin/sh: t_ulimit.sh Log Message: New testcase to check limits flags for ulimit builtin. To generate a diff of this commit: cvs rdiff -u -r1.473 -r1.474 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/Makefile cvs rdiff -u -r0 -r1.1 src/tests/bin/sh/t_ulimit.sh 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/vax/vsa
Module Name:src Committed By: riz Date: Mon Jun 11 20:44:43 UTC 2012 Modified Files: src/sys/arch/vax/vsa [netbsd-6]: spx.c Log Message: Pull up following revision(s) (requested by abs in ticket #299): sys/arch/vax/vsa/spx.c: revision 1.6 >From the "why was this not done before" box: Implement WSDISPLAYIO_LINEBYTES so xwsfb works To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/arch/vax/vsa/spx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] xsrc/external/mit/xorg-server/dist/hw/xfree86/common
Module Name:xsrc Committed By: riz Date: Mon Jun 11 20:53:14 UTC 2012 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common [netbsd-6]: compiler.h Log Message: Pull up following revision(s) (requested by abs in ticket #300): external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile: revision 1.33 x11/Xserver/Xserver/Makefile: revision 1.19 x11/Xserver/Makefile.common: revision 1.36 external/mit/xorg/server/xorg-server/Makefile.common: revision 1.25 distrib/sets/lists/xserver/md.vax: revision 1.8 external/mit/xorg/server/drivers/Makefile: revision 1.62 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h: revision 1.9 Add vax to the list of non inb() users Enable wsfb X server on vax. Likely to be keyboard and mouse issues, but with three additional lines of an ioctl() case in the kernel 'startx' will display the traditional three xterms Missed defining XSERVER_XVAX To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.2.1 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.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: riz Date: Mon Jun 11 20:53:40 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers [netbsd-6]: Makefile src/external/mit/xorg/server/xorg-server [netbsd-6]: Makefile.common src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos [netbsd-6]: Makefile src/x11/Xserver [netbsd-6]: Makefile.common src/x11/Xserver/Xserver [netbsd-6]: Makefile Added Files: src/distrib/sets/lists/xserver [netbsd-6]: md.vax Log Message: Pull up following revision(s) (requested by abs in ticket #300): external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile: revision 1.33 x11/Xserver/Xserver/Makefile: revision 1.19 x11/Xserver/Makefile.common: revision 1.36 external/mit/xorg/server/xorg-server/Makefile.common: revision 1.25 distrib/sets/lists/xserver/md.vax: revision 1.8 external/mit/xorg/server/drivers/Makefile: revision 1.62 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h: revision 1.9 Add vax to the list of non inb() users Enable wsfb X server on vax. Likely to be keyboard and mouse issues, but with three additional lines of an ioctl() case in the kernel 'startx' will display the traditional three xterms Missed defining XSERVER_XVAX To generate a diff of this commit: cvs rdiff -u -r0 -r1.8.2.2 src/distrib/sets/lists/xserver/md.vax cvs rdiff -u -r1.60 -r1.60.4.1 src/external/mit/xorg/server/drivers/Makefile cvs rdiff -u -r1.23 -r1.23.4.1 \ src/external/mit/xorg/server/xorg-server/Makefile.common cvs rdiff -u -r1.31 -r1.31.4.1 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile cvs rdiff -u -r1.35 -r1.35.10.1 src/x11/Xserver/Makefile.common cvs rdiff -u -r1.18 -r1.18.42.1 src/x11/Xserver/Xserver/Makefile 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: riz Date: Mon Jun 11 20:57:52 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 299, 300. To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-6.0 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: agc Date: Mon Jun 11 21:11:41 UTC 2012 Modified Files: src/sys/fs/sysvbfs: bfs.c sysvbfs_vnops.c Log Message: cosmetic change: fix two casts to be of the appropriate type To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/fs/sysvbfs/bfs.c cvs rdiff -u -r1.45 -r1.46 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: [netbsd-6] src
Module Name:src Committed By: riz Date: Mon Jun 11 21:25:02 UTC 2012 Modified Files: src/sys/uvm [netbsd-6]: uvm_vnode.c src/tests/lib/libc/sys [netbsd-6]: t_mmap.c Log Message: Pull up following revision(s) (requested by martin in ticket #301): sys/uvm/uvm_vnode.c: revision 1.98 tests/lib/libc/sys/t_mmap.c: revision 1.3 tests/lib/libc/sys/t_mmap.c: revision 1.4 tests/lib/libc/sys/t_mmap.c: revision 1.5 tests/lib/libc/sys/t_mmap.c: revision 1.6 Only use generic readahead on VREG vnodes, the space used to store the context is not valid on other types. Prevents the crash reported in PR kern/38889, but does not fix the mmap of block devices, more work is needed (no size on VBLK vnodes). Do not skip the block device mmap test, as it does not crash the kernel any more. Mark it as expected failure instead. mmap_block: do not use a hardcoded block device list, but query the kernel for attached disks instead, then try to mmap the raw partition. Use atf_tc_skip(). A test case for serious PR kern/38889: crash on open/mmap/close of block device. The test case is skipped for the time being as it replicates the panic described in the PR (tested on NetBSD/amd64 6.0 BETA). To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.97.8.1 src/sys/uvm/uvm_vnode.c cvs rdiff -u -r1.2 -r1.2.4.1 src/tests/lib/libc/sys/t_mmap.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: riz Date: Mon Jun 11 21:30:08 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket 301. To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-6.0 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: wiz Date: Mon Jun 11 21:39:49 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: sqlite3-3.7.13 out. To generate a diff of this commit: cvs rdiff -u -r1.940 -r1.941 src/doc/3RDPARTY 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/postinstall
Module Name:src Committed By: riz Date: Mon Jun 11 23:09:24 UTC 2012 Modified Files: src/usr.sbin/postinstall [netbsd-6]: postinstall Log Message: Pull up following revision(s) (requested by jnemeth in ticket #302): usr.sbin/postinstall/postinstall: revision 1.137 add _tss to uid and gid checks To generate a diff of this commit: cvs rdiff -u -r1.129.2.5 -r1.129.2.6 src/usr.sbin/postinstall/postinstall 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/public-domain/sqlite
Module Name:src Committed By: riz Date: Mon Jun 11 23:15:38 UTC 2012 Modified Files: src/external/public-domain/sqlite [netbsd-6]: Makefile.inc Log Message: Pull up following revision(s) (requested by wiz in ticket #303): external/public-domain/sqlite/Makefile.inc: revision 1.5 Make HAVE_* define match what configure finds. In particular, this enables usleep(3) (compared to using sleep(3) before). ok joerg@ To generate a diff of this commit: cvs rdiff -u -r1.3.2.1 -r1.3.2.2 \ src/external/public-domain/sqlite/Makefile.inc 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: riz Date: Mon Jun 11 23:20:38 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: uipc_usrreq.c Log Message: Pull up following revision(s) (requested by martin in ticket #304): sys/kern/uipc_usrreq.c: revision 1.137 Stopgap fix for PR kern/46463: disallow passing of kqueue descriptors via SCM_RIGHT anxiliary socket messages. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.136.8.1 src/sys/kern/uipc_usrreq.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: riz Date: Mon Jun 11 23:22:42 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 302-304. To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man5
Module Name:src Committed By: christos Date: Mon Jun 11 23:28:19 UTC 2012 Modified Files: src/share/man/man5: fstab.5 Log Message: cross reference getfsspecname(3) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/share/man/man5/fstab.5 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: isaki Date: Tue Jun 12 02:25:30 UTC 2012 Modified Files: src/etc/rc.d: makemandb Log Message: Allows you to disable it if makemandb=NO in rc.conf. Thanks tsutsui@ and Yasushi Oshima. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/makemandb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.