CVS commit: src/sys/arch/amd64/include
Module Name:src Committed By: sborrill Date: Wed Aug 15 08:09:57 UTC 2012 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires VM_PHYSSEG_MAX to be turned up to 11 to avoid an early panic. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amd64/include/vmparam.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/i386/include
Module Name:src Committed By: sborrill Date: Wed Aug 15 08:10:29 UTC 2012 Modified Files: src/sys/arch/i386/include: vmparam.h Log Message: Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires VM_PHYSSEG_MAX to be turned up to 11 to avoid an early panic. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/i386/include/vmparam.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/postinstall
Module Name:src Committed By: apb Date: Wed Aug 15 12:48:20 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Don't rely on stat(1) with format "%SHr" to print the correct names. That uses devname(3) internally, which doesn't work at all in a cross build environment, and doesn't do what I thought even in a native environment. Instead, parse the device major numbers for the pty master and slave devices from the output of "MAKEDEV -s pty0" and check those against the actual device node that we are thinking of removing. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 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: src
Module Name:src Committed By: apb Date: Wed Aug 15 12:50:12 UTC 2012 Modified Files: src: Makefile Log Message: Add HOST_SH to _POSTINSTALL_ENV; needed for usr.sbin/postinstall/postinstall revision 1.145. To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: drochner Date: Wed Aug 15 13:28:32 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: return errno if pthread_create hits the system limit, not just -1 (this is not entirely correct because it can return ENOMEM which is not mentioned in the spec, but there are other places in pthread_create whete ENOMEM is returned -- it at all, this should be fixed everywhere) To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/dist/ipsec-tools/src/racoon
Module Name:src Committed By: manu Date: Wed Aug 15 14:51:30 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: Fix make test on powermac G5. Patch from Nakano Takaharu To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \ src/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.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
Module Name:src Committed By: riz Date: Wed Aug 15 15:22:55 UTC 2012 Modified Files: src/sys/arch/amd64/include [netbsd-6]: vmparam.h src/sys/arch/i386/include [netbsd-6]: vmparam.h Log Message: Pull up following revision(s) (requested by sborrill in ticket #501): sys/arch/amd64/include/vmparam.h: revision 1.31 sys/arch/i386/include/vmparam.h: revision 1.75 Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires VM_PHYSSEG_MAX to be turned up to 11 to avoid an early panic. Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires VM_PHYSSEG_MAX to be turned up to 11 to avoid an early panic. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.29.2.1 src/sys/arch/amd64/include/vmparam.h cvs rdiff -u -r1.72 -r1.72.14.1 src/sys/arch/i386/include/vmparam.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: Wed Aug 15 15:23:15 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket 501. To generate a diff of this commit: cvs rdiff -u -r1.1.2.186 -r1.1.2.187 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
Module Name:src Committed By: sborrill Date: Wed Aug 15 15:33:01 UTC 2012 Modified Files: src/sys/arch/amd64/conf [netbsd-6]: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/cobalt/conf [netbsd-6]: GENERIC src/sys/arch/i386/conf [netbsd-6]: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/mvmeppc/conf [netbsd-6]: GENERIC src/sys/arch/shark/conf [netbsd-6]: GENERIC src/sys/arch/sparc64/conf [netbsd-6]: GENERIC GENERIC.DEBUG src/sys/arch/zaurus/conf [netbsd-6]: GENERIC Log Message: Pull up the following revisions(s) (requested by martin in ticket #502): sys/arch/cobalt/conf/GENERIC: patch sys/arch/i386/conf/GENERIC: patch sys/arch/i386/conf/XEN3_DOM0: patch sys/arch/i386/conf/XEN3_DOMU: patch sys/arch/mvmeppc/conf/GENERIC: patch sys/arch/shark/conf/GENERIC:patch sys/arch/sparc64/conf/GENERIC: patch sys/arch/sparc64/conf/GENERIC.DEBUG:patch sys/arch/zaurus/conf/GENERIC: patch Switch off DIAGNOSTIC and/or DEBUG on release kernels. Enable DIAGNOSTIC in DEBUG kernels to allow for option being switched off in GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.348.2.5 -r1.348.2.6 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.77.2.5 -r1.77.2.6 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.36.2.1 -r1.36.2.2 src/sys/arch/amd64/conf/XEN3_DOMU cvs rdiff -u -r1.133 -r1.133.2.1 src/sys/arch/cobalt/conf/GENERIC cvs rdiff -u -r1.1066.2.6 -r1.1066.2.7 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.60.2.4 -r1.60.2.5 src/sys/arch/i386/conf/XEN3_DOM0 cvs rdiff -u -r1.41.2.1 -r1.41.2.2 src/sys/arch/i386/conf/XEN3_DOMU cvs rdiff -u -r1.15 -r1.15.2.1 src/sys/arch/mvmeppc/conf/GENERIC cvs rdiff -u -r1.98.2.1 -r1.98.2.2 src/sys/arch/shark/conf/GENERIC cvs rdiff -u -r1.148.2.1 -r1.148.2.2 src/sys/arch/sparc64/conf/GENERIC cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/arch/sparc64/conf/GENERIC.DEBUG cvs rdiff -u -r1.51.2.1 -r1.51.2.2 src/sys/arch/zaurus/conf/GENERIC 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: sborrill Date: Wed Aug 15 15:34:04 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #502 To generate a diff of this commit: cvs rdiff -u -r1.1.2.187 -r1.1.2.188 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/pci
Module Name:src Committed By: macallan Date: Wed Aug 15 15:39:23 UTC 2012 Modified Files: src/sys/dev/pci: machfbreg.h Log Message: add a few register definitions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/machfbreg.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/postinstall
Module Name:src Committed By: apb Date: Wed Aug 15 16:21:41 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall postinstall.8 Log Message: Remove the ability to specify multiple colon-separated fiel names with a single "-s" option. Multiple "-s" options must now be used instead. We have been printing a warning about this since 2008-09-14. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/usr.sbin/postinstall/postinstall cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/postinstall/postinstall.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/etcupdate
Module Name:src Committed By: apb Date: Wed Aug 15 16:26:41 UTC 2012 Modified Files: src/usr.sbin/etcupdate: etcupdate etcupdate.8 Log Message: Remove the ability to specify multiple colon-separated file names with a single "-s" option. Multiple "-s" options must now be used instead. We have been printing a warning about this since 2008-09-14. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/etcupdate/etcupdate cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/etcupdate/etcupdate.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/amd64/ramdisks/common
Module Name:src Committed By: riz Date: Wed Aug 15 16:48:41 UTC 2012 Modified Files: src/distrib/amd64/ramdisks/common: list.ramdisk Log Message: Add sbin/gpt to amd64 install ramdisk. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/amd64/ramdisks/common/list.ramdisk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/i386/ramdisks/common
Module Name:src Committed By: riz Date: Wed Aug 15 16:49:09 UTC 2012 Modified Files: src/distrib/i386/ramdisks/common: list.ramdisk Log Message: Add sbin/gpt to i386 install ramdisk. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/distrib/i386/ramdisks/common/list.ramdisk 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: macallan Date: Wed Aug 15 17:02:41 UTC 2012 Modified Files: src/sys/dev/pci: machfb.c Log Message: some cleanup: - get rid of some redundant variables ( sc_*phys and sc_*base were essentially the same ) - we don't access video memory directly anymore, so: * no more need for byte order tests * don't map video memory if we have a MMIO register aperture * get rid of various bits of support code dealing with video memory access - use MMIO register aperture if available, turn off register blocks in the main aperture if not in use, to avoid overlap with video memory on 8MB cards - don't scissor off access to off-screen memory. How the hell did this work on Rage II? Apparently Rage XL treats the scissor registers slightly different. Now this works properly on 8MB and Rage XL boards like Sun's PGX64. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/machfb.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/arm/include
Module Name:src Committed By: matt Date: Wed Aug 15 17:20:27 UTC 2012 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add SWP enable bit to system control register (Cortex-A9). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/arm/include/armreg.h 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-mach64/dist/src
Module Name:xsrc Committed By: macallan Date: Wed Aug 15 17:35:03 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-mach64/dist/src: atipreinit.c Log Message: set the default reference clock for Rage XL on sparc to 29.498MHz now the PGX64 works out of the box with no config file To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-mach64/dist/src/atipreinit.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: sborrill Date: Wed Aug 15 17:36:46 UTC 2012 Modified Files: src [netbsd-6]: Makefile src/usr.sbin/postinstall [netbsd-6]: postinstall Log Message: Pull up the following revisions(s) (requested by martin in ticket #503): usr.sbin/postinstall/postinstall: revision 1.142-1.145 Makefile: revision 1.295-1.298 Make test for and removal of old pty device nodes more portable. To generate a diff of this commit: cvs rdiff -u -r1.291.2.1 -r1.291.2.2 src/Makefile cvs rdiff -u -r1.129.2.8 -r1.129.2.9 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/doc
Module Name:src Committed By: sborrill Date: Wed Aug 15 17:37:13 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #503 To generate a diff of this commit: cvs rdiff -u -r1.1.2.188 -r1.1.2.189 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/pci
Module Name:src Committed By: macallan Date: Wed Aug 15 17:43:59 UTC 2012 Modified Files: src/sys/dev/pci: machfb.c Log Message: don't forget to clear the screen and wipe the glyph cache when re-entering terminal emulation mode To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/pci/machfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net
Module Name:src Committed By: rmind Date: Wed Aug 15 17:56:58 UTC 2012 Modified Files: src/sys/rump/net: Makefile.rumpnetcomp Log Message: Enable the build of librumpnet_npf. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/net/Makefile.rumpnetcomp 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: rmind Date: Wed Aug 15 18:44:57 UTC 2012 Modified Files: src/lib/libnpf: npf.c src/sys/net/npf: npf_ctl.c npf_nat.c Log Message: - {npf_mk_rproc,npf_nat_save}: fix the fetching of {rproc-ptr,id_ptr}. - npf_rproc_setlog: initialise variables to 0, as keys may not exist. Bugs found by mlelstv@ while testing on Amiga. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libnpf/npf.c cvs rdiff -u -r1.16 -r1.17 src/sys/net/npf/npf_ctl.c \ src/sys/net/npf/npf_nat.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/dev
Module Name:src Committed By: tsutsui Date: Wed Aug 15 19:13:58 UTC 2012 Modified Files: src/sys/arch/x68k/dev: event_var.h Log Message: Make sure to take proc_lock mutex on calling psignal(9) in EV_WAKEUP() macro as sys/dev/sun/event_var.h does. Fixes immediate KASSERT(mutex_owned(proc_lock)) panic during running Xserver on DIAGNOSTIC kernel. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/dev/event_var.h 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: rmind Date: Wed Aug 15 19:47:39 UTC 2012 Modified Files: src/sys/net/npf: npf_impl.h npf_state.c src/usr.sbin/npf/npftest: npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest: npf_test.h npf_test_subr.c Log Message: Add npf_state_setsampler() for _NPF_TESTING case. This also fixes the build. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/net/npf/npf_impl.h cvs rdiff -u -r1.11 -r1.12 src/sys/net/npf/npf_state.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npftest/npftest.c \ src/usr.sbin/npf/npftest/npftest.h cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npftest/libnpftest/npf_test.h cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.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: matt Date: Wed Aug 15 20:38:50 UTC 2012 Modified Files: src/distrib/sets/lists/comp: ad.arm ad.armeb src/sys/arch/arm/include: Makefile Log Message: Export To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/comp/ad.arm cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/comp/ad.armeb cvs rdiff -u -r1.42 -r1.43 src/sys/arch/arm/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: alnsn Date: Wed Aug 15 20:59:51 UTC 2012 Modified Files: src/sys/net: bpf.c Log Message: Fix two bugs introduced by recent commit. - When handling contiguous buffer in _bpf_tap(), pass its real size rather than 0 to avoid reading packet data as mbuf struct on out-of-bounds loads. - Correctly pass pktlen and buflen arguments from bpf_deliver() to bpf_filter() to avoid reading mbuf struct as packet data. JIT case is still broken. Also, test pointers againts NULL. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/net/bpf.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: pgoyette Date: Wed Aug 15 21:03:11 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add librumpnet_npf To generate a diff of this commit: cvs rdiff -u -r1.1776 -r1.1777 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/net
Module Name:src Committed By: alnsn Date: Wed Aug 15 21:31:39 UTC 2012 Modified Files: src/sys/net: bpf_filter.c Log Message: MINDEX() macro has 'return 0;' statement. It doesn't set *err to 1 before return when invoked from m_xword() and m_xhalf() functions. The caller doesn't set it to 1 either. So, set *err to 1 before invoking MINDEX(). To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/net/bpf_filter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/bpfilter
Module Name:src Committed By: alnsn Date: Wed Aug 15 21:36:00 UTC 2012 Modified Files: src/tests/net/bpfilter: t_bpfilter.c Log Message: Test contiguous buffer as well. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/bpfilter/t_bpfilter.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: pgoyette Date: Wed Aug 15 22:14:47 UTC 2012 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: Part 2 of librumpnet_npf To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 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/usr.sbin/traceroute
Module Name:src Committed By: zafer Date: Thu Aug 16 00:40:29 UTC 2012 Modified Files: src/usr.sbin/traceroute: traceroute.c Log Message: Pretty print multipath routes. From FreeBSD. ok christos@ To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/usr.sbin/traceroute/traceroute.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/x68k/dev
Module Name:src Committed By: riz Date: Thu Aug 16 02:37:56 UTC 2012 Modified Files: src/sys/arch/x68k/dev [netbsd-6]: event_var.h Log Message: Pull up following revision(s) (requested by tsutsui in ticket #504): sys/arch/x68k/dev/event_var.h: revision 1.9 Make sure to take proc_lock mutex on calling psignal(9) in EV_WAKEUP() macro as sys/dev/sun/event_var.h does. Fixes immediate KASSERT(mutex_owned(proc_lock)) panic during running Xserver on DIAGNOSTIC kernel. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.44.1 src/sys/arch/x68k/dev/event_var.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/bsd/openpam/dist/lib
Module Name:src Committed By: riz Date: Thu Aug 16 02:41:05 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib [netbsd-6]: openpam_dynamic.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #505): external/bsd/openpam/dist/lib/openpam_dynamic.c: revision 1.4 PR/46801: Izumi Tsutsui: - downgrade the error of not finding a file to load to a debug message. Statically linked OpenPAM (like on sun2) does not have shared objects. - make sure we preserve errno around dlclose() which will call munmap() XXX: Pullup to 6 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.2.1 \ src/external/bsd/openpam/dist/lib/openpam_dynamic.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: Thu Aug 16 02:41:29 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 504, 505. To generate a diff of this commit: cvs rdiff -u -r1.1.2.189 -r1.1.2.190 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/lib/libpthread
Module Name:src Committed By: matt Date: Thu Aug 16 04:49:48 UTC 2012 Modified Files: src/lib/libpthread: pthread_int.h pthread_mutex.c pthread_spin.c src/lib/libpthread/arch/arm: pthread_md.h Log Message: Add a pthread__smt_wake and add support for it on arm along with pthread__smt_pause. These are implemented using the ARM instructions SEV (wake) and WFE (pause). These are treated as NOPs on ARM CPUs that don't support them. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/lib/libpthread/pthread_int.h cvs rdiff -u -r1.53 -r1.54 src/lib/libpthread/pthread_mutex.c cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/pthread_spin.c cvs rdiff -u -r1.6 -r1.7 src/lib/libpthread/arch/arm/pthread_md.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: matt Date: Thu Aug 16 04:52:56 UTC 2012 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: Add debug version of librumpnet_npf.so.0 To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 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/share/mk
Module Name:src Committed By: matt Date: Thu Aug 16 05:30:56 UTC 2012 Modified Files: src/share/mk: bsd.own.mk Log Message: Add ARM cpus to those MACHINE_ARCH which USE_COMPILERCRTSTUFF=no To generate a diff of this commit: cvs rdiff -u -r1.705 -r1.706 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.