Author: ed
Date: Fri Aug 12 07:03:58 2016
New Revision: 303988
URL: https://svnweb.freebsd.org/changeset/base/303988
Log:
Reimplement dirname(3) to be thread-safe.
Now that we've updated the prototypes of the basename(3) and dirname(3)
functions to conform to POSIX, let's go ahead and rei
Author: sephe
Date: Fri Aug 12 07:14:40 2016
New Revision: 303989
URL: https://svnweb.freebsd.org/changeset/base/303989
Log:
hyperv/hn: Simplify NDIS configuration.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7466
Modified:
Author: kib
Date: Fri Aug 12 07:52:13 2016
New Revision: 303990
URL: https://svnweb.freebsd.org/changeset/base/303990
Log:
Remove unused prototypes.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/usr.bin/kdump/kdump.c
Modified: head/usr.bin/kdump/kdump.c
Author: kib
Date: Fri Aug 12 07:54:59 2016
New Revision: 303991
URL: https://svnweb.freebsd.org/changeset/base/303991
Log:
Decode 32bit utrace records on the 64bit host.
Suppose that ktrace is performed on 32bit binary running on 64bit
host. In this case, the kernel records are 64bit, wh
Author: sephe
Date: Fri Aug 12 07:57:03 2016
New Revision: 303992
URL: https://svnweb.freebsd.org/changeset/base/303992
Log:
hyperv/hn: Simplify NDIS initialization.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7467
Modified:
Author: hselasky
Date: Fri Aug 12 07:57:27 2016
New Revision: 303993
URL: https://svnweb.freebsd.org/changeset/base/303993
Log:
MFC r301039:
Add support for simplex USB MIDI devices, which only provide BULK or
INTERRUPT endpoints for moving data in one direction, like the KeyRig
49 from M-
Author: hselasky
Date: Fri Aug 12 07:59:06 2016
New Revision: 303994
URL: https://svnweb.freebsd.org/changeset/base/303994
Log:
MFC r301039:
Add support for simplex USB MIDI devices, which only provide BULK or
INTERRUPT endpoints for moving data in one direction, like the KeyRig
49 from M-
Author: hselasky
Date: Fri Aug 12 08:03:31 2016
New Revision: 303995
URL: https://svnweb.freebsd.org/changeset/base/303995
Log:
MFC r301039:
Add support for simplex USB MIDI devices, which only provide BULK or
INTERRUPT endpoints for moving data in one direction, like the KeyRig
49 from M-
Author: hselasky
Date: Fri Aug 12 08:05:40 2016
New Revision: 303996
URL: https://svnweb.freebsd.org/changeset/base/303996
Log:
MFC r302371:
Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sure
"struct xhci_dev_ctx_addr" fits into a single 4K page until further.
Modified:
Author: hselasky
Date: Fri Aug 12 08:07:19 2016
New Revision: 303997
URL: https://svnweb.freebsd.org/changeset/base/303997
Log:
MFC r302371:
Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sure
"struct xhci_dev_ctx_addr" fits into a single 4K page until further.
Modified:
Author: sephe
Date: Fri Aug 12 08:07:56 2016
New Revision: 303998
URL: https://svnweb.freebsd.org/changeset/base/303998
Log:
hyperv/hn: Switch to vmbus xact APIs for NVS RXBUF connection.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.
Author: hselasky
Date: Fri Aug 12 08:08:29 2016
New Revision: 303999
URL: https://svnweb.freebsd.org/changeset/base/303999
Log:
MFC r302371:
Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sure
"struct xhci_dev_ctx_addr" fits into a single 4K page until further.
Modified:
Author: maxim
Date: Fri Aug 12 08:16:35 2016
New Revision: 304000
URL: https://svnweb.freebsd.org/changeset/base/304000
Log:
o Move tmpstr varibale initialization out of assert(3) call.
This fixes acpidump(8) compiled with "WITHOUT_ASSERT_DEBUG=yes" that
removes assert(3)'s from the code.
Author: sephe
Date: Fri Aug 12 08:21:02 2016
New Revision: 304001
URL: https://svnweb.freebsd.org/changeset/base/304001
Log:
hyperv/hn: Switch to vmbus xact APIs for NVS chimney buffer connection.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews
Author: sephe
Date: Fri Aug 12 08:29:26 2016
New Revision: 304002
URL: https://svnweb.freebsd.org/changeset/base/304002
Log:
hyperv/hn: Simplify RXBUF disconnection.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7472
Modified:
Author: andrew
Date: Fri Aug 12 10:29:34 2016
New Revision: 304004
URL: https://svnweb.freebsd.org/changeset/base/304004
Log:
Implement promotions and demotions in the arm64 pmap code. For now we don't
promote memory as I am not sure all the demotion cases are handled, however
it is useful t
On 12.08.16 03:26, Bryan Drewery wrote:
> On r303467 I ran into this:
>
> panic @ time 1470916206.652, thread 0xf8000412f000:
> g_resize_provider_event but withered
> cpuid = 0
> Panic occurred in module kernel loaded at 0x8020:
>
> Stack: -
Author: bdrewery
Date: Fri Aug 12 11:06:54 2016
New Revision: 304005
URL: https://svnweb.freebsd.org/changeset/base/304005
Log:
PORTS_MODULES: Don't leak in CC/CXX/CPP.
These may have ccache in them or -target/--sysroot from external
compiler or SYSTEM_COMPILER support. Many ports do not
Author: bdrewery
Date: Fri Aug 12 13:52:51 2016
New Revision: 304006
URL: https://svnweb.freebsd.org/changeset/base/304006
Log:
Avoid showing the bootstrap make command for check-old, etc.
Reported by: koobs
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
Author: wblock (doc committer)
Date: Fri Aug 12 14:10:11 2016
New Revision: 304007
URL: https://svnweb.freebsd.org/changeset/base/304007
Log:
Correct the history of where ps first appeared.
PR: 211741
Submitted by: Sevan Janiyan
MFC after:1 week
Modified:
head/bin/ps/p
On Fri, Aug 12, 2016 at 13:38:21 +0300, Andrey V. Elsukov wrote:
> On 12.08.16 03:26, Bryan Drewery wrote:
> > On r303467 I ran into this:
> >
> > panic @ time 1470916206.652, thread 0xf8000412f000:
> > g_resize_provider_event but withered
> > cpuid = 0
> > Panic occurred in module kernel load
On Fri, Aug 12, 2016 at 9:11 AM, Kenneth D. Merry wrote:
> On Fri, Aug 12, 2016 at 13:38:21 +0300, Andrey V. Elsukov wrote:
>> On 12.08.16 03:26, Bryan Drewery wrote:
>> > On r303467 I ran into this:
>> >
>> > panic @ time 1470916206.652, thread 0xf8000412f000:
>> > g_resize_provider_event but
On Fri, Aug 12, 2016 at 09:13:58 -0600, Warner Losh wrote:
> On Fri, Aug 12, 2016 at 9:11 AM, Kenneth D. Merry wrote:
> > On Fri, Aug 12, 2016 at 13:38:21 +0300, Andrey V. Elsukov wrote:
> >> On 12.08.16 03:26, Bryan Drewery wrote:
> >> > On r303467 I ran into this:
> >> >
> >> > panic @ time 1470
On Fri, Aug 12, 2016 at 9:17 AM, Kenneth D. Merry wrote:
> On Fri, Aug 12, 2016 at 09:13:58 -0600, Warner Losh wrote:
>> On Fri, Aug 12, 2016 at 9:11 AM, Kenneth D. Merry wrote:
>> > On Fri, Aug 12, 2016 at 13:38:21 +0300, Andrey V. Elsukov wrote:
>> >> On 12.08.16 03:26, Bryan Drewery wrote:
>>
On 8/12/16 8:21 AM, Warner Losh wrote:
> On Fri, Aug 12, 2016 at 9:17 AM, Kenneth D. Merry wrote:
>> On Fri, Aug 12, 2016 at 09:13:58 -0600, Warner Losh wrote:
>>> On Fri, Aug 12, 2016 at 9:11 AM, Kenneth D. Merry wrote:
On Fri, Aug 12, 2016 at 13:38:21 +0300, Andrey V. Elsukov wrote:
>
Author: bdrewery
Date: Fri Aug 12 16:05:53 2016
New Revision: 304008
URL: https://svnweb.freebsd.org/changeset/base/304008
Log:
Avoid taking PROC_LOCK in syscalls if not being traced.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemo
Author: jhb
Date: Fri Aug 12 16:13:50 2016
New Revision: 304009
URL: https://svnweb.freebsd.org/changeset/base/304009
Log:
Remove description of P_FOLLOWFORK as this flag was removed.
Modified:
head/bin/ps/ps.1
Modified: head/bin/ps/ps.1
==
Author: kib
Date: Fri Aug 12 18:29:11 2016
New Revision: 304011
URL: https://svnweb.freebsd.org/changeset/base/304011
Log:
Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/libexec/rtld-elf/rtld.c
Author: kib
Date: Fri Aug 12 18:31:44 2016
New Revision: 304012
URL: https://svnweb.freebsd.org/changeset/base/304012
Log:
Fill phdr and phsize for rtld object. It is needed for
dl_iterate_phdr() reporting the correct values.
PR: 211367
Sponsored by: The FreeBSD Foundation
MFC afte
> On Aug 12, 2016, at 11:29, Konstantin Belousov wrote:
>
> Author: kib
> Date: Fri Aug 12 18:29:11 2016
> New Revision: 304011
> URL: https://svnweb.freebsd.org/changeset/base/304011
>
> Log:
> Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.
Why?
> Sponsored by:The Fre
On Fri, Aug 12, 2016 at 11:34:42AM -0700, Ngie Cooper wrote:
>
> > On Aug 12, 2016, at 11:29, Konstantin Belousov wrote:
> >
> > Author: kib
> > Date: Fri Aug 12 18:29:11 2016
> > New Revision: 304011
> > URL: https://svnweb.freebsd.org/changeset/base/304011
> >
> > Log:
> > Remove all remaini
Hi!
Sorry, I'm afraid this isn't a correct fix. Simply adding checks
against NULL to avoid panics at race conditions isn't a solution.
I can provide help with this problem. It must be related to my
callout changes, in case if this is a very recent problem.
Is it a recent problem or an old on
Author: gjb
Date: Fri Aug 12 18:53:08 2016
New Revision: 304013
URL: https://svnweb.freebsd.org/changeset/base/304013
Log:
Thaw stable/11 after releng/11.0 has branched.
Committers are requested to excercise caution for the duration
of the 11.0-RELEASE cycle, especially regarding changes
Author: gjb
Date: Fri Aug 12 19:06:29 2016
New Revision: 304014
URL: https://svnweb.freebsd.org/changeset/base/304014
Log:
MFC r303897:
Pass overrides to make(1) when building ports for arm/armv6
targets, similar to what is done for the run-autotools-fixup
override for non-arm target
Author: gjb
Date: Fri Aug 12 19:06:29 2016
New Revision: 304014
URL: https://svnweb.freebsd.org/changeset/base/304014
Log:
MFC r303897:
Pass overrides to make(1) when building ports for arm/armv6
targets, similar to what is done for the run-autotools-fixup
override for non-arm target
Author: gjb
Date: Fri Aug 12 19:26:12 2016
New Revision: 304015
URL: https://svnweb.freebsd.org/changeset/base/304015
Log:
MFs11 r304014:
MFC r303897:
Pass overrides to make(1) when building ports for arm/armv6
targets, similar to what is done for the run-autotools-fixup
override f
Author: kib
Date: Fri Aug 12 19:31:41 2016
New Revision: 304016
URL: https://svnweb.freebsd.org/changeset/base/304016
Log:
Move defines common between rtld and libsysdecode into the header,
instead of copying inline into sources.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
2016-08-12 20:36 GMT+02:00 Konstantin Belousov :
> Because the API is unusable. It causes full queue iteration when the object
> is NULL, i.e. at the end of the queue, instead of doing nothing.
Ah, thanks for working on this then. I personally think that all of
those macros in that run in linear
On Fri, Aug 12, 2016 at 09:32:37PM +0200, Ed Schouten wrote:
> 2016-08-12 20:36 GMT+02:00 Konstantin Belousov :
> > Because the API is unusable. It causes full queue iteration when the object
> > is NULL, i.e. at the end of the queue, instead of doing nothing.
>
> Ah, thanks for working on this t
Author: jhb
Date: Fri Aug 12 19:43:06 2016
New Revision: 304017
URL: https://svnweb.freebsd.org/changeset/base/304017
Log:
MFC 292894,292896: Add ptrace(2) reporting for LWP events.
292894:
Add ptrace(2) reporting for LWP events.
Add two new LWPINFO flags: PL_FLAG_BORN and PL_FLAG_EX
Author: jhb
Date: Fri Aug 12 19:47:20 2016
New Revision: 304018
URL: https://svnweb.freebsd.org/changeset/base/304018
Log:
Add defines needed to export SMBIOS serial numbers
Some defines needed for exporting serial numbers from the SMBIOS were
missed during integration of SMBIOS support i
Hi Kostik,
2016-08-12 21:35 GMT+02:00 Konstantin Belousov :
> What is improper about the tail-queue for global object list ?
> Typical operations with it involve all objects in the list. The only
> special ops I am aware are lookups by name or by dev_t/inode, but having
> the parallel (two) maps
On Fri, Aug 12, 2016 at 8:23 AM, Bryan Drewery wrote:
...
> No, I was missing r303637. Hard to say if it is related... Andrey says
> it's not. I haven't dived into it yet and it's so far only happened
> once (out of a few tests). We do have various customizations but I'm
> inclined to think i
On Fri, Aug 12, 2016 at 11:36 AM, Konstantin Belousov
wrote:
...
> Because the API is unusable. It causes full queue iteration when the object
> is NULL, i.e. at the end of the queue, instead of doing nothing.
It would have been nice if this had been documented in the commit
message instea
Author: shurd (ports committer)
Date: Fri Aug 12 21:29:44 2016
New Revision: 304021
URL: https://svnweb.freebsd.org/changeset/base/304021
Log:
Update iflib to support more NIC designs
- Move group task queue into kern/subr_gtaskqueue.c
- Change intr_enable to return an int so it can be de
Author: gjb
Date: Fri Aug 12 22:00:13 2016
New Revision: 304022
URL: https://svnweb.freebsd.org/changeset/base/304022
Log:
Document EN-16:10 through EN-16:16.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/share/xml/errata.xml
Modified: stable/10/release/doc/share/
The original problem was reported in this review, it doesn't look like
an "old" problem IMO.
sean
https://reviews.freebsd.org/D7209
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any
A manual page for gtaskqueue would be nice, if you have time.
Thanks,
Conrad
On Fri, Aug 12, 2016 at 2:29 PM, Stephen Hurd wrote:
> Author: shurd (ports committer)
> Date: Fri Aug 12 21:29:44 2016
> New Revision: 304021
> URL: https://svnweb.freebsd.org/changeset/base/304021
>
> Log:
> Update
Author: trasz
Date: Fri Aug 12 22:20:52 2016
New Revision: 304023
URL: https://svnweb.freebsd.org/changeset/base/304023
Log:
Print vnode details when vnode locking assertion gets triggered.
MFC after:1 month
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
=
Author: trasz
Date: Fri Aug 12 22:22:11 2016
New Revision: 304024
URL: https://svnweb.freebsd.org/changeset/base/304024
Log:
Remove unused "X" vnode lock assertion, somehow missed in r303743.
MFC after:1 month
Modified:
head/sys/kern/vnode_if.src
Modified: head/sys/kern/vnode_if.src
> On Aug 12, 2016, at 11:38, Gleb Smirnoff wrote:
>
> Hi!
>
> Sorry, I'm afraid this isn't a correct fix. Simply adding checks
> against NULL to avoid panics at race conditions isn't a solution.
>
> I can provide help with this problem. It must be related to my
> callout changes, in case if
Author: tsoome
Date: Fri Aug 12 22:25:01 2016
New Revision: 304025
URL: https://svnweb.freebsd.org/changeset/base/304025
Log:
Reviewed by:allanjude
Approved by: allanjude (mentor)
Differential Revision:https://reviews.freebsd.org/D7491
Modified:
head/share/misc/committers-src
Author: rmacklem
Date: Fri Aug 12 22:44:59 2016
New Revision: 304026
URL: https://svnweb.freebsd.org/changeset/base/304026
Log:
Update the nfsstats structure to include the changes needed by
the patch in D1626 plus changes so that it includes counts for
NFSv4.1 (and the draft of NFSv4.2).
Author: lidl
Date: Fri Aug 12 23:25:22 2016
New Revision: 304027
URL: https://svnweb.freebsd.org/changeset/base/304027
Log:
MFC r303515:
Make resizewin.1 manpage use .Fx macro
Fix capitalization of "PuTTY" also.
Modified:
stable/11/usr.bin/resizewin/resizewin.1
Directory Properties
Author: lidl
Date: Fri Aug 12 23:27:56 2016
New Revision: 304028
URL: https://svnweb.freebsd.org/changeset/base/304028
Log:
MFC r303518:
libblacklist: Do not use %m for logging, use strerror(errno)
The blacklist library can accept a function to use for logging,
defaulting to vsysl
Conrad Meyer wrote:
> A manual page for gtaskqueue would be nice, if you have time.
I'll try to pull something together in the next few days.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe,
Author: cy
Date: Sat Aug 13 01:32:35 2016
New Revision: 304029
URL: https://svnweb.freebsd.org/changeset/base/304029
Log:
MFC r303806:
Add Logitech Unifying receiver.
Modified:
stable/11/sys/dev/usb/usbdevs
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev
Author: cy
Date: Sat Aug 13 01:33:53 2016
New Revision: 304030
URL: https://svnweb.freebsd.org/changeset/base/304030
Log:
MFC r303806:
Add Logitech Unifying receiver.
Modified:
stable/10/sys/dev/usb/usbdevs
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev
Author: cy
Date: Sat Aug 13 01:34:35 2016
New Revision: 304031
URL: https://svnweb.freebsd.org/changeset/base/304031
Log:
MFC r303806:
Add Logitech Unifying receiver.
Modified:
stable/9/sys/dev/usb/usbdevs
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (pro
Author: ngie
Date: Sat Aug 13 01:49:11 2016
New Revision: 304033
URL: https://svnweb.freebsd.org/changeset/base/304033
Log:
Increase timeout from 10 minutes to 20 minutes for all tests
On particular slow networks, it can (on average) take longer to
resolve hosts to IP* addresses. 20 minut
On Fri, Aug 12, 2016 at 6:49 PM, Garrett Cooper wrote:
> Author: ngie
> Date: Sat Aug 13 01:49:11 2016
> New Revision: 304033
> URL: https://svnweb.freebsd.org/changeset/base/304033
>
> Log:
> Increase timeout from 10 minutes to 20 minutes for all tests
Ugh... I meant 7.5 minutes. Sorry >_>...
Author: ngie
Date: Sat Aug 13 02:05:06 2016
New Revision: 304034
URL: https://svnweb.freebsd.org/changeset/base/304034
Log:
Initialize `ai` to NULL and test for `ai` with type-appropriate values
Depending on the address family and ai_flags containing AI_V4MAPPED,
it might not do a proper
On Fri, Aug 12, 2016 at 3:06 PM, Ngie Cooper wrote:
> On Fri, Aug 12, 2016 at 8:23 AM, Bryan Drewery wrote:
>
> ...
>
>> No, I was missing r303637. Hard to say if it is related... Andrey says
>> it's not. I haven't dived into it yet and it's so far only happened
>> once (out of a few tests). W
Author: ngie
Date: Sat Aug 13 06:26:33 2016
New Revision: 304040
URL: https://svnweb.freebsd.org/changeset/base/304040
Log:
Redirect the output of the testcases to stderr instead of
redirecting it to /dev/null
This will aid in debugging failures
MFC after:1 week
Sponsored by: E
64 matches
Mail list logo