CVS commit: src/usr.bin/crunch/crunchgen

2014-01-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 4 08:58:51 UTC 2014 Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: Remove .note.netbsd.mcmodel and .note.netbsd.pax from the chrunched binaries. We don't know wether the former would make sense

CVS commit: src/sys/fs/tmpfs

2014-01-04 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jan 4 12:36:49 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs_vfsops.c Log Message: Fix a race where thread1 runs VOP_REMOVE() and gets preempted in tmpfs_reclaim() before the call to tmpfs_free_node(). Thread2 runs

CVS commit: src/sys/arch/m68k/fpe

2014-01-04 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 4 13:23:22 UTC 2014 Modified Files: src/sys/arch/m68k/fpe: fpu_log.c Log Message: FLOGNP1(-0.0) is -0.0, not +0.0. Found by XM6i. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/evbsh3/t_sh7706lan

2014-01-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jan 4 13:24:35 UTC 2014 Modified Files: src/sys/arch/evbsh3/t_sh7706lan: ssumci.c Log Message: fix CS bit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbsh3/t_sh7706lan/ssumci.c Please note

CVS commit: src/sys/netinet

2014-01-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 4 14:18:12 UTC 2014 Modified Files: src/sys/netinet: udp_usrreq.c Log Message: IPv6 UDP uses the IPv4 pcb tables, and therefore the stats, so need to create the percpu UDPv4 counters even in a v6-only system. To

CVS commit: src/sbin/newfs_lfs

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:35:10 UTC 2014 Modified Files: src/sbin/newfs_lfs: newfs_lfs.8 Log Message: New sentence, new line. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/libc/net

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:37:26 UTC 2014 Modified Files: src/lib/libc/net: inet6_opt_init.3 Log Message: Sort sections. Punctuation formatting nits. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/net/inet6_opt_init.3

CVS commit: src/lib/libc/net

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:37:46 UTC 2014 Modified Files: src/lib/libc/net: inet6_rth_space.3 Log Message: Sort sections. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man4

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:40:25 UTC 2014 Modified Files: src/share/man/man4: ddc.4 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ddc.4 Please note that diffs are not public domain;

CVS commit: src/share/man/man9

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:40:55 UTC 2014 Modified Files: src/share/man/man9: edid.9 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/edid.9 Please note that diffs are not public

CVS commit: src/share/man/man9

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:41:59 UTC 2014 Modified Files: src/share/man/man9: ddc.9 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/ddc.9 Please note that diffs are not

CVS commit: src/usr.bin/ruptime

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:43:28 UTC 2014 Modified Files: src/usr.bin/ruptime: ruptime.1 Log Message: Remove second copy for RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/ruptime/ruptime.1 Please note that

CVS commit: src/lib/libc/sys

2014-01-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 4 15:54:27 UTC 2014 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Merge EINVAL descriptions. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/sys/sigaction.2 Please note that diffs

CVS commit: src/sys/dev/ic

2014-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 4 16:37:05 UTC 2014 Modified Files: src/sys/dev/ic: ct65550.c Log Message: __unuse the right function ( note to self - don't commit half asleep ) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.sbin/cpuctl/arch

2014-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 18:13:48 UTC 2014 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: - Rename x86_print_cacheinfo() to x86_print_cache_and_tlb_info() because this function prints TLB info, too. - Remove an extra printf

CVS commit: src/sys/arch/x86/include

2014-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 19:08:43 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Remove duplicated entry. Modify comments a bit. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/external/gpl3/binutils/dist/ld/scripttempl

2014-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 4 20:17:42 UTC 2014 Modified Files: src/external/gpl3/binutils/dist/ld/scripttempl: elf.sc Log Message: gcc-4.8 has begun putting code in .text.unlikely etc. This breaks our assumption that .text code comes first in

CVS commit: src/sys/arch/sun68k/stand

2014-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 4 20:19:33 UTC 2014 Modified Files: src/sys/arch/sun68k/stand: Makefile.inc Removed Files: src/sys/arch/sun68k/stand: boot.ldscript Log Message: undo the ld script hack now that the default scripts have been

CVS commit: src/sys/arch/i386/stand/boot

2014-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 4 20:18:50 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Removed Files: src/sys/arch/i386/stand/boot: boot.ldscript Log Message: undo the linker script hack now that the linker scripts do

CVS commit: src/sys/arch/x86/include

2014-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 21:09:39 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add Energy Performance Bias bit. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: [LLVM] src/external/bsd/libc++/dist/libcxx

2014-01-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 4 21:41:01 UTC 2014 Removed Files: src/external/bsd/libc++/dist/libcxx/include [LLVM]: dynarray optional src/external/bsd/libc++/dist/libcxx/test/containers [LLVM]: DefaultOnly.h min_allocator.h

CVS commit: src/sys/opencrypto

2014-01-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 4 21:42:42 UTC 2014 Modified Files: src/sys/opencrypto: cryptodev.c Log Message: When crypto(4) is built-in, crypto_modcmd() doesn't need to handle all the auto-config stuff. While here, ensure that we depend on

CVS commit: src/sys/kern

2014-01-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 5 00:53:53 UTC 2014 Modified Files: src/sys/kern: core_elf32.c Log Message: avoid use-after-free in *coredump(). fixes kernel crashes during coredump on sparc64. To generate a diff of this commit: cvs rdiff -u -r1.42

CVS commit: src/sys/arch/next68k/next68k

2014-01-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 5 06:30:48 UTC 2014 Modified Files: src/sys/arch/next68k/next68k: pmap_bootstrap.c Log Message: Move physmem calculations before nptpage initialization. Should fix next68k specific part of PR port-m68k/45915 (panic:

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 5 06:56:22 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: init_main.c version Log Message: Detect boot device on PROM load command and set proper default boot device. Also remove now unnecessary the old