CVS commit: src

2011-09-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 30 10:23:03 UTC 2011 Modified Files: src/common/lib/libppath: ppath.c src/sys/sys: systm.h Log Message: avoid sys/systm.h in userland ppath.h. include types.h/stdarg.h in all systm.h configs. my amd64 build without

CVS commit: src/tests

2011-09-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Sep 30 14:50:20 UTC 2011 Modified Files: src/tests/include/sys: t_bitops.c src/tests/lib/libc/stdlib: t_strtod.c Log Message: Add expected failures for Qemu. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/share/man/man9

2011-09-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Sep 30 15:47:20 UTC 2011 Modified Files: src/share/man/man9: Makefile Log Message: There's no stand alone vpanic.9 man page. To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/share/man/man9/Makefile Please

CVS commit: src/lib/libc/arch/x86_64/gen

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 17:42:35 UTC 2011 Modified Files: src/lib/libc/arch/x86_64/gen: flt_rounds.S fpgetround.S fpsetround.S Log Message: PR/44293: Paul Goyette: Fix the mess of the rounding code. To generate a diff of this commit: cvs

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

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 17:44:58 UTC 2011 Modified Files: src/tests/lib/libc/gen: Makefile t_fpsetround.c Log Message: Make the rounding test work properly, and actually test the rounding modes. To generate a diff of this commit: cvs

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

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 18:27:18 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_fpsetround.c Log Message: print stderr, when things go wrong. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/usb

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 18:43:00 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add 4G Systems XSStick P14 USUPA 5.76Mb/s USB modem To generate a diff of this commit: cvs rdiff -u -r1.596 -r1.597 src/sys/dev/usb/usbdevs

CVS commit: src/sys/dev/usb

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 18:43:20 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.589 -r1.590 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.590 -r1.591

CVS commit: src/sys/dev/usb

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 18:59:04 UTC 2011 Modified Files: src/sys/dev/usb: u3g.c Log Message: PR/45156: Moritz Wilhelmy: Add 4G Systems XS Stick P14 USB 3G modem support. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/tests/net/net

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 19:12:35 UTC 2011 Modified Files: src/tests/net/net: t_unix.c Log Message: use ATF_CHECK_MSG instead of err() in atf. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/t_unix.c Please

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

2011-09-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Sep 30 21:08:19 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Do not try to open files up to the RLIMIT_NOFILE limit, which fails when process limit is identical to the whole system limit. Just do it

CVS commit: src

2011-09-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Sep 30 22:08:20 UTC 2011 Modified Files: src/common/include/prop: prop_array.h prop_dictionary.h src/common/lib/libprop: prop_array.3 prop_dictionary.3 prop_kern.c prop_send_syscall.3

CVS commit: src

2011-09-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Sep 30 22:17:51 UTC 2011 Modified Files: src: UPDATING Log Message: Inform that the prop_{array,dictionary}_send_syscall(3) change breaks backward compatibility with old quota2 binaries, so ensure that you update both (proplib +

CVS commit: src/lib/libc/arch/i386/gen

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 23:42:01 UTC 2011 Modified Files: src/lib/libc/arch/i386/gen: flt_rounds.S fpgetround.S fpsetround.S Log Message: make rounding work To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/lib/libc/arch/i386/gen

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 23:45:41 UTC 2011 Modified Files: src/lib/libc/arch/i386/gen: fpsetround.S Log Message: don't use %edi! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/i386/gen/fpsetround.S Please

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

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 23:46:15 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_fpsetround.c Log Message: add symbolic name printing. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_fpsetround.c

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

2011-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 30 23:51:50 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_fpsetround.c Log Message: add more tests. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_fpsetround.c Please note

CVS commit: src/sbin/rndctl

2011-09-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 1 02:55:00 UTC 2011 Modified Files: src/sbin/rndctl: rndctl.8 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/rndctl/rndctl.8 Please note that diffs are not public