CVS commit: src/tests/lib

2012-09-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Sep 26 07:24:38 UTC 2012

Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
src/tests/lib/libm: t_infinity.c

Log Message:
Remove expected failures that no longer fail (probably due a Qemu update).


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/tests/lib/libc/stdlib/t_strtod.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libm/t_infinity.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2012-09-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 26 15:33:43 UTC 2012

Modified Files:
src/lib/libc/gen: fts.c

Log Message:
Fix in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/lib/libc/gen/fts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Sep 26 18:18:08 UTC 2012

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
If we get a fault we shouldn't have, set pmap_needs_pte_sync and retry.


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/sys/arch/arm/arm32/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Sep 26 21:58:27 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5

Log Message:
npf.conf(5): improve and explain grammar definition.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npf.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/hash

2012-09-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Sep 26 22:23:30 UTC 2012

Modified Files:
src/tests/lib/libc/hash: t_sha2.c

Log Message:
Fix year.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/hash/t_sha2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/fstat

2012-09-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep 26 23:01:04 UTC 2012

Modified Files:
src/usr.bin/fstat: fstat.c

Log Message:
fix non-numeric address and port printing.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/fstat/fstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/net

2012-09-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep 26 23:13:00 UTC 2012

Modified Files:
src/lib/libc/net: getnameinfo.3 getnameinfo.c

Log Message:
add and document AF_LOCAL (and the rest that were not)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/net/getnameinfo.3
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/net/getnameinfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/atf/dist/atf-c

2012-09-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Sep 26 23:27:34 UTC 2012

Modified Files:
src/external/bsd/atf/dist/atf-c: atf-c-api.3

Log Message:
now sense -> no sense


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r1.2 src/external/bsd/atf/dist/atf-c/atf-c-api.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep 27 00:22:39 UTC 2012

Modified Files:
src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c bcm53xx_start.S

Log Message:
Print out u-boot args


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/bcm53xx/bcm53xx_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep 27 00:23:27 UTC 2012

Modified Files:
src/sys/arch/arm/cortex: a9tmr.c a9tmr_var.h

Log Message:
Don't bother dealing with "extra" ticks, just count them.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/cortex/a9tmr.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/cortex/a9tmr_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep 27 00:23:52 UTC 2012

Modified Files:
src/sys/arch/arm/arm: bus_space_asm_generic.S

Log Message:
Add DSB


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/bus_space_asm_generic.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep 27 00:24:36 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_usb.c

Log Message:
Add vendor name.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm53xx_usb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep 27 00:25:26 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_pax.c

Log Message:
Don't initialize PCIe inbound windows.  This avoids the 256MB limitation
on DMAs.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/bcm53xx_pax.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/cdb

2012-09-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Sep 27 00:37:43 UTC 2012

Modified Files:
src/lib/libc/cdb: cdbr.c

Log Message:
Don't refuse the open databases without entries or keys, just protect
the divisions. cdbr_find and cdbr_get already have the appropiate
checks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/cdb/cdbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc

2012-09-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 27 00:37:56 UTC 2012

Modified Files:
src/tests/lib/libc: t_gdtoa.c

Log Message:
make the test more precise.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/t_gdtoa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-09-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Sep 27 00:38:57 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc: t_cdb.c

Log Message:
Add regression test for cdbr(3) and cdbw(3).


To generate a diff of this commit:
cvs rdiff -u -r1.495 -r1.496 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.42 -r1.43 src/tests/lib/libc/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/t_cdb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2012-09-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Sep 27 00:39:47 UTC 2012

Modified Files:
src/sys/dev/ic: ahcisata_core.c

Log Message:
Add some more debugging messages.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/ahcisata_core.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/pax

2012-09-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 27 00:44:59 UTC 2012

Modified Files:
src/bin/pax: ftree.c

Log Message:
deal properly with empty lines in spec file


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/bin/pax/ftree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.