Timeline



12/19/18:

21:53 Changeset in rtems-libbsd [8ae22c4]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
freebsd/if_cpsw: Port.
21:53 Changeset in rtems-libbsd [736d651]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
freebsd/if_cpsw: Import.
17:16 Changeset in rtems-source-builder [2593a39]4.9 by Joel Sherrill <joel@…>
4.9/rtems-*.bset: Disable kernel build. Broken in RSB On 4.9
11:26 Changeset in rtems-source-builder [2fac55d]5 by Christian Mauderer <christian.mauderer@…>
5/rtems-tools: Update RTEMS tools Picks up the new waf in rtems-tools to be compatible with python 3.7 and some tester updates. Update #3569.
09:28 Changeset in rtems-libbsd [e3b5952]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
SLEEPQUEUE(9): Fix typo that prevent non-SMP build.
08:25 Changeset in rtems [2158621]5 by Sebastian Huber <sebastian.huber@…>
Add aligned_alloc() and memalign() Ensure that the C++17 aligned new operator works. Close #3666.
07:56 Ticket #3666 (Add support for C++17 std::aligned_alloc) created by Sebastian Huber
In C++17 there is a std::aligned_alloc(): …
07:01 Ticket #3665 (Add low level event recording infrastructure) created by Sebastian Huber
Add low level event recording infrastructure for system and user …

12/18/18:

18:54 Changeset in rtems-libbsd [91566dd]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
waf: Update to waf-2.0.13. This fixes a problem with python 3.7. Update #3569.
17:45 Changeset in rtems-docs [a7dc083]5 by Christian Mauderer <christian.mauderer@…>
common/waf.py: Fix indentation. Python 3 produces an error if indentation is mixed tabs and spaces.
17:33 Changeset in rtems-tools [2462278]5 by Joel Sherrill <joel@…>
4.9/gcc/gcc-core-4.3.2-rtems4.9-20181217.diff: New file Enable 4.9 tools to build with a modern makeinfo. Tested on CentOS 7. Added like other 4.9 tool patches.
17:28 Changeset in rtems-source-builder [f2f7336]4.9 by Joel Sherrill <joel@…>
rtems-gcc: Update gcc patch so builds with new makeinfo plus binutils checksum
14:33 Changeset in rtems-tools [e59f4ee]5 by Christian Mauderer <christian.mauderer@…>
waf: Update to waf-2.0.13. This fixes a problem with python 3.7. Update #3569.
07:45 Changeset in rtems [7c19e50]5 by Sebastian Huber <sebastian.huber@…>
score: Fix per-CPU data allocation Allocate the per-CPU data for secondary processors directly from the heap areas before heap initialization and not via _Workspace_Allocate_aligned(). This avoids dependency on the workspace allocator. It fixes also a problem on some platforms (e.g. QorIQ) where at this early point in the system initialization the top of the RAM is used by low-level startup code on secondary processors (boot pages). Update #3507.
04:09 Changeset in rtems-source-builder [257c926]5 by Chris Johns <chrisj@…>
gdb/python: Use python-config for the configuration if found. - Do not assume the installed paths for the header and library. Ask python-config if found. Close #3537.
04:08 Changeset in rtems-source-builder [c2d2338]5 by Chris Johns <chrisj@…>
sb/execute: Port the rtemstoolkit performance fixes for python3 Close #3664.
00:52 Ticket #3664 (RSB config parsing slow on python3) created by Chris Johns
The execute support on python3 is slow and this slows the config file …

12/17/18:

23:59 Ticket #3537 (RSB and RTEMS Tools Support for python2 and python3) reopened by Chris Johns
Support for python-config needs to be added. FreeBSD 11.2-RELEASE-p5 has: […] Notice the m in the path. The python-config command gives: […] The RSB should detect and use a suitable the python-config command to find the include paths and to use those paths before looks at default paths.
17:02 Changeset in rtems-source-builder [cec2cf3]4.9 by Joel Sherrill <joel@…>
source-builder/config/gcc*.cfg: Correct URL for MPC download
14:34 Ticket #3663 (Add nl_types.h support) created by Abhimanyu Raghuvanshi
POSIX Defines the functionality included in nl_types.h in …
07:20 Changeset in rtems-tools [820eba4]5 by Jiri Gaisler <jiri@…>
tester: Run leon3-sis with four processors Update #3460.
07:19 Changeset in rtems-tools [931b862]5 by Sebastian Huber <sebastian.huber@…>
tester: Fix leon2.ini
06:48 Changeset in rtems [a7c6176]5 by Chris Johns <chrisj@…>
libtest/dl08: Add a test for archives. - Create 2 archives. - Load 1 object file which loads 6 object files from the libraries. Updates #3686
06:40 Changeset in rtems [bac53634]5 by Chris Johns <chrisj@…>
libtests/dl02: Update the rtl-shell path. More verbose test. Updates #3686
06:40 Changeset in rtems [85b59974]5 by Chris Johns <chrisj@…>
libtests/dl02: Update the rtl-shell path. Updates #3686
06:23 Changeset in rtems-source-builder [96673d7]5 by Jiri Gaisler <jiri@…>
5: Add SMP support to SIS Update #3460.
05:36 Changeset in rtems [89c59be]5 by Chris Johns <chrisj@…>
libdl: Add symbol searching and loading from archives. - Load archive symbol tables to support searching of archives for symbols. - Search archive symbols and load the object file that contains the symbol. - Search the global and archives until all remaining unresolved symbols are not found. Group the loaded object files in the pending queue. - Run the object file and loaded dependents as a group before adding to the main object list. - Remove orphaned object files after references are removed. Updates #3686

12/14/18:

09:36 Changeset in rtems-libbsd [1b47c61]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
SLEEPQUEUE(9): SMP only cache line alignment
07:07 Changeset in rtems [e7b0a72]5 by Sebastian Huber <sebastian.huber@…>
config: Remove CONFIGURE_CONFDEFS_DEBUG This configuration option was undocumented and not really helpful. To debug issues in <rtems/confdefs.h> it is better to save the preprocessesd file (GCC "-save-temps" option) and use the GCC "-Wp,-dD" pre-processor option.
06:06 Ticket #3620 (CommitTicketUpdater does not process commits in order) closed by Sebastian Huber
fixed
06:04 Ticket #3621 (Statically initialize object information structures) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 21275b58/rtems: […]

12/13/18:

22:06 Ticket #2860 (docs.rtems.org does not work on iPhones or iPads) closed by Chris Johns
fixed: Pushed the patch to the repo and uploaded the change to docs.rtems.org so it is now live. I have tested the change on IOS and all is working. Thank you for looking into this and fixing it.
19:23 Changeset in rtems [4bd2f802]5 by Himanshu40 <himanshuwindows8.1@…>
Some minor fix on psxhdrs
18:13 Changeset in rtems [c1912df]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: Changed the copyright license to BSD-2-Clause (GCI 2018)
15:42 Changeset in rtems [cb8281f]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)
15:22 Ticket #3662 (Add Support for POSIX sys/shm.h (System V Shared Memory)) created by Joel Sherrill
Add support for capabilities in POSIX <sys/shm.h> as defined in …
15:17 Changeset in rtems [877048c]5 by Pritish Jain <pritishjain2001@…>
psxhdrs: Changed the Copyright license to BSD-2-Clause . The Copyright clause has been changed to BSD-2-Clause for all the tests in the header files math.h , utime.h , fmtmsg.h and sys/ipc.h .
15:09 Ticket #3661 (Add Support for POSIX utmpx.h) created by Joel Sherrill
Implement utmpx.h capabilities as part of the login support in RTEMS. …
14:58 Ticket #3660 (Add sys/statvfs.h Header Files and Methods) created by Joel Sherrill
Implement functionality prototyped in <sy/statvfs.h> as defined by …
14:55 Ticket #3659 (LEON3 kernel entry point is overwritten - secondary processors may ...) created by Martin Aberg
When linking a LEON3 RTEMS SMP application, the entry point in the ELF …
10:33 Changeset in rtems-source-builder [258129e]5 by Sebastian Huber <sebastian.huber@…>
5: Fix x86_64 GCC 7.4.0 build Update #3384.
08:39 Changeset in rtems [6b0a729b]5 by Sebastian Huber <sebastian.huber@…>
build: Remove ampolish3 Update #3254.
00:57 Ticket #3658 (Add support for sys/msg.h methods) created by deuteriumoxide
The <sys/msg.h> file is not yet supported by RTEMS. The following …
00:46 Changeset in rtems [28f23eb]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018) The Google Code-In finished before I could submit this, so I thought I would submit this instead of letting it go to waste.

12/12/18:

21:00 Changeset in rtems [b770665f]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for net/if.h
15:33 Changeset in rtems [86b0ac9f]5 by ABR290B <abhimanyuraghuvanshi29@…>
psxhdrs: Add POSIX Signature Compliance Test for sys/shm.h (GCI 2018)
14:23 Changeset in rtems [a0353ea2]5 by ABR290B <abhimanyuraghuvanshi29@…>
POSIX Signature Compliance Test for utmpx.h (GCI2018)
14:14 Changeset in rtems [0af5ede]5 by ABR290B <abhimanyuraghuvanshi29@…>
POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)
06:32 69D7E995-D42B-4E36-B8BF-06E3FCB2BC98.jpeg attached to GCI/Design/GraphicsDesign by Sara Miller

12/11/18:

22:08 Changeset in rtems [af677c0]5 by ABR290B <abhimanyuraghuvanshi29@…>
psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)
17:13 TBR/Review/RsgTrialsAndTribulations edited by Gedare Bloom
Reformat Wiki (GCI 2018) (diff)
17:10 Changeset in rtems-docs [f29d91d]5 by Marçal Comajoan Cara <mcomajoancara@…>
Integrate images redrawn as part of GCI 2018 All of the redrawings were made by me except images/c_user/states which was made by LukaMag?. This patch serves to update all the images. This work was part of GCI 2018.
16:55 Changeset in rtems [51564f63] by Martin Aberg <maberg@…>
leon, ahbstat: register definitions for AHBSTAT version 1
16:55 Changeset in rtems [b0eb9524]5 by Martin Aberg <maberg@…>
leon, ahbstat: register definitions for AHBSTAT version 1 Update #4314.
16:35 Changeset in rtems [6ab788d]5 by Marçal Comajoan Cara <mcomajoancara@…>
psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018) poll.h implements poll() which is not supported by RTEMS according to the RTEMS POSIX 1003.1 Compliance Guide. See #3657. This work was part of GCI 2018.
16:35 Ticket #3657 (Add support for poll.h method - poll) created by Marçal Comajoan Cara
According to the RTEMS POSIX 1003.1 Compliance Guide, poll() from …
14:11 Changeset in rtems [a1eb0a5]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix shm_unlink() This function is untested.
13:17 Changeset in rtems-source-builder [f80abf0]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib Pick up <sys/time.h> updates from FreeBSD. Update #3472.
09:15 Changeset in rtems [cde5e8d]5 by Sebastian Huber <sebastian.huber@…>
LICENSE.BSD-2-Clause: Clarify copyright format Update #3053.
08:47 Changeset in rtems [484ef98]5 by Pritish Jain <pritishjain2001@…>
psxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018)
08:30 Changeset in rtems [b7a1f9e]5 by Sebastian Huber <sebastian.huber@…>
psxhdrs: Fix compile errors
07:38 Changeset in rtems-source-builder [b4e80fb]5 by Sebastian Huber <sebastian.huber@…>
5: Update GCC 7.3.0 to 7.4.0 Update #3384.
02:21 Changeset in rtems [bf19a9c6]5 by zehata <zenon.hans.taneka@…>
psxhdrs/: Changed boilerplate licenses to BSD-2 (GCI 2018)

12/10/18:

19:16 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
(diff)
18:52 Changeset in rtems [c107f2b7]5 by Zenon <zenon.hans.taneka@…>
psxhdrs: Add POSIX API Signature Compliance Tests for fcntl.h (GCI 2018)
18:50 Changeset in rtems [b05aa8e]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)
18:44 Changeset in rtems [cfa82b3]5 by Marçal Comajoan Cara <mcomajoancara@…>
psxhdrs: Update licenses to 2-Clause BSD (GCI 2018) Updated licenses of the files I wrote to the 2-Clause BSD License. This work was part of GCI 2018.
18:39 Changeset in rtems [ed6a8e3]5 by Joel Sherrill <joel@…>
psxtests/Makefile.am: Add fcntl methods missed in previous commit
18:38 GCI/Coding/AddPOSIXMethodSignatureComplianceTests edited by Marçal Comajoan Cara
Change license instructions (diff)
18:23 Changeset in rtems [2bb21dde]5 by Joel Sherrill <joel@…>
psxtests/Makefile.am: Correct spacing
17:01 GCI/QA/ImproveEnglish edited by akiyamamio987
(diff)
14:09 Changeset in rtems [6179767]5 by Sebastian Huber <sebastian.huber@…>
Remove white space at end of line Update #3053.
14:02 WikiStart edited by Karox693
(diff)
14:01 GCI edited by Karox693
(diff)
12:44 Changeset in rtems [8b0e752f]5 by Sebastian Huber <sebastian.huber@…>
score: Remove Objects_Information::auto_extend Use Objects_Information::objects_per_block to provide this information. Add and use _Objects_Is_auto_extend(). Update #3621.
11:51 Changeset in rtems [0f5b2c09]5 by Sebastian Huber <sebastian.huber@…>
rtems: Use object information to get config max Use functions instead of macros. Add missing rtems_configuration_get_maximum_*() functions. Update #3621.
08:20 Ticket #3636 (Add rtems_scheduler_get_maximum_priority()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 16f33fd/rtems-docs: […]
07:36 Ticket #3656 (Function prototypes for posix_fadvise() and posix_fallocate() missing ...) created by taneka zenon hans
Referring to the POSIX specification page, …
00:05 Changeset in rtems [9084b6b5]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)

12/09/18:

23:40 Ticket #3655 (Add support for sys/resource.h method - setrlimit) created by deuteriumoxide
This method is not implemented in the RTEMS sys/resource.h
23:39 Ticket #3654 (Add support for sys/resource.h method - setpriority) created by deuteriumoxide
This method is not implemented in the RTEMS sys/resource.h
23:38 Ticket #3653 (Add support for sys/resource.h method - getrlimit) created by deuteriumoxide
This method is not implemented in the RTEMS sys/resource.h
23:36 Ticket #3652 (Add support for sys/resource.h method - getpriority) created by deuteriumoxide
This method is not implemented in the RTEMS sys/resource.h
23:09 Ticket #3651 (Sphinx 1.8 PDF (latex) on FreeBSD does not build) created by Chris Johns
The build fails with pdfindex complaining on an Undefined Control …
23:08 Changeset in rtems [5269bf47]5 by Marçal Comajoan Cara <mcomajoancara@…>
psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI 2018)
19:10 GCI/QA/ImproveEnglish edited by nivy
(diff)
18:53 Changeset in rtems-docs [048b03e]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-compliance: Change utimes() from sys/times.h to sys/time.h In the RTEMS POSIX 1003.1 Compliance Guide it says: The following methods and variables in <sys/times.h> are supported: - times() - utimes() But according to the official POSIX Specifications http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html, <sys/times.h> only declares times(), and utimes() is decleared by <sys/time.h> (notice that it's time, not times) according to http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html and http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html. This patch fixes this error. This work was part of GCI 2018.
18:52 Docs/New_Manual edited by nivy
(diff)
18:49 Docs/New_Manual edited by nivy
grammar: changed 'added' to 'adding' (diff)
18:30 GCI/QA/ImproveEnglish edited by mehularora
(diff)
17:13 Changeset in rtems [dc95ef67]5 by Shashvat Jain <shashvatjain2002@…>
psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018) Test for this file has been added but are disabled due to the absence of header file sys/ipc.h. see Ticket #3650
16:59 Ticket #3650 (Add sys/ipc.h to newlib (System V IPC support)) created by shashvat jain
sys/ipc.h is not present. * …
16:31 Changeset in rtems [9e7e8b3f]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for sys/stat.h (GCI 2018)
15:53 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
(diff)
15:52 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
(diff)
15:50 Changeset in rtems-docs [75f2463]5 by Pritish Jain <pritishjain2001@…>
eng/coding-conventions.rst: Convert TBD to Rest Format (GCI 2018)
15:49 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
(diff)
15:48 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
(diff)
15:48 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
(diff)
15:42 Ticket #3649 (Error with IRC anouncing in examples-v2 commits.) created by Joel Sherrill
[…]
15:08 Developer/Coverage/Status edited by shashvat jain
(diff)
15:07 TBR/UserManual/RTEMS_Coverage_Analysis edited by shashvat jain
(diff)
15:06 GSoC/2018/coverage_analysis_toolset edited by shashvat jain
(diff)
15:05 Developer/Coverage/Theory edited by shashvat jain
(diff)
13:11 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
13:06 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
12:59 GCI/QA/ImproveEnglish edited by Ludicrous
(diff)
12:59 TBR/UserApp/RTEMSApplications edited by Gurveer Singh
(diff)
12:57 GCI/QA/ImproveEnglish edited by Ludicrous
(diff)
12:53 TBR/Website/Wheres_RTEMS edited by Gurveer Singh
(diff)
12:50 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
12:20 Changeset in rtems [b009cfb6]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)
12:02 CodeCoverageSPARC-LEON3.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
12:02 CodeCoverageSPARC-LEON2.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
06:55 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
06:51 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
06:47 CodeCoverageSPARC-ERC32.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
06:46 CodeCoveragem68k-uC5282.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
06:46 CodeCoveragei386-pc386.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
06:46 CodeCoverageARM-SMDK2410.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
06:45 CodeCoverageARM-EDB7312.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
06:43 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
06:42 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
fixed some broken links and added the current status (diff)
05:54 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
fixed some broken links (diff)
05:47 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
removing some broken links (diff)
02:46 Developer/OpenProjects edited by taneka zenon hans
(diff)
02:29 Developer/OpenProjects edited by taneka zenon hans
Reverted to version 463. (diff)
02:25 Developer/OpenProjects edited by taneka zenon hans
(diff)
02:12 Developer/OpenProjects edited by taneka zenon hans
https://codein.withgoogle.com/dashboard/task-instances/6527595203002368/ (diff)

12/08/18:

20:39 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
20:35 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
20:27 CoverageFlow.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
20:24 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
20:21 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
20:02 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
18:49 Changeset in rtems [a5c0886a]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)
18:43 Ticket #3648 (Add support for stdlib.h method - unlockpt) created by deuteriumoxide
This method is not included in the RTEMS stdlib.h
18:41 Ticket #3647 (Add support for stdlib.h method - ptsname) created by deuteriumoxide
This method is not included in the RTEMS stdlib.h
18:40 Ticket #3646 (Add support for stdlib.h method - posix_openpt) created by deuteriumoxide
This method is not included in the RTEMS stdlib.h
18:38 Ticket #3645 (Add support for stdlib.h method - grantpt) created by deuteriumoxide
This method is not included in the RTEMS stdlib.h
18:35 Ticket #3644 (Add support for stdlib.h method - getsubopt) created by deuteriumoxide
This method is not included in the RTEMS stdlib.h
18:23 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
18:20 sizes_edit.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
18:18 index_edit.2.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
18:16 index_edit.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
18:15 cov-report_edit.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
18:12 analysis_edit.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
18:06 branch-report_edit.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
17:57 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
17:42 Changeset in rtems [15d806b0]5 by ABR290B <abhimanyuraghuvanshi29@…>
psxhdrs: POSIX Signature Test for syslog.h (GCI2018)
17:35 Changeset in rtems [30f5272]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)
17:31 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
17:26 Changeset in rtems [8e06aff]5 by zehata <zenon.hans.taneka@…>
psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)
17:15 GCI/QA/ImproveEnglish edited by Karox693
(diff)
17:11 GCI/QA/ImproveEnglish edited by Karox693
(diff)
17:08 GCI/QA/ImproveEnglish edited by Karox693
(diff)
17:03 GCI/QA/ImproveEnglish edited by Karox693
(diff)
17:01 GCI/QA/ImproveEnglish edited by Karox693
(diff)
16:55 cov-report.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
16:27 branch-report.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
16:20 analysis.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
16:19 index.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
16:16 sizes.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
16:15 GCI/QA/ImproveEnglish edited by Ludicrous
(diff)
16:11 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:48 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:45 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:42 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:39 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:18 GSoC edited by Gurveer Singh
(diff)
15:17 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
15:12 GSoC/GettingStarted edited by Gurveer Singh
(diff)
15:12 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
15:11 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:10 CoverageCategories.png attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
15:09 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
15:09 GSoC/GettingStarted edited by Gurveer Singh
(diff)
15:08 attachments-wiki-Developer-Coverage-Theory.zip attached to GCI/Documentation/CoverageAnalysis/Coverage by shashvat jain
15:06 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:06 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
15:04 TBR/Website/Wheres_RTEMS edited by Gurveer Singh
The word anything should be replaced with everything (diff)
15:02 GCI/Documentation/CoverageAnalysis/Coverage edited by shashvat jain
(diff)
15:00 GCI/QA/ImproveEnglish edited by Gurveer Singh
(diff)
15:00 TBR/UserApp/RTEMSApplications edited by Gurveer Singh
(diff)
14:57 GCI/Documentation/CoverageAnalysis/Coverage edited by Vijay Kumar Banerjee
TOC update (diff)
14:54 GCI/Documentation/CoverageAnalysis/Coverage created by shashvat jain
New page "Coverage Project"
03:50 Changeset in rtems [100d87f]5 by ABR290B <abhimanyuraghuvanshi29@…>
POSIX Signature Test for arpa/inet.h (GCI2018)

12/07/18:

18:14 Changeset in rtems [aad6551b]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)
17:59 Changeset in rtems [add0b6a3]5 by Marçal Comajoan Cara <mcomajoancara@…>
Implement POSIX API Signature Compliance Tests for uchar.h This header file is C11 and not currently supported by RTEMS. See #3643. This work was part of GCI 2018.
17:58 Ticket #3643 (Add support for uchar.h header) created by Marçal Comajoan Cara
uchar.h is a C11 header currently not supported by RTEMS. The methods …
17:34 Ticket #3642 (Add iswalnum(), iswalpha() ... (and 18 others) to <wchar.h> header) created by taneka zenon hans
#include <wchar.h> fails to declare function prototypes for …
17:27 Ticket #3641 (Gitlab mirror) created by Amar Takhar
I just registered the 'rtems' group over at gitlab.com. It doesn't …
16:48 Changeset in rtems [6acc556]5 by Marçal Comajoan Cara <mcomajoancara@…>
Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)
13:56 Changeset in rtems-docs [16f33fd]5 by Sebastian Huber <sebastian.huber@…>
c-user: rtems_scheduler_get_maximum_priority() Close #3636.
04:29 Changeset in rtems [fcd577a]5 by Joel Sherrill <joel@…>
psxtests/Makefile.am: Fix ticket number for ucontext.h
04:25 Ticket #3640 (Add support for ucontext.h methods) created by Joel Sherrill
The ucontext functionality is technically obsolete from a POSIX …
02:48 Changeset in rtems [17c32e5d]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)

12/06/18:

21:23 Changeset in rtems [bf763d3e]5 by Marçal Comajoan Cara <mcomajoancara@…>
Implement POSIX API Signature Compliance Tests for inttypes.h This work was part of GCI 2018
19:10 Changeset in rtems [9feff78]5 by Shashvat Jain <shashvatjain2002@…>
psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)
19:06 Changeset in rtems [b24c098]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: Add POSIX API Signature Compliance Tests for string.h (GCI 2018)
18:24 Changeset in rtems [1e455d4]5 by Shashvat Jain <shashvatjain2002@…>
psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018) Includes test fmtmsg which has been disabled due to the absence of header file fmtmsg.h . Updates #3639
18:03 Ticket #3639 (Add fmtmsg.h to newlib) created by shashvat jain
fmtmsg.h is not present. * …
17:30 Changeset in rtems [5886a701]5 by Joel Sherrill <joel@…>
psxtmtests_plan.csv: Add preemption cases for pthread_setschedprio
16:49 Changeset in rtems [a803bd9e]5 by zehata <zenon.hans.taneka@…>
Added POSIX Compliance Test for <ctype.h> (GCI 2018)
16:34 Changeset in rtems [be9a83d]5 by Marçal Comajoan Cara <mcomajoancara@…>
psxtmtests/psxtmtests_plan.csv: Fix typos (GCI 2018) 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.
16:28 Changeset in rtems [c078065]5 by Marçal Comajoan Cara <mcomajoancara@…>
psxtmtests: Identified a Timing Test missing (GCI 2018) pthread_setschedprio (http://pubs.opengroup.org/onlinepubs/9699919799/) was missing in rtems/testsuites/psxtmtests/psxtmtests.csv. This work was part of GCI 2018.
16:08 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
add ticket I investigated (diff)
15:46 Ticket #3638 (Investigate standards origin of y0l, y1l, and ynl for psxhdrs tests) created by Joel Sherrill
These three methods are in glibc math.h but the standards or …
13:08 Changeset in rtems [9598f83e]5 by Shashvat Jain <shashvatjain2002@…>
psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018) Includes API tests for y0l, y1l, and ynl which are in glibc but not in POSIX or newlib. They are disabled until further investigation as to compatibility requirements are determined per the referenced ticket. Updates #3638.
12:40 Changeset in rtems [e50b4bd3]5 by Sebastian Huber <sebastian.huber@…>
score: Use typeof for strict ISO C compat Enable the use of RTEMS_DEVOLATILE() and RTEMS_DECONST() in strict ISO C environments.
11:16 Changeset in rtems [da262164]5 by ABR290B <abhimanyuraghuvanshi29@…>
POSIX Signature Test for fenv.h (GCI 2018) Updates #2971.
10:03 Ticket #3637 (Fix rtems_task_restart() argument type) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4e46ba8/rtems: […]
09:49 Changeset in rtems [4e46ba8]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix rtems_task_restart() argument type Close #3637.
09:47 Ticket #3637 (Fix rtems_task_restart() argument type) created by Sebastian Huber
The argument type must be rtems_task_argument in rtems_task_restart() …
08:57 Changeset in rtems [7ee6437]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_scheduler_get_maximum_priority() Update #3636.
08:55 Ticket #3636 (Add rtems_scheduler_get_maximum_priority()) created by Sebastian Huber
The maximum task priority depends on the scheduler instance. It is a …
06:44 Changeset in rtems [187ef31]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)
04:08 Changeset in rtems [bf135a9]5 by ABR290B <abhimanyuraghuvanshi29@…>
POSIX Compliance Signature Test for glob.h (GCI 2018)
00:33 Changeset in rtems [95095be]5 by Jacob Shin <jacobshin313@…>
psxhdrs: Add POSIX API Signature Compliance Tests for ftw.h (GCI 2018)

12/05/18:

23:02 Changeset in rtems [65b3fba]5 by zehata <zenon.hans.taneka@…>
Added POSIX Compliance Test for complex.h, and adding lines to define CYGWIN until complex.h is fixed (Ticket 3635) . (GCI 2018)
22:50 Ticket #3635 (Remove #if defined(__CYGWIN__) from complex.h header file) created by taneka zenon hans
Re: GCI 2018 POSIX Compliance test for complex.h file Without …
22:12 Ticket #3634 (Add getline() to Newlib) closed by Joel Sherrill
duplicate: Dupe of #3633
22:11 Ticket #3634 (Add getline() to Newlib) created by Joel Sherrill
getline() is not present in stdio.h. See psxtests/Makefile.am when …
22:07 Changeset in rtems [cbb08b61]5 by Joel Sherrill <joel@…>
psxhdrs: Fix spacing
21:58 Changeset in rtems-tools [eb1d8f4]5 by kaidoho <kho237115@…>
Fix wrong function signatures
21:23 Changeset in rtems [36e1b82]5 by Joel Sherrill <joel@…>
psxtmcleanup01/init.c: Fix warnings
21:23 Changeset in rtems [70966985]5 by Joel Sherrill <joel@…>
psxhdrs/strings/strncasecmp_l.c: Fix warning
20:03 Changeset in rtems [a115818]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: added POSIX API Signature Compliance Tests for stdio.h File (GCI 2018)
19:31 Changeset in rtems-docs [a46b025]5 by Amar Takhar <verm@…>
Fix error messages when Sphinx version cannot be checked. This is kind of a dual-check since it checks for the version while simultaneously checking to see if Sphinx exists on the system. Changed the error messages to be clear on the error and removed a reference to version which cannot be set due to the check failure. Reported by: Shashvat Jain
19:14 Ticket #3633 (add getdelim() and getline() to stdio.h) created by Himanshu Sekhar Nayak
Seems like these two functions are throwing errors as getdelim and …
19:14 Changeset in rtems [cf2e6dde]5 by Jacob Shin <jacobshin313@…>
psxhdrs: POSIX API Signature Compliance Tests for sys/utsname.h (GCI 2018)
17:59 Changeset in rtems [9abe98b3]5 by Joel Sherrill <joel@…>
testsuites/psxtests/Makefile.am: Disable psxhdrs for dirfd.c and fdopendir.c updates #3371.
17:58 Changeset in rtems [e517fe68]5 by Joel Sherrill <joel@…>
psxhdrs: Fix warnings
17:38 Changeset in rtems [7b5379d]5 by Jacob Shin <jacobshin313@…>
psxhdrs: POSIX API Signature Compliance Tests for assert.h (GCI 2018)
17:14 Changeset in rtems [7fe5922a]5 by Jacob Shin <jacobshin313@…>
psxhdrs: POSIX API Signature Compliance Tests for langinfo.h (GCI 2018)
15:28 Changeset in rtems [e15ae5a3]5 by Himanshu40 <himanshuwindows8.1@…>
psxhdrs: Align the code properly to left hand margin
14:43 Changeset in rtems-docs [cc826d7]5 by Marçal Comajoan Cara <mcomajoancara@…>
eng/coding-doxygen: Fix errors This work was part of GCI 2018.
12:02 Changeset in rtems [2e8b5de]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon2: Move printk() support Avoid assert() in console_inbyte_nonblocking(). Do not poll forever in bsp_in_char(). This allows the caller to decide what to do if no character is available. This entangles some dependencies and fixes a spconfig02 test failure.
11:29 Ticket #3632 ([haunted D drive]Getting "d" Empty Folder when commiting in a ...) created by shashvat jain
whenever i commit in my rtems or rtems-docs git repository i get to …
09:03 Changeset in rtems [9921ab6]5 by Sebastian Huber <sebastian.huber@…>
psxtimes01: Fix sporadic failures It is not enough to just wait for at least the first clock tick to get non-zero times. In _times() we round down, so the uptime must be greater than or equal to the clock tick interval. We do not know when the timecounter is started during the system initialization. We have to wait until at least two ticks happened.
07:05 Changeset in rtems [03e86553]5 by Sebastian Huber <sebastian.huber@…>
tests: Fix rtems_test_spin_until_next_tick() This bug surfaced due to sporadic failures in sptimecounter02. Adjust rtems_test_spin_for_ticks() to include the partial tick in the argument value.
03:40 Ticket #2276 (Embed online javascript OpenRISC emulator (jor1k) to RTEMS wepbage) closed by Amar Takhar
invalid: I'm going to go ahead and close this if we figure out in the future this will be really handy to have then let's do it! Don't hesitate to create a new ticket with the latest information I'm happy to get this going!
Note: See TracTimeline for information about the timeline view.