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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.11 src/crypto/external/bsd/Makefile

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



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 (which causes that an empty descriptor is needed to terminate
the transfer), from Gordon McNutt per PR kern/44883
(fixed a bit differently than the proposed patch for aesthetical
reasons -- avoids the page pointer to come into unexpexted area earlier)


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/ehci.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/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 are not public domain; they are subject to the
copyright notices on the relevant files.



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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/libcurses/tests/std_defines

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



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 srtt and rttvar were changed
from the 4.4BSD scheme, and the comments are out of sync with the
code.  This commit rewrites most of the comments that explain the RTO
calculations, and points out some issues in the code.

Joint work with Bev Schwartz of BBN (original analysis and comments),
but I have rewritten and extended them, so errors are mine.

This material is based upon work supported by the Defense Advanced
Research Projects Agency and Space and Naval Warfare Systems Center,
Pacific, under Contract No. N66001-09-C-2073.  Approved for Public
Release, Distribution Unlimited


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.238 -r1.239 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.84 -r1.85 src/sys/netinet/tcp_timer.c
cvs rdiff -u -r1.26 -r1.27 src/sys/netinet/tcp_timer.h
cvs rdiff -u -r1.163 -r1.164 src/sys/netinet/tcp_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/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 domain; they are subject to the
copyright notices on the relevant files.



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 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.167 -r1.168 src/distrib/sets/lists/comp/shl.mi

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



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.36 -r1.37 src/common/lib/libprop/prop_dictionary.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/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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 rdiff -u -r1.26 -r1.27 src/common/lib/libprop/prop_object.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/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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.10 src/sys/dev/pci/if_lii.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/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 this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/xen/xen/xennetback_xenbus.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/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 error condition.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/stdio/getdelim.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/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 procecss.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/db_trace.c

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



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 a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/miscfs/genfs/genfs_io.c

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



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

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