Hi, I was going over some emails and I found this and I think it was not
pushed.
Thanks!
Marçal (Sal)
On Mon, Dec 10, 2018 at 6:59 PM Marçal Comajoan Cara <
mcomajoanc...@gmail.com> wrote:
> In two places it said "avaliable", which is a misspelling of "available".
I don't think so. I checked it the other day when you asked and the patch
to update the licenses was the only one I found that was missing. I think
now all my work is merged!
Marçal (Sal)
On Fri, Dec 14, 2018 at 5:45 PM Joel Sherrill wrote:
> Have I missed anything else?
>
>
Looking at the Git I see that you didn't merge the patch. I just sent it
now to you privately
On Fri, Dec 14, 2018 at 5:18 PM Joel Sherrill wrote:
> Did I merge this patch?
>
> If not, please resend it to me privately as an attachment
>
> On Thu, Dec 13, 2018 at 11
Awesome!
I think this patch to update the licenses in the files I wrote with the old
license has to be merged:
https://lists.rtems.org/pipermail/devel/2018-December/024064.html
Marçal (Sal)
On Thu, Dec 13, 2018 at 4:53 PM Joel Sherrill wrote:
> Hi
>
> I think I a have finished revi
ect. Thanks for everything! :)
Best,
Marçal (Sal)
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
+1,50 @@
+/**
+ * @file
+ * @brief poll() API Conformance Test
+ */
+
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (C) 2018 Marçal Comajoan Cara
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following
/psxtests/psxhdrs/c11/uchar/c16rtomb.c
+++ b/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c
@@ -4,19 +4,30 @@
*/
/*
- * COPYRIGHT (c) 2018.
- * Marçal Comajoan Cara
- *
- * Permission to use, copy, modify, and/or distribute this software
- * for any purpose with or without fee is hereby granted
I think you just have to clone the rtems repo and search for the files you
wrote and licensed. Then replace the license there is with the one on the
link.
Marçal (Sal)
On Mon, Dec 10, 2018 at 7:40 PM Shashvat Jain
wrote:
> How will we edit all the test files to have the new license paragr
Hi,
I think we all have used that license because in the task instructions in
the wiki (
https://devel.rtems.org/wiki/GCI/Coding/AddPOSIXMethodSignatureComplianceTests)
says so. Do I change the wiki to the new license?
Marçal (Sal)
On Mon, Dec 10, 2018 at 7:13 PM Joel Sherrill wrote:
>
In two places it said "avaliable", which is a misspelling of "available".
This work was part of GCI 2018.
---
docs/builder/README | 2 +-
docs/docs.rtems.org/cat-main.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/builder/README b/docs/builder/READM
The accordion box collapse did not work on iPhone and iPad.
Basically what happened is that the code was correct (this is why it worked
in every other web browser), but relied only on the 'data-target' and
'data-toggle' attributes, which for iPad's and iPhone's Safari web
browser don't work very w
/psxhdrs/sys/times/times.c
new file mode 100644
index 00..420f2556c0
--- /dev/null
+++ b/testsuites/psxtests/psxhdrs/sys/times/times.c
@@ -0,0 +1,37 @@
+/**
+ * @file
+ * @brief times() API Conformance Test
+ */
+
+/*
+ * COPYRIGHT (c) 2018.
+ * Marçal Comajoan Cara
+ *
+ * Permission
In the RTEMS POSIX 1003.1 Compliance Guide it says:
The following methods and variables in are supported:
- times()
- utimes()
But according to the official POSIX Specifications
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html,
only declares times(), and utimes() is d
long t;
+
+ //Creates threads
+ for(t=0; t
diff --git a/posix_api/livermore/pthread/wscript
b/posix_api/livermore/pthread/wscript
new file mode 100644
index 000..8e0f266
--- /dev/null
+++ b/posix_api/livermore/pthread/wscript
@@ -0,0 +1,14 @@
+# Copyright 2018 Marçal Comajoan Cara
+#
This work was part of GCI 2018.
---
README.waf | 2 +-
wscript| 14 +-
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/README.waf b/README.waf
index 115f5d4..8b2bbf1 100644
--- a/README.waf
+++ b/README.waf
@@ -48,7 +48,7 @@ Steps
7. Run the executable using the s
b/testsuites/psxtests/psxhdrs/stddef/offsetof.c
new file mode 100644
index 00..b3c2a97c71
--- /dev/null
+++ b/testsuites/psxtests/psxhdrs/stddef/offsetof.c
@@ -0,0 +1,38 @@
+/**
+ * @file
+ * @brief offsetof() API Conformance Test
+ */
+
+/*
+ * COPYRIGHT (c) 2018.
+ * Marçal Comajoan
+ * @brief c16rtomb() API Conformance Test. This is a C11 method.
+ */
+
+/*
+ * COPYRIGHT (c) 2018.
+ * Marçal Comajoan Cara
+ *
+ * Permission to use, copy, modify, and/or distribute this software
+ * for any purpose with or without fee is hereby granted.
+ *
+ * THE SOFTWARE IS PROVIDED "
) 2018.
+ * Marçal Comajoan Cara
+ *
+ * Permission to use, copy, modify, and/or distribute this software
+ * for any purpose with or without fee is hereby granted.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+ * WARRANTIES WITH REGARD TO THIS SOFTWARE INC
Two quotation marks were missing so the CSV looked bad when using an editor
with syntax
highlighting and could also have produced some errors if the file was processed.
Also two "Yes" ys were lowercase and I uppercased them so they are like the
rest.
---
testsuites/psxtmtests/psxtmtests_plan.csv
pthread_setschedprio (http://pubs.opengroup.org/onlinepubs/9699919799/) was
missing in
rtems/testsuites/psxtmtests/psxtmtests.csv.
This work was part of GCI 2018.
---
testsuites/psxtmtests/psxtmtests_plan.csv | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/psxtmtests/psxtmtests_
This work was part of GCI 2018.
---
eng/coding-doxygen.rst | 732 +
1 file changed, 370 insertions(+), 362 deletions(-)
diff --git a/eng/coding-doxygen.rst b/eng/coding-doxygen.rst
index 49c53bb..ee5f693 100644
--- a/eng/coding-doxygen.rst
+++ b/eng/coding-
---
bsps/powerpc/beatnik/irq/irq_init.c | 2 +-
bsps/powerpc/mvme5500/irq/irq_init.c | 2 +-
bsps/powerpc/psim/irq/irq_init.c | 2 +-
bsps/powerpc/ss555/start/irq_init.c | 2 +-
testsuites/sptests/spfatal_support/init.c | 2 +-
5 files changed, 5 insertions(+), 5 deletion
Sure!
On Tue, Dec 4, 2018 at 10:18 PM Joel Sherrill wrote:
> How about a new task to fix them and submit a patch? :)
>
> https://codein.withgoogle.com/dashboard/tasks/6126294447161344/
>
> --joel
>
> On Tue, Dec 4, 2018 at 2:01 PM Marçal wrote:
>
>> Hi, it'
This work was part of GCI 2018.
---
bsps/i386/pc386/start/README-SMP | 2 +-
bsps/powerpc/shared/exceptions/ppc_exc_address.c | 2 +-
bsps/sparc/leon3/start/bspclean.c | 2 +-
cpukit/include/rtems/confdefs.h | 4 ++--
cpukit/include/rtems/rtems/m
s.org/bugzilla
which might generate confusion because it's the old system.
I think it would be nice to fix the above things. What should I do to help
with it?
Marçal
On Tue, Dec 4, 2018 at 8:34 PM Joel Sherrill wrote:
> Part of this is pushed.
>
> I made a sweep at coding-doxy
Converted https://devel.rtems.org/wiki/Developer/Coding/Doxygen
to Rest, and TBDs and wiki TODOs into comments. Also added formattings, updated
links to Header File Examples and updated the Script Example to include
https://devel.rtems.org/newticket instead of http://www.rtems.org/bugzilla,
which i
Converted https://devel.rtems.org/wiki/Developer/Git/Users
to Rest, and TBDs and wiki TODOs into comments. Also changed http
links to https (the ones that are possible), corrected typos, updated
learning resources links and added formattings.
This work was part of GCI 2018.
---
eng/vc-users.rst |
Converted https://devel.rtems.org/wiki/Developer/Git/Committers
to Rest, and TBDs and wiki TODOs into comments. Also changed http
links to https (the ones that are possible), corrected some typos,
created a folder for eng images and added some formatting.
This work was part of GCI 2018.
---
eng/v
Converted https://devel.rtems.org/wiki/Developer/Coding/Deprecating
to Rest, and TBDs into comments.
I removed the line that said "The RTEMS License is the typical and
preferred license." because this information is already in the first
and second paragraphs. Also because it linked to a TBR wiki p
Building the docs configured with "./waf configure --pdf" to generate the PDFs
produced the following error:
Build failed
-> missing file: '/home/marcal/development/rtems-docs/build/eng/latex/eng.tex'
and the PDFs were not produced because the error aborted the build.
This is because the name in
Converted https://devel.rtems.org/wiki/Developer/Coding/Deprecating
to Rest, and TBDs into comments.
I also corrected some errors that where present in the original wiki page and
were confirmed by Joel Sherrill.
This work was part of GCI 2018.
---
eng/coding-deprecating.rst | 87
Converted https://devel.rtems.org/wiki/Developer/Coding/80_characters_per_line
to Rest, and TBDs into comments.
This work was part of GCI 2018.
---
eng/coding-80cols.rst | 149 +-
1 file changed, 147 insertions(+), 2 deletions(-)
diff --git a/eng/coding-80
Convert text to a table, TBDs into comments and add missing
formatting.
This work was part of GCI 2018.
---
eng/appendix-a.rst | 152 +++--
1 file changed, 104 insertions(+), 48 deletions(-)
diff --git a/eng/appendix-a.rst b/eng/appendix-a.rst
index 633996
This work was part of GCI 2018.
---
cpu-supplement/sparc_v8_stacks_regwin.rst | 97 +++
1 file changed, 48 insertions(+), 49 deletions(-)
diff --git a/cpu-supplement/sparc_v8_stacks_regwin.rst
b/cpu-supplement/sparc_v8_stacks_regwin.rst
index 0efba1b..19a62ab 100644
--- a/cpu
All right, I added the required years and now everything should be correct
and ready to apply.
Patch attached.
On Mon, Nov 12, 2018 at 7:34 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 11/11/2018 15:05, Marçal wrote:
> > Ok, thanks, but now I was fixing the
Hi,
I made this patch to complete the "Improve English for rtems/docs" of GCI
2018 which solves 5 typos in the RTEMS User Manual.
The errors fixed are the following:
1. catastophic -> catastrophic
2. By using standard software components, the time and cost required to
develop sophisticated real-tim
36 matches
Mail list logo