CVS commit: src/sys/netinet6

2011-04-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Apr 21 06:58:32 UTC 2011 Modified Files: src/sys/netinet6: mld6.c Log Message: Prune dead assignment, from Henning Petersen in PR 44890. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/netinet6/mld6.c

CVS commit: src/sys/miscfs/genfs

2011-04-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 21 06:27:17 UTC 2011 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Move some #ifdefs to prevent a code path change when DEBUG .vs. !DEBUG Solves problem an assert firing when using NFS on MIPS. To generate

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

2011-04-20 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Apr 21 00:24:07 UTC 2011 Modified Files: src/sys/arch/x86/x86: db_trace.c Log Message: lwpaddr is a boolean variable and thus doesn't hold an address of lwp. Compare with correct value so that tr/t works again on current procec

CVS commit: src/lib/libc/stdio

2011-04-20 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Wed Apr 20 23:37:51 UTC 2011 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: - Put empty line after the local variable definition in the sample code to improve readability. - Remove indirection operator to clarify err

CVS commit: src/sys/arch/xen/xen

2011-04-20 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Apr 20 20:32:38 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Unmap rings before freeing their associated VAs, or we will get a non-recoverable fault in the error path. To generate a diff of th

CVS commit: src/sys/dev/pci

2011-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 20 20:15:03 UTC 2011 Modified Files: src/sys/dev/pci: if_lii.c Log Message: PR/41258: Elias Benali: Try to get the ethernet address from the BIOS before failing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r

CVS commit: src/tests/lib/libprop

2011-04-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 20 20:02:58 UTC 2011 Modified Files: src/tests/lib/libprop: t_basic.c Log Message: PR fixed, remove expected failure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libprop/t_basic.c Please no

CVS commit: src/common/lib/libprop

2011-04-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 20 20:00:07 UTC 2011 Modified Files: src/common/lib/libprop: prop_object.c Log Message: Update also the non-void pointers to the current test objects. Finaly fixes PR lib/43964. To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libc/sys

2011-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 20 19:57:58 UTC 2011 Modified Files: src/lib/libc/sys: open.2 Log Message: sync with reality (prototype of open is varyadic) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/open.2 Please

CVS commit: src/common/lib/libprop

2011-04-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 20 19:40:01 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary.c Log Message: Fix "address of a void*" vs. void* confusion. Part of fixing PR lib/43964. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2011-04-20 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Wed Apr 20 18:55:55 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi shl.mi Log Message: Do some useful work and fix MKDEBUG build after kerberos update. To generate a diff of this commit: cvs rdiff -u -r1.1618 -r1.1619 sr

CVS commit: src/sys/netinet

2011-04-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 20 14:08:07 UTC 2011 Modified Files: src/sys/netinet: tcp_input.c Log Message: Fix typos. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/sys/netinet/tcp_input.c Please note that diffs are not public do

CVS commit: src/sys/netinet

2011-04-20 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Wed Apr 20 13:35:52 UTC 2011 Modified Files: src/sys/netinet: tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h tcp_var.h Log Message: Rewrite comments about TCP RTO calculations. Long ago, the storage representations of sr

CVS commit: src/tests/lib/libcurses/tests

2011-04-20 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Apr 20 10:40:14 UTC 2011 Modified Files: src/tests/lib/libcurses/tests: std_defines Log Message: Add boolean values to the standard definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcur

CVS commit: src/external/historical/nawk/bin

2011-04-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Apr 20 10:10:33 UTC 2011 Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: fix V->version flag To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/historical/nawk/bin/awk.1 Please n

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

2011-04-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 20 09:57:59 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: Remove some leftovers To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/sparc64/dev/ffb.c Please note that diffs

CVS commit: src/sys/dev/usb

2011-04-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Apr 20 09:32:43 UTC 2011 Modified Files: src/sys/dev/usb: ehci.c Log Message: in alloc_sqtd_chain(), deal with the case where a data packet ends exactly at a page boundary, and the FORCE_SHORT_XFER was set by the client (whi

CVS commit: src/crypto/external/bsd

2011-04-20 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 20 08:36:08 UTC 2011 Modified Files: src/crypto/external/bsd: Makefile Log Message: openssh and libsaslc depend on heimdal, so we need to wait for it to be built. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1

CVS commit: src/share/man/man4/man4.x86

2011-04-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 20 08:20:17 UTC 2011 Modified Files: src/share/man/man4/man4.x86: balloon.4 Log Message: Spelling, sort sections. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.x86/balloon.4 Please not