CVS commit: src/tests/kernel
Module Name:src Committed By: mlelstv Date: Sat Apr 27 07:45:08 UTC 2013 Modified Files: src/tests/kernel: t_umountstress.sh Log Message: shorten test to not time out on our test infrastructure. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/kernel/t_umountstress.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/mtree
Module Name:src Committed By: matt Date: Sat Apr 27 07:59:09 UTC 2013 Modified Files: src/etc/mtree: Makefile Added Files: src/etc/mtree: NetBSD.dist.earm Log Message: Add MKCOMPAT support for earm To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/etc/mtree/Makefile cvs rdiff -u -r0 -r1.1 src/etc/mtree/NetBSD.dist.earm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc
Module Name:src Committed By: matt Date: Sat Apr 27 08:00:41 UTC 2013 Modified Files: src/lib/libc: Makefile Log Message: Just build the legacy stuff for earm (for now). To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/lib/libc/Makefile 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/dist/gcc/config/arm
Module Name:src Committed By: matt Date: Sat Apr 27 08:03:02 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-eabi.h t-netbsd-eabi Log Message: Add MULTILIB support and fix specs for MKCOMPAT To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd-eabi 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: mlelstv Date: Sat Apr 27 08:12:35 UTC 2013 Modified Files: src/sys/kern: kern_lock.c kern_mutex.c kern_rwlock.c subr_lockdebug.c src/sys/sys: lockdebug.h Log Message: Revert change that allowed rw_tryenter(&lock, RW_READER) to recurse for vfs_busy(). This is no longer necessary. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/kern/kern_lock.c cvs rdiff -u -r1.53 -r1.54 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.39 -r1.40 src/sys/kern/kern_rwlock.c cvs rdiff -u -r1.48 -r1.49 src/sys/kern/subr_lockdebug.c cvs rdiff -u -r1.13 -r1.14 src/sys/sys/lockdebug.h 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: Sat Apr 27 08:42:45 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Default MKCOMPAT to no for earm To generate a diff of this commit: cvs rdiff -u -r1.725 -r1.726 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.
CVS commit: src/lib
Module Name:src Committed By: matt Date: Sat Apr 27 08:43:19 UTC 2013 Modified Files: src/lib: Makefile Log Message: Detect earm*hf* in a cleaner manner To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/lib/Makefile 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: Sat Apr 27 08:44:35 UTC 2013 Modified Files: src/compat: archdirs.mk src/compat/arm/eabi: bsd.eabi.mk Added Files: src/compat/arm/oabi: Makefile bsd.oabi.mk Log Message: MKCOMPAT support for earm. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/compat/archdirs.mk cvs rdiff -u -r1.1 -r1.2 src/compat/arm/eabi/bsd.eabi.mk cvs rdiff -u -r0 -r1.1 src/compat/arm/oabi/Makefile \ src/compat/arm/oabi/bsd.oabi.mk 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: pooka Date: Sat Apr 27 12:51:45 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: Allow to completely skip the ldscript, useful for linkers that don't need one. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 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/dev/ic
Module Name:src Committed By: kardel Date: Sat Apr 27 13:25:09 UTC 2013 Modified Files: src/sys/dev/ic: aic79xx_inline.h Log Message: fix panic due to physaddr instead of offset being passed to ahd_dmamap_sync To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/aic79xx_inline.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: pooka Date: Sat Apr 27 13:59:46 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_pth.c rumpuser_pth_dummy.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: locks.c locks_up.c Log Message: Try to make sure that the appropriate calls to mutex_enter() takes a spin mutex (i.e. does not relinquish cpu context while trying to take the mutex). Bump the hypercall interface version number. I'll be doing a bunch of other cleanups to simplify the interface for the benefit of alternative hypervisor implementations. I'll be riding this bump and doing a second one only after I'm finished with all of the changes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/librumpuser/rumpuser_pth.c cvs rdiff -u -r1.7 -r1.8 src/lib/librumpuser/rumpuser_pth_dummy.c cvs rdiff -u -r1.75 -r1.76 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.55 -r1.56 src/sys/rump/librump/rumpkern/locks.c cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/locks_up.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/include/rump
Module Name:src Committed By: pooka Date: Sat Apr 27 14:02:17 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpuser.h Log Message: remove prototypes for interfaces no longer provided To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/rump/include/rump/rumpuser.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: pooka Date: Sat Apr 27 14:59:09 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c rumpuser_component.c rumpuser_int.h rumpuser_pth.c rumpuser_pth_dummy.c rumpuser_sp.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: rump.c Log Message: * integrate rumpuser_getversion() with the hypervisor initialization * rename some identifiers to better match reality To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpuser_component.c cvs rdiff -u -r1.4 -r1.5 src/lib/librumpuser/rumpuser_int.h cvs rdiff -u -r1.13 -r1.14 src/lib/librumpuser/rumpuser_pth.c cvs rdiff -u -r1.8 -r1.9 src/lib/librumpuser/rumpuser_pth_dummy.c cvs rdiff -u -r1.51 -r1.52 src/lib/librumpuser/rumpuser_sp.c cvs rdiff -u -r1.77 -r1.78 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.257 -r1.258 src/sys/rump/librump/rumpkern/rump.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: pooka Date: Sat Apr 27 15:01:22 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/net/lib/libsockin: rumpcomp_user.c rumpcomp_user.h sockin.c Log Message: rumpuser_poll() is used only by sockin, so make the hypercall private to that component. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.78 -r1.79 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libsockin/rumpcomp_user.c cvs rdiff -u -r1.1 -r1.2 src/sys/rump/net/lib/libsockin/rumpcomp_user.h cvs rdiff -u -r1.27 -r1.28 src/sys/rump/net/lib/libsockin/sockin.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
Module Name:src Committed By: pooka Date: Sat Apr 27 15:13:12 UTC 2013 Modified Files: src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpkern: rump.c Log Message: Get rid of the rump__init() macro. it was never useful and just makes debugging less obvious. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/rump/include/rump/rump.h cvs rdiff -u -r1.258 -r1.259 src/sys/rump/librump/rumpkern/rump.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/include/rump
Module Name:src Committed By: pooka Date: Sat Apr 27 15:32:37 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpuser.h Log Message: Let the includer figure out where to get stdint or equivalent from. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/rump/include/rump/rumpuser.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: pooka Date: Sat Apr 27 15:34:54 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: Makefile.rumpkern memalloc.c vm.c Log Message: * treat kern_malloc.c as an unreal allocator (it's so lightweight) * get rid of the rumpuser_realloc() hypercall * pass size to rumpuser_free() To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.80 -r1.81 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.124 -r1.125 src/sys/rump/librump/rumpkern/Makefile.rumpkern cvs rdiff -u -r1.20 -r1.21 src/sys/rump/librump/rumpkern/memalloc.c cvs rdiff -u -r1.137 -r1.138 src/sys/rump/librump/rumpkern/vm.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/usb
Module Name:src Committed By: tsutsui Date: Sat Apr 27 15:57:42 UTC 2013 Modified Files: src/sys/dev/usb: if_aue.c Log Message: Change one aprint_error_dev(9) to aprint_debug_dev(9) to avoid console spam. My aue (BUFFALO LUA2-TX) generates a bunch of "aue0: 1 usb errors on intr: IOERROR" errors during TRX, but works without visible problems. XXX this is not autoconf(9) message To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sys/dev/usb/if_aue.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: pooka Date: Sat Apr 27 16:02:56 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_sp.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: rump.c Log Message: wrap unportable register_t with a long. should do it in the front of the house too, but at least this is a start. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/lib/librumpuser/rumpuser_sp.c cvs rdiff -u -r1.81 -r1.82 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.259 -r1.260 src/sys/rump/librump/rumpkern/rump.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/include/rump
Module Name:src Committed By: pooka Date: Sat Apr 27 16:05:55 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpuser.h Log Message: move struct lwp forward decl before its first use. otherwise it's rather pointless. some whitespace landscaping too. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/rump/include/rump/rumpuser.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: pooka Date: Sat Apr 27 16:32:58 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_pth.c rumpuser_pth_dummy.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: intr.c locks.c ltsleep.c rump.c scheduler.c threads.c Log Message: roll mutex init hypercalls into one (one of them already took a flag anyway) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/librumpuser/rumpuser_pth.c cvs rdiff -u -r1.9 -r1.10 src/lib/librumpuser/rumpuser_pth_dummy.c cvs rdiff -u -r1.83 -r1.84 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.36 -r1.37 src/sys/rump/librump/rumpkern/intr.c cvs rdiff -u -r1.56 -r1.57 src/sys/rump/librump/rumpkern/locks.c cvs rdiff -u -r1.29 -r1.30 src/sys/rump/librump/rumpkern/ltsleep.c cvs rdiff -u -r1.260 -r1.261 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.30 -r1.31 src/sys/rump/librump/rumpkern/scheduler.c cvs rdiff -u -r1.18 -r1.19 src/sys/rump/librump/rumpkern/threads.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: joerg Date: Sat Apr 27 16:43:13 UTC 2013 Modified Files: src/lib/libm/src: s_scalbln.c Log Message: Use namespace.h. Don't redefine scalblnl on 64bit platforms. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/src/s_scalbln.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: pooka Date: Sat Apr 27 16:56:30 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c rumpuser_port.h rumpuser_sp.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: cprng_stub.c Log Message: make the random hypercall more generic To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.16 -r1.17 src/lib/librumpuser/rumpuser_port.h cvs rdiff -u -r1.53 -r1.54 src/lib/librumpuser/rumpuser_sp.c cvs rdiff -u -r1.84 -r1.85 src/sys/rump/include/rump/rumpuser.h cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpkern/cprng_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ccdconfig
Module Name:src Committed By: christos Date: Sat Apr 27 17:12:37 UTC 2013 Modified Files: src/sbin/ccdconfig: Makefile ccdconfig.8 ccdconfig.c Log Message: one less kvm groveller. Use sysctl to get ccd info. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/ccdconfig/Makefile cvs rdiff -u -r1.25 -r1.26 src/sbin/ccdconfig/ccdconfig.8 cvs rdiff -u -r1.51 -r1.52 src/sbin/ccdconfig/ccdconfig.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
Module Name:src Committed By: christos Date: Sat Apr 27 17:13:34 UTC 2013 Modified Files: src/sys/dev: ccd.c ccdvar.h Log Message: - no limit on the number of ccd devices. - provide sysctl for getting information. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/dev/ccd.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ccdvar.h 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 27 17:13:51 UTC 2013 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Add debugging info. To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/sys/kern/kern_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/conf
Module Name:src Committed By: christos Date: Sat Apr 27 17:16:43 UTC 2013 Modified Files: src/sys/conf: files Log Message: ccd does not need flags anymore To generate a diff of this commit: cvs rdiff -u -r1.1066 -r1.1067 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/lib/libm/src
Module Name:src Committed By: joerg Date: Sat Apr 27 17:19:47 UTC 2013 Modified Files: src/lib/libm/src: s_scalbln.c Log Message: Casting is a not a valid way to check for overflow, so be explicit and use the limit macros. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/src/s_scalbln.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: joerg Date: Sat Apr 27 17:20:36 UTC 2013 Modified Files: src/lib/libm/src: s_scalbln.c s_scalbnl.c Log Message: Move scalbnl back to s_scalbln.c to match the assembler implementations. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libm/src/s_scalbln.c \ src/lib/libm/src/s_scalbnl.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 27 17:22:58 UTC 2013 Modified Files: src/sys/conf: files Log Message: ccd and cgd don't need flag To generate a diff of this commit: cvs rdiff -u -r1.1067 -r1.1068 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/lib/librumpuser
Module Name:src Committed By: pooka Date: Sat Apr 27 17:35:10 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: nuke unused var To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/librumpuser/rumpuser_sp.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 27 18:17:38 UTC 2013 Modified Files: src/sys/kern: kern_sysctl.c Log Message: turn off debugging To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/sys/kern/kern_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
Module Name:src Committed By: christos Date: Sat Apr 27 18:19:56 UTC 2013 Modified Files: src/sys/arch/acorn26/conf: FOURMEG GENERIC INSTALL src/sys/arch/acorn32/conf: EB7500ATX GENERIC INSTALL LOWMEM_WSCONS NC src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC INSTALL RAWHIDE src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL src/sys/arch/amigappc/conf: GENERIC NULL src/sys/arch/arc/conf: ARCTIC GENERIC M403 MIMORI PICA RPC44 src/sys/arch/atari/conf: ATARITT FALCON GENERIC.in HADES MILAN-ISAIDE MILAN-PCIIDE src/sys/arch/bebox/conf: GENERIC INSTALL src/sys/arch/cats/conf: GENERIC INSTALL src/sys/arch/cesfic/conf: GENERIC src/sys/arch/cobalt/conf: GENERIC INSTALL src/sys/arch/dreamcast/conf: GENERIC src/sys/arch/emips/conf: GENERIC INSTALL src/sys/arch/evbarm/conf: CP3100 GUMSTIX HDL_G HPT5325 MARVELL_NAS MMNET_GENERIC MPCSA_GENERIC MV2120 OPENBLOCKS_A6 OVERO SHEEVAPLUG TEAMASA_NPWR src/sys/arch/evbmips/conf: ALCHEMY AP30 DB120 GDIUM LOONGSON MALTA MERAKI RB433UAH WGT624V3 XLSATX src/sys/arch/evbppc/conf: EV64260 OPENBLOCKS200 OPENBLOCKS266 OPENBLOCKS600 PMPPC WALNUT src/sys/arch/ews4800mips/conf: GENERIC src/sys/arch/hp300/conf: GENERIC INSTALL src/sys/arch/hp700/conf: GENERIC src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820 NETBOOKPRO WZERO3 src/sys/arch/hpcmips/conf: GENERIC LROUTER MPC303 TX3912 TX3922 VR41XX src/sys/arch/i386/conf: ALL GENERIC GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY XEN3_DOM0 XEN3_DOMU src/sys/arch/iyonix/conf: GENERIC src/sys/arch/landisk/conf: GENERIC src/sys/arch/luna68k/conf: GENERIC INSTALL src/sys/arch/mac68k/conf: GENERIC INSTALL src/sys/arch/macppc/conf: GENERIC INSTALL POWERMAC src/sys/arch/mipsco/conf: GENERIC INSTALL RC3230 src/sys/arch/mmeye/conf: GENERIC MMEYE_WLF MMTA MMTAICE MMTAROMNEW src/sys/arch/mvme68k/conf: GENERIC src/sys/arch/mvmeppc/conf: GENERIC src/sys/arch/netwinder/conf: GENERIC src/sys/arch/news68k/conf: GENERIC GENERIC_TINY INSTALL LIBERO NEWS1200 src/sys/arch/newsmips/conf: GENERIC INSTALL WAPIKO src/sys/arch/next68k/conf: GENERIC SLAB src/sys/arch/ofppc/conf: GENERIC src/sys/arch/pmax/conf: GENERIC GENERIC64 INSTALL INSTALL64 src/sys/arch/prep/conf: GENERIC src/sys/arch/rs6000/conf: GENERIC src/sys/arch/sandpoint/conf: ENCPP1 GENERIC SANDPOINT src/sys/arch/sbmips/conf: GENERIC src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x src/sys/arch/shark/conf: GENERIC INSTALL OFWGENCFG src/sys/arch/sparc/conf: GENERIC INSTALL src/sys/arch/sparc64/conf: GENERIC NONPLUS64 src/sys/arch/sun2/conf: DISKLESS FOURMEG GENERIC INSTALL RAMDISK VME src/sys/arch/sun3/conf: DISKLESS DISKLESS3X GENERIC GENERIC3X INSTALL INSTALL3X RAMDISK RAMDISK3X src/sys/arch/vax/conf: GENERIC INSTALL VAX780 src/sys/arch/x68k/conf: GENERIC INSTALL Log Message: remove confusing numeric locators where they are unused. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/acorn26/conf/FOURMEG cvs rdiff -u -r1.70 -r1.71 src/sys/arch/acorn26/conf/GENERIC cvs rdiff -u -r1.37 -r1.38 src/sys/arch/acorn26/conf/INSTALL cvs rdiff -u -r1.51 -r1.52 src/sys/arch/acorn32/conf/EB7500ATX cvs rdiff -u -r1.107 -r1.108 src/sys/arch/acorn32/conf/GENERIC cvs rdiff -u -r1.66 -r1.67 src/sys/arch/acorn32/conf/INSTALL cvs rdiff -u -r1.61 -r1.62 src/sys/arch/acorn32/conf/LOWMEM_WSCONS cvs rdiff -u -r1.59 -r1.60 src/sys/arch/acorn32/conf/NC cvs rdiff -u -r1.65 -r1.66 src/sys/arch/algor/conf/P4032 cvs rdiff -u -r1.75 -r1.76 src/sys/arch/algor/conf/P5064 cvs rdiff -u -r1.66 -r1.67 src/sys/arch/algor/conf/P6032 cvs rdiff -u -r1.348 -r1.349 src/sys/arch/alpha/conf/GENERIC cvs rdiff -u -r1.103 -r1.104 src/sys/arch/alpha/conf/INSTALL cvs rdiff -u -r1.35 -r1.36 src/sys/arch/alpha/conf/RAWHIDE cvs rdiff -u -r1.370 -r1.371 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.94 -r1.95 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amd64/conf/XEN3_DOMU cvs rdiff -u -r1.167 -r1.168 src/sys/arch/amiga/conf/DRACO cvs rdiff -u -r1.299 -r1.300 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.113 -r1.114 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.117 -r1.118 src/sys/arch/amiga/conf/INSTALL cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amigappc/conf/GENERIC cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amigappc/conf/NULL cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arc/conf/ARCTIC cvs rdiff -u -r1.174 -r1.175 src/sys/arch/arc/conf/GENERIC cvs rdiff -u -r1.56 -r1.57 src/sys/arch/arc/conf/M403
CVS commit: src/lib/libm/arch/i387
Module Name:src Committed By: joerg Date: Sat Apr 27 18:36:42 UTC 2013 Modified Files: src/lib/libm/arch/i387: s_scalbn.S s_scalbnf.S s_scalbnl.S Log Message: Use the correct register on AMD64 for the argument. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libm/arch/i387/s_scalbn.S cvs rdiff -u -r1.11 -r1.12 src/lib/libm/arch/i387/s_scalbnf.S cvs rdiff -u -r1.3 -r1.4 src/lib/libm/arch/i387/s_scalbnl.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/arch
Module Name:src Committed By: joerg Date: Sat Apr 27 18:39:28 UTC 2013 Modified Files: src/lib/libm/arch/i387: s_scalbn.S s_scalbnf.S src/lib/libm/arch/mc68881: s_scalbn.S src/lib/libm/arch/vax: n_scalbn.S Log Message: Add aliases for scalbn* to ldexp, they are identical for FLT_RADIX=2. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libm/arch/i387/s_scalbn.S cvs rdiff -u -r1.12 -r1.13 src/lib/libm/arch/i387/s_scalbnf.S cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/mc68881/s_scalbn.S cvs rdiff -u -r1.1 -r1.2 src/lib/libm/arch/vax/n_scalbn.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: joerg Date: Sat Apr 27 18:43:25 UTC 2013 Modified Files: src/lib/libm/src: s_scalbn.c s_scalbnf.c s_scalbnl.c Log Message: Add aliases to scalbn* as ldexp*, they are identical for FLT_RADIX=2. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libm/src/s_scalbn.c cvs rdiff -u -r1.10 -r1.11 src/lib/libm/src/s_scalbnf.c cvs rdiff -u -r1.5 -r1.6 src/lib/libm/src/s_scalbnl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/arch/i387
Module Name:src Committed By: joerg Date: Sat Apr 27 18:44:39 UTC 2013 Added Files: src/lib/libm/arch/i387: s_scalbln.S Log Message: Add a dummy s_scalbln.S to avoid the generic implementations of scalbln and co on i386 and amd64. They are implemented next to scalbn and co. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libm/arch/i387/s_scalbln.S 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 27 20:13:17 UTC 2013 Modified Files: src/sys/kern: kern_sysctl.c Log Message: fix warning To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/sys/kern/kern_sysctl.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/thread-stub
Module Name:src Committed By: joerg Date: Sat Apr 27 20:36:47 UTC 2013 Modified Files: src/lib/libc/thread-stub: thread-stub.c Log Message: Provide stubs for pthread_detach/pthread_join. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/thread-stub/thread-stub.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 27 21:18:43 UTC 2013 Modified Files: src/sys/dev/raidframe: rf_engine.c rf_netbsd.h rf_netbsdkintf.c rf_raid.h Log Message: allocate devices dynamically. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/raidframe/rf_engine.c cvs rdiff -u -r1.29 -r1.30 src/sys/dev/raidframe/rf_netbsd.h cvs rdiff -u -r1.299 -r1.300 src/sys/dev/raidframe/rf_netbsdkintf.c cvs rdiff -u -r1.43 -r1.44 src/sys/dev/raidframe/rf_raid.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/raidframe
Module Name:src Committed By: christos Date: Sat Apr 27 21:19:19 UTC 2013 Modified Files: src/sys/dev/raidframe: files.raidframe Log Message: no more needs flag To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/raidframe/files.raidframe 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: joerg Date: Sat Apr 27 21:22:05 UTC 2013 Modified Files: src/include: netdb.h Log Message: machine/ansi.h is included by sys/ansi.h. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/include/netdb.h 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: joerg Date: Sat Apr 27 21:24:27 UTC 2013 Modified Files: src/include: inttypes.h locale.h Log Message: Include sys/featuretest.h before using _NETBSD_SOURCE. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/include/inttypes.h cvs rdiff -u -r1.19 -r1.20 src/include/locale.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: joerg Date: Sat Apr 27 21:35:25 UTC 2013 Modified Files: src/include: fenv.h search.h ttyent.h wctype.h src/sys/arch/x86/include: float.h src/sys/netinet: in.h src/sys/netinet6: in6.h src/sys/sys: pset.h siginfo.h spawn.h Log Message: Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are redundant, but make verification with grep much easier. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/include/fenv.h cvs rdiff -u -r1.19 -r1.20 src/include/search.h cvs rdiff -u -r1.14 -r1.15 src/include/ttyent.h cvs rdiff -u -r1.8 -r1.9 src/include/wctype.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/include/float.h cvs rdiff -u -r1.87 -r1.88 src/sys/netinet/in.h cvs rdiff -u -r1.70 -r1.71 src/sys/netinet6/in6.h cvs rdiff -u -r1.3 -r1.4 src/sys/sys/pset.h src/sys/sys/spawn.h cvs rdiff -u -r1.23 -r1.24 src/sys/sys/siginfo.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
Module Name:src Committed By: christos Date: Sat Apr 27 21:43:44 UTC 2013 Modified Files: src/sys/arch/acorn26/conf: FOURMEG GENERIC INSTALL src/sys/arch/acorn32/conf: EB7500ATX GENERIC INSTALL src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL src/sys/arch/amigappc/conf: GENERIC NULL src/sys/arch/arc/conf: ARCTIC GENERIC M403 MIMORI PICA RPC44 src/sys/arch/atari/conf: GENERIC.in src/sys/arch/bebox/conf: GENERIC src/sys/arch/cats/conf: GENERIC INSTALL src/sys/arch/cesfic/conf: GENERIC src/sys/arch/cobalt/conf: GENERIC INSTALL src/sys/arch/dreamcast/conf: GENERIC src/sys/arch/emips/conf: GENERIC src/sys/arch/evbarm/conf: CP3100 GUMSTIX HDL_G HPT5325 MARVELL_NAS MMNET_GENERIC MPCSA_GENERIC MV2120 NSLU2 OPENBLOCKS_A6 OVERO SHEEVAPLUG TEAMASA_NPWR src/sys/arch/evbmips/conf: ADM5120 ADM5120-NB ADM5120-USB ALCHEMY AP30 DB120 GDIUM LOONGSON MALTA MERAKI RB433UAH WGT624V3 XLSATX src/sys/arch/evbppc/conf: EV64260 EXPLORA451 OPENBLOCKS200 OPENBLOCKS266 OPENBLOCKS600 VIRTEX_DFC VIRTEX_GSRD1 VIRTEX_GSRD2 WALNUT src/sys/arch/ews4800mips/conf: GENERIC src/sys/arch/hp300/conf: GENERIC INSTALL src/sys/arch/hp700/conf: GENERIC src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820 NETBOOKPRO WZERO3 src/sys/arch/hpcmips/conf: GENERIC LROUTER MPC303 TX3912 TX3922 VR41XX src/sys/arch/hpcsh/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC INSTALL_FLOPPY XEN3_DOM0 XEN3_DOMU src/sys/arch/ibmnws/conf: GENERIC src/sys/arch/iyonix/conf: GENERIC src/sys/arch/landisk/conf: GENERIC src/sys/arch/luna68k/conf: GENERIC INSTALL src/sys/arch/mac68k/conf: GENERIC src/sys/arch/macppc/conf: GENERIC INSTALL MAMBO POWERMAC_G5 src/sys/arch/mipsco/conf: GENERIC INSTALL RC3230 src/sys/arch/mmeye/conf: GENERIC MMEYE_WLF src/sys/arch/mvme68k/conf: GENERIC src/sys/arch/mvmeppc/conf: GENERIC src/sys/arch/netwinder/conf: GENERIC src/sys/arch/news68k/conf: GENERIC GENERIC_TINY LIBERO NEWS1200 src/sys/arch/newsmips/conf: GENERIC src/sys/arch/next68k/conf: GENERIC SLAB src/sys/arch/ofppc/conf: GENERIC src/sys/arch/pmax/conf: GENERIC GENERIC64 src/sys/arch/prep/conf: GENERIC INSTALL src/sys/arch/rs6000/conf: GENERIC src/sys/arch/sandpoint/conf: GENERIC src/sys/arch/sbmips/conf: GENERIC src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x src/sys/arch/shark/conf: GENERIC src/sys/arch/sparc/conf: GENERIC INSTALL KRUPS MRCOFFEE src/sys/arch/sparc64/conf: GENERIC src/sys/arch/sun2/conf: DISKLESS FOURMEG GENERIC INSTALL RAMDISK VME src/sys/arch/sun3/conf: GENERIC GENERIC3X src/sys/arch/vax/conf: GENERIC INSTALL VAX780 src/sys/arch/x68k/conf: GENERIC src/sys/arch/zaurus/conf: GENERIC Log Message: the bogus number police To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/acorn26/conf/FOURMEG cvs rdiff -u -r1.71 -r1.72 src/sys/arch/acorn26/conf/GENERIC cvs rdiff -u -r1.38 -r1.39 src/sys/arch/acorn26/conf/INSTALL cvs rdiff -u -r1.52 -r1.53 src/sys/arch/acorn32/conf/EB7500ATX cvs rdiff -u -r1.108 -r1.109 src/sys/arch/acorn32/conf/GENERIC cvs rdiff -u -r1.67 -r1.68 src/sys/arch/acorn32/conf/INSTALL cvs rdiff -u -r1.66 -r1.67 src/sys/arch/algor/conf/P4032 cvs rdiff -u -r1.76 -r1.77 src/sys/arch/algor/conf/P5064 cvs rdiff -u -r1.67 -r1.68 src/sys/arch/algor/conf/P6032 cvs rdiff -u -r1.349 -r1.350 src/sys/arch/alpha/conf/GENERIC cvs rdiff -u -r1.371 -r1.372 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.95 -r1.96 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amd64/conf/XEN3_DOMU cvs rdiff -u -r1.168 -r1.169 src/sys/arch/amiga/conf/DRACO cvs rdiff -u -r1.300 -r1.301 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.114 -r1.115 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.118 -r1.119 src/sys/arch/amiga/conf/INSTALL cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amigappc/conf/GENERIC cvs rdiff -u -r1.39 -r1.40 src/sys/arch/amigappc/conf/NULL cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arc/conf/ARCTIC cvs rdiff -u -r1.175 -r1.176 src/sys/arch/arc/conf/GENERIC cvs rdiff -u -r1.57 -r1.58 src/sys/arch/arc/conf/M403 cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arc/conf/MIMORI cvs rdiff -u -r1.74 -r1.75 src/sys/arch/arc/conf/PICA cvs rdiff -u -r1.44 -r1.45 src/sys/arch/arc/conf/RPC44 cvs rdiff -u -r1.102 -r1.103 src/sys/arch/atari/conf/GENERIC.in cvs rdiff -u -r1.136 -r1.137 src/sys/arch/bebox/conf/GENERIC cvs rdiff -u -r1.145 -r1.146 src/sys/arch/cats/conf/GENERIC cvs rdiff -u -r1.
CVS commit: src/sys/dev
Module Name:src Committed By: christos Date: Sat Apr 27 22:12:43 UTC 2013 Modified Files: src/sys/dev: sequencer.c sequencervar.h Log Message: allocate dynamically To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/sequencer.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/sequencervar.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
Module Name:src Committed By: christos Date: Sat Apr 27 22:21:16 UTC 2013 Modified Files: src/sys/arch/acorn26/conf: FOURMEG GENERIC INSTALL src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: GENERIC src/sys/arch/arc/conf: ARCTIC GENERIC M403 MIMORI PICA RPC44 src/sys/arch/bebox/conf: GENERIC src/sys/arch/cats/conf: GENERIC INSTALL src/sys/arch/cobalt/conf: GENERIC INSTALL src/sys/arch/emips/conf: RAMDISK src/sys/arch/evbarm/conf: ARMADILLO9 GUMSTIX HPT5325 IGEPV2 MARVELL_NAS MINI2440 MMNET_GENERIC MPCSA_GENERIC MV2120 OPENBLOCKS_A6 OVERO SHEEVAPLUG src/sys/arch/evbmips/conf: ADM5120 ADM5120-NB ADM5120-USB ALCHEMY MALTA XLSATX src/sys/arch/evbppc/conf: RB800 src/sys/arch/hp700/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC INSTALL_FLOPPY NET4501 XEN3_DOM0 src/sys/arch/ia64/conf: GENERIC.SKI src/sys/arch/iyonix/conf: GENERIC src/sys/arch/landisk/conf: GENERIC src/sys/arch/mvmeppc/conf: GENERIC src/sys/arch/prep/conf: GENERIC src/sys/arch/rs6000/conf: GENERIC src/sys/arch/sbmips/conf: GENERIC src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x src/sys/arch/shark/conf: GENERIC INSTALL Log Message: more bogus number removal To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/acorn26/conf/FOURMEG cvs rdiff -u -r1.72 -r1.73 src/sys/arch/acorn26/conf/GENERIC cvs rdiff -u -r1.39 -r1.40 src/sys/arch/acorn26/conf/INSTALL cvs rdiff -u -r1.67 -r1.68 src/sys/arch/algor/conf/P4032 cvs rdiff -u -r1.77 -r1.78 src/sys/arch/algor/conf/P5064 cvs rdiff -u -r1.68 -r1.69 src/sys/arch/algor/conf/P6032 cvs rdiff -u -r1.350 -r1.351 src/sys/arch/alpha/conf/GENERIC cvs rdiff -u -r1.372 -r1.373 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arc/conf/ARCTIC cvs rdiff -u -r1.176 -r1.177 src/sys/arch/arc/conf/GENERIC cvs rdiff -u -r1.58 -r1.59 src/sys/arch/arc/conf/M403 cvs rdiff -u -r1.63 -r1.64 src/sys/arch/arc/conf/MIMORI cvs rdiff -u -r1.75 -r1.76 src/sys/arch/arc/conf/PICA cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arc/conf/RPC44 cvs rdiff -u -r1.137 -r1.138 src/sys/arch/bebox/conf/GENERIC cvs rdiff -u -r1.146 -r1.147 src/sys/arch/cats/conf/GENERIC cvs rdiff -u -r1.87 -r1.88 src/sys/arch/cats/conf/INSTALL cvs rdiff -u -r1.139 -r1.140 src/sys/arch/cobalt/conf/GENERIC cvs rdiff -u -r1.52 -r1.53 src/sys/arch/cobalt/conf/INSTALL cvs rdiff -u -r1.1 -r1.2 src/sys/arch/emips/conf/RAMDISK cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/ARMADILLO9 cvs rdiff -u -r1.74 -r1.75 src/sys/arch/evbarm/conf/GUMSTIX cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/HPT5325 \ src/sys/arch/evbarm/conf/OPENBLOCKS_A6 cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/IGEPV2 cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/MARVELL_NAS \ src/sys/arch/evbarm/conf/MMNET_GENERIC cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/MINI2440 cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/conf/MPCSA_GENERIC cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/MV2120 cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/OVERO cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/conf/SHEEVAPLUG cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/conf/ADM5120 cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbmips/conf/ADM5120-NB \ src/sys/arch/evbmips/conf/ADM5120-USB cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbmips/conf/ALCHEMY cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbmips/conf/MALTA cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbmips/conf/XLSATX cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbppc/conf/RB800 cvs rdiff -u -r1.121 -r1.122 src/sys/arch/hp700/conf/GENERIC cvs rdiff -u -r1.355 -r1.356 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1091 -r1.1092 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/conf/INSTALL_FLOPPY cvs rdiff -u -r1.79 -r1.80 src/sys/arch/i386/conf/NET4501 cvs rdiff -u -r1.76 -r1.77 src/sys/arch/i386/conf/XEN3_DOM0 cvs rdiff -u -r1.9 -r1.10 src/sys/arch/ia64/conf/GENERIC.SKI cvs rdiff -u -r1.77 -r1.78 src/sys/arch/iyonix/conf/GENERIC cvs rdiff -u -r1.37 -r1.38 src/sys/arch/landisk/conf/GENERIC cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mvmeppc/conf/GENERIC cvs rdiff -u -r1.167 -r1.168 src/sys/arch/prep/conf/GENERIC cvs rdiff -u -r1.25 -r1.26 src/sys/arch/rs6000/conf/GENERIC cvs rdiff -u -r1.92 -r1.93 src/sys/arch/sbmips/conf/GENERIC cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sgimips/conf/GENERIC32_IP12 cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sgimips/conf/GENERIC32_IP2x cvs rdiff -u -r1.98 -r1.99 src/sys/arch/sgimips/conf/GENERIC32_IP3x cvs rdiff -u -r1.108 -r1.109 src/sys/arch/shark/conf/GENERIC cvs rdiff -u -r1.53 -r1.54 src/sys/arch/shark/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Sat Apr 27 22:26:57 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Make sure spin mutexes get allocated as spin mutexes (the hypervisor asserts it now). To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/rump/librump/rumpkern/scheduler.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/amiga
Module Name:src Committed By: rkujawa Date: Sat Apr 27 22:27:33 UTC 2013 Modified Files: src/sys/arch/amiga/conf: files.amiga Added Files: src/sys/arch/amiga/dev: slhci_zbus.c Log Message: Add Thylacine USB Host Controller driver (just a zbus frontend to slhci). Barely works due to combination of SL811HS brain damagae and our unforgiving driver. At least most keyboards and mices are good. Of course on amiga WSCONS kernel is needed to make any use of them. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/arch/amiga/conf/files.amiga cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/dev/slhci_zbus.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/amiga/conf
Module Name:src Committed By: rkujawa Date: Sat Apr 27 22:29:56 UTC 2013 Modified Files: src/sys/arch/amiga/conf: GENERIC.in Log Message: Add slhci at zbus (Thylacine) and some USB HID devices. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/arch/amiga/conf/GENERIC.in 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: rkujawa Date: Sat Apr 27 22:42:08 UTC 2013 Modified Files: src/doc: CHANGES Log Message: Note Thylacine USB support. To generate a diff of this commit: cvs rdiff -u -r1.1818 -r1.1819 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/sys/conf
Module Name:src Committed By: christos Date: Sat Apr 27 22:56:39 UTC 2013 Modified Files: src/sys/conf: files Log Message: more needs-flag removed. To generate a diff of this commit: cvs rdiff -u -r1.1068 -r1.1069 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/lib/libm
Module Name:src Committed By: joerg Date: Sat Apr 27 22:58:16 UTC 2013 Modified Files: src/lib/libm: Makefile Removed Files: src/lib/libm/src: s_ldexp.c s_ldexpf.c Log Message: Retire ldexp sources. scalbn has the aliases. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/lib/libm/Makefile cvs rdiff -u -r1.11 -r0 src/lib/libm/src/s_ldexp.c cvs rdiff -u -r1.8 -r0 src/lib/libm/src/s_ldexpf.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: joerg Date: Sat Apr 27 23:02:22 UTC 2013 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/etc/mtree: NetBSD.dist.base src/lib: Makefile src/share/mk: bsd.own.mk Added Files: src/external/bsd/libc++: Makefile Makefile.inc src/external/bsd/libc++/include: Makefile src/external/bsd/libc++/lib: Makefile shlib_version Log Message: Add build glue for libc++. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/distrib/sets/sets.subr cvs rdiff -u -r1.127 -r1.128 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.126 -r1.127 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.204 -r1.205 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.191 -r1.192 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.1028 -r1.1029 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.663 -r1.664 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.100 -r1.101 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.102 -r1.103 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.194 -r1.195 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.167 -r1.168 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.1817 -r1.1818 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.247 -r1.248 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.118 -r1.119 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r0 -r1.1 src/external/bsd/libc++/Makefile \ src/external/bsd/libc++/Makefile.inc cvs rdiff -u -r0 -r1.1 src/external/bsd/libc++/include/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/libc++/lib/Makefile \ src/external/bsd/libc++/lib/shlib_version cvs rdiff -u -r1.201 -r1.202 src/lib/Makefile cvs rdiff -u -r1.726 -r1.727 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.
CVS commit: src/external/bsd
Module Name:src Committed By: joerg Date: Sat Apr 27 23:03:10 UTC 2013 Modified Files: src/external/bsd: Makefile Log Message: Optionally recurse into libc++. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/external/bsd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd
Module Name:src Committed By: joerg Date: Sun Apr 28 00:14:14 UTC 2013 Modified Files: src/external/bsd: Makefile Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/external/bsd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/llvm
Module Name:src Committed By: joerg Date: Sun Apr 28 00:41:01 UTC 2013 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/config/clang/Config: config.h src/external/bsd/llvm/config/llvm/Config: config.h.in llvm-config.h.in src/external/bsd/llvm/lib/libLLVMObject: Makefile src/external/bsd/llvm/lib/libLLVMSupport: Makefile src/external/bsd/llvm/lib/libLLVMX86CodeGen: Makefile Log Message: Update to LLVM/Clang snapshot r180686. Allows building without cxxabi.h. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/config/clang/Config/config.h cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/config/llvm/Config/config.h.in cvs rdiff -u -r1.2 -r1.3 \ src/external/bsd/llvm/config/llvm/Config/llvm-config.h.in cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMObject/Makefile cvs rdiff -u -r1.16 -r1.17 src/external/bsd/llvm/lib/libLLVMSupport/Makefile cvs rdiff -u -r1.9 -r1.10 \ src/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jakllsch Date: Sun Apr 28 00:41:22 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/tps65217pmic.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/tps65217pmicreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Sun Apr 28 00:42:29 UTC 2013 Modified Files: src/sys/arch/macppc/dev: kauai.c Log Message: make this work on G5 from Phileas Fogg, interrupt fixup from me To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/macppc/dev/kauai.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/powerpc/oea
Module Name:src Committed By: macallan Date: Sun Apr 28 00:44:27 UTC 2013 Modified Files: src/sys/arch/powerpc/oea: ofw_autoconf.c Log Message: some macppc boxes have onboard devices where parts or the whole PCI interrupt register is hardwired to zero - fix this up here To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/oea/ofw_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/arch/powerpc/pci
Module Name:src Committed By: macallan Date: Sun Apr 28 00:45:45 UTC 2013 Modified Files: src/sys/arch/powerpc/pci: pci_machdep_common.c Log Message: remove PMAC_G5 kludge - fixed this elsewhere To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/pci/pci_machdep_common.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/i2c
Module Name:src Committed By: jakllsch Date: Sun Apr 28 00:47:21 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: put the one out-of-order register info in its proper sequence To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/tps65217pmicreg.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/pci
Module Name:src Committed By: macallan Date: Sun Apr 28 00:47:56 UTC 2013 Modified Files: src/sys/dev/pci: svwsata.c Log Message: make this work on PowerMac G5 from Phileas Fogg To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/svwsata.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: Sun Apr 28 03:11:33 UTC 2013 Modified Files: src/sys/conf: files Log Message: put needs flag back in a bunch of drivers because we need the file for #ifdefs To generate a diff of this commit: cvs rdiff -u -r1.1069 -r1.1070 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/dev/raidframe
Module Name:src Committed By: christos Date: Sun Apr 28 03:12:38 UTC 2013 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: no need for raid.h To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 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
Module Name:src Committed By: joerg Date: Sun Apr 28 04:05:41 UTC 2013 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: ad.earm ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.earm ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/debug: ad.earm ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/external/gpl3/gcc/lib: Makefile src/lib: Makefile src/share/mk: bsd.own.mk Log Message: Introduce MKLIBSTDCXX, defaulting to yes. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/distrib/sets/sets.subr cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base/ad.earm cvs rdiff -u -r1.128 -r1.129 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.127 -r1.128 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.205 -r1.206 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.192 -r1.193 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.664 -r1.665 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/comp/ad.earm cvs rdiff -u -r1.101 -r1.102 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.103 -r1.104 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.195 -r1.196 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.168 -r1.169 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.1818 -r1.1819 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.248 -r1.249 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug/ad.earm cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/debug/ad.mips64eb \ src/distrib/sets/lists/debug/md.amd64 cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/debug/ad.mips64el cvs rdiff -u -r1.23 -r1.24 src/distrib/sets/lists/debug/md.sparc64 cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.24 -r1.25 src/distrib/sets/lists/debug/shl.mi cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/Makefile cvs rdiff -u -r1.202 -r1.203 src/lib/Makefile cvs rdiff -u -r1.727 -r1.728 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.
CVS commit: src/share/mk
Module Name:src Committed By: joerg Date: Sun Apr 28 04:44:22 UTC 2013 Modified Files: src/share/mk: bsd.README Log Message: MKLIBCXX and MKLIBSTDCXX To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316 src/share/mk/bsd.README 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: matt Date: Sun Apr 28 05:41:26 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.earm src/distrib/sets/lists/comp: ad.earm src/distrib/sets/lists/debug: ad.earm Log Message: Add missing build glue for libc++. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base/ad.earm cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/comp/ad.earm cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/debug/ad.earm 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: matt Date: Sun Apr 28 06:09:52 UTC 2013 Modified Files: src/lib/csu: Makefile Log Message: Make all earm variants use earm. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/csu/Makefile 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
Module Name:src Committed By: joerg Date: Sun Apr 28 06:14:53 UTC 2013 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Don't forget to include bsd.own.mk. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.