CVS commit: src/sys/arch/amiga/amiga

2011-09-14 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed Sep 14 09:19:09 UTC 2011 Modified Files: src/sys/arch/amiga/amiga: simple_busfuncs.c Log Message: Fix typo, add missing include (make this compile again). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys

CVS commit: src/lib/libutil

2011-09-14 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Sep 14 11:43:29 UTC 2011 Modified Files: src/lib/libutil: getlabelsector.3 Log Message: Kill empty Dv macro. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libutil/getlabelsector.3 Please note that diffs

CVS commit: src/lib/libc/sys

2011-09-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Sep 14 11:49:21 UTC 2011 Modified Files: src/lib/libc/sys: stat.2 Log Message: There's no st_block field; it's st_blocks. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/stat.2 Please note that d

CVS commit: src/sys/compat/linux/common

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 12:28:09 UTC 2011 Modified Files: src/sys/compat/linux/common: linux_futex.c linux_futex.h linux_mod.c Log Message: Can't use RUN_ONCE here to initialize the futex_lock, otherwise we cannot unload the module. To gen

CVS commit: src/sys/kern

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 12:29:22 UTC 2011 Modified Files: src/sys/kern: kern_module.c Log Message: don't increment the number of referenced module as a side effect if we fail. >From jmcneill To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 12:30:20 UTC 2011 Modified Files: src/sys/kern: kern_module_vfs.c Log Message: - don't if then else the same thing. print a more meaningful message - don't leak a dictionary on failure - minor KNF To generate a diff

CVS commit: src/distrib/utils/sysinst/arch/acorn32

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 12:35:19 UTC 2011 Modified Files: src/distrib/utils/sysinst/arch/acorn32: md.c Log Message: fix fprintfs with no format strings. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/distrib/utils/sysins

CVS commit: src/lib/libkvm

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 12:37:56 UTC 2011 Modified Files: src/lib/libkvm: kvm_sun2.c kvm_sun3.c kvm_sun3x.c Log Message: more sys/param.h additions To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libkvm/kvm_sun2.c cvs r

CVS commit: src/sys/arch/x86/acpi

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 13:13:21 UTC 2011 Modified Files: src/sys/arch/x86/acpi: Makefile.wakecode.inc Log Message: Don't depend on the .d file here; since this is the only rule, acpi_wakeup.d will never be build! To generate a diff of thi

CVS commit: src/tests/lib/libm

2011-09-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Sep 14 13:29:58 UTC 2011 Modified Files: src/tests/lib/libm: t_cos.c t_sin.c t_tan.c Log Message: Additions to PR lib/45362: the float variants cosf(3), sinf(3), and tanf(3) do not detect NaN for positive and negative infinity

CVS commit: src/tests/lib/libm

2011-09-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Sep 14 13:47:40 UTC 2011 Modified Files: src/tests/lib/libm: t_ldexp.c Log Message: Fix bug/oversight. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libm/t_ldexp.c Please note that diffs are not

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

2011-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 14 14:34:37 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: A test case may not assume opening /dev/tty does something sensible. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/t

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

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 14:58:08 UTC 2011 Modified Files: src/sys/arch/i386/conf: Makefile.i386 Log Message: include wakecode after so that the depend rules are defined! To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/s

CVS commit: src/sys/arch/x86/acpi

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 14:58:43 UTC 2011 Modified Files: src/sys/arch/x86/acpi: Makefile.wakecode.inc Log Message: revert previous; bug was in the position of the inclusion of the file. To generate a diff of this commit: cvs rdiff -u -r1.

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

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 14:59:30 UTC 2011 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: include wakecode after kernel rules so that the .depend rules are defined To generate a diff of this commit: cvs rdiff -u -r1.38

CVS commit: src/external/bsd/ntp/dist/ntpd

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 16:18:29 UTC 2011 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: PR/45308: Manuel Bouyer: Update list of broadcast addresses after updating interfaces. To generate a diff of this commit: cvs r

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

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 16:35:22 UTC 2011 Modified Files: src/external/lgpl3/gmp/dist/mpn: Makefile.in Log Message: PR/45367: Gr�goire Sutre: don't depend on m4-ccas and cpp-ccas to be executable; invoke the shell to run them. To generate

CVS commit: src

2011-09-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Sep 14 17:35:45 UTC 2011 Modified Files: src: build.sh Log Message: When using random versions of make to try to find the TOOLDIR, redirect 2>/dev/null. This should hide error messages like "*** missing separator. Stop." when G

CVS commit: src/sys/arch/usermode

2011-09-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 14 18:26:25 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: Provide thunk fuction to return the host machine's VM_MIN_ADDRESS To generate a di

CVS commit: src/sys/arch/usermode

2011-09-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 14 18:28:36 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC Makefile.usermode src/sys/arch/usermode/usermode: machdep.c pmap.c Log Message: Implement in-place execution for binaries! No more MKPIE/MKP

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

2011-09-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 14 18:30:13 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Make stacksize of newly spawn lwp's bigger than one page. Actually use the variable stack_size now To generate a diff of this commit: cv

CVS commit: src/sys/arch/usermode/usermode

2011-09-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 14 19:45:27 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Code audit revealed missing brackets and a silly old constant of 1024 lingering around. Fixed with the right values. To generate a

CVS commit: src/lib/libc/stdlib

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 23:33:51 UTC 2011 Modified Files: src/lib/libc/stdlib: Makefile.inc hcreate.3 hcreate.c Log Message: add re-entrant versions of the hash functions based on the GNU api. To generate a diff of this commit: cvs rdiff -

CVS commit: src/include

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 23:34:27 UTC 2011 Modified Files: src/include: search.h Log Message: add re-entrant versions of the hash api based on the GNU extensions. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/include/sea

CVS commit: src/distrib/sets/lists/comp

2011-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 14 23:37:33 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add h{create,destroy,search}_r To generate a diff of this commit: cvs rdiff -u -r1.1673 -r1.1674 src/distrib/sets/lists/comp/mi Please