Re: svn commit: r214409 - head/sys/kern

2010-10-28 Thread David Xu
Garrett Cooper wrote: On Thu, Oct 28, 2010 at 2:54 AM, David Xu wrote: Garrett Cooper wrote: On Wed, Oct 27, 2010 at 9:22 AM, Andriy Gapon wrote: [patch attachment was lost] Ugh... Mailman hates me I guess :(... on 27/10/2010 19:07 Garrett Cooper said the following: How about this pat

svn commit: r214495 - head/sys/boot/ofw/common

2010-10-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 29 00:37:35 2010 New Revision: 214495 URL: http://svn.freebsd.org/changeset/base/214495 Log: Fix the printf() in init_heap so that it can run before the console is up. Pointed out by: marius Modified: head/sys/boot/ofw/common/main.c Modified: head/

svn commit: r214494 - head/sys/boot/ofw/libofw

2010-10-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 29 00:36:44 2010 New Revision: 214494 URL: http://svn.freebsd.org/changeset/base/214494 Log: Fix netboot on some Apple machines on which calling dma-free on the network device can hang the machine. This causes the loss of 64 KB of accessible memory on netboot

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
2010/10/28 John Baldwin : > On Thursday, October 28, 2010 4:28:12 pm Attilio Rao wrote: >> 2010/10/28 John Baldwin : >> > On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: >> >> 2010/10/28 John Baldwin : >> >> > On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: >> >> >> Author:

svn commit: r214493 - in head/sys/boot/ofw: common libofw

2010-10-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Oct 28 23:46:05 2010 New Revision: 214493 URL: http://svn.freebsd.org/changeset/base/214493 Log: Fix some memory management issues discovered when trying to boot the PPC OF loader on systems where address cells and size cells are both 2 (the Mambo simulator) and

svn commit: r214492 - in head: bin/sh tools/regression/bin/sh/expansion

2010-10-28 Thread Jilles Tjoelker
Author: jilles Date: Thu Oct 28 22:34:49 2010 New Revision: 214492 URL: http://svn.freebsd.org/changeset/base/214492 Log: sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches. If double-quote state does not match, treat the '}' literally. This ensures double-quote state

svn commit: r214491 - head/usr.sbin/rtadvd

2010-10-28 Thread Ulrich Spoerlein
Author: uqs Date: Thu Oct 28 22:28:45 2010 New Revision: 214491 URL: http://svn.freebsd.org/changeset/base/214491 Log: Fix another "string" typo. MFC after:3 days Modified: head/usr.sbin/rtadvd/rtadvd.conf.5 Modified: head/usr.sbin/rtadvd/rtadvd.conf.5 ==

svn commit: r214490 - in head: bin/sh tools/regression/bin/sh/expansion

2010-10-28 Thread Jilles Tjoelker
Author: jilles Date: Thu Oct 28 21:51:14 2010 New Revision: 214490 URL: http://svn.freebsd.org/changeset/base/214490 Log: sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}. Exp-run done by: pav (with some other sh(1) changes) PR: bin/57554 Added: he

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread John Baldwin
On Thursday, October 28, 2010 4:28:12 pm Attilio Rao wrote: > 2010/10/28 John Baldwin : > > On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: > >> 2010/10/28 John Baldwin : > >> > On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: > >> >> Author: attilio > >> >> Date: Thu Oct 28

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
2010/10/28 John Baldwin : > On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: >> 2010/10/28 John Baldwin : >> > On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: >> >> Author: attilio >> >> Date: Thu Oct 28 16:31:39 2010 >> >> New Revision: 214457 >> >> URL: http://svn.freebsd.

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
2010/10/28 John Baldwin : > On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: >> 2010/10/28 John Baldwin : >> > On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: >> >> Author: attilio >> >> Date: Thu Oct 28 16:31:39 2010 >> >> New Revision: 214457 >> >> URL: http://svn.freebsd.

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
2010/10/28 John Baldwin : > On Thursday, October 28, 2010 2:11:40 pm John Baldwin wrote: >> On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: >> > +       vm_paddr_t *p; >> >         caddr_t kmdp; >> >         uint32_t smapsize; >> > -       int error, rid; >> > +       int error, i, rid;

svn commit: r214489 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2010-10-28 Thread Ulrich Spoerlein
Author: uqs Date: Thu Oct 28 20:18:26 2010 New Revision: 214489 URL: http://svn.freebsd.org/changeset/base/214489 Log: Fix CPU load reporting independent of scheduler used. - Sample CPU usage data from kern.cp_times, this makes for a far more accurate and scheduler independent algorithm

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Robert Watson
On Thu, 28 Oct 2010, Alexander Best wrote: For example, you could imagine a pathconf() call that asks the file system if overwriting a file is likely to result in the data going away -- UFS could answer "yes" unless it's snapshotting the file system, and ZFS could simply answer "no". In Fre

svn commit: r214488 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:18:54 2010 New Revision: 214488 URL: http://svn.freebsd.org/changeset/base/214488 Log: MFC r212897: Fix a locking issue which resulted in aborted associations due to a corrupted nr-mapping array. Modified: stable/8/sys/netinet/sctp_indata.c Directory Pro

svn commit: r214487 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:17:18 2010 New Revision: 214487 URL: http://svn.freebsd.org/changeset/base/214487 Log: MFC r212851: Allow the initial congestion window to be configure to one MTU. Improve the description. Modified: stable/8/sys/netinet/sctp_sysctl.h Directory Properties

svn commit: r214486 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:15:30 2010 New Revision: 214486 URL: http://svn.freebsd.org/changeset/base/214486 Log: MFC r212850: Fix a locking issue which shows up when the code is used on Mac OS X. Modified: stable/8/sys/netinet/sctp_auth.c stable/8/sys/netinet/sctp_pcb.c Directo

svn commit: r214485 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:13:46 2010 New Revision: 214485 URL: http://svn.freebsd.org/changeset/base/214485 Log: MFC r212801: Fix a bug where the wrong PR-SCTP policy was considered. While there, use always the same code for the check of TTL expiration. Modified: stable/8/sys/n

svn commit: r214484 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:12:05 2010 New Revision: 214484 URL: http://svn.freebsd.org/changeset/base/214484 Log: MFC r212800: Make the initial congestion window configurable via sysctl. Modified: stable/8/sys/netinet/sctp_cc_functions.c stable/8/sys/netinet/sctp_sysctl.c stable

svn commit: r214483 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:10:31 2010 New Revision: 214483 URL: http://svn.freebsd.org/changeset/base/214483 Log: MFC r212799: * Implement initial version of send buffer splitting. * Make send/recv buffer splitting switchable via sysctl. * While there: Fix some comments. Modified:

svn commit: r214482 - in head/contrib/tcpdump: . win32

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 19:10:15 2010 New Revision: 214482 URL: http://svn.freebsd.org/changeset/base/214482 Log: Remove useless stuff. Deleted: head/contrib/tcpdump/FREEBSD-Xlist head/contrib/tcpdump/FREEBSD-upgrade head/contrib/tcpdump/Readme.Win32 head/contrib/tcpdump/win32/

svn commit: r214481 - head/usr.sbin/tcpdump/tcpdump

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 19:08:56 2010 New Revision: 214481 URL: http://svn.freebsd.org/changeset/base/214481 Log: Update for the new tcpdump 4.1.1. The man page is a result of running tcpdump's autoconf on FreeBSD. Added: head/usr.sbin/tcpdump/tcpdump/tcpdump.1 (contents, props ch

svn commit: r214480 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:08:50 2010 New Revision: 214480 URL: http://svn.freebsd.org/changeset/base/214480 Log: MFC r212714: Remove old debug code. Modified: stable/8/sys/netinet/sctp_output.c stable/8/sys/netinet/sctp_pcb.c stable/8/sys/netinet/sctp_usrreq.c stable/8/sys/ne

svn commit: r214479 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:07:05 2010 New Revision: 214479 URL: http://svn.freebsd.org/changeset/base/214479 Log: MFC r212713: Remove unused variable/assignment. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/in

svn commit: r214478 - in head/contrib/tcpdump: . lbl missing tests win32

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 19:06:17 2010 New Revision: 214478 URL: http://svn.freebsd.org/changeset/base/214478 Log: Merge tcpdump-4.1.1. Added: head/contrib/tcpdump/Makefile-devel-adds - copied unchanged from r214475, vendor/tcpdump/dist/Makefile-devel-adds head/contrib/tcpdump/R

svn commit: r214477 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:05:21 2010 New Revision: 214477 URL: http://svn.freebsd.org/changeset/base/214477 Log: MFC r212712: Delay the assignment of a path for DATA chunk until they hit the sent_queue. Honor a given path when the SCTP_ADDR_OVER flag is set. Modified: stable/8/

svn commit: r214476 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:03:26 2010 New Revision: 214476 URL: http://svn.freebsd.org/changeset/base/214476 Log: MFC r212711: Use TAILQ_EMPTY() for testing if a tail queue is empty. Set whoFrom to NULL after freeing whoFrom. Modified: stable/8/sys/netinet/sctp_indata.c Directory

svn commit: r214475 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 19:00:45 2010 New Revision: 214475 URL: http://svn.freebsd.org/changeset/base/214475 Log: MFC r212707: Remove unused variable/assignment. Modified: stable/8/sys/netinet/sctp_bsd_addr.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd

svn commit: r214474 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 18:59:09 2010 New Revision: 214474 URL: http://svn.freebsd.org/changeset/base/214474 Log: MFC r212704: Remove assignment without effect. Modified: stable/8/sys/netinet/sctp_sysctl.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread John Baldwin
On Thursday, October 28, 2010 2:11:40 pm John Baldwin wrote: > On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: > > + vm_paddr_t *p; > > caddr_t kmdp; > > uint32_t smapsize; > > - int error, rid; > > + int error, i, rid; > > > > /* Retrieve the

svn commit: r214473 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 18:57:16 2010 New Revision: 214473 URL: http://svn.freebsd.org/changeset/base/214473 Log: MFC r212702: * Use !TAILQ_EMPTY() for checking if a tail queue is not empty. * Remove assignment without any effect. Modified: stable/8/sys/netinet/sctp_cc_functions.c

svn commit: r214472 - stable/8/sys/netinet6

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 18:55:29 2010 New Revision: 214472 URL: http://svn.freebsd.org/changeset/base/214472 Log: MFC r212699: Remove unused variables. Modified: stable/8/sys/netinet6/sctp6_usrreq.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/incl

svn commit: r214471 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 18:52:48 2010 New Revision: 214471 URL: http://svn.freebsd.org/changeset/base/214471 Log: MFC 212380: * Remove code which has no effect. * Clean up the handling in sctp_lower_sosend(). Modified: stable/8/sys/netinet/sctp_output.c Directory Properties: sta

svn commit: r214470 - in stable/8/sys: kern netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 18:50:35 2010 New Revision: 214470 URL: http://svn.freebsd.org/changeset/base/214470 Log: MFC 212242: Implement correct handling of address parameter and sendinfo for SCTP send calls. Modified: stable/8/sys/kern/uipc_syscalls.c stable/8/sys/netinet/sct

Re: svn commit: r214409 - head/sys/kern

2010-10-28 Thread Garrett Cooper
On Thu, Oct 28, 2010 at 2:54 AM, David Xu wrote: > Garrett Cooper wrote: >> >> On Wed, Oct 27, 2010 at 9:22 AM, Andriy Gapon wrote: >>> >>> [patch attachment was lost] >> >> Ugh... Mailman hates me I guess :(... >> >>> on 27/10/2010 19:07 Garrett Cooper said the following:    How about

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Alexander Best
On Thu Oct 28 10, Robert Watson wrote: > On Thu, 28 Oct 2010, Gary Jennejohn wrote: > > >>>The -P option assumes that the underlying storage overwrites file block > >>>when data is written on existing offset. Several factors including the > >>>file system and its backing store could defeat the

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread John Baldwin
On Thursday, October 28, 2010 1:21:34 pm Attilio Rao wrote: > 2010/10/28 John Baldwin : > > On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: > >> Author: attilio > >> Date: Thu Oct 28 16:31:39 2010 > >> New Revision: 214457 > >> URL: http://svn.freebsd.org/changeset/base/214457 > >> > >

svn commit: r214469 - vendor/libpcap/1.1.1

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 18:15:07 2010 New Revision: 214469 URL: http://svn.freebsd.org/changeset/base/214469 Log: Tag libpcap 1.1.1. Added: vendor/libpcap/1.1.1/ - copied from r214468, vendor/libpcap/dist/ ___ svn-src-all@freebsd.org ma

svn commit: r214468 - vendor/tcpdump/4.1.1

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 18:14:32 2010 New Revision: 214468 URL: http://svn.freebsd.org/changeset/base/214468 Log: Tag tcpdump-4.1.1. Added: vendor/tcpdump/4.1.1/ - copied from r214467, vendor/tcpdump/dist/ ___ svn-src-all@freebsd.org ma

svn commit: r214467 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 17:50:50 2010 New Revision: 214467 URL: http://svn.freebsd.org/changeset/base/214467 Log: MFC 209289: Fix a rece condition in the shutdown handling. The race condition resulted in a panic. Modified: stable/8/sys/netinet/sctp.h stable/8/sys/netinet/sctp_us

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Robert Watson
On Thu, 28 Oct 2010, Gary Jennejohn wrote: The -P option assumes that the underlying storage overwrites file block when data is written on existing offset. Several factors including the file system and its backing store could defeat the assumption, this includes, but is not limited to file sy

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Bruce Evans
On Thu, 28 Oct 2010, John Baldwin wrote: On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: Log: Merge nexus.c from amd64 and i386 to x86 subtree. ... == --- head/sys/i386/i386/nexus.c Thu Oct 28 07:5

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
2010/10/28 John Baldwin : > On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: >> Author: attilio >> Date: Thu Oct 28 16:31:39 2010 >> New Revision: 214457 >> URL: http://svn.freebsd.org/changeset/base/214457 >> >> Log: >>   Merge nexus.c from amd64 and i386 to x86 subtree. >> >>   Sponso

svn commit: r214466 - stable/8/sys/netinet

2010-10-28 Thread Randall Stewart
Author: rrs Date: Thu Oct 28 17:17:45 2010 New Revision: 214466 URL: http://svn.freebsd.org/changeset/base/214466 Log: MFC of 212225 Fix some CLANG warnings. One clang warning is left due to the fact that its bogus.. nam->sa_family will not change from AF_INET6 to AF_INET (but clang t

svn commit: r214465 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 17:04:32 2010 New Revision: 214465 URL: http://svn.freebsd.org/changeset/base/214465 Log: MFC 212099: Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopback

svn commit: r214464 - in stable/8/sys: netinet netinet6

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 17:02:36 2010 New Revision: 214464 URL: http://svn.freebsd.org/changeset/base/214464 Log: MFC 211969: Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopba

svn commit: r214463 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 17:00:31 2010 New Revision: 214463 URL: http://svn.freebsd.org/changeset/base/214463 Log: MFC r211950: Bugfix: Do not send a packet drop report in response to a received INIT-ACK with incorrect CRC. Modified: stable/8/sys/netinet/sctp_output.c Di

svn commit: r214462 - in stable/8/sys: netinet netinet6

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 16:58:12 2010 New Revision: 214462 URL: http://svn.freebsd.org/changeset/base/214462 Log: MFC 211944: Fix the switching on/off of CMT using sysctl and socket option. Fix the switching on/off of PF and NR-SACKs using sysctl. Add minor improvement in handli

Re: svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread John Baldwin
On Thursday, October 28, 2010 12:31:39 pm Attilio Rao wrote: > Author: attilio > Date: Thu Oct 28 16:31:39 2010 > New Revision: 214457 > URL: http://svn.freebsd.org/changeset/base/214457 > > Log: > Merge nexus.c from amd64 and i386 to x86 subtree. > > Sponsored by: Sandvine Incorporat

svn commit: r214461 - stable/8/sys/kern

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 16:53:54 2010 New Revision: 214461 URL: http://svn.freebsd.org/changeset/base/214461 Log: MFC r211030: Fix a bug where MSG_TRUNC was not returned in all necessary cases for SOCK_DGRAM socket. MSG_TRUNC was only returned when some mbufs could not be copied to

svn commit: r214460 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 16:51:57 2010 New Revision: 214460 URL: http://svn.freebsd.org/changeset/base/214460 Log: MFC r210866: Fix a bug where endpoints bound to wildcard addresses where using addresses not announced to the peer due to address scoping. Modified: stable/8/sys/

svn commit: r214459 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 16:49:11 2010 New Revision: 214459 URL: http://svn.freebsd.org/changeset/base/214459 Log: MFC r210714: Cleanup code. Modified: stable/8/sys/netinet/sctp_output.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (p

svn commit: r214458 - stable/8/sys/netinet

2010-10-28 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 28 16:46:27 2010 New Revision: 214458 URL: http://svn.freebsd.org/changeset/base/214458 Log: MFC r210495: Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly in the chunk. This resulted in malformed frames. Remove a duplicate assignment. M

svn commit: r214457 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
Author: attilio Date: Thu Oct 28 16:31:39 2010 New Revision: 214457 URL: http://svn.freebsd.org/changeset/base/214457 Log: Merge nexus.c from amd64 and i386 to x86 subtree. Sponsored by: Sandvine Incorporated Tested by:gianni Added: head/sys/x86/x86/nexus.c - copied, changed f

svn commit: r214456 - in vendor/tcpdump/dist: . lbl missing tests win32 win32/Include win32/Include/Arpa win32/Include/Netinet win32/Src win32/prj

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 16:23:25 2010 New Revision: 214456 URL: http://svn.freebsd.org/changeset/base/214456 Log: Update tcpdump to 4.1.1. Changes: Thu.April 1, 2010. g...@alum.mit.edu. Summary for 4.1.1 tcpdump release Fix build on systems with PF, such as F

svn commit: r214455 - in vendor/libpcap/dist: . ChmodBPF SUNOS4 Win32 Win32/Include Win32/Include/arpa Win32/Include/net Win32/Prj Win32/Src bpf/net lbl missing msdos net pcap

2010-10-28 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 28 16:22:13 2010 New Revision: 214455 URL: http://svn.freebsd.org/changeset/base/214455 Log: Update libpcap to 1.1.1. Changes: Thu.April 1, 2010. g...@alum.mit.edu. Summary for 1.1.1 libpcap release Update CHANGES to reflect more of the cha

svn commit: r214454 - stable/7/usr.sbin/mfiutil

2010-10-28 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 28 15:43:14 2010 New Revision: 214454 URL: http://svn.freebsd.org/changeset/base/214454 Log: MFC r214131. Enable copyback and system PD states. Approved by: kib (mentor) Modified: stable/7/usr.sbin/mfiutil/mfi_drive.c Directory Properties: stable/7/usr.

svn commit: r214453 - stable/8/usr.sbin/mfiutil

2010-10-28 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 28 15:41:28 2010 New Revision: 214453 URL: http://svn.freebsd.org/changeset/base/214453 Log: MFC r214131. Enable copyback and system PD states. Approved by: kib (mentor) Modified: stable/8/usr.sbin/mfiutil/mfi_drive.c Directory Properties: stable/8/usr.

svn commit: r214452 - stable/7/sys/dev/mfi

2010-10-28 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 28 15:37:58 2010 New Revision: 214452 URL: http://svn.freebsd.org/changeset/base/214452 Log: MFC r214130. Update PD state firmware definitions: add copyback, system. Approved by: kib (mentor) Modified: stable/7/sys/dev/mfi/mfireg.h Directory Properties:

svn commit: r214451 - stable/8/sys/dev/mfi

2010-10-28 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 28 15:31:18 2010 New Revision: 214451 URL: http://svn.freebsd.org/changeset/base/214451 Log: MFC r214130. Update PD state firmware definitions: add copyback, system. Approved by: kib (mentor) Modified: stable/8/sys/dev/mfi/mfireg.h Directory Properties:

svn commit: r214449 - head/sys/kern

2010-10-28 Thread John Baldwin
Author: jhb Date: Thu Oct 28 14:17:06 2010 New Revision: 214449 URL: http://svn.freebsd.org/changeset/base/214449 Log: Set bootverbose directly in mi_startup() rather than via a SYSINIT. This ensures 'bootverbose' is in a valid state for all SYSINITs. Reported by: avg MFC after:1

svn commit: r214448 - in head/sys: amd64/amd64 i386/i386

2010-10-28 Thread John Baldwin
Author: jhb Date: Thu Oct 28 13:44:19 2010 New Revision: 214448 URL: http://svn.freebsd.org/changeset/base/214448 Log: Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machine when routing interrupts instead of cpu_apic_ids[0] since cpu_apic_ids[] is only populated for multiple

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Alexander Best
On Thu Oct 28 10, Ceri Davies wrote: > On Thu, Oct 28, 2010 at 10:25:47AM +, Alexander Best wrote: > > On Thu Oct 28 10, Gary Jennejohn wrote: > > > On Thu, 28 Oct 2010 16:22:05 +1100 (EST) > > > Bruce Evans wrote: > > > > > > > On Wed, 27 Oct 2010, Xin LI wrote: > > > > > > > > > I think wh

svn commit: r214447 - head/usr.sbin/rtadvd

2010-10-28 Thread Bjoern A. Zeeb
Author: bz Date: Thu Oct 28 11:09:12 2010 New Revision: 214447 URL: http://svn.freebsd.org/changeset/base/214447 Log: Correct a typo. MFC after:3 days Modified: head/usr.sbin/rtadvd/rtadvd.conf.5 Modified: head/usr.sbin/rtadvd/rtadvd.conf.5 ==

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Ceri Davies
On Thu, Oct 28, 2010 at 10:25:47AM +, Alexander Best wrote: > On Thu Oct 28 10, Gary Jennejohn wrote: > > On Thu, 28 Oct 2010 16:22:05 +1100 (EST) > > Bruce Evans wrote: > > > > > On Wed, 27 Oct 2010, Xin LI wrote: > > > > > > > I think what really defeats -P is the fact that the file system

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Alexander Best
On Thu Oct 28 10, Gary Jennejohn wrote: > On Thu, 28 Oct 2010 16:22:05 +1100 (EST) > Bruce Evans wrote: > > > On Wed, 27 Oct 2010, Xin LI wrote: > > > > > I think what really defeats -P is the fact that the file system or > > > underlying data storage would not overwrite data on a file at sync()

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Ceri Davies
On Thu, Oct 28, 2010 at 09:55:38AM +0200, Gary Jennejohn wrote: > On Thu, 28 Oct 2010 16:22:05 +1100 (EST) > Bruce Evans wrote: > > > On Wed, 27 Oct 2010, Xin LI wrote: > > > > > I think what really defeats -P is the fact that the file system or > > > underlying data storage would not overwrite

Re: svn commit: r214446 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
2010/10/28 Attilio Rao : > Author: attilio > Date: Thu Oct 28 07:58:06 2010 > New Revision: 214446 > URL: http://svn.freebsd.org/changeset/base/214446 > > Log: >  Merge the mptable support from MD bits to x86 subtree. This commit should also fix a bug as in the amd64 version the presence of MPTABL

svn commit: r214446 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2010-10-28 Thread Attilio Rao
Author: attilio Date: Thu Oct 28 07:58:06 2010 New Revision: 214446 URL: http://svn.freebsd.org/changeset/base/214446 Log: Merge the mptable support from MD bits to x86 subtree. Sponsored by: Sandvine Incorporated Discussed with: jhb Added: head/sys/x86/x86/mptable.c - copie

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Gary Jennejohn
On Thu, 28 Oct 2010 16:22:05 +1100 (EST) Bruce Evans wrote: > On Wed, 27 Oct 2010, Xin LI wrote: > > > I think what really defeats -P is the fact that the file system or > > underlying data storage would not overwrite data on a file at sync(). > > COW is of course one of the case, journaling MAY