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 @@
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
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
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
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
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
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
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:
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
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
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
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
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
>
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
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
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
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
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
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
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
20 matches
Mail list logo