Hi Hiroki,
Thanks for committing it. Will you also be merging it to 10? That is where
I picked up the problem first.
I see there was a bug filed over the weekend that looks like it might be
the same problem:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191252
Regards
John
--
John Hay -- j
John Hay wrote
in <20140624075045.ga53...@zibbi.meraka.csir.co.za>:
jh> Hi Hiroki,
jh>
jh> Thanks for committing it. Will you also be merging it to 10? That is where
jh> I picked up the problem first.
jh>
jh> I see there was a bug filed over the weekend that looks like it might be
jh> the same
Author: gavin
Date: Tue Jun 24 12:57:48 2014
New Revision: 267818
URL: http://svnweb.freebsd.org/changeset/base/267818
Log:
Add missing linefeed.
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
Author: attilio
Date: Tue Jun 24 15:16:55 2014
New Revision: 267820
URL: http://svnweb.freebsd.org/changeset/base/267820
Log:
sysctl subsystem uses sxlocks so avoid to setup dynamic sysctl nodes
before sleepinit() has been fully executed in the SLEEPQUEUE_PROFILING
case.
Sponsored by: E
On Jun 22, 2014, at 6:54 PM, Andrey A. Chernov wrote:
> Author: ache
> Date: Mon Jun 23 00:54:56 2014
> New Revision: 267758
> URL: http://svnweb.freebsd.org/changeset/base/267758
>
> Log:
> Change suggestion how to set MAKESYSPATH as broken incremental build
> workaround. Magic ".../share/mk
Author: imp
Date: Tue Jun 24 16:10:48 2014
New Revision: 267824
URL: http://svnweb.freebsd.org/changeset/base/267824
Log:
Remove fixed path as part of suggestion. Three dots are fine for most
uses. Add a note about a correct workaround.
Modified:
head/UPDATING
Modified: head/UPDATING
=
On 24.06.2014 20:07, Warner Losh wrote:
>> Log:
>> Change suggestion how to set MAKESYSPATH as broken incremental build
>> workaround. Magic ".../share/mk" (search directories up to /)
>> does not work for f.e. /usr/src/gnu/lib/libgcc because the path
>> inside is starting from /usr/obj hierarc
On 24.06.2014 21:25, Andrey Chernov wrote:
> On 24.06.2014 20:07, Warner Losh wrote:
>>> Log:
>>> Change suggestion how to set MAKESYSPATH as broken incremental build
>>> workaround. Magic ".../share/mk" (search directories up to /)
>>> does not work for f.e. /usr/src/gnu/lib/libgcc because the
Author: hselasky
Date: Tue Jun 24 18:25:43 2014
New Revision: 267825
URL: http://svnweb.freebsd.org/changeset/base/267825
Log:
Use existing PHOLD() and PRELE() macros.
Submitted by: kib @
Modified:
head/sys/fs/cuse/cuse.c
Modified: head/sys/fs/cuse/cuse.c
===
Author: mav
Date: Tue Jun 24 18:56:45 2014
New Revision: 267826
URL: http://svnweb.freebsd.org/changeset/base/267826
Log:
Document r267639 CTL ABI breakage.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head
Author: delphij
Date: Tue Jun 24 19:04:32 2014
New Revision: 267827
URL: http://svnweb.freebsd.org/changeset/base/267827
Log:
Fix multiple vulnerabilities in file(1) and libmagic(3).
Security: FreeBSD-SA-14:16.file
Approved by: so
Modified:
head/contrib/file/Magdir/commands
head
Author: jpaetzel
Date: Tue Jun 24 19:12:55 2014
New Revision: 267833
URL: http://svnweb.freebsd.org/changeset/base/267833
Log:
Fix issues in config parser relating to lun serial numbers.
Without this fix some serial numbers needed to be quoted
to avoid the config parser bailing out.
Author: loos
Date: Tue Jun 24 19:42:37 2014
New Revision: 267834
URL: http://svnweb.freebsd.org/changeset/base/267834
Log:
Clarify the expected usage of I2C 7-bit slave addresses on ioctl(2)
interface.
While here add the cross reference to iic(4) on iicbus(4).
CR: D210
Su
Author: delphij
Date: Tue Jun 24 20:09:02 2014
New Revision: 267838
URL: http://svnweb.freebsd.org/changeset/base/267838
Log:
Correct memset size.
Submitted by: Sascha Wildner (swildner at dragonflybsd dot org)
Reviewed by: Kashyap Desai
MFC after:2 weeks
Modified:
head/sys/dev
Author: delphij
Date: Tue Jun 24 20:11:22 2014
New Revision: 267839
URL: http://svnweb.freebsd.org/changeset/base/267839
Log:
Apply vendor fixes for big endian support and 20GBps/25GBps link speeds.
Many thanks to Emulex for their continued support of FreeBSD!
Submitted by: Venkata Duv
Author: wollman
Date: Tue Jun 24 20:23:18 2014
New Revision: 267840
URL: http://svnweb.freebsd.org/changeset/base/267840
Log:
Catch up with many years of changes:
o Document PF_LOCAL as being an alias for PF_UNIX
o Document POSIX standardization of this interface using AF_*
constants
Author: markj
Date: Tue Jun 24 21:12:08 2014
New Revision: 267842
URL: http://svnweb.freebsd.org/changeset/base/267842
Log:
Unbreak installation of the rtld tests.
X-MFC-With: r267679
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
=
On Jun 24, 2014, at 10:25 AM, Andrey Chernov wrote:
> On 24.06.2014 20:07, Warner Losh wrote:
>>> Log:
>>> Change suggestion how to set MAKESYSPATH as broken incremental build
>>> workaround. Magic ".../share/mk" (search directories up to /)
>>> does not work for f.e. /usr/src/gnu/lib/libgcc bec
On Jun 24, 2014, at 2:26 PM, Warner Losh wrote:
>
> On Jun 24, 2014, at 10:25 AM, Andrey Chernov wrote:
>
>> On 24.06.2014 20:07, Warner Losh wrote:
Log:
Change suggestion how to set MAKESYSPATH as broken incremental build
workaround. Magic ".../share/mk" (search directories up
Author: imp
Date: Tue Jun 24 22:15:27 2014
New Revision: 267845
URL: http://svnweb.freebsd.org/changeset/base/267845
Log:
Make sure that the sub-makes for unwind.h start from the CURDIR
(/usr/src) tree rather than the OBJDIR (/usr/obj) tree. This fixes
broken incremental builds with the cano
On Jun 24, 2014, at 2:38 PM, Warner Losh wrote:
>
> On Jun 24, 2014, at 2:26 PM, Warner Losh wrote:
>
>>
>> On Jun 24, 2014, at 10:25 AM, Andrey Chernov wrote:
>>
>>> On 24.06.2014 20:07, Warner Losh wrote:
> Log:
> Change suggestion how to set MAKESYSPATH as broken incremental bui
On Tue, 24 Jun 2014 15:25:45 -0700, Warner Losh writes:
>> Change suggestion how to set MAKESYSPATH as broken incremental =
>build
>> workaround. Magic ".../share/mk" (search directories up to /)
If syspath is going to include .../ it isn't a bad idea for
sys.mk to resolve it.
Something l
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: alc
Date: Wed Jun 25 03:30:03 2014
New Revision: 267850
URL: http://svnweb.freebsd.org/changeset/base/267850
Log:
Now that vm_map_insert() sets MAP_ENTRY_GROWS_{DOWN,UP} on the stack entries
that it creates (r267645), we can place the check that blocks map entry
coalescing on stack e
Author: davide
Date: Wed Jun 25 03:54:02 2014
New Revision: 267851
URL: http://svnweb.freebsd.org/changeset/base/267851
Log:
Continue the crusade towards a dev_clone()-free kernel, removing its
usage from dtrace. The dtrace code already uses cdevpriv(9) since FreeBSD
8, so this change should
Author: daichi (ports committer)
Date: Wed Jun 25 05:39:30 2014
New Revision: 267852
URL: http://svnweb.freebsd.org/changeset/base/267852
Log:
Fixed an IIC timing issue between the glxiic master and a slave of
peripheral devices. When transmitting (rx) from slave to master,
sometimes nAKC d
26 matches
Mail list logo