CVS commit: src/crypto/external/bsd/openssh/dist

2014-02-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Feb 20 08:20:05 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.c Log Message: Don't print an empty line after the debug message Enabled Dynamic Window Scaling. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libcurses

2014-02-20 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Feb 20 09:42:42 UTC 2014 Modified Files: src/lib/libcurses: curses_private.h mvwin.c refresh.c Log Message: Correct the implementation of mvderwin, it now works as specified by SUSv2. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sparc64/dev

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 11:00:40 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: lom.c Log Message: Don't use conditional format strings, if they aren't equivalent in the arguments they use. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netsmb

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 11:08:57 UTC 2014 Modified Files: src/sys/netsmb: iconv.c Log Message: Don't dereference NULL pointers. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/netsmb/iconv.c Please note that diffs are

CVS commit: [netbsd-6] src/lib/libpthread

2014-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Feb 20 13:00:40 UTC 2014 Modified Files: src/lib/libpthread [netbsd-6]: pthread_cond.c pthread_mutex.c Log Message: Pull up the following revisions(s) (requested by prlw1 in ticket #1029):

CVS commit: [netbsd-6] src/doc

2014-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Feb 20 13:01:50 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1029 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-6.2 Please note that diffs are not

CVS commit: src/sys/netinet6

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 13:36:06 UTC 2014 Modified Files: src/sys/netinet6: icmp6.c Log Message: Bail out in case m_pulldown failed. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/netinet6/icmp6.c Please note that

CVS commit: [netbsd-5] src/lib/libpthread

2014-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Feb 20 13:53:26 UTC 2014 Modified Files: src/lib/libpthread [netbsd-5]: pthread_cond.c pthread_mutex.c Log Message: Pull up the following revisions(s) (requested by prlw1 in ticket #1898):

CVS commit: [netbsd-5] src/doc

2014-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Feb 20 13:54:43 UTC 2014 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket #1898 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-5.3 Please note that diffs are not

CVS commit: [netbsd-6] src/doc

2014-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Feb 20 13:55:53 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Fix formatting errors in last commit To generate a diff of this commit: cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-6.2 Please

CVS commit: src

2014-02-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 20 14:30:23 UTC 2014 Modified Files: src/distrib/luna68k/ramdisk: Makefile list src/sys/arch/luna68k/conf: INSTALL Log Message: Add dhcpcd(8) to luna68k sysinst. Also bump ramdisk size. To generate a diff of

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 14:48:11 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Make sure AFLT_ENABLE in the cpuctrl mask for armv7_setup. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137

CVS commit: src/sys/arch/sparc/stand/ofwboot

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 14:50:39 UTC 2014 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.h Log Message: Add prototype for main. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/stand/ofwboot/boot.h

CVS commit: src/sys/arch/sparc/stand/ofwboot

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 15:11:36 UTC 2014 Modified Files: src/sys/arch/sparc/stand/ofwboot: ofdev.c Log Message: Zero the block on failure, not just the first pointer in it. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 15:45:20 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Make sure to clear MDLWP_NOALIGNFLT on !aapcs or !(armv6 armv7) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 15:52:30 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: for non-of-power-2 sets, we need to round to next power of 2. (which is simply doubling the value and then subtracting 1). To

CVS commit: src/common/lib/libc/arch/m68k/atomic

2014-02-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 20 16:33:23 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/atomic: atomic_cas.S Log Message: Simplify the variants returning a bool To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 17:19:55 UTC 2014 Modified Files: src/sys/arch/arm/include: cpufunc.h Log Message: Make the tlb_flush*SE take a vaddr_t, not a u_int. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 17:27:46 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11.S Log Message: Refactor and cleanup a bit. Prepare for ASIDs. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 17:38:11 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Add armv7 versions of tlb routines. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 17:38:42 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: armv7 doens't need to use the arm11 routines anymore. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138

CVS commit: src/sys/arch/arm/conf

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 17:39:59 UTC 2014 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: cpu_cortex doesn't need the arm11 cpufuncs any more To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

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

2014-02-20 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Feb 20 18:14:11 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu.h Log Message: This needs stdint.h in userspace (for uint64_t) To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/x86/include/cpu.h

CVS commit: src/sys

2014-02-20 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Feb 20 18:19:10 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: genassym.cf machdep.c src/sys/arch/amd64/include: pcb.h proc.h src/sys/arch/i386/i386: locore.S machdep.c src/sys/arch/i386/include: pcb.h

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

2014-02-20 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Feb 20 18:20:39 UTC 2014 Modified Files: src/sys/arch/amd64/include: frame.h Log Message: This doesn't need fpu.h, but should include ucontext.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/bin/ls

2014-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 20 18:56:36 UTC 2014 Modified Files: src/bin/ls: ls.1 ls.c ls.h print.c Log Message: Add -O (only leaf files) and -P (print full path), from tls@ To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/bin/ls

2014-02-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 20 19:10:25 UTC 2014 Modified Files: src/bin/ls: ls.1 Log Message: Use .Nm for 'ls'. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/bin/ls/ls.1 Please note that diffs are not public domain; they are

CVS commit: src/sys/dev

2014-02-20 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Feb 20 19:47:19 UTC 2014 Modified Files: src/sys/dev: DEVNAMES Log Message: (Belatedly) add lmenv. To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/sys/dev/DEVNAMES Please note that diffs are not public

CVS commit: [matt-nb5-mips64] src/sys/arch/arm/cortex

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 20:36:29 UTC 2014 Modified Files: src/sys/arch/arm/cortex [matt-nb5-mips64]: a9_mpsubr.S Log Message: Use right register when setting ttbr To generate a diff of this commit: cvs rdiff -u -r1.12.2.2 -r1.12.2.3

CVS commit: src/common/lib/libc/arch/m68k/atomic

2014-02-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 20 20:39:01 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_add.S atomic_and.S atomic_or.S Added Files: src/common/lib/libc/arch/m68k/atomic: atomic_nand.S

CVS commit: src/sys/arch/arm/allwinner

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 21:45:06 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_var.h Log Message: Add prototype for awin_cpu_hatch To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/allwinner/awin_var.h

CVS commit: src/sys/arch/arm/allwinner

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 21:45:49 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_space.c Log Message: Add support for running BE To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_space.c

CVS commit: src/sys/arch/arm/allwinner

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 21:46:14 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_board.c Log Message: Include gtmr_var.h To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/allwinner/awin_board.c Please

CVS commit: src/sys/arch/arm/allwinner

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 21:48:38 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_com.c awin_gige.c awin_gpio.c awin_icu.c awin_io.c awin_nand.c awin_sdhc.c awin_tmr.c awin_twi.c awin_usb.c awin_wdc.c awin_wdt.c

CVS commit: src/doc

2014-02-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 20 22:01:24 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tmux-1.9 out. To generate a diff of this commit: cvs rdiff -u -r1.1094 -r1.1095 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/arch/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 20 23:24:55 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/arm32: cpu.c src/sys/arch/arm/include: cpufunc.h Log Message: Keep track of what each cache is (VIVT/VIPT/PIPT). cpu0:

CVS commit: src/crypto/external/bsd/netpgp/dist

2014-02-20 Thread Alistair G. Crooks
/netpgp/dist/src/libbn: misc.h src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c Log Message: Update to version 20140220 Changes from previous version: + portability fixes from xtraeme for his Linux distribution: + add search for ar(1) into autoconf + define

CVS commit: src/sys

2014-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 21 02:10:40 UTC 2014 Modified Files: src/sys/dev/pci: if_age.c if_alc.c if_ale.c src/sys/dev/pcmcia: if_malo_pcmcia.c src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: PR/48606: Lloyd Parkes:

CVS commit: src/bin/ls

2014-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 21 02:42:41 UTC 2014 Modified Files: src/bin/ls: ls.1 ls.c Log Message: Add -X (don't cross mount points when recursing) from tls@ To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/bin/ls/ls.1 cvs

CVS commit: src/sys/arch/arm/arm

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 21 06:28:25 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: For now, don't reset arm_cache_prefer_mask unless both l1 caches are PIPT To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140

CVS commit: src/sys/conf

2014-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 21 07:32:43 UTC 2014 Modified Files: src/sys/conf: files Log Message: defparam KERNHIST_DELAY To generate a diff of this commit: cvs rdiff -u -r1.1082 -r1.1083 src/sys/conf/files Please note that diffs are not public

CVS commit: src/sys/kern

2014-02-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Feb 21 07:47:02 UTC 2014 Modified Files: src/sys/kern: exec_elf.c Log Message: Properly check the section size to avoid out-of-bound reads. The computed size must be the exact same size that is indicated in sh_size. ok agc@

CVS commit: src/sys/compat

2014-02-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Feb 21 07:53:53 UTC 2014 Modified Files: src/sys/compat/linux/arch/amd64: linux_exec_machdep.c src/sys/compat/linux/common: linux_exec.h linux_exec_elf32.c src/sys/compat/linux32/arch/amd64: linux32_exec.h