Timeline



11/24/18:

22:57 Ticket #2573 (m68k/gen68340: linker script update (add KEEP() sections)) closed by pritishjain <pritishjain2001@…>
fixed: In 1b2124d/rtems: […]
20:55 Changeset in rtems [1b2124d]5 by pritishjain <pritishjain2001@…>
m68k/gen68340:Add per-section compilation and linking support The size of the sample executables without this option were: 65600 4384 19280 89264 15cb0 ./m68k-rtems5/c/gen68340/testsuites/samples/base_sp.exe 199728 5504 22688 227920 37a50 ./m68k-rtems5/c/gen68340/testsuites/samples/capture.exe 233024 6160 20288 259472 3f590 ./m68k-rtems5/c/gen68340/testsuites/samples/cdtest.exe 829632 25152 27008 881792 d7480 ./m68k-rtems5/c/gen68340/testsuites/samples/cxx_iostream.exe 539072 8048 32144 579264 8d6c0 ./m68k-rtems5/c/gen68340/testsuites/samples/fileio.exe 100320 4752 19440 124512 1e660 ./m68k-rtems5/c/gen68340/testsuites/samples/hello.exe 240080 9264 26048 275392 433c0 ./m68k-rtems5/c/gen68340/testsuites/samples/loopback.exe 36784 3584 15152 55520 d8e0 ./m68k-rtems5/c/gen68340/testsuites/samples/minimum.exe 89104 4864 19408 113376 1bae0 ./m68k-rtems5/c/gen68340/testsuites/samples/nsecs.exe 175200 5152 20016 200368 30eb0 ./m68k-rtems5/c/gen68340/testsuites/samples/paranoia.exe 422944 15456 49312 487712 77120 ./m68k-rtems5/c/gen68340/testsuites/samples/pppd.exe 68768 4416 19312 92496 16950 ./m68k-rtems5/c/gen68340/testsuites/samples/ticker.exe 68816 4368 23200 96384 17880 ./m68k-rtems5/c/gen68340/testsuites/samples/unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 54384 4384 19200 77968 13090 ./m68k-rtems5/c/gen68340/testsuites/samples/base_sp.exe 177648 5488 22640 205776 323d0 ./m68k-rtems5/c/gen68340/testsuites/samples/capture.exe 159392 5344 20208 184944 2d270 ./m68k-rtems5/c/gen68340/testsuites/samples/cdtest.exe 158720 5424 20432 184576 2d100 ./m68k-rtems5/c/gen68340/testsuites/samples/cxx_iostream.exe 515696 8016 31792 555504 879f0 ./m68k-rtems5/c/gen68340/testsuites/samples/fileio.exe 83920 4736 19392 108048 1a610 ./m68k-rtems5/c/gen68340/testsuites/samples/hello.exe 206640 9168 25920 241728 3b040 ./m68k-rtems5/c/gen68340/testsuites/samples/loopback.exe 21232 3520 15104 39856 9bb0 ./m68k-rtems5/c/gen68340/testsuites/samples/minimum.exe 78352 4864 19312 102528 19080 ./m68k-rtems5/c/gen68340/testsuites/samples/nsecs.exe 159600 5136 19968 184704 2d180 ./m68k-rtems5/c/gen68340/testsuites/samples/paranoia.exe 377376 15296 48528 441200 6bb70 ./m68k-rtems5/c/gen68340/testsuites/samples/pppd.exe 58304 4416 19232 81952 14020 ./m68k-rtems5/c/gen68340/testsuites/samples/ticker.exe 59360 4336 23168 86864 15350 ./m68k-rtems5/c/gen68340/testsuites/samples/unlimited.exe Closes #2573.
20:11 Changeset in rtems [16d5e394]5 by ABR290B <abhimanyuraghuvanshi29@…>
psxtests/psxhdrs patch (GCI 2018)
10:51 Changeset in rtems [3899bc1a]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize object lookup Use the maximum ID for the ID to object translation. Using the maximum ID gets rid of an additional load from the object information in _Objects_Get(). In addition, object lookups fail for every ID in case the object information is cleared to zero. This makes it a bit more robust during system startup (see new tests in spconfig02). The local table no longer needs a NULL pointer entry at array index zero. Adjust all the object iteration loops accordingly. Remove Objects_Information::minimum_id since it contains only redundant information. Add _Objects_Get_minimum_id() to get the minimum ID. Update #3621.
03:05 Release edited by 55790
55790 GCI - fixed word: "sometime referred" to "sometimes referred" (diff)
02:52 TBR/Website/WhyContribute edited by 55790
55790 GCI - fixed word: "to begin interaction with the RTEMS team" to "to begin interacting with the RTEMS team" (diff)
02:35 NewTicket edited by 55790
55790 GCI - added space between 2 different words (diff)
02:15 WikiStart edited by 55790
55790 GCI - fixed word: "ESA Summer of Code is Space" to "ESA Summer of Code in Space" (diff)

11/23/18:

19:37 Changeset in rtems [d6e3473]5 by Sebastian Huber <sebastian.huber@…>
score: Remove dead code Update #3621.
16:15 Ticket #3616 ([patch] rtems-tools - elftoolchain native elf detection broken on ...) created by Christian Spindeldreier
The native elf detection script of rtems-tools …
15:29 Changeset in rtems-tools [97dc555]5 by Christian Spindeldreier <spindeldreier@…>
fix native elf detection on x86_64 machines Closes #3616
11:00 Changeset in rtems [6164fd8]5 by Sebastian Huber <sebastian.huber@…>
Move COPYING file to LICENSE.GPL-2.0 Use the latest plain text formatting of the GPL-2.0 as published by the FSF: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt The current RTEMS license refers to the GPL-2.0, so the source distribution should ship a copy of the license. Update #3053.
04:02 Changeset in rtems-tools [7e5cdea]5 by Chris Johns <chrisj@…>
rtemstoolkit: Add unit testing for the python modules - Add support to run the unit tests for the rtemstoolkit python modules from waf. Enter './waf test' for the tests to be run on python2 and python3. - Update the importing of rtemstoolkit modules to the standard method which works on python2 and python3. - Update the README.
03:59 Changeset in rtems-tools [6fa09650]5 by Chris Johns <chrisj@…>
rtemstoolkit/execute: Use buffered output and improve performance - Use buffered output on the stdout and stderr streams from child processors. - Simplify the read thread line processing to improve performance. - Disable 'close_fds' as it slows down python3's popen call. - Update the importing of rtemstoolkit modules.
03:57 Changeset in rtems-tools [82254b0]5 by Chris Johns <chrisj@…>
tester: Change the QEMU command line to match the RSB built QEMU. The command line changed and the RSB is the newer version. Make the old version via a config variable.

11/22/18:

18:14 Changeset in rtems [21275b58]5 by Sebastian Huber <sebastian.huber@…>
score: Static Objects_Information initialization Statically allocate the objects information together with the initial set of objects either via <rtems/confdefs.h>. Provide default object informations with zero objects via librtemscpu.a. This greatly simplifies the workspace size estimate. RTEMS applications which do not use the unlimited objects option are easier to debug since all objects reside now in statically allocated objects of the right types. Close #3621.
16:31 Developer/Eclipse/Plugin edited by Abhimanyu Raghuvanshi
(diff)
16:26 Developer/Eclipse/Information edited by Abhimanyu Raghuvanshi
By ABR (diff)
16:21 Developer/Coding/Doxygen edited by Abhimanyu Raghuvanshi
(diff)
16:11 Developer/Git/Users edited by Abhimanyu Raghuvanshi
(diff)
15:59 Ticket #3581 (Structurally dead code in fifo.c (CID 1437649 )) closed by Joel Sherrill <joel@…>
fixed: In 9dfb9a98/rtems: […]
13:43 Ticket #3615 (Convert Tools_Used Wiki page into Support Tools Selection with Criteria) created by shashvat jain
Originally, this ticket requested that ToolStatus? and Tools_Used wiki …
05:38 Changeset in rtems [359a3a3]5 by Sebastian Huber <sebastian.huber@…>
score: Rename Objects_Information::allocation_size Rename Objects_Information::allocation_size in Objects_Information::objects_per_block. Adjust integer types in _Objects_Shrink_information() and _Objects_Free(). Update #3621.
05:16 Changeset in rtems [0da9d80]5 by Sebastian Huber <sebastian.huber@…>
score: Rename Objects_Information::size Rename Objects_Information::size to Objects_Information::object_size. Change its type from size_t to uint16_t and move it to reduce the size of Objects_Information. Update #3621.
01:25 Changeset in rtems [2ce44de]5 by zehata <zenon.hans.taneka@…>
Changed slightly awkward sentence structure
00:46 Changeset in rtems [9dfb9a98]5 by Joel Sherrill <joel@…>
pipe/fifo.c: Remove dead code (CID 1437649) Closes #3581.

11/21/18:

23:14 Ticket #3561 (Migrate to CommitTicketUpdater) closed by Amar Takhar
fixed: I have not heard any complaints and multiple references should work now as the bug was extremely clear. If it's still an issue please re-open.
19:59 Changeset in rtems-docs [5628d8b]5 by Joel Sherrill <joel@…>
posix-users/input_and_output.rst: Document errors for mount() and unmount()
19:46 Changeset in rtems-docs [0522994]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-users/device_and_class_specific.rst: Add Prototypes Add and update Device and Class Specific APIs in POSIX Users Guide. This work was part of GCI 2018.
19:32 Changeset in rtems-docs [1b05464]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-users/input_and_output.rst: Add Prototypes Add and update Prototypes to Input and Output APIs in POSIX Users Guide. This work was part of GCI 2018.
18:56 Changeset in rtems-docs [083f358]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-users/memory_managment.rst: Add Prototypes Add Prototypes to Memory Management APIs in POSIX Users Guide. This work was part of GCI 2018.
18:19 Changeset in rtems-docs [96064e8]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-users/system_database.rst: Add Prototypes Add Prototypes to System Database APIs in POSIX Users Guide. This work was part of GCI 2018.
18:07 GCI/QA/InvestigateTicket edited by Marçal Comajoan Cara
add tickets I investigated (diff)
17:10 GCI/QA/InvestigateTicket edited by shashvat jain
Ticket #2562 fixed (diff)
17:04 Changeset in rtems-docs [9980ff2]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-users/thread_cancellation.rst: Add Prototypes Add Prototypes to Thread Cancellation APIs. This work was part of GCI 2018.
16:39 Changeset in rtems-docs [1ae5e88]5 by Joel Sherrill <joel@…>
Initial start of converting the Word outline to Rest Thanks to Scott Zemerick <scott.zemerick@…> for the analysis and ideas that led to this.
16:30 Changeset in rtems [9c9c6a9]5 by Sebastian Huber <sebastian.huber@…>
score: Remove Objects_Information::is_string Use Objects_Information::name_length to store this information. Update #3621.
16:30 Changeset in rtems [52c7cb1]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Workspace_String_duplicate()
16:22 Changeset in rtems-docs [5278c7f]5 by Marçal Comajoan Cara <mcomajoancara@…>
posix-users/language_specific_services.rst: Add Prototypes to Language Specific Service APIs This work was part of GCI 2018.
16:00 Changeset in rtems [69812aa]5 by Himanshu40 <himanshuwindows8.1@…>
psxtmbarrierattr01: Added new POSIX timing suite (GCI 2018)
15:15 GCI/QA/ImproveEnglish edited by Gedare Bloom
remove entries for docs (diff)
15:11 GCI/QA/ImproveEnglish edited by Gedare Bloom
(diff)
07:09 Ticket #3603 (Remove support for 16-bit object identifiers) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 92745a4/rtems-docs: […]
05:08 Changeset in rtems-source-builder [fabe813]5 by Chris Johns <chrisj@…>
bare/devel/qemu: Fix building on FreeBSD.

11/20/18:

20:24 WantedPages edited by Amar Takhar
Move to subpage. (diff)
20:23 WantedPages/Load created by Amar Takhar
Move to a 'Load' page so it's not loaded too often.
20:21 WantedPages created by Amar Takhar
Create page to find broken references.
16:36 Changeset in rtems-docs [fdaef80]5 by zehata <zenon.hans.taneka@…>
cpu-supplement/sparc.rst: Merge Annul Slot Explanation (GCI 2018) This content originated as an email response from Jiri Gaisler to Joel Sherrill in response to a question.
16:23 Changeset in rtems-docs [80a2b75]5 by Joel Sherrill <joel@…>
cpu-supplement/sparc_v8_stacks_regwin.rst: Add credit box
15:45 Changeset in rtems [bde6ac20]5 by kuaLeYi <kualeyidxa@…>
Misc: Minor English fixes (GCI 2018)
15:22 Changeset in rtems [eaa5ea84]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce <rtems/score/heapinfo.h> Move Heap_Information_block to separate header file to hide heap implementation details from <rtems.h>. Update #3598.
12:09 Changeset in rtems [e0caabe]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Avoid short range branch in start.S
12:06 Changeset in rtems [faafc229]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use local labels in start.S
12:03 Changeset in rtems [94529131]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Simplify start.S The boot_card() function does not return.
04:21 Boards/Beagle Board edited by Chris Johns
More link fixes. (diff)
04:18 Boards/Beagle Board edited by Chris Johns
Fix link. (diff)
03:56 Changeset in rtems [03139d5b]5 by Chris Johns <chrisj@…>
libdl: Add object file dependencies to track references Tracking references lets us manage when an object file can be unloaded. If an object file has references to it, it cannot be unloaded. Modules that depend on each other cannot be unloaded. Updates #3605
03:00 Changeset in rtems [8e7c72a7]5 by Chris Johns <chrisj@…>
libdl: Reindex unresolved names after removing used records. Updates #3194
01:11 Changeset in rtems [edae517]5 by Himanshu40 <himanshuwindows8.1@…>
psxtmutexattr01: Added new POSIX timing suite (GCI 2018)
00:01 TBR/Review/Debugging/Start edited by Joel Sherrill
Remove more questionable content (diff)

11/19/18:

21:35 Changeset in rtems-docs [1c43e8c]5 by Marçal Comajoan Cara <mcomajoancara@…>
cpu-supplement/sparc_v8_stacks_regwin.rst: Complete Formatting This work was part of GCI 2018.
20:41 Packages/LWIP edited by Pavel Pisa
(diff)
20:40 Packages/LWIP edited by Pavel Pisa
(diff)
20:34 Packages/LWIP edited by Pavel Pisa
(diff)
20:22 TBR/Review/Debugging/Start edited by Joel Sherrill
Removed obviously out of date material that has current content elsewhere (diff)
19:56 Changeset in rtems-docs [cf5f95e]5 by Marçal Comajoan Cara <mcomajoancara@…>
images/cpu_supplement/sparcwin.svg: New file (GCI 2018) File was missed in previous commit.
19:21 Ticket #3614 (Add support for POSIX robust mutex attribute) created by Joel Sherrill
Robust mutex support first appeared in POSIX 2008. RTEMS does not …
19:12 Ticket #3567 (Convert SPARC Call Info Web Page to Rst) closed by Marçal Comajoan Cara <mcomajoancara@…>
fixed: In ae05a27/rtems-docs: […]
15:03 Changeset in rtems-docs [0a9dd48]5 by Joel Sherrill <joel@…>
cpu-supplement/sparc_v8_stacks_regwin.rst: Simplify section title
09:00 Ticket #3599 (Remove m32c architecture port) closed by Sebastian Huber
fixed
08:59 Ticket #3613 (Remove m32c architecture port from upstream tools) created by Sebastian Huber
The m32c architecture port was removed in RTEMS 5.1. Remove …
05:36 Changeset in rtems [bef6dfc5]5 by David Gibson <david@…>
libfdt: Don't use memcpy to handle unaligned reads on ARM 6dcb8ba4 "libfdt: Add helpers for accessing unaligned words" introduced the fdt32_ld() and fdt64_ld() helpers for loading values from the FDT blob which might not be naturally aligned. This matters for ARM, where attempting a plain unaligned load will often cause an exception. However, it seems the memcpy() we used here was surprisingly expensive, making libfdt nearly 6x slower on at least some ARM platforms. This patch takes an alternative approach, using a bunch of 1-byte loads and shifts to implement the helpers. Signed-off-by: David Gibson <david@…>
04:21 Ticket #3612 (RTL unresolved compaction does not update string indexes after ...) created by Chris Johns
The RTL unresolved compaction does not update the string indexes when …

11/18/18:

10:11 Changeset in rtems-docs [ae05a27]5 by Marçal Comajoan Cara <mcomajoancara@…>
Improve SPARC Calling Overview Webpage conversion Fixed tables, typos, redrawn images and converted ASCII art to ditaa and PNG, and improved the overall format. This work was part of GCI 2018. Closes #3567.
00:43 NewTicket edited by Denth
(diff)

11/17/18:

17:09 Changeset in rtems [edd366c]5 by Himanshu40 <himanshuwindows8.1@…>
psxtmcleanup01: new POSIX timing suite (GCI 2018)
16:18 Ticket #3611 (qemu/glib fails to build with newer gcc) created by Martin Erik Werner
The rsb qemu build fails on Debian Stretch with the following error: …
15:22 Changeset in rtems-source-builder [f93fcef]5 by Martin Erik Werner <martinerikwerner@…>
qemu: Update glib to build on newer gcc Update the glib version to 2.48.2 in order to fix build failure on newer gcc[0]. Force internal version of libpcre for glib, since otherwise the build failed, presumably since libpcre is not provided as a module (maybe it should?). Increasing the glib version further to the current latest was not tested. [0] CC libglib_2_0_la-gdate.lo ../../glib-2.39.3/glib/gdate.c: In function 'g_date_strftime': ../../glib-2.39.3/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); ~
01:44 Changeset in rtems-source-builder [77a0075]5 by Chris Johns <chrisj@…>
tools-5-1.cfg: Bump to latest - Fix efltools on ARM 64bit - Fixes to converage

11/16/18:

22:31 Changeset in rtems-docs [df3f2a4]5 by Joel Sherrill <joel@…>
users/host/posix.rst: Update Ubuntu instructions based on 18.04.1 LTS Closes #3416.
18:42 TBR/Review/Debugging/Start edited by shashvat jain
(diff)
18:21 TBR/Review/Debugging/Start edited by shashvat jain
(diff)
18:19 Ticket #3610 ([UPDATE WIKI PAGE] TBR/Review/Debugging/Start) created by shashvat jain
THe page https://devel.rtems.org/wiki/TBR/Review/Debugging/Start
17:17 Changeset in rtems [f06c436]5 by shashvatjain <shashvatjain2002@…>
psxtmtests_plan.csv: Update to reflect psxtmmqrcvblock01 (GCI 2018)
16:49 Changeset in rtems-docs [11d977b]5 by Aneendya <aneendyadg@…>
README.txt: Fix grammar errors (GCI 2018)
16:47 Changeset in rtems-docs [3f4f904]5 by Aneendya <aneendyadg@…>
glossary.rst: Fix grammar errors (GCI 2018)
07:55 Changeset in rtems [5f5bbd1]5 by Sebastian Huber <sebastian.huber@…>
bsps/x86_64: Use interrupt stack for init stack Update #3459.
07:28 GCI/Coding/POSIXTimingTest edited by shashvat jain
(diff)
07:27 GCI/Coding/POSIXTimingTest edited by shashvat jain
Made changes to some the instructions (diff)
07:01 Changeset in rtems [38f81bfc]5 by Sebastian Huber <sebastian.huber@…>
bsps/nios2: Use interrupt stack for init stack Update #3459.
06:46 Changeset in rtems [0a6a4ddb]5 by Sebastian Huber <sebastian.huber@…>
bsps/moxie: Use interrupt stack for init stack Update #3459.
06:43 Changeset in rtems [508f319e]5 by Sebastian Huber <sebastian.huber@…>
bsps/mips: Use interrupt stack for init stack Update #3459.
06:36 Changeset in rtems [cc61d5c]5 by Sebastian Huber <sebastian.huber@…>
bsps/m68k: Use interrupt stack for init stack Update #3459.
06:18 Changeset in rtems-docs [e49e405]5 by Sebastian Huber <sebastian.huber@…>
c-user: Update type deprecation Update #3584. Update #3587. Update #3589.
06:14 Changeset in rtems-docs [92745a4]5 by Sebastian Huber <sebastian.huber@…>
c-user: Remove 16-bit object identifiers Close #3603.
06:08 Changeset in rtems-docs [c2e582d]5 by Sebastian Huber <sebastian.huber@…>
eng: Add software test framework chapter Update #3199.
06:06 Changeset in rtems [59e7209f]5 by Sebastian Huber <sebastian.huber@…>
score: Remove support for RTEMS_USE_16_BIT_OBJECT The RTEMS_USE_16_BIT_OBJECT define is not set by an RTEMS port. Remove support for 16-bit object identifiers. If someone really wants to use RTEMS on a 16-bit target, then it is better to use self-contained objects instead of playing around with object identifier optimizations. Update #3603.
05:39 Changeset in rtems [0ce6bf3]5 by Sebastian Huber <sebastian.huber@…>
bsps/epiphany: Use interrupt stack for init stack Update #3459.
05:36 Changeset in rtems [a74ee417]5 by Sebastian Huber <sebastian.huber@…>
bsps/bfin: Use interrupt stack for init stack Update #3459.

11/15/18:

23:15 Ticket #3609 (Update Spike Version in RSB (RISC-V simulator)) created by Joel Sherrill
The spike version in the RSB does not run the test executables. Per …
23:15 Ticket #3608 (RISC-V Simulator Not in RSB Qemu Version) created by Joel Sherrill
The Qemu version in the RSB does not have RISC-V support. Sebastian …
22:31 Changeset in rtems [841b54e]5 by Himanshu40 <himanshuwindows8.1@…>
psxtmthreadattr01: Correct mistakes in previous merge (GCI 2018) Joel admits to grabbing one iteration too early of the patch. :(
20:29 GCI/Coding/POSIXTimingTest edited by Himanshu Sekhar Nayak
Added '/' to show directory (diff)
20:29 RTEMSMailingLists edited by Denth
(diff)
20:25 Developer/Bug_Reporting edited by Denth
(diff)
20:22 NewTicket edited by Denth
(diff)
20:18 MyTickets edited by Denth
(diff)
20:17 WikiStart edited by Denth
(diff)
20:17 WikiStart edited by Denth
(diff)
19:47 Changeset in rtems [84e59b7c]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Use interrupt stack for init stack Move start.o to separate file. Update #3459.
18:55 Changeset in rtems [ccf11ce]5 by shashvatjain <shashvatjain2002@…>
psxtmmqrcvblock01: Add new POSIX timing test (GCI 2018)
14:18 GCI/Coding/POSIXTimingTest edited by shashvat jain
Made changes to some the instructions (diff)
14:10 GCI/Coding/POSIXTimingTest edited by shashvat jain
Made changes to some the instructions (diff)
13:48 GCI/Coding/POSIXTimingTest edited by shashvat jain
Made changes to some the instructions (diff)
09:34 GSoC edited by adnan
(diff)
09:06 Changeset in rtems-libbsd [d4bf70e]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Disable or make static kern_* functions
08:18 Changeset in rtems-libbsd [70555d5]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
mutex: Avoid NULL pointer access in panic()
07:23 Changeset in rtems-libbsd [9f2c3ce]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix locking issue in epoch_watchdog() The _Watchdog_Per_CPU_insert_ticks() assumes that interrupts are disabled.
06:18 Changeset in rtems [8abb230b]5 by Himanshu40 <himanshuwindows8.1@…>
psxtmthreadattr01: Add new test (GCI 2018)
05:40 Changeset in rtems [0989001]5 by Sebastian Huber <sebastian.huber@…>
bsps/sparc64: Use interrupt stack for init stack Update #3459.
04:02 SOCIS/2017 edited by adnan
(diff)
02:35 Changeset in rtems-tools [94214bf]5 by Chris Johns <chrisj@…>
rtemstoolkit: Add ARM and AArch64 support to Linux elftoolchain.

11/14/18:

23:30 Changeset in rtems [68c8a197]5 by Joel Sherrill <joel@…>
testsuites/psxtests/psxhdrs: Fix comment so copyright block is separate
22:56 GCI/Coding/AddPOSIXMethodSignatureComplianceTests edited by Joel Sherrill
(diff)
22:48 Changeset in rtems [5247a214]5 by Pavel Pisa <pisa@…>
bsp/tms570: correct baudrate calculation.
22:46 Changeset in rtems [aefd4a2]5 by Pavel Pisa <pisa@…>
bsp/tms570: correct inclusion of header files for build with HW init. The build fails when TMS570_USE_HWINIT_STARTUP=1 option is set.
20:26 Ticket #3607 (Qemu build failure on Msys2) created by Joel Sherrill
Current RSB master builds qemu a while on MSYS2 before failure as …
19:34 GCI/Coding/AddPOSIXMethodSignatureComplianceTests edited by Joel Sherrill
(diff)
19:24 GCI/Coding/AddPOSIXMethodSignatureComplianceTests edited by Joel Sherrill
(diff)
19:23 GCI/Coding/AddPOSIXMethodSignatureComplianceTests edited by Joel Sherrill
(diff)
19:22 GCI/Coding/AddPOSIXMethodSignatureComplianceTests created by Joel Sherrill
19:18 Packages/LWIP edited by Pavel Pisa
(diff)
19:05 Packages/LWIP edited by Pavel Pisa
(diff)
16:01 Changeset in rtems-docs [b2a7a5d]5 by Marçal Comajoan Cara <mcomajoancara@…>
user: add a warning not to use special characters in pathnames Spaces and other specical characters in pathnames break builds of any software packages using GNU make. All of the GNU tools and RTEMS use make and this breaks builds. This is a long standing known issue with GNU make, which can't handle spaces in pathnames: https://savannah.gnu.org/bugs/?712 This work was part of GCI 2018. Probably closes #3450.
15:35 Developer/Eclipse/Information edited by Maxul
Revert incorrect fixes, i.e., SSH, QEMU (GCI 2018) (diff)
14:47 GCI/Documentation/AddPrototypesToPOSIXUsersGuide edited by Joel Sherrill
(diff)
09:40 Changeset in rtems-libbsd [4a2d99b]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ehci_imx: Port to RTEMS Update #3869.
09:40 Changeset in rtems-libbsd [c9c4d79]5 by Christian Mauderer <christian.mauderer@…>
ehci_imx: Port to RTEMS Update #3869.
09:40 Changeset in rtems-libbsd [29eda67]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ehci_imx: Import from FreeBSD Update #3869.
09:40 Changeset in rtems-libbsd [7c34c62]5 by Sebastian Huber <sebastian.huber@…>
ehci_imx: Import from FreeBSD Update #3869.
07:42 Changeset in rtems [a13b89b]5 by Sebastian Huber <sebastian.huber@…>
bsp/i386: Use interrupt stack for init stack Update #3459.
06:58 Changeset in rtems [5f32da0]5 by Sebastian Huber <sebastian.huber@…>
bsp/or1k: Use interrupt stack for init stack Update #3459.
06:23 Changeset in rtems [dc563556]5 by Sebastian Huber <sebastian.huber@…>
Include missing <sys/cpuset.h> Update #3598.
06:02 Ticket #3602 (Update or1k tool chain to use the upstream GCC) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 28bf4ca/rtems: […]
06:00 Changeset in rtems [28bf4ca]5 by Sebastian Huber <sebastian.huber@…>
or1k: Support GCC 9 Close #3602.
00:14 GCI/Coding/POSIXTimingTest edited by ornitokya
(diff)
00:13 GCI/Coding/POSIXTimingTest edited by ornitokya
(diff)
00:11 Developer/OpenProjects edited by ornitokya
(diff)
00:09 GCI/QA/ImproveEnglish edited by ornitokya
(diff)

11/13/18:

23:00 TBR/UserManual/Controlling_MBUF_Allocation edited by taneka zenon hans
Edited for grammar/spelling (diff)
22:59 TBR/UserManual/Capture_Engine edited by taneka zenon hans
Changed for grammar (diff)
22:33 TBR/BSP/Nios2_iss edited by Marçal Comajoan Cara
change image links to attachments and improve format (diff)
22:30 Niosblock.png attached to TBR/BSP/Nios2_iss by Marçal Comajoan Cara
22:29 TBR/BSP/Nios2_iss edited by Marçal Comajoan Cara
convert images to tables (diff)
21:11 Projects/GraphicsToolkit edited by Marçal Comajoan Cara
change image links to attachments (diff)
21:10 gumstix-rtems.png attached to Projects/GraphicsToolkit by Marçal Comajoan Cara
21:10 gumstix-mine.png attached to Projects/GraphicsToolkit by Marçal Comajoan Cara
21:08 TBR/UserApp/Space/Proba_2 edited by Marçal Comajoan Cara
change image links to attachments (diff)
21:05 ProbaV_Auto12.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:05 ProbaV_AutoE.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:05 ProbaV_Auto11.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:04 ProbaV_AutoF.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:02 PROBA2_Auto11.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:02 ProbaV_Auto10.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:01 PROBA2_Auto14.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:01 PROBA2_Auto2.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:01 PROBA2_Auto1F.jpeg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
21:01 Proba-2-in-orbit-rear-view.jpg attached to TBR/UserApp/Space/Proba_2 by Marçal Comajoan Cara
20:54 TBR/BSP/Nios2_iss edited by Amar Takhar
Reference local image. (diff)
20:53 Spi1.png attached to TBR/BSP/Nios2_iss by Amar Takhar
Spi
20:32 TBR/BSP/Nios2_iss edited by Marçal Comajoan Cara
(diff)
20:31 TBR/BSP/Nios2_iss edited by Marçal Comajoan Cara
(diff)
20:30 TBR/BSP/Nios2_iss edited by Marçal Comajoan Cara
fix format (diff)
20:26 Projects/WebKit edited by Marçal Comajoan Cara
(diff)
20:25 Projects/DatabaseKit edited by Marçal Comajoan Cara
fix format (diff)
20:23 Projects/GraphicsToolkit edited by Marçal Comajoan Cara
(diff)
20:22 Developer/Projects/Open/Toolkits edited by Marçal Comajoan Cara
(diff)
20:22 Projects/ApplicationConfigurationKit edited by Marçal Comajoan Cara
fix and improve format (diff)
20:18 Projects/BenchmarkKit edited by Marçal Comajoan Cara
(diff)
20:17 Projects/ScienceKit edited by Marçal Comajoan Cara
(diff)
20:16 Projects/ScienceKit edited by Marçal Comajoan Cara
fix format (diff)
20:02 Projects/ScriptKit edited by Marçal Comajoan Cara
fix format (diff)
19:57 Projects/WebKit edited by Marçal Comajoan Cara
fix format (diff)
19:53 Projects/libdl edited by Marçal Comajoan Cara
fix and improve format (diff)
19:45 Projects/GraphicsToolkit edited by Marçal Comajoan Cara
fix and improve format (diff)
19:19 TBR/User/JoelSherrill edited by Marçal Comajoan Cara
(diff)
19:18 Developer/Laboratory edited by Marçal Comajoan Cara
(diff)
19:13 TBR/UserManual/RTEMS_Coverage_Analysis edited by Marçal Comajoan Cara
(diff)
19:08 TBR/UserApp/Space/Proba_2 edited by Marçal Comajoan Cara
(diff)
18:34 Projects/GraphicsToolkit edited by Marçal Comajoan Cara
fix typos and format (diff)
18:02 TBR/UserManual/RTEMS_Coverage_Analysis edited by Marçal Comajoan Cara
fix format (diff)
17:53 TBR/UserApp/Space/Proba_2 edited by Marçal Comajoan Cara
(diff)
17:51 TBR/UserApp/Space/Proba_2 edited by Marçal Comajoan Cara
fix typos and format (diff)
16:16 Ticket #3606 (Crontab Let's Encrypt certificates.) created by Amar Takhar
Doing this manually over as many certificates we have is causing too …
13:17 TBR/UserManual/Controlling_MBUF_Allocation edited by taneka zenon hans
For performance (sake) OR For (better) performance is grammatical (diff)
13:16 TBR/UserManual/Controlling_ICMP_ECHO_(PING)_requests edited by taneka zenon hans
Error in instructions. Setting allecho sysctl to 0 should prevent echos NOT prevent them from not being echoed (diff)
13:13 TBR/UserManual/Capture_Engine edited by taneka zenon hans
Changed the formatting for GCI task for grammar (diff)
12:23 TBR/UserManual/Capture_Engine edited by taneka zenon hans
Changed html tags which are not applicable to codeblocks instead (diff)
12:20 TBR/UserManual/Capture_Engine edited by taneka zenon hans
changed tt tag to kbd as tt tags have been removed in HTML5 (diff)
09:17 Changeset in rtems-libbsd [9f87c45]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Include missing <sys/types.h> Update #3598.
06:26 Changeset in rtems [803eac9]5 by Chris Johns <chrisj@…>
libdl: Manage the allocation of common uninitialised variables. The use of separate text and data results in uninitialised variables being placed in the common section. There is no section in ELF for the common variables so the loader needs to create the section and allocate the variables in that section. This patch does that. The patch adds a second pass over the symbols. The issue can also be seen as a section 65522 error. Updates #3604
06:18 Ticket #3605 (RTL Allows Unloading a Module other Modules Depend Upon (cloned)) created by Kevin Gordon
Cloned from #3195: ---- Consider the following example using ELF .o …
06:13 Ticket #3604 (RTL Unresolved Symbols from common section on i386/pc686 (cloned)) created by Joseph Hickey
Cloned from #3527: ---- By default GCC puts uninitialized global …
01:56 GCI/QA/ImproveEnglish edited by ornitokya
(diff)
01:53 GCI/QA/ImproveEnglish edited by ornitokya
(diff)
01:34 GCI/QA/ImproveEnglish edited by ornitokya
(diff)
01:10 GCI/QA/ImproveEnglish edited by ornitokya
(diff)
01:02 GCI/QA/ImproveEnglish edited by ornitokya
(diff)
01:02 GCI/QA/ImproveEnglish edited by ornitokya
(diff)

11/12/18:

23:30 Changeset in rtems-source-builder [384ff19]5 by Joel Sherrill <joel@…>
rtems-gdb-8.0.1-1.cfg: Correct previous commit. Updates #3576.
23:27 Changeset in rtems-source-builder [a9fb574]5 by Chris Johns <chrisj@…>
sb: Fix pkg-config arg parsing after being wrapped.
20:13 Ticket #3576 (gdb 8.0.1 sis does not build on Cygwin) closed by Joel Sherrill <joel@…>
fixed: In 84a94f7/rtems-source-builder: […]
19:20 Developer/Bug_Reporting edited by a-bhatt
minor grammatical errors (diff)
19:00 RTEMSMailingLists edited by a-bhatt
minor grammatical errors (diff)
18:53 GSoC/GettingStarted edited by a-bhatt
Grammatical errors (diff)
18:43 WikiStart edited by a-bhatt
2 minor grammatical errors (diff)
14:43 Ticket #3583 (Add rtems_malloc() and rtems_calloc()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6efc831/rtems: […]
13:11 GCI/Documentation/BuildRTEMSDocumentation edited by taneka zenon hans
(diff)
13:05 GCI/Documentation/BuildRTEMSDocumentation edited by taneka zenon hans
(diff)
12:09 Changeset in rtems [0a9378af]5 by Sebastian Huber <sebastian.huber@…>
x86_64: Remove duplicate _CPU_Thread_Idle_body()
10:27 Changeset in rtems-tools [3265580]5 by Hesham Almatary <Hesham.Almatary@…>
tester: Remove riscv_generic Now each BSP/ISA variant has its own .ini file
08:33 Changeset in rtems [93fae332]5 by Sebastian Huber <sebastian.huber@…>
Include missing <sys/types.h> Update #3598.
08:28 Changeset in rtems [963c6c2]5 by Sebastian Huber <sebastian.huber@…>
score: Move internal structures to userextdata.h Update #3598.
08:24 Changeset in rtems [356b07e6]5 by Sebastian Huber <sebastian.huber@…>
score: Includes in <rtems/score/smplockstats.h> Include implementation header files only if necessary. Update #3598.
08:23 Changeset in rtems [3b69a0e2]5 by Sebastian Huber <sebastian.huber@…>
rtems: Simplify includes in <rtems/rtems/cache.h> Update #3598.
08:00 Changeset in rtems [a6e7d5e4]5 by Sebastian Huber <sebastian.huber@…>
score: Move internal structures to objectdata.h Update #3598.
07:49 Ticket #3603 (Remove support for 16-bit object identifiers) created by Sebastian Huber
The RTEMS_USE_16_BIT_OBJECT define is not set by an RTEMS port. Remove …
06:45 Ticket #3602 (Update or1k tool chain to use the upstream GCC) created by Sebastian Huber
06:32 Changeset in rtems-source-builder [8241563]5 by Sebastian Huber <sebastian.huber@…>
5: Use latest Binutils and GCC for or1k Update #3602.
06:31 Changeset in rtems-source-builder [40c4642]5 by Sebastian Huber <sebastian.huber@…>
5: Build GDB earlier for riscv Be in line with default targets.
06:26 Changeset in rtems-source-builder [55aff90]5 by Sebastian Huber <sebastian.huber@…>
5: Use latest GCC for riscv This is a preparation to update or1k to use the latest GCC. Update #3602.
06:17 Changeset in rtems-source-builder [c5ad16a]5 by Sebastian Huber <sebastian.huber@…>
5: Use latest Binutils for riscv This is a preparation to update or1k to use the latest GCC. Update #3602.
06:08 Changeset in rtems-source-builder [d665fdb]5 by Sebastian Huber <sebastian.huber@…>
5: Update RTEMS tools Pick up m32c removal. Update #3599.
05:03 Developer/Testing/TestSuites edited by sashreek
(diff)
04:59 Developer/OpenProjects edited by sashreek
(diff)
04:38 Developer/Eclipse/Information edited by sashreek
(diff)
04:35 Developer/Laboratory edited by sashreek
(diff)
04:23 GCI/Documentation/BuildRTEMSDocumentation edited by taneka zenon hans
(diff)
01:35 Ticket #3601 (Block device disk management implementation can underflow ...) created by Kevin Gordon
The source file discdevs.c contains logic error with regard to a …

11/11/18:

15:25 GCI/Coding/HelloWorld edited by Marçal Comajoan Cara
added my feedback for WSL host and ARM target (diff)
15:12 Changeset in rtems [62954aaf]5 by Joel Sherrill <joel@…>
psxtmtests_plan.csv: Add pthread cleanup and attr test cases

11/10/18:

19:29 TBR/BSP/Genmcf548x edited by Kathryn
(diff)
19:14 TBR/BSP/Gen83xx edited by Kathryn
(diff)
19:09 TBR/BSP/Gen68360 edited by Kathryn
(diff)
19:05 TBR/BSP/Gen68340 edited by Kathryn
(diff)
19:01 TBR/BSP/Gen5200 edited by Kathryn
(diff)
Note: See TracTimeline for information about the timeline view.