CVS commit: src/common/lib/libc/arch/arm/gen

2013-09-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 9 07:33:54 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/gen: divsi3.S udivsi3.S Log Message: Remove movw/movt due to linker problems. Check for 0 divisor and __aeabi_idiv0 if needed (EABI _LIBC only). To

CVS commit: src/share/man/man4

2013-09-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 9 08:23:54 UTC 2013 Modified Files: src/share/man/man4: mpl115a.4 Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/mpl115a.4 Please note that diffs are not public

CVS commit: src/usr.bin/nl

2013-09-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 9 09:02:26 UTC 2013 Modified Files: src/usr.bin/nl: nl.1 Log Message: Improvements from jmc@openbsd. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/nl/nl.1 Please note that diffs are not public

CVS commit: src/lib/libc/stdlib

2013-09-09 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Sep 9 10:21:28 UTC 2013 Modified Files: src/lib/libc/stdlib: _env.c Log Message: Don't scrub the environment unless we are going to change it. This should prevent crashes in applications which carefully and manually construct

CVS commit: src/distrib/sets

2013-09-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Sep 9 13:04:58 UTC 2013 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/comp: mi Log Message: Add conditional entry for lld. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

CVS commit: src/usr.sbin/postinstall

2013-09-09 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Mon Sep 9 15:04:12 UTC 2013 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add pkgpath.conf to /etc/defaults check. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158

CVS commit: src/sys/arch/evbarm/cubie

2013-09-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 9 17:54:38 UTC 2013 Modified Files: src/sys/arch/evbarm/cubie: cubie_machdep.c Log Message: Cleanup. Make KGDB work. We now process the u-boot boot args. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2013-09-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 9 17:52:48 UTC 2013 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h Log Message: Add AWIN_AHCI_DMA Do a little cleanup To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2013-09-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 9 17:53:36 UTC 2013 Modified Files: src/sys/arch/arm/allwinner: awin_board.c Log Message: Make sure AWIN_PLL_CFG_BYPASS is cleared (it was but just being safe.) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/w

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 19:20:38 UTC 2013 Modified Files: src/usr.bin/w: w.c Log Message: Expand ep-host to contain the final string that we are going to print before computing the width of the host column. To generate a diff of this

CVS commit: src/sys/rump/librump/rumpkern

2013-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 9 19:18:08 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Fix minor bug in previous: make sure we come out of rump_init() without a bound lwp set. To generate a diff of this commit: cvs

CVS commit: src/tests/fs/common

2013-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 9 19:47:38 UTC 2013 Modified Files: src/tests/fs/common: fstest_puffs.c Log Message: Remove what looks like an outdated assert (there was something very sneaky about this code, but my memory is fading ...) To generate a

CVS commit: src/tests/rump/rumpnet

2013-09-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 9 19:27:49 UTC 2013 Modified Files: src/tests/rump/rumpnet: t_shmif.sh Log Message: Use 8 TCP/IP stacks instead of 16. That still gives us plenty crossping testing for 1/4th of the cost. To generate a diff of this

CVS commit: src/sbin/resize_ffs

2013-09-09 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Sep 9 19:37:17 UTC 2013 Modified Files: src/sbin/resize_ffs: TODO Log Message: Add an item to the list (SIGINFO support). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/resize_ffs/TODO Please note that

CVS commit: src/sys/net

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 20:53:52 UTC 2013 Modified Files: src/sys/net: bpf.c Log Message: PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf buffer size. XXX: Pullup -6 To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/mtree

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 23:27:43 UTC 2013 Modified Files: src/usr.sbin/mtree: compare.c create.c spec.c Log Message: use intmax_t instead of long long. fixes wrong cast for time_t. To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/share/man/man7

2013-09-09 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue Sep 10 00:41:51 UTC 2013 Modified Files: src/share/man/man7: hier.7 Log Message: PR/48199 - David H. Gutteridge -- remove some vestiges left over from UUCP removal To generate a diff of this commit: cvs rdiff -u -r1.104