---
c-user/glossary.rst | 31 +++
1 file changed, 31 insertions(+)
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 86350a8..691ba52 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -1,5 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
+.. C
Hi,
Thanks again for your detailed explanation and review. I've sent in the new
patch with the changes. Also writing 'qa' after visually selecting words by
pressing v did not do anything. I also search the docs on
http://vimdoc.sourceforge.net/htmldoc/editing.html but couldn't find
anything. What i
The sources can be obtained via:
https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.270.2.tar.gz
Update #4010.
---
mDNSResponder/Makefile| 2 +-
mDNSResponder/mDNSCore/DNSCommon.c| 15 +-
mDNSResponder/mDNSCore/DNSCommon.h|
The sources can be obtained via:
https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.260.1.tar.gz
Update #4010.
---
mDNSResponder/Makefile | 2 +-
mDNSResponder/mDNSCore/mDNS.c| 19 +-
mDNSResponder/mDNSCore/mDNSEmbeddedAPI.h | 2 +-
mDNSRespo
Update #4010.
---
mDNSResponder/mDNSCore/anonymous.c | 15 --
mDNSResponder/mDNSCore/mDNS.c | 4 ++
mDNSResponder/mDNSCore/mDNSEmbeddedAPI.h| 40 ++
mDNSResponder/mDNSPosix/mDNSPosix.c | 58 +
mDNSResponder/mDNSPosix/mDNSPosix
The sources can be obtained via:
https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.50.17.tar.gz
Update #4010.
---
mDNSResponder/Clients/dnssdutil.c | 1550 ++---
mDNSResponder/Makefile|2 +-
mDNSResponder/mDNSCore/DNSCommon.
Update #4010.
---
mDNSResponder/mDNSCore/anonymous.c| 15 +-
mDNSResponder/mDNSCore/mDNS.c | 4 -
mDNSResponder/mDNSCore/mDNSEmbeddedAPI.h | 40 -
.../mDNSMacOSX/BonjourTop/source/BonjourTop.1 | 156
mDNSResponder/mDNSPosix/mDNSPosix.c
The sources can be obtained via:
https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.240.1.tar.gz
Update #4010.
---
mDNSResponder/Makefile | 2 +-
mDNSResponder/mDNSCore/DNSCommon.c | 4 ++--
mDNSResponder/mDNSCore/DNSCommon.h | 7 +++
mDNSResponder/mDNSCore/
The sources can be obtained via:
https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.70.2.tar.gz
Update #4010.
---
mDNSResponder/Makefile | 2 +-
mDNSResponder/mDNSCore/DNSCommon.c | 6 --
mDNSResponder/mDNSShared/dns_sd.h | 2 +-
3 files changed, 6 insertions(
This patch set applies to the master and 5-freebsd-12 branches of
libbsd.
Sebastian Huber (10):
mDNSResponder: Back to mDNSResponder-878.30.4
mDNSResponder: Update to v878.50.17
mDNSResponder: Update to v878.70.2
mDNSResponder: Update to v878.200.35
mDNSResponder: Update to v878.230.2
The sources can be obtained via:
https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.230.2.tar.gz
Update #4010.
---
mDNSResponder/Makefile | 2 +-
mDNSResponder/mDNSCore/mDNS.c | 24 +++---
mDNSResponder/mDNSCore/mDNSEmbeddedAPI
On 19/06/2020 11:51, Richi Dubey wrote:
Also writing 'qa' after visually selecting words by pressing v did not
do anything. I also search the docs on
http://vimdoc.sourceforge.net/htmldoc/editing.html but couldn't find
anything. What is qa supposed to do? Is it related to formatting?
Sorry,
Hello Richi,
thanks for the update, we are getting closer to the final version.
On 19/06/2020 11:49, Richi Dubey wrote:
---
c-user/glossary.rst | 31 +++
1 file changed, 31 insertions(+)
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 86350a8..691ba5
Hello,
the qualification toolchain in
https://git.rtems.org/sebh/rtems-qual.git/
needs a bit of documentation. For a start, I propose to add it to the
RTEMS Software Engineering manual.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/
On 18.06.20 22:47, Joel Sherrill wrote:
Hi
I have an example FACE application I am trying to port to RTEMS. This
is a multi-question email:
First, it fails with EADDRNOTAVAIL on this call:
// Subscribe to multicast group
struct ip_mreq mreq;
rc = inet_pton(AF_I
You can start with the CPP macro you suggest, but eventually we probably
want to make all of this part of application configuration. It is probably
easier to develop using the macros, and then refactor later.
On Thu, Jun 18, 2020, 11:59 PM Utkarsh Rai wrote:
>
>
> On Fri, Jun 19, 2020 at 3:04 AM
That seems like a good place for it.
On Fri, Jun 19, 2020, 7:38 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> Hello,
>
> the qualification toolchain in
>
> https://git.rtems.org/sebh/rtems-qual.git/
>
> needs a bit of documentation. For a start, I propose to add it to the
> RT
I can agree with Cedric.
I use rtems5 with rtems-libbsd. I initialize the network interfaces of my
target via dhcpcd
and the interfaces are automatically multicast capable.
This works without creating a route:
if (setsockopt(conf->udp, IPPROTO_IP, IP_ADD_MEMBERSHIP,
(c
This turned out to be a trivial problem but hard to figure out. :(
The code has a POSIX_Init which initializes the stack and then calls the
application's main() which spawns a number of threads which start using the
stack. I disabled the POSIX_Init from calling main(), added mcast-listener
and mca
On Fri, Jun 19, 2020 at 11:45 AM Chris Johns wrote:
> On 17/6/20 3:11 pm, Mritunjay Sharma wrote:
> > Hello everyone,
> >
> > Following up as decided to update the weekly progress report on irc
> > channel on every Wednesday, I am updating the progress on the mailing
> list as well.
>
> Thank you
On Thu, Jun 18, 2020 at 8:23 PM yuan...@aliyun.com
wrote:
> Does rtems support this cpu? The arch is ARM v7r.
>
There is a BSP for the TI tms570 (rtems/bsps/arm/tms570) which should be an
r5 similar to what you are targeting.
> Another question is when the 5.1 edition will be released? Thank y
Thank you very much! I will try the tms570 bsp.
yuan...@aliyun.com
From: Joel Sherrill
Date: 2020-06-20 06:02
To: yuan...@aliyun.com
CC: devel
Subject: Re: I want port rtems to a Cortex_R5 CPU
On Thu, Jun 18, 2020 at 8:23 PM yuan...@aliyun.com wrote:
Does rtems support this cpu? The arch is
22 matches
Mail list logo