CVS commit: src/usr.bin/patch
Module Name:src Committed By: wiz Date: Tue Jan 29 09:30:11 UTC 2013 Modified Files: src/usr.bin/patch: patch.1 pch.c Log Message: Add comma after i.e. >From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/patch/patch.1 cvs rdiff -u -r1.24 -r1.25 src/usr.bin/patch/pch.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: christos Date: Tue Jan 29 13:54:27 UTC 2013 Modified Files: src/sys/dev/usb: if_otus.c if_otusvar.h Log Message: 1) Use ic_curchan consistently 2) Ignore frames shorter than sizeof(struct ieee80211_frame). 3) Remove useless/dead code accidentally committed. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/usb/if_otus.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/if_otusvar.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/makefs
Module Name:src Committed By: christos Date: Tue Jan 29 14:09:48 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: Allow options without values meaning the empty string for string options and = 1 to numerics. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/makefs/makefs.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/ibm4xx
Module Name:src Committed By: kiyohara Date: Tue Jan 29 15:33:44 UTC 2013 Modified Files: src/sys/arch/powerpc/ibm4xx: trap_subr.S Log Message: Set SRR1 to r31 in intr_exit. Not cpuinfo. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/ibm4xx/trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/include
Module Name:src Committed By: kiyohara Date: Tue Jan 29 15:45:43 UTC 2013 Modified Files: src/sys/arch/powerpc/include: asm.h Log Message: Support 16bits over stack size. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/powerpc/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/include
Module Name:src Committed By: kiyohara Date: Tue Jan 29 15:47:16 UTC 2013 Modified Files: src/sys/arch/powerpc/include: param.h Log Message: More stack for ibm4xx slow machines. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/powerpc/include/param.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/makefs
Module Name:src Committed By: christos Date: Tue Jan 29 15:52:26 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c cd9660.h chfs.c ffs.c makefs.c makefs.h v7fs.c Log Message: make everything use the generic options parser. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/makefs/cd9660.c cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/makefs/cd9660.h cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makefs/chfs.c \ src/usr.sbin/makefs/v7fs.c cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/makefs/makefs.c cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/makefs/makefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/common
Module Name:src Committed By: he Date: Tue Jan 29 18:17:29 UTC 2013 Modified Files: src/distrib/common: Makefile.bootcd Log Message: The rockridge option of makefs now requires a =1, follow suit. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/common/Makefile.bootcd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/misc
Module Name:src Committed By: matt Date: Tue Jan 29 19:14:02 UTC 2013 Modified Files: src/lib/libc/misc: Makefile.inc Log Message: Add ${ARCHDIR}/misc to path To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/misc/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/arm/misc
Module Name:src Committed By: matt Date: Tue Jan 29 19:14:54 UTC 2013 Added Files: src/lib/libc/arch/arm/misc: arm_initfini.c Log Message: Add a constructor for EABI to determine if a FPU is present on the system. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libc/arch/arm/misc/arm_initfini.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/arch/arm
Module Name:src Committed By: matt Date: Tue Jan 29 19:15:52 UTC 2013 Modified Files: src/lib/libc/arch/arm: Makefile.inc Log Message: for earm*, add arm_initfini.c To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/arm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/arm/gen
Module Name:src Committed By: matt Date: Tue Jan 29 19:23:09 UTC 2013 Modified Files: src/lib/libc/arch/arm/gen: _setjmp.S setjmp.S Log Message: AAPCS (EABI) requires that VFP D8-D15 are always saved, regardless whether the soft float or hard float ABI is being used. However, if there isn't a FPU that can't be done. So only save/restore them if a FPU is present. When libc initializes, it does a sysctl to determine if there is a FPU and stores the result which _setjmp/setjmp uses. If there was a FPU, the magic in the jmp_buf is changed to reflect that the VFP registers were saved. longjmp uses the magic to determine if it needs to restore the VFP registers. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/gen/_setjmp.S cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/arm/gen/setjmp.S 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: christos Date: Tue Jan 29 19:27:37 UTC 2013 Modified Files: src/sys/dev/usb: uhci.c Log Message: correct previous. assign the sc, and move the destroy later where it is safe To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 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: src/usr.sbin/makefs/msdos
Module Name:src Committed By: christos Date: Tue Jan 29 19:45:47 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: workaround for gcc/vax To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/makefs/msdos/msdosfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/common
Module Name:src Committed By: christos Date: Tue Jan 29 19:48:41 UTC 2013 Modified Files: src/distrib/common: Makefile.bootcd Log Message: revert previous, it was an unintended side effect. fixed in makefs To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/distrib/common/Makefile.bootcd 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: Tue Jan 29 19:56:43 UTC 2013 Modified Files: src/sys/kern: kern_sysctl.c Log Message: remove useless cast (Richard Hansen) To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 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/etc
Module Name:src Committed By: christos Date: Tue Jan 29 20:21:02 UTC 2013 Modified Files: src/etc: Makefile Log Message: spwd.db should be 0600 (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.402 -r1.403 src/etc/Makefile 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/pci
Module Name:src Committed By: rkujawa Date: Tue Jan 29 21:02:50 UTC 2013 Modified Files: src/sys/arch/amiga/pci: em4k.c Log Message: Support PCI_NETBSD_CONFIGURE for em4k. Mediator 4000 now works completely (minus obvious lack of DMA). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/em4k.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: Tue Jan 29 21:04:55 UTC 2013 Modified Files: src/sys/arch/amiga/conf: GENERIC.in Log Message: Add forgotten atabus at ata. Needed for satalink. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 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/sys/arch/amiga/conf
Module Name:src Committed By: rkujawa Date: Tue Jan 29 21:06:16 UTC 2013 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC INSTALL Log Message: Regen configs. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/arch/amiga/conf/DRACO cvs rdiff -u -r1.295 -r1.296 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.114 -r1.115 src/sys/arch/amiga/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
Module Name:src Committed By: para Date: Tue Jan 29 21:26:25 UTC 2013 Modified Files: src/sys/kern: subr_vmem.c src/sys/rump/librump/rumpkern: vm.c src/sys/sys: vmem.h vmem_impl.h Log Message: make vmem(9) ready to be used early during bootstrap to replace extent(9) pass memory for vmem structs into the initialization function and do away with the static pool of vmem structs. remove special bootstrapping of the quantum cache pools of the kmem_va_arena as memory for pool_caches is allocated via pool_allocator_meta which is fully operational at this point. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/kern/subr_vmem.c cvs rdiff -u -r1.134 -r1.135 src/sys/rump/librump/rumpkern/vm.c cvs rdiff -u -r1.19 -r1.20 src/sys/sys/vmem.h cvs rdiff -u -r1.1 -r1.2 src/sys/sys/vmem_impl.h 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: para Date: Tue Jan 29 21:29:41 UTC 2013 Modified Files: src/sys/uvm: uvm_km.c Log Message: bring file up to date for previous vmem changes. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/uvm/uvm_km.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/man4/man4.amiga
Module Name:src Committed By: rkujawa Date: Tue Jan 29 21:31:19 UTC 2013 Modified Files: src/share/man/man4/man4.amiga: Makefile empb.4 Added Files: src/share/man/man4/man4.amiga: em4k.4 Log Message: Add man page for em4k. While here update empb. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/man4.amiga/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.amiga/em4k.4 cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/man4.amiga/empb.4 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/man
Module Name:src Committed By: rkujawa Date: Tue Jan 29 21:34:17 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add em4k(4) to dist list. To generate a diff of this commit: cvs rdiff -u -r1.1417 -r1.1418 src/distrib/sets/lists/man/mi 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: para Date: Tue Jan 29 21:37:04 UTC 2013 Modified Files: src/sys/uvm: uvm_init.c Log Message: improve on comments To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/uvm/uvm_init.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/makefs
Module Name:src Committed By: christos Date: Tue Jan 29 21:54:19 UTC 2013 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: add missing arguments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/msdos.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/man9
Module Name:src Committed By: para Date: Tue Jan 29 21:55:07 UTC 2013 Modified Files: src/share/man/man9: vmem.9 Log Message: bring man page up to date for vmem_xcreate and the changed function signature of vmem_create To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/vmem.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.amiga
Module Name:src Committed By: wiz Date: Tue Jan 29 22:01:28 UTC 2013 Modified Files: src/share/man/man4/man4.amiga: em4k.4 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.amiga/em4k.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Tue Jan 29 22:02:17 UTC 2013 Modified Files: src/share/man/man9: vmem.9 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/vmem.9 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: para Date: Tue Jan 29 23:00:31 UTC 2013 Modified Files: src/sys/kern: kern_sysctl.c Log Message: fix the sysctl_setup_func typedef To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 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/mips/include
Module Name:src Committed By: matt Date: Wed Jan 30 01:11:13 UTC 2013 Modified Files: src/sys/arch/mips/include: elf_machdep.h Log Message: Add two missing relocs and DT_MIPS_PLTGOT and DT_MIPS_RWPLT To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/include/elf_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: matt Date: Wed Jan 30 01:12:56 UTC 2013 Modified Files: src/sys/sys: exec_elf.h Log Message: Add DT_PREINIT_ARRAY/DT_PREINIT_ARRAYSZ and few other missing ones. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/sys/exec_elf.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/mips/include
Module Name:src Committed By: christos Date: Wed Jan 30 02:48:22 UTC 2013 Modified Files: src/sys/arch/mips/include: elf_machdep.h Log Message: whitespace police To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/include/elf_machdep.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/makefs
Module Name:src Committed By: christos Date: Wed Jan 30 02:53:54 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: use "val" not "var" To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makefs/makefs.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/embedded
Module Name:src Committed By: skrll Date: Wed Jan 30 07:40:35 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Add the tests sets by default. Tweak the usage output. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.