CVS commit: src/tests/lib/libc/string
Module Name:src Committed By: jruoho Date: Fri Apr 6 07:53:11 UTC 2012 Modified Files: src/tests/lib/libc/string: t_memchr.c Log Message: Adjust. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_memchr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libm
Module Name:src Committed By: jruoho Date: Fri Apr 6 08:07:32 UTC 2012 Modified Files: src/tests/lib/libm: t_log.c Log Message: Point to PR port-alpha/46301 when failing on Alpha. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libm/t_log.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jmcneill-usbmp] src/sys/dev/usb
Module Name:src Committed By: mrg Date: Fri Apr 6 08:11:41 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: uhci.c Log Message: take the thread lock earlier in uhci_device_intr_start(). avoids failed mutex owned asserts, and now bt* work. To generate a diff of this commit: cvs rdiff -u -r1.240.6.19 -r1.240.6.20 src/sys/dev/usb/uhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jmcneill-usbmp] src/sys/dev/usb
Module Name:src Committed By: mrg Date: Fri Apr 6 08:13:40 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp Log Message: mark ubt and uhso as working, thanks iain! To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/dev/usb/TODO.usbmp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jmcneill-usbmp] src/sys/dev/usb
Module Name:src Committed By: mrg Date: Fri Apr 6 08:22:28 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp Log Message: note that ulpt and uplcom both attach To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/sys/dev/usb/TODO.usbmp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/mii
Module Name:src Committed By: isaki Date: Fri Apr 6 09:15:37 UTC 2012 Modified Files: src/sys/dev/mii: miidevs Log Message: Sync a comment with a fact. There is MII_OUI() in miivar.h not mii.h after 2001. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/mii/miidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/mii
Module Name:src Committed By: isaki Date: Fri Apr 6 09:16:34 UTC 2012 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen from miidevs,v 1.106; sync a comment with a fact. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.96 -r1.97 src/sys/dev/mii/miidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/sqlite/lib
Module Name:src Committed By: wiz Date: Fri Apr 6 09:21:40 UTC 2012 Modified Files: src/external/public-domain/sqlite/lib: sqlite3.pc Log Message: Update version to 3.7.10, since that's what's currently in dist/ >From Ryo ONODERA in PR 46300. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/sqlite/lib/sqlite3.pc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x68k/stand/mboot
Module Name:src Committed By: isaki Date: Fri Apr 6 09:38:40 UTC 2012 Modified Files: src/sys/arch/x68k/stand/mboot: mboot.c Log Message: Print my progname in error messages. It makes easy to find who displayed it. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/stand/mboot/mboot.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/x68k/stand/mboot
Module Name:src Committed By: isaki Date: Fri Apr 6 09:44:44 UTC 2012 Modified Files: src/sys/arch/x68k/stand/mboot: mboot.c Log Message: Oops, One more message. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x68k/stand/mboot/mboot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/installboot/arch
Module Name:src Committed By: gson Date: Fri Apr 6 10:10:11 UTC 2012 Modified Files: src/usr.sbin/installboot/arch: i386.c Log Message: When printing the list of valid console names, don't treat the consoles[] array as NULL terminated, because it's not. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/installboot/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/expat/dist
Module Name:src Committed By: spz Date: Fri Apr 6 10:23:44 UTC 2012 Update of /cvsroot/src/external/mit/expat/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16154 Log Message: import of expat 2.1.0 Fixes CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876 (other security issues have been previously fixed in our tree) relevant Changes: Release 2.1.0 Sat March 24 2012 - Bug Fixes: #1742315: Harmful XML_ParserCreateNS suggestion. #2895533: CVE-2012-1147 - Resource leak in readfilemap.c. #1785430: Expat build fails on linux-amd64 with gcc version>=4.1 -O3. #1983953, 2517952, 2517962, 2649838: Build modifications using autoreconf instead of buildconf.sh. #2815947, #2884086: OBJEXT and EXEEXT support while building. #1990430: CVE-2009-3720 - Parser crash with special UTF-8 sequences. #2517938: xmlwf should return non-zero exit status if not well-formed. #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml. #2855609: Dangling positionPtr after error. #2894085: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8(). #2958794: CVE-2012-1148 - Memory leak in poolGrow. #2990652: CMake support. #3010819: UNEXPECTED_STATE with a trailing "%" in entity value. #3206497: Unitialized memory returned from XML_Parse. #3287849: make check fails on mingw-w64. #3496608: CVE-2012-0876 - Hash DOS attack. - Patches: #1749198: pkg-config support. #3010222: Fix for bug #3010819. #3312568: CMake support. #3446384: Report byte offsets for attr names and values. - New Features / API changes: Added new API member XML_SetHashSalt() that allows setting an intial value (salt) for hash calculations. This is part of the fix for bug #3496608 to randomize hash parameters. When compiled with XML_ATTR_INFO defined, adds new API member XML_GetAttributeInfo() that allows retrieving the byte offsets for attribute names and values (patch #3446384). Added CMake build system. See bug #2990652 and patch #3312568. Added run-benchmark target to Makefile.in - relies on testdata module present in the same relative location as in the repository. Status: Vendor Tag: expat Release Tags: expat-2-1-0 N src/external/mit/expat/dist/CMakeLists.txt U src/external/mit/expat/dist/COPYING U src/external/mit/expat/dist/expat.dsw U src/external/mit/expat/dist/README U src/external/mit/expat/dist/Changes N src/external/mit/expat/dist/ConfigureChecks.cmake U src/external/mit/expat/dist/configure N src/external/mit/expat/dist/expat.pc.in N src/external/mit/expat/dist/expat_config.h.cmake N src/external/mit/expat/dist/CMake.README U src/external/mit/expat/dist/MANIFEST U src/external/mit/expat/dist/expat_config.h.in U src/external/mit/expat/dist/Makefile.in U src/external/mit/expat/dist/configure.in N src/external/mit/expat/dist/aclocal.m4 C src/external/mit/expat/dist/conftools/mkinstalldirs U src/external/mit/expat/dist/conftools/PrintPath U src/external/mit/expat/dist/conftools/config.sub U src/external/mit/expat/dist/conftools/expat.m4 U src/external/mit/expat/dist/conftools/get-version.sh U src/external/mit/expat/dist/conftools/install-sh U src/external/mit/expat/dist/conftools/ltmain.sh U src/external/mit/expat/dist/conftools/config.guess C src/external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 U src/external/mit/expat/dist/examples/outline.c U src/external/mit/expat/dist/examples/elements.c U src/external/mit/expat/dist/examples/elements.dsp U src/external/mit/expat/dist/examples/outline.dsp U src/external/mit/expat/dist/bcb5/libexpatw_mtd.def U src/external/mit/expat/dist/bcb5/expat_static.mak U src/external/mit/expat/dist/bcb5/outline.mak U src/external/mit/expat/dist/bcb5/xmlwf.bpf U src/external/mit/expat/dist/bcb5/all_projects.bpg U src/external/mit/expat/dist/bcb5/expatw.mak U src/external/mit/expat/dist/bcb5/expat.mak U src/external/mit/expat/dist/bcb5/xmlwf.bpr U src/external/mit/expat/dist/bcb5/expat_static.bpf U src/external/mit/expat/dist/bcb5/expatw.bpf U src/external/mit/expat/dist/bcb5/makefile.mak U src/external/mit/expat/dist/bcb5/outline.bpr U src/external/mit/expat/dist/bcb5/expatw.bpr U src/external/mit/expat/dist/bcb5/expat.bpf U src/external/mit/expat/dist/bcb5/setup.bat U src/external/mit/expat/dist/bcb5/outline.bpf U src/external/mit/expat/dist/bcb5/elements.bpr U src/external/mit/expat/dist/bcb5/elements.mak U src/external/mit/expat/dist/bcb5/elements.bpf U src/external/mit/expat/dist/bcb5/README.txt U src/external/mit/expat/dist/bcb5/expatw_static.mak U src/external/mit/expat/dist/bcb5/expatw_static.bpf U src/external/mit/expat/dist/bcb5/libexpat_mtd.def U src/external/mit/expat/dist/bcb5/expat_static.bpr
CVS commit: src/external/mit/expat/dist
Module Name:src Committed By: spz Date: Fri Apr 6 10:46:13 UTC 2012 Modified Files: src/external/mit/expat/dist/conftools: ac_c_bigendian_cross.m4 mkinstalldirs src/external/mit/expat/dist/lib: xmlparse.c xmltok_impl.c Removed Files: src/external/mit/expat/dist/amiga: stdlib.c src/external/mit/expat/dist/conftools: libtool.m4 Log Message: merge expat-2.1.0 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/expat/dist/amiga/stdlib.c cvs rdiff -u -r1.2 -r1.3 \ src/external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 \ src/external/mit/expat/dist/conftools/mkinstalldirs cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/expat/dist/conftools/libtool.m4 cvs rdiff -u -r1.2 -r1.3 src/external/mit/expat/dist/lib/xmlparse.c \ src/external/mit/expat/dist/lib/xmltok_impl.c 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: spz Date: Fri Apr 6 10:49:29 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/external/mit/expat/lib/libexpat: expat_config.h shlib_version Log Message: adjust for expat-2.1.0 To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.85 -r1.86 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.161 -r1.162 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.151 -r1.152 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.621 -r1.622 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.73 -r1.74 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.74 -r1.75 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.159 -r1.160 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.142 -r1.143 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.214 -r1.215 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.1 -r1.2 src/external/mit/expat/lib/libexpat/expat_config.h \ src/external/mit/expat/lib/libexpat/shlib_version 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: spz Date: Fri Apr 6 10:55:19 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: expat is now at 2.1.0 To generate a diff of this commit: cvs rdiff -u -r1.932 -r1.933 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/cut
Module Name:src Committed By: wiz Date: Fri Apr 6 11:34:58 UTC 2012 Modified Files: src/usr.bin/cut: cut.c Log Message: Sync usage with man page, from Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/cut/cut.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/time
Module Name:src Committed By: wiz Date: Fri Apr 6 11:35:39 UTC 2012 Modified Files: src/lib/libc/time: strftime.3 Log Message: Fix typo, from Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/time/strftime.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: wiz Date: Fri Apr 6 11:36:04 UTC 2012 Modified Files: src/lib/libutil: parsedate.3 Log Message: Fix capitalization and typo, from Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libutil/parsedate.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/date
Module Name:src Committed By: wiz Date: Fri Apr 6 11:36:56 UTC 2012 Modified Files: src/bin/date: date.1 Log Message: - fix timed(8) references; - fix capitalization; - add reference to environ(7) in `SEE ALSO' section, as it is mentioned in the text. >From patch by Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/date/date.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/cat
Module Name:src Committed By: wiz Date: Fri Apr 6 11:42:08 UTC 2012 Modified Files: src/bin/cat: cat.1 Log Message: Describe behaviour when no arguments are given. Add comma. Bump date. >From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/cat/cat.1 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: skrll Date: Fri Apr 6 12:21:59 UTC 2012 Modified Files: src/sys/arch/hp700/conf: GENERIC src/sys/arch/hp700/dev: cpu.c src/sys/arch/hp700/hp700: locore.S src/sys/arch/hppa/hppa: fpu.c trap.S trap.c Log Message: unifdef FPEMUL. All our supported systems have an FPU. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/hp700/conf/GENERIC cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hp700/dev/cpu.c cvs rdiff -u -r1.59 -r1.60 src/sys/arch/hp700/hp700/locore.S cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hppa/hppa/fpu.c cvs rdiff -u -r1.65 -r1.66 src/sys/arch/hppa/hppa/trap.S cvs rdiff -u -r1.99 -r1.100 src/sys/arch/hppa/hppa/trap.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/hppa/hppa
Module Name:src Committed By: skrll Date: Fri Apr 6 13:09:32 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Remove unnecessary cache flushes. FP regs are stored in memory from a pool which is direct mapped and therefore available in virtual and physical modes. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/hppa/hppa/trap.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/hppa/hppa
Module Name:src Committed By: skrll Date: Fri Apr 6 13:13:13 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Update comments to reflect that we always have a hardware FPU. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/hppa/hppa/trap.S 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: Fri Apr 6 17:02:09 UTC 2012 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/loader [netbsd-6]: Makefile src/tests/lib/libppath [netbsd-6]: Makefile plist_to_c Log Message: Pull up following revision(s) (requested by joerg in ticket #147): tests/lib/libppath/Makefile: revision 1.4 external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile: revision 1.11 external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile: revision 1.12 tests/lib/libppath/plist_to_c: revision 1.2 Use :Q for quoting. Execute shell script using the host shell. Use :Q for quoting. Execute shell script using the host shell. Use toolchain awk to make them buildable on Solaris 10. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.10.4.1 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile cvs rdiff -u -r1.3 -r1.3.2.1 src/tests/lib/libppath/Makefile cvs rdiff -u -r1.1 -r1.1.4.1 src/tests/lib/libppath/plist_to_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/scsipi
Module Name:src Committed By: chs Date: Fri Apr 6 17:12:46 UTC 2012 Modified Files: src/sys/dev/scsipi: atapiconf.c Log Message: take the kernel lock during detach of atapibus as well. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/scsipi/atapiconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: chs Date: Fri Apr 6 17:16:30 UTC 2012 Modified Files: src/sys/uvm: uvm_glue.c Log Message: fix uarea_system_poolpage_free() to handle freeing a uarea that was not allocated by cpu_uarea_alloc() (ie. on plaforms where cpu_uarea_alloc() failing is not fatal). fixes PR 46284. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/uvm/uvm_glue.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/x86
Module Name:src Committed By: chs Date: Fri Apr 6 17:23:40 UTC 2012 Modified Files: src/sys/arch/x86/include: specialreg.h src/sys/arch/x86/x86: errata.c Log Message: bring in this change from openbsd: Implement the AMD suggested workaround for family 10h & 12h errata 721 "Processor May Incorrectly Update Stack Pointer" by setting a bit marked 'reserved' in an MSR that is only "documented" to exist on 12h. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/include/specialreg.h cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/errata.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/landisk/landisk
Module Name:src Committed By: riz Date: Fri Apr 6 17:28:04 UTC 2012 Modified Files: src/sys/arch/landisk/landisk [netbsd-6]: bus_dma.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #160): sys/arch/landisk/landisk/bus_dma.c: revision 1.15 Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops as other mips and arm ports. All cached data is cared on BUS_DMASYNC_PREREAD and invalidating cache without writeback could cause unexpected data loss if specified sync region is not cacheline aligned. This may fix "ffs_alloccg: map corrupted" panic on acardide IDE disks, which didn't happen on USB HDD. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.8.1 src/sys/arch/landisk/landisk/bus_dma.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/fs/msdosfs
Module Name:src Committed By: riz Date: Fri Apr 6 17:40:21 UTC 2012 Modified Files: src/sys/fs/msdosfs [netbsd-6]: msdosfs_vnops.c Log Message: Pull up following revision(s) (requested by njoly in ticket #161): sys/fs/msdosfs/msdosfs_vnops.c: revision 1.81 sys/fs/msdosfs/msdosfs_vnops.c: revision 1.82 Report the SF_ARCHIVED file flag if set. Add missing braces in previous commit. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.79.4.1 src/sys/fs/msdosfs/msdosfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev
Module Name:src Committed By: riz Date: Fri Apr 6 17:44:21 UTC 2012 Modified Files: src/sys/dev [netbsd-6]: vnd.c vndvar.h Log Message: Pull up following revision(s) (requested by hannken in ticket #162): sys/dev/vnd.c: revision 1.220 sys/dev/vndvar.h: revision 1.32 When backed by a sparse file limit the number of pending requests. Should fix PR #45829: "writing to vnd on sparse file blocks on pager_map" where the pager_map gets exhausted by requests enqueued on a vnd device and the device worker thread blocks on putpages() needing the map. While here always sync the underlying vnode before calling biodone(). XXX: vnd should be converted to mutex/condvar. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.219.8.1 src/sys/dev/vnd.c cvs rdiff -u -r1.31 -r1.31.8.1 src/sys/dev/vndvar.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/usr.sbin/cpuctl/arch
Module Name:src Committed By: riz Date: Fri Apr 6 17:46:41 UTC 2012 Modified Files: src/usr.sbin/cpuctl/arch [netbsd-6]: i386.c Log Message: Pull up following revision(s) (requested by cegger in ticket #163): usr.sbin/cpuctl/arch/i386.c: revision 1.30 report l3 cache information on AMD Family 10h and newer processors To generate a diff of this commit: cvs rdiff -u -r1.27.2.2 -r1.27.2.3 src/usr.sbin/cpuctl/arch/i386.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: Fri Apr 6 17:48:09 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 147,160-163. To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 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/dev/mii
Module Name:src Committed By: matt Date: Fri Apr 6 18:49:17 UTC 2012 Modified Files: src/sys/dev/mii: miidevs Log Message: Add VSC8221 To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/dev/mii/miidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/mii
Module Name:src Committed By: matt Date: Fri Apr 6 18:49:45 UTC 2012 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.97 -r1.98 src/sys/dev/mii/miidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/fdisk
Module Name:src Committed By: christos Date: Fri Apr 6 20:09:26 UTC 2012 Modified Files: src/sbin/fdisk: fdisk.8 fdisk.c Log Message: support sector sizes > 512. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sbin/fdisk/fdisk.8 cvs rdiff -u -r1.139 -r1.140 src/sbin/fdisk/fdisk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libgomp/arch/m68k
Module Name:src Committed By: he Date: Fri Apr 6 20:10:28 UTC 2012 Modified Files: src/external/gpl3/gcc/lib/libgomp/arch/m68k: config.h Log Message: Disable HAVE_TLS for now for gcc's libgomp, since it otherwise causes gcc indigestion (internal compiler error) for all m68k ports. mrg@ says this will do for now, and committing to this generated- by-mknative file is ok. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isa
Module Name:src Committed By: plunky Date: Fri Apr 6 20:16:59 UTC 2012 Modified Files: src/sys/dev/isa: spkr.c Log Message: device_pmf_is_registered() is not required To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/isa/spkr.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: plunky Date: Fri Apr 6 20:24:29 UTC 2012 Modified Files: src/sys/dev/pci: agp.c Log Message: device_pmf_is_registered() is not required To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/agp.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/isa
Module Name:src Committed By: plunky Date: Fri Apr 6 20:33:20 UTC 2012 Modified Files: src/sys/dev/isa: pcppi.c Log Message: device_pmf_is_registered() is not required To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/isa/pcppi.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/x86/pci
Module Name:src Committed By: plunky Date: Fri Apr 6 20:38:52 UTC 2012 Modified Files: src/sys/arch/x86/pci: pcib.c Log Message: device_pmf_is_registered() is not required To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/pci/pcib.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/pdisk
Module Name:src Committed By: christos Date: Fri Apr 6 22:41:47 UTC 2012 Modified Files: src/dist/pdisk: ATA_media.c DoSCSICommand.c DoSCSICommand.h MacSCSICommand.h SCSI_media.c bitfield.c bitfield.h convert.c cvt_pt.c deblock_media.c deblock_media.h dpme.h dump.c dump.h file_media.c hfs_misc.c io.c io.h layout_dump.c layout_dump.h makefile media.c media.h partition_map.c partition_map.h pathname.c pdisk.c util.c util.h validate.c version.h Log Message: make this work on 64 bit machines; use stdint/inttypes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/pdisk/ATA_media.c \ src/dist/pdisk/SCSI_media.c src/dist/pdisk/convert.c \ src/dist/pdisk/deblock_media.c src/dist/pdisk/deblock_media.h \ src/dist/pdisk/hfs_misc.c src/dist/pdisk/io.h src/dist/pdisk/makefile \ src/dist/pdisk/pathname.c cvs rdiff -u -r1.1.1.1 -r1.2 src/dist/pdisk/DoSCSICommand.c \ src/dist/pdisk/DoSCSICommand.h src/dist/pdisk/MacSCSICommand.h \ src/dist/pdisk/bitfield.c src/dist/pdisk/bitfield.h src/dist/pdisk/dpme.h \ src/dist/pdisk/layout_dump.h src/dist/pdisk/media.c \ src/dist/pdisk/media.h src/dist/pdisk/util.h src/dist/pdisk/version.h cvs rdiff -u -r1.5 -r1.6 src/dist/pdisk/cvt_pt.c src/dist/pdisk/io.c \ src/dist/pdisk/partition_map.h cvs rdiff -u -r1.11 -r1.12 src/dist/pdisk/dump.c cvs rdiff -u -r1.3 -r1.4 src/dist/pdisk/dump.h src/dist/pdisk/layout_dump.c \ src/dist/pdisk/util.c cvs rdiff -u -r1.6 -r1.7 src/dist/pdisk/file_media.c cvs rdiff -u -r1.13 -r1.14 src/dist/pdisk/partition_map.c cvs rdiff -u -r1.19 -r1.20 src/dist/pdisk/pdisk.c cvs rdiff -u -r1.4 -r1.5 src/dist/pdisk/validate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/pdisk
Module Name:src Committed By: christos Date: Fri Apr 6 22:42:50 UTC 2012 Modified Files: src/sbin/pdisk: Makefile Log Message: compile this for everyone, and warns=5 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/pdisk/Makefile 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
Module Name:src Committed By: christos Date: Fri Apr 6 22:46:17 UTC 2012 Modified Files: src/distrib/sets/lists/base: md.mac68k md.macppc mi src/distrib/sets/lists/comp: md.mac68k md.macppc mi Log Message: pdisk is now mi (except for rescue) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/base/md.mac68k cvs rdiff -u -r1.30 -r1.31 src/distrib/sets/lists/base/md.macppc cvs rdiff -u -r1.989 -r1.990 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.58 -r1.59 src/distrib/sets/lists/comp/md.mac68k cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/comp/md.macppc cvs rdiff -u -r1.1748 -r1.1749 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/scsipi
Module Name:src Committed By: christos Date: Fri Apr 6 22:50:40 UTC 2012 Modified Files: src/sys/dev/scsipi: scsiconf.c scsipiconf.h sd.c Log Message: Add a quirk for the Apple iPod whose mode sense commands fails with not ready. Seems to work just fine if we send a start command first... To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/sys/dev/scsipi/scsiconf.c cvs rdiff -u -r1.118 -r1.119 src/sys/dev/scsipi/scsipiconf.h cvs rdiff -u -r1.296 -r1.297 src/sys/dev/scsipi/sd.c 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: riz Date: Fri Apr 6 23:48:54 UTC 2012 Modified Files: src/distrib/utils/sysinst: Makefile.inc defs.h install.c main.c menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl net.c target.c util.c Added Files: src/distrib/utils/sysinst: checkrc.c configmenu.c Log Message: Implement a post-install configuration menu, as proposed on tech-install. Enables the user to configure a few additional items, including using pkgin to manage binary packages, in a post-install menu which replaces the series of questions (Do you want to set a root password? etc). This is by no means a perfect solution, nor should it discourage anyone from working on more sweeping changes to sysinst. Some bug fixes, and .de translation provided by Julian Fagir. XXX .es, .fr and .pl translations still needed. Please help! To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/distrib/utils/sysinst/Makefile.inc cvs rdiff -u -r0 -r1.1 src/distrib/utils/sysinst/checkrc.c \ src/distrib/utils/sysinst/configmenu.c cvs rdiff -u -r1.161 -r1.162 src/distrib/utils/sysinst/defs.h cvs rdiff -u -r1.45 -r1.46 src/distrib/utils/sysinst/install.c cvs rdiff -u -r1.63 -r1.64 src/distrib/utils/sysinst/main.c cvs rdiff -u -r1.44 -r1.45 src/distrib/utils/sysinst/menus.mi cvs rdiff -u -r1.64 -r1.65 src/distrib/utils/sysinst/msg.mi.de cvs rdiff -u -r1.171 -r1.172 src/distrib/utils/sysinst/msg.mi.en cvs rdiff -u -r1.42 -r1.43 src/distrib/utils/sysinst/msg.mi.es cvs rdiff -u -r1.123 -r1.124 src/distrib/utils/sysinst/msg.mi.fr cvs rdiff -u -r1.82 -r1.83 src/distrib/utils/sysinst/msg.mi.pl cvs rdiff -u -r1.130 -r1.131 src/distrib/utils/sysinst/net.c cvs rdiff -u -r1.54 -r1.55 src/distrib/utils/sysinst/target.c cvs rdiff -u -r1.174 -r1.175 src/distrib/utils/sysinst/util.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/raidframe
Module Name:src Committed By: christos Date: Sat Apr 7 01:39:39 UTC 2012 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: If our raid is now accessed from wedges, adjust the root to be the wedge that corresponds to partition a. Is there a better way? To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297 src/sys/dev/raidframe/rf_netbsdkintf.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/evbarm/conf
Module Name:src Committed By: tsutsui Date: Sat Apr 7 01:44:08 UTC 2012 Added Files: src/sys/arch/evbarm/conf: README.evbarm Log Message: Add a "supported board list" of NetBSD/evbarm with a brief desctiption of each board. Surveyed for NetBSD port presentation at Open Source Conference 2012 Ehime. Thanks to agc@, kiyohara@, and macallan@ for comments. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/README.evbarm 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: tsutsui Date: Sat Apr 7 03:08:33 UTC 2012 Modified Files: src/distrib/utils/sysinst: mbr.c Log Message: Use 1MB alignment rather than the default 63 sectors for fdisk partition boundary for >128GB disks, as fdisk(8) does. No particular comments for my PR install/45990. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/distrib/utils/sysinst/mbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount
Module Name:src Committed By: christos Date: Sat Apr 7 03:13:32 UTC 2012 Modified Files: src/sbin/mount: Makefile mount.c Log Message: Accept NAME=label for special so that we can wire down our wedges. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sbin/mount/Makefile cvs rdiff -u -r1.93 -r1.94 src/sbin/mount/mount.c 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: Sat Apr 7 03:14:07 UTC 2012 Modified Files: src/share/man/man5: fstab.5 Log Message: document NAME=label To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 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/sys/arch/evbarm/conf
Module Name:src Committed By: tsutsui Date: Sat Apr 7 03:25:00 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: ADI_BRH ARMADILLO210 ARMADILLO9 BEAGLEBOARD CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE GUMSTIX HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321 IXDP425 IXM1200 LUBBOCK MMNET_GENERIC MPCSA_GENERIC NAPPI NETWALKER NSLU2 OSK5912 OVERO SMDK2410 SMDK2800 TEAMASA_NPWR TEAMASA_NPWR_FC TISDP2420 TISDP2430 TS7200 TWINTAIL VIPER ZAO425 Log Message: Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbarm/conf/ADI_BRH cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/ARMADILLO210 cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/conf/ARMADILLO9 cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/BEAGLEBOARD \ src/sys/arch/evbarm/conf/CP3100 cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/GEMINI \ src/sys/arch/evbarm/conf/GEMINI_MASTER \ src/sys/arch/evbarm/conf/GEMINI_SLAVE src/sys/arch/evbarm/conf/TISDP2420 \ src/sys/arch/evbarm/conf/TISDP2430 cvs rdiff -u -r1.65 -r1.66 src/sys/arch/evbarm/conf/GUMSTIX \ src/sys/arch/evbarm/conf/INTEGRATOR cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/conf/HDL_G cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/IMX31LITE cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/conf/IQ31244 cvs rdiff -u -r1.74 -r1.75 src/sys/arch/evbarm/conf/IQ80310 cvs rdiff -u -r1.71 -r1.72 src/sys/arch/evbarm/conf/IQ80321 \ src/sys/arch/evbarm/conf/TEAMASA_NPWR cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/conf/IXDP425 \ src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbarm/conf/IXM1200 \ src/sys/arch/evbarm/conf/TS7200 cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/LUBBOCK cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/MMNET_GENERIC cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/MPCSA_GENERIC cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/conf/NAPPI \ src/sys/arch/evbarm/conf/ZAO425 cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/NETWALKER cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/NSLU2 cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/OSK5912 cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/OVERO cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/conf/SMDK2410 \ src/sys/arch/evbarm/conf/SMDK2800 cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/conf/TWINTAIL cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/conf/VIPER 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: Sat Apr 7 03:47:31 UTC 2012 Modified Files: src/lib/libc/gen: getfsent.3 Log Message: cross reference getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/getfsent.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Sat Apr 7 04:04:21 UTC 2012 Modified Files: src/include: util.h Log Message: add getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/include/util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: christos Date: Sat Apr 7 04:04:46 UTC 2012 Modified Files: src/lib/libutil: Makefile shlib_version Added Files: src/lib/libutil: getfsspecname.3 getfsspecname.c Log Message: add getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libutil/Makefile cvs rdiff -u -r0 -r1.1 src/lib/libutil/getfsspecname.3 \ src/lib/libutil/getfsspecname.c cvs rdiff -u -r1.49 -r1.50 src/lib/libutil/shlib_version 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
Module Name:src Committed By: christos Date: Sat Apr 7 04:09:57 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi Log Message: bump libutil and new getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.162 -r1.163 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.152 -r1.153 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.622 -r1.623 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.74 -r1.75 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.160 -r1.161 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.143 -r1.144 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.1749 -r1.1750 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.215 -r1.216 src/distrib/sets/lists/comp/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount
Module Name:src Committed By: christos Date: Sat Apr 7 04:13:06 UTC 2012 Modified Files: src/sbin/mount: mount.c Log Message: use getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sbin/mount/mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin
Module Name:src Committed By: christos Date: Sat Apr 7 04:52:21 UTC 2012 Modified Files: src/sbin/dump: Makefile main.c optr.c src/sbin/dump_lfs: Makefile src/sbin/fsck: fsck.c fsutil.c preen.c src/sbin/swapctl: swapctl.c src/sbin/tunefs: tunefs.c Log Message: use getfsspecname() To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sbin/dump/Makefile cvs rdiff -u -r1.67 -r1.68 src/sbin/dump/main.c cvs rdiff -u -r1.36 -r1.37 src/sbin/dump/optr.c cvs rdiff -u -r1.13 -r1.14 src/sbin/dump_lfs/Makefile cvs rdiff -u -r1.50 -r1.51 src/sbin/fsck/fsck.c cvs rdiff -u -r1.20 -r1.21 src/sbin/fsck/fsutil.c cvs rdiff -u -r1.30 -r1.31 src/sbin/fsck/preen.c cvs rdiff -u -r1.36 -r1.37 src/sbin/swapctl/swapctl.c cvs rdiff -u -r1.44 -r1.45 src/sbin/tunefs/tunefs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin
Module Name:src Committed By: christos Date: Sat Apr 7 05:07:33 UTC 2012 Modified Files: src/usr.sbin/dumpfs: dumpfs.c src/usr.sbin/edquota: edquota.c src/usr.sbin/quotacheck: quotacheck.c src/usr.sbin/quotaon: Makefile quotaon.c Log Message: use getfsspecname() To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/dumpfs/dumpfs.c cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/edquota/edquota.c cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/quotacheck/quotacheck.c cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/quotaon/Makefile cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/quotaon/quotaon.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/dkwedge
Module Name:src Committed By: christos Date: Sat Apr 7 05:09:09 UTC 2012 Modified Files: src/sys/dev/dkwedge: dkwedge_mbr.c Log Message: use the partition sector size. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/dkwedge/dkwedge_mbr.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/dkwedge
Module Name:src Committed By: christos Date: Sat Apr 7 05:36:10 UTC 2012 Added Files: src/sys/dev/dkwedge: dkwedge_apple.c Log Message: recognize apple disks. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/dkwedge/dkwedge_apple.c 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: christos Date: Sat Apr 7 05:36:50 UTC 2012 Modified Files: src/sys/conf: files Log Message: Add apple autodiscovery. To generate a diff of this commit: cvs rdiff -u -r1.1046 -r1.1047 src/sys/conf/files 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 7 05:38:07 UTC 2012 Modified Files: src/sys/kern: subr_disk_open.c Log Message: make this bitch less when we have wedges (EBUSY for the underlying disks) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/kern/subr_disk_open.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: christos Date: Sat Apr 7 05:38:49 UTC 2012 Modified Files: src/sys/kern: init_sysctl.c Log Message: remove bogus check. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/kern/init_sysctl.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/amd64/conf
Module Name:src Committed By: christos Date: Sat Apr 7 05:39:56 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add apple autodiscovery. To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/conf
Module Name:src Committed By: christos Date: Sat Apr 7 05:40:42 UTC 2012 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: add apple autodiscovery To generate a diff of this commit: cvs rdiff -u -r1.1068 -r1.1069 src/sys/arch/i386/conf/GENERIC 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: christos Date: Sat Apr 7 05:42:57 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Today's work To generate a diff of this commit: cvs rdiff -u -r1.1693 -r1.1694 src/doc/CHANGES 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: christos Date: Sat Apr 7 05:43:33 UTC 2012 Modified Files: src/doc: CHANGES Log Message: one more. To generate a diff of this commit: cvs rdiff -u -r1.1694 -r1.1695 src/doc/CHANGES 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: christos Date: Sat Apr 7 05:55:00 UTC 2012 Modified Files: src/distrib/sets/lists/base: rescue.mac68k rescue.macppc rescue.mi Log Message: I guess pdisk gets installed everywhere now To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base/rescue.mac68k cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base/rescue.macppc cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/base/rescue.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount
Module Name:src Committed By: christos Date: Sat Apr 7 05:58:55 UTC 2012 Modified Files: src/sbin/mount: Makefile Log Message: add missing DPADD To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sbin/mount/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.