Re: svn commit: r224674 - head/etc

2011-08-07 Thread Garrett Cooper
o ask for permission to do the UPDATING entry, do you have > suggestions for the text? Maybe this? -Garrett $ svn diff UPDATING Index: UPDATING === --- UPDATING(revision 224699) +++ UPDATING(working copy) @@ -22,6 +22,10 @@

svn commit: r224703 - head/sys/net

2011-08-07 Thread Kevin Lo
Author: kevlo Date: Mon Aug 8 05:25:51 2011 New Revision: 224703 URL: http://svn.freebsd.org/changeset/base/224703 Log: In rtinit1(), before rtrequest1_fib() is called, info.rti_flags is initialized by flags (function argument) or-ed with ifa->ifa_flags. If both NIC has a loopback route to

svn commit: r224702 - head/usr.bin/xlint/lint1

2011-08-07 Thread Kevin Lo
Author: kevlo Date: Mon Aug 8 05:22:09 2011 New Revision: 224702 URL: http://svn.freebsd.org/changeset/base/224702 Log: catstrg() does not set the resulting string length. PR: bin/152549 Submitted by: Henning Petersen Approved by: re (hrs) Modified: head/usr.bin/xlint/lint1/tree

Re: svn commit: r224674 - head/etc

2011-08-07 Thread Doug Barton
On 8/7/2011 6:05 PM, Garrett Cooper wrote: > On Sun, Aug 7, 2011 at 1:51 PM, Simon L. B. Nielsen wrote: >> >> On 6 Aug 2011, at 11:16, Doug Barton wrote: >> >>> Author: dougb >>> Date: Sat Aug 6 09:16:53 2011 >>> New Revision: 224674 >>> URL: http://svn.freebsd.org/changeset/base/224674 >>> >>> L

svn commit: r224701 - head/lib/libc/net

2011-08-07 Thread Hiroki Sato
Author: hrs Date: Mon Aug 8 03:09:03 2011 New Revision: 224701 URL: http://svn.freebsd.org/changeset/base/224701 Log: Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,). PR: docs/159341 Submitted by: Garrett Cooper Approved by: re (kib) Modified: head/lib/libc/net/ethe

Re: svn commit: r224674 - head/etc

2011-08-07 Thread Garrett Cooper
On Sun, Aug 7, 2011 at 1:51 PM, Simon L. B. Nielsen wrote: > > On 6 Aug 2011, at 11:16, Doug Barton wrote: > >> Author: dougb >> Date: Sat Aug  6 09:16:53 2011 >> New Revision: 224674 >> URL: http://svn.freebsd.org/changeset/base/224674 >> >> Log: >>  Rather than edit the nsswitch.conf file based

Re: svn commit: r224674 - head/etc

2011-08-07 Thread Simon L. B. Nielsen
On 6 Aug 2011, at 11:16, Doug Barton wrote: > Author: dougb > Date: Sat Aug 6 09:16:53 2011 > New Revision: 224674 > URL: http://svn.freebsd.org/changeset/base/224674 > > Log: > Rather than edit the nsswitch.conf file based on ${MK_NIS} == "no" > comment out the NIS _compat options by default

svn commit: r224700 - head/lib/libarchive

2011-08-07 Thread Martin Matuska
Author: mm Date: Sun Aug 7 20:24:32 2011 New Revision: 224700 URL: http://svn.freebsd.org/changeset/base/224700 Log: Merge revision 3554 from libarchive's release/2.8 branch: Partial merge of 2431 from trunk: Retry writes on EINTR. This should fix the SIGINT handler in bsdtar. Note:

svn commit: r224699 - in head/sys: amd64/conf arm/conf i386/conf pc98/conf sparc64/conf

2011-08-07 Thread Rick Macklem
Author: rmacklem Date: Sun Aug 7 20:16:46 2011 New Revision: 224699 URL: http://svn.freebsd.org/changeset/base/224699 Log: Change all the sample kernel configurations to use NFSCL, NFSD instead of NFSCLIENT, NFSSERVER since NFSCL and NFSD are now the defaults. The client change is needed

Re: svn commit: r224683 - head/lib/libthread_db

2011-08-07 Thread Marcel Moolenaar
On Aug 7, 2011, at 4:52 AM, Marius Strobl wrote: > > Okay, but then I don't know how to properly fix this given that > thr_p{read,write}_long() still seem to do the wrong thing as they > supply sizeof(long) rather than the size of a long on the target > to thr_p{read,write}() as the size of the v

svn commit: r224698 - head/usr.sbin/pmcstat

2011-08-07 Thread Attilio Rao
Author: attilio Date: Sun Aug 7 18:37:05 2011 New Revision: 224698 URL: http://svn.freebsd.org/changeset/base/224698 Log: Convert pmcstat about using cpuset_t rather than relying on plain 32 bit ints. That fixes a first bug where pmcstat wasn't using the old cpumask_t interface and now als

svn commit: r224693 - head/lib/libthread_db

2011-08-07 Thread Marius Strobl
Author: marius Date: Sun Aug 7 15:52:13 2011 New Revision: 224693 URL: http://svn.freebsd.org/changeset/base/224693 Log: Change lwp to int64_t as thr_pread_long() always uses a 64-bit value in order to account for LP64 targets when cross-debugging on ILP32, allowing r224683 to compile on IL

Re: svn commit: r221623 - head/sys/dev/usb

2011-08-07 Thread Test Rat
Test Rat writes: > Hans Petter Selasky writes: > >> Author: hselasky >> Date: Sun May 8 08:22:11 2011 >> New Revision: 221623 >> URL: http://svn.freebsd.org/changeset/base/221623 >> >> Log: >> Cleanup usb_notify_addq_compat(). It should not >> be needed any more. >> >> MFC after: 7 days >

Re: svn commit: r221623 - head/sys/dev/usb

2011-08-07 Thread Test Rat
Hans Petter Selasky writes: > Author: hselasky > Date: Sun May 8 08:22:11 2011 > New Revision: 221623 > URL: http://svn.freebsd.org/changeset/base/221623 > > Log: > Cleanup usb_notify_addq_compat(). It should not > be needed any more. > > MFC after: 7 days This seems to break existing de

Re: svn commit: r224683 - head/lib/libthread_db

2011-08-07 Thread Marius Strobl
On Sun, Aug 07, 2011 at 12:22:02PM +, Bjoern A. Zeeb wrote: > > On Aug 7, 2011, at 11:52 AM, Marius Strobl wrote: > > > On Sat, Aug 06, 2011 at 07:35:49PM -0700, Marcel Moolenaar wrote: > >> > >> On Aug 6, 2011, at 4:24 PM, Marius Strobl wrote: > >> > >>> On Sun, Aug 07, 2011 at 01:06:48AM

Re: svn commit: r224683 - head/lib/libthread_db

2011-08-07 Thread Bjoern A. Zeeb
On Aug 7, 2011, at 11:52 AM, Marius Strobl wrote: > On Sat, Aug 06, 2011 at 07:35:49PM -0700, Marcel Moolenaar wrote: >> >> On Aug 6, 2011, at 4:24 PM, Marius Strobl wrote: >> >>> On Sun, Aug 07, 2011 at 01:06:48AM +0300, Andriy Gapon wrote: on 07/08/2011 00:41 Garrett Cooper said the foll

Re: svn commit: r224683 - head/lib/libthread_db

2011-08-07 Thread Marius Strobl
On Sat, Aug 06, 2011 at 07:35:49PM -0700, Marcel Moolenaar wrote: > > On Aug 6, 2011, at 4:24 PM, Marius Strobl wrote: > > > On Sun, Aug 07, 2011 at 01:06:48AM +0300, Andriy Gapon wrote: > >> on 07/08/2011 00:41 Garrett Cooper said the following: > >>> It's not just i386. It's other architectures

Re: svn commit: r224691 - in head/lib/libarchive: . test

2011-08-07 Thread Test Rat
Martin Matuska writes: > Author: mm > Date: Sun Aug 7 08:42:36 2011 > New Revision: 224691 > URL: http://svn.freebsd.org/changeset/base/224691 > > Log: > Add compatibility for ISO images created with unfixed makefs that > violated ECMA-119 (ISO9660): allow reserved4 to be 0x20 in PVD. > Th

svn commit: r224691 - in head/lib/libarchive: . test

2011-08-07 Thread Martin Matuska
Author: mm Date: Sun Aug 7 08:42:36 2011 New Revision: 224691 URL: http://svn.freebsd.org/changeset/base/224691 Log: Add compatibility for ISO images created with unfixed makefs that violated ECMA-119 (ISO9660): allow reserved4 to be 0x20 in PVD. This allows tar to read FreeBSD distribution

svn commit: r224690 - head/usr.sbin/makefs

2011-08-07 Thread Martin Matuska
Author: mm Date: Sun Aug 7 08:35:15 2011 New Revision: 224690 URL: http://svn.freebsd.org/changeset/base/224690 Log: Fix NetBSD PR bin/44114: makefs with -t cd9660 -o rockridge against directories with deep structure creates a corrupted cd9660 image. http://gnats.netbsd.org/cgi-bin/que