CVS commit: src/lib/libc/stdlib

2014-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 11:32:15 UTC 2014 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Err on the safe side for small memory allocations and provide 4byte alignment by default. Override this to 8byte alignment for alpha and

CVS commit: othersrc/external/bsd/multigest/dist

2014-02-05 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Feb 5 17:43:17 UTC 2014 Modified Files: othersrc/external/bsd/multigest/dist: multigest.c Log Message: give correct results when running the digest when an mmap(2) fails but read(2) succeeds To generate a diff of this

CVS commit: src/sys/arch

2014-02-05 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Feb 5 18:52:22 UTC 2014 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 src/sys/arch/i386/conf: Makefile.i386 Log Message: Change the compiler options to explicitly specify: -mno-mmx -mno-sse -mno-avx

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

2014-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 5 19:03:45 UTC 2014 Modified Files: src/sys/arch/arm/xscale: becc_intr.h Log Message: put back line accidentally deleted before (hi matt) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/emips/stand/common

2014-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 5 19:07:16 UTC 2014 Modified Files: src/sys/arch/emips/stand/common: ace.c Log Message: make this compile. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/emips/stand/common/ace.c Please

CVS commit: src/sys/arch/mips/mips

2014-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 5 19:09:06 UTC 2014 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: fix incorrect variable; (hi matt) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mips/mips/bus_dma.c

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

2014-02-05 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Feb 5 23:10:41 UTC 2014 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: Apparantly clang doesn't like -mno-80387 or -mno-fp-ret-in-387 -msoft-float is equivalent to the former, the latter is probably

CVS commit: src

2014-02-05 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Feb 6 02:51:28 UTC 2014 Modified Files: src/lib/libnpf: npf.c npf.h src/sys/net/npf: npf.h npf_ctl.c npf_impl.h npf_tableset.c src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npf_parse.y npf_scan.l

CVS commit: src/sys/kern

2014-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Feb 6 03:47:16 UTC 2014 Modified Files: src/sys/kern: subr_pcq.c Log Message: __HAVE_ATOMIC_AS_MEMBAR is spelled with two leading underscores. This underscores the need to replace this error-prone cpp API by

CVS commit: othersrc/external/bsd/jetlib

2014-02-05 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Thu Feb 6 04:57:02 UTC 2014 Added Files: othersrc/external/bsd/jetlib: README TODO othersrc/external/bsd/jetlib/lib/libjet: Makefile jetfromtext.c jetlib.c jetlib.h jettobin.c jettotext.c Log Message:

CVS commit: src/usr.sbin/npf/npfctl

2014-02-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 6 07:36:36 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Update count. Add serial comma. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/npf/npfctl/npf.conf.5 Please