CVS commit: src/sys/netinet

2013-12-02 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Mon Dec 2 09:39:54 UTC 2013 Modified Files: src/sys/netinet: tcp_usrreq.c Log Message: Update TCP CB with new values on rfc1323 and mssdflt sysctl updates From yasu...@iij.ad.jp in kern/44254 To generate a diff of this commit:

CVS commit: src/common/lib/libc/stdlib

2013-12-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 2 12:20:44 UTC 2013 Modified Files: src/common/lib/libc/stdlib: strtoimax.c Log Message: Fix aliases. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/stdlib/strtoimax.c Please note that

CVS commit: src/sys/modules/lua

2013-12-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 2 12:29:44 UTC 2013 Modified Files: src/sys/modules/lua: stdio.h Log Message: Let's use a format string, shall we? To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/modules/lua/stdio.h Please note

CVS commit: src/external/lgpl3/gmp/dist/mpn/powerpc32

2013-12-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 2 13:16:49 UTC 2013 Modified Files: src/external/lgpl3/gmp/dist/mpn/powerpc32: elf.m4 Log Message: Fix typo in secureplt support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2013-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Dec 2 13:45:40 UTC 2013 Modified Files: src/sys/arch/luna68k/dev: omrasops.c Log Message: Fix off by one in copyrows() backward case. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/rasops

2013-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Dec 2 14:05:51 UTC 2013 Modified Files: src/sys/dev/rasops: README rasops_bitops.h rasops_masks.c rasops_masks.h Log Message: Fix 1 bpp rasops copycols() op: - fix inverted shift direction in MBL() and MBR()

CVS commit: src/sys/dev/sun

2013-12-02 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Dec 2 15:54:06 UTC 2013 Modified Files: src/sys/dev/sun: bwtwo.c Log Message: Only write to the framebuffer memory 32 bits at a time. If we try to write larger amounts, we will generate SER_WRITE|SER_SZERR with P4

CVS commit: src/sys/arch

2013-12-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 2 18:36:11 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm8.S cpufunc_asm_sa1.S cpufunc_asm_sa11x0.S cpufunc_asm_xscale.S fiq_subr.S src/sys/arch/arm/arm32: exception.S spl.S

CVS commit: src/sbin/fsck_ffs

2013-12-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Dec 2 18:46:52 UTC 2013 Modified Files: src/sbin/fsck_ffs: inode.c Log Message: Fix pasto in the !ufs2 case (use dp-dp1 and not of dp-dp2). This would be a problem only when allocating a new data block and the indir block is

CVS commit: src/common/lib/libc

2013-12-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 2 21:21:33 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: memcmp.S memcpy.S memcpy_arm.S memmove.S memset.S src/common/lib/libc/string: memcmp.c memcpy.c memmove.c memset.c Log Message:

CVS commit: src/external/mit/lua/dist/src

2013-12-02 Thread Lourival Pereira Vieira Neto
Module Name:src Committed By: lneto Date: Mon Dec 2 23:06:35 UTC 2013 Modified Files: src/external/mit/lua/dist/src: lstrlib.c Log Message: fixed lua(4) build (added _KERNEL guard into lstrlib.c to avoid double usage) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/ld.elf_so/arch/arm

2013-12-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 3 00:19:56 UTC 2013 Modified Files: src/libexec/ld.elf_so/arch/arm: rtld_start.S Log Message: Don't use GOT relocations. Use PC relative for the GOT and GOTOFF for _DYNAMIC. Make thumb friendly. To generate a diff of

CVS commit: src/lib/libc/compiler_rt

2013-12-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Dec 3 02:28:51 UTC 2013 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Add ARM (EABI) specific sources. Split off code that requires C11, unwind support in libc or overlaps with soft-float in preparation