Timeline



03/29/17:

21:24 GSoC/2017 edited by Abhimanyu Rawat
(diff)
15:57 GSoC/2017 edited by Nikolay Komashinskiy
(diff)
06:32 Ticket #2959 (arm/libdl: C++ exception index tables may not be ordered correctly) created by Chris Johns
The ARM EXIDX sections have the SHF_LINK_ORDER flag set and this is …
06:13 Ticket #2958 (Add some popular benchmark programs to the testsuite) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 0a16d5f/rtems: […]

03/28/17:

16:50 GSoC/2017 edited by Denis Obrezkov
Entry for Denis Obrezkov's proposal is added (diff)
13:10 Ticket #2958 (Add some popular benchmark programs to the testsuite) created by Sebastian Huber
Add dhrystone, whetstone and linpack benchmark programs to the …
12:38 Changeset in rtems [0a16d5f]5 by Sebastian Huber <sebastian.huber@…>
benchmarks/linpack: Port to RTEMS Close #2958.
12:04 Changeset in rtems [a1c60b56]5 by Sebastian Huber <sebastian.huber@…>
benchmarks/whetstone: Port to RTEMS Update #2958.
11:44 Changeset in rtems [954ca41]5 by Sebastian Huber <sebastian.huber@…>
benchmarks/dhrystone: Port to RTEMS Update #2958.
11:15 Changeset in rtems [8783660]5 by Sebastian Huber <sebastian.huber@…>
benchmarks/linpack: Import Import linpack sources from: http://www.netlib.org/benchmark/linpack-pc.c Update #2958.
11:14 Changeset in rtems [3785f937]5 by Sebastian Huber <sebastian.huber@…>
benchmarks/whetstone: Import Import whetstone sources from: http://www.netlib.org/benchmark/whetstone.c Update #2958.
11:13 Changeset in rtems [317c1f4]5 by Sebastian Huber <sebastian.huber@…>
benchmarks/dhrystone: Import Import dhrystone sources from: http://www.netlib.org/benchmark/dhry-c Update #2958.
11:11 Changeset in rtems [0027682]5 by Sebastian Huber <sebastian.huber@…>
benchmarks: Add benchmark templates Update #2958.
08:34 Ticket #2954 (ARM: Optimize context switch) closed by Sebastian Huber <sebastian.huber@…>
fixed: In cd3d747/rtems: […]
06:23 Changeset in rtems [d2e31f7]4.11 by Chris Johns <chrisj@…>
libdl: Back port C++ exception throw and catch from 4.12. Closes #2956.
06:18 Changeset in rtems [70ddaa0e]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix error return path
05:51 Changeset in rtems [82c0836]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix pthread_detach() internal lock acquire
05:50 Ticket #2957 (Shared memory support internal locking is broken) created by Sebastian Huber
The top level lock is an ISR lock (interrupt disable/enable or SMP …
01:25 Ticket #2956 (Backport rtems-tester qemu console fix.) created by Chris Johns
Backport Ric's fix to the qemu console: …

03/27/17:

23:24 Ticket #2955 (Backport libdl fixes to the 4.11 branch.) created by Chris Johns
Back port the patches from tickets #2754 and #2767 to the 4.11 branch.
23:20 Changeset in rtems-tools [bce090b]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Fix the counts to accumulate.
12:23 Changeset in rtems [5f382713]5 by Sebastian Huber <sebastian.huber@…>
cpukit: Fix Makefile.am and update preinstall.am Update #2897.
12:20 Changeset in rtems [af5bbd3]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Regenerate preinstall.am
11:53 Changeset in rtems [bd7f099]5 by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Use shared benchmark timer
11:52 Changeset in rtems [b8e97e5]5 by Sebastian Huber <sebastian.huber@…>
bsps: Add simple CPU counter benchmark timer
11:21 Changeset in rtems [e2191d6c]5 by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Simplify CPU counter support Only touch the cycle counter settings. Do not enable user mode access.
11:20 Changeset in rtems [0a6a2a7b]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add Performance Monitors Extension
10:09 Changeset in rtems [de9f326]5 by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Simplify <bsp.h>
10:08 Changeset in rtems [b7262b2]5 by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Remove OPERATION_COUNT define This is the wrong place to define it.
08:30 Changeset in rtems [94a4865]5 by Sebastian Huber <sebastian.huber@…>
termios: Avoid invalid memory access Update #2897.
07:36 Ticket #2954 (ARM: Optimize context switch) created by Sebastian Huber
Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to TRUE. In this case the …
06:46 Release/5/5.1 created by Chris Johns
Add a 4.12.0 release notes page.
06:42 Release/5 edited by Chris Johns
(diff)
06:20 Changeset in rtems-source-builder [b64b38e]5 by Chris Johns <chrisj@…>
4.12: Fix the patch URL.
06:12 Changeset in rtems-source-builder [aa3d0fe]5 by Sebastian Huber <sebastian.huber@…>
4.12: Update to use Newlib 2.5.0.20170323
06:01 Changeset in rtems [cd3d747]5 by Sebastian Huber <sebastian.huber@…>
arm: Optimize context switch Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to TRUE. In this case the interrupts are always enabled during a context switch even after interrupt processing (see #2751). Remove the CPSR from the context control since it contains only volatile bits. Close #2954.

03/26/17:

23:31 Changeset in rtems-docs [33989b6]5 by Chris Johns <chrisj@…>
Add Windows build details. Actually include the quoting fix for Windows.
23:27 Changeset in rtems-docs [0263581]5 by Chris Johns <chrisj@…>
waf: Fix linkcheck and spell commands. Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
23:25 Changeset in rtems-docs [ad5d632]5 by Chris Johns <chrisj@…>
waf: Cleaner formatting to see the importing.
03:49 Ticket #2951 (Error path in rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg) closed by Chris Johns <chrisj@…>
fixed: In b47a811/rtems-source-builder: […]
03:47 Changeset in rtems-source-builder [b47a811]5 by Chris Johns <chrisj@…>
4.11/arm: Fix the path to the sqrt patch. Use the upstream patch sent to the newlib mailing list. Closes #2951.
02:27 Ticket #2953 (Change Trac time format to absolute.) created by Chris Johns
Setting the Trac default time format to absolute makes better printed …
02:21 Ticket #2952 (Support a release candidates residing in an `rc` directory.) closed by Chris Johns <chrisj@…>
fixed: In dca7ab2/rtems-source-builder: […]
02:19 Changeset in rtems-source-builder [78e7f6a]5 by Chris Johns <chrisj@…>
sb: Add the release_path key to the version section in the VERSION file. A release can specify a custom releaase URL path. Closes #2952.
02:19 Changeset in rtems-source-builder [dca7ab2]4.11 by Chris Johns <chrisj@…>
sb: Add the release_path key to the version section in the VERSION file. A release can specify a custom releaase URL path. Closes #2952.

03/25/17:

17:34 GSoC/2017 edited by Cillian O'Donnell
(diff)

03/24/17:

22:26 Ticket #2952 (Support a release candidates residing in an `rc` directory.) created by Chris Johns
Update the RSB to look for release candidate packages in an rc
14:54 Ticket #2951 (Error path in rtems-gcc-6.3.0-newlib-2.5.0.20170228-1.cfg) created by alexgerbor
newlib-ARM-Optimize-IEEE-754-sqrt-implementation.diff in path …
05:32 Ticket #2950 (doxygen does not install on sync.rtems.org) created by Chris Johns
The dependent package graphviz does not install: [sync.rtems.org] …
05:12 Changeset in rtems-release [de96950]5 by Chris Johns <chrisj@…>
Add release notes and doxygen to the release. Rename the examples to have an rtems prefix.

03/23/17:

09:07 Changeset in rtems [d2a45a58]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix L1 cache flush
09:07 Changeset in rtems [2ba996fa]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add post-link hook
07:29 Ticket #2948 (ARM: Optimize IEEE-754 sqrt implementation) closed by Sebastian Huber
fixed
07:28 Changeset in rtems-source-builder [4e5b7fd]5 by Sebastian Huber <sebastian.huber@…>
4.12: ARM: Optimize IEEE-754 sqrt implementation Update #2948.
04:23 Release/4.11 edited by Chris Johns
(diff)
04:18 Release/4.11/4.11.1 edited by Chris Johns
Update the page to add the release details. (diff)
04:16 Release/4.11/4.11.0 edited by Chris Johns
Update the page to add the release details. (diff)
04:14 Release/4.11/4.11.2 edited by Chris Johns
Provide more information. (diff)
01:07 Release/4.11/4.11.3 edited by Chris Johns
Fix the paste. (diff)
01:06 Release/4.11/4.11.3 created by Chris Johns
Add the 4.11.3 release notes page.
00:57 Release/4.11 edited by Chris Johns
Create links to the per release pages. (diff)
00:53 Release/4.11/4.11.2 edited by Chris Johns
Fix report. (diff)
00:53 Release/4.11/4.11.2 created by Chris Johns
Move releases to separate pages.
00:52 Release/4.11/4.11.1 created by Chris Johns
Move releases to separate pages.
00:51 Release/4.11/4.11.0 created by Chris Johns
Move releases to separate pages.
00:49 Release/4.11 edited by Chris Johns
Update the page to add the release details. (diff)
00:11 Ticket #2708 (【rtems-bsp shell script does not list the available BSPS】) closed by Chris Johns
fixed: This is fixed. See commit 2ea436a167683c3606edbaddbd2e44e79d79c7d0.
00:04 Ticket #2815 (Add Preferred waf to top of various repositories) closed by Chris Johns
fixed: This has been done to most repositories. Closing this ticket so please open specific tickets on a per repo basis to track which ones need updating.

03/22/17:

10:57 Ticket #2897 (Update termios.h to match the latest FREEBSD definitions) closed by Kevin Kirspel <kevin-kirspel@…>
fixed: In 1c6926c1/rtems: […]
09:38 Changeset in rtems [c4b058ca]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Fix DMA support of some drivers
05:38 Ticket #2670 (epiphany tools fail to build on 4.11) closed by Chris Johns
wontfix: I cannot fix this as the zip I downloaded is corrupt. The RSB and the ZIP I downloaded with a browser using the same URL from the RSB configuration file downloaded have the same SHA512 hash. Running unzip -t on the file gives: […]

03/21/17:

19:39 Changeset in rtems [1c6926c1]5 by Kevin Kirspel <kevin-kirspel@…>
termios: Synchronize with latest FreeBSD headers Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
15:18 Ticket #2939 (FAT file name search may not consider long file names) closed by Sebastian Huber <sebastian.huber@…>
fixed: In d51538bd/rtems: […]
15:18 Ticket #2937 (FAT race condition msdos_dir_read()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 89164c67/rtems: […]
15:18 Ticket #2934 (FAT long file name padding is broken) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 7011f26/rtems: […]
15:17 Ticket #2929 (FAT long file names accross cluster boundaries may be broken) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 5ed41a6/rtems: […]
15:16 Ticket #2622 (FAT file corruption when pre-empted while appending to a file) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c38f1fcf/rtems: […]
15:16 Ticket #2928 (FAT filename comparision is broken while using the UTF-8 support) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 21d7154b/rtems: […]
15:16 Ticket #2936 (Deadlock in filesystem location management) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f08c7133/rtems: […]
14:56 Changeset in rtems-source-builder [97b4399]4.11 by Sebastian Huber <sebastian.huber@…>
4.11: ARM: Optimize IEEE-754 sqrt implementation Update #2948.
14:55 Changeset in rtems-tools [7ef4c2b]5 by Sebastian Huber <sebastian.huber@…>
patch: ARM: Fix IEEE-754 sqrt optimization Update #2948.
14:19 Ticket #2949 (Questionable patch organization in RTEMS tools and RSB) created by Sebastian Huber
Patches for RTEMS tools are available via the RTEMS tools repository: …
14:06 Changeset in rtems-tools [d1f542f]5 by Sebastian Huber <sebastian.huber@…>
patch: ARM: Optimize IEEE-754 sqrt implementation Update #2948.
13:59 Ticket #2948 (ARM: Optimize IEEE-754 sqrt implementation) created by Sebastian Huber
Use the vsqrt.f64 and vsqrt.f32 instructions if available. …
04:03 Ticket #2002 (ioctl recursive perimeter lock driver deadlock vulnerability) closed by Chris Johns
wontfix: Use 4.12 and libbsd.
04:02 Ticket #1523 (gethostbyname is not reenterant.) closed by Chris Johns
wontfix: Use 4.12 and libbsd.
03:58 Ticket #2499 (RSB 4.11 broken on FreeBSD 10 with default prefix.) closed by Chris Johns
invalid: I cannot reproduce this any more. I just build the 4.11 branch for 4.11/rtems-arm.
03:56 Ticket #2886 (RTEMS version is wrong on 4.11 branch) closed by Chris Johns
wontfix: I am going to close ticket this and have the 4.11 branch sit at 4.10.99. Anything built from git on the branch will be given "the branches" version number. It does mean the git source at the tag and "the release" tarball vary and the release script needs to update the version numbers in the source tree, which it already does, as part of cutting a release. Changing the process to make commits when tagging make the release procedure more complicated when dealing with release candidates or we end up with a whole bunch of release candidate commits to something and back again in-order to "correctly" tag a release. The other way of looking at this issue is to say the tag in the repo is the commit the release was based on and the release tarball is "the release" and nothing else is or can be that release. A suitable hash of the release tarball defines exactly "the release". This approach means the release scripts and repo are not touched during the release process, including release candidates, and this should make an audit of the what a release is simpler. The release scripts clearly define what is touched and that can be audited.
03:39 Ticket #2827 (rtems-bsps broken on 4.11 branch) closed by Chris Johns <chrisj@…>
fixed: In 2ea436a/rtems: […]
03:38 Changeset in rtems [2ea436a]4.11 by Chris Johns <chrisj@…>
Config (.cfg) files are only valid if deeper than 5. Closes #2827.
03:35 Ticket #2479 (RTEMS Source Builder gets wrong version of rtems-tools for rtems4-11.) closed by Chris Johns
fixed: Fixed on the 4.11 and in the 4.11 releases.
03:22 Ticket #2324 (Documentation and quick start for the RSB) closed by Chris Johns <chrisj@…>
fixed: In e9b193a/rtems-docs: […]
03:21 Changeset in rtems-docs [d8795ef]5 by Chris Johns <chrisj@…>
rsb: Fix the path to the tar for the untar with strip option. The change is different to the ticket because the example is about coping and deploying the build on a different machine. Closes #2324.
03:21 Changeset in rtems-docs [e9b193a]4.114.11.2 by Chris Johns <chrisj@…>
rsb: Fix the path to the tar for the untar with strip option. The change is different to the ticket because the example is about coping and deploying the build on a different machine. Closes #2324.
03:09 Ticket #2947 (FreeBSD 11.0 check warnings for makeinfo and install-info) closed by Chris Johns <chrisj@…>
fixed: In 462f915/rtems-source-builder: […]
03:08 Changeset in rtems-source-builder [462f915]4.11 by Chris Johns <chrisj@…>
freebsd: Update makeinfo and install-info paths on FreeBSD 11.0 Close #2947.
03:08 Changeset in rtems-source-builder [902119e]5 by Chris Johns <chrisj@…>
freebsd: Update makeinfo and install-info paths on FreeBSD 11.0 Close #2947.
03:08 Ticket #2947 (FreeBSD 11.0 check warnings for makeinfo and install-info) created by Chris Johns
These have moved and the check needs to know.
00:41 Changeset in rtems-docs [10874b0]5 by Chris Johns <chrisj@…>
user: Fix typo.
00:37 Changeset in rtems-docs [8561c3c]5 by Chris Johns <chrisj@…>
user: Minor fixes to rtems-bsp-builder.
00:24 Ticket #2946 (Add a top level global testsuite configuration file (.tcfg) and a ...) created by Chris Johns
Adding a top level testsuite configuration file lets us specify tests …

03/20/17:

23:32 Changeset in rtems-docs [e82055b]5 by Chris Johns <chrisj@…>
user: Add an example of the rtems-bsp-builder running.
22:54 Ticket #2945 (Many failures on LEON3 with SMP disabled) created by Joel Sherrill
There are approximately ~100 failures, timeouts, etc on the LEON3 BSP. …
21:41 Changeset in rtems-docs [e7f009e]5 by Chris Johns <chrisj@…>
conf: Update the copyright year.
21:41 Changeset in rtems-docs [228560f]5 by Chris Johns <chrisj@…>
waf: Create the sphinx rule in one place.
07:16 Ticket #2944 (FAT data corruption during unmount()) created by Sebastian Huber
https://lists.rtems.org/pipermail/users/2017-March/031101.html In …
04:06 Ticket #2943 (rtems building error) closed by Chris Johns
wontfix: I am sorry, I do not understand the purpose of the ticket. Tickets are for bugs or issues in RTEMS or one of its packages. If you need support please ask on the RTEMS User's mailing list.
04:00 Ticket #2940 (rtems-docs output and catalogue.xml verison numbering is wrong.) closed by Chris Johns <chrisj@…>
fixed: In 8127604/rtems-docs: […]
01:18 Changeset in rtems-docs [f97be09]5 by Chris Johns <chrisj@…>
Use a single top level version number.
00:42 Changeset in rtems-docs [8127604]4.11 by Chris Johns <chrisj@…>
Use a single top level version number. Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940.

03/19/17:

22:37 Release/4.6 edited by Chris Johns
Fix links to the FTP site. (diff)
11:07 GSoC/2017 edited by Abhimanyu Rawat
(diff)

03/18/17:

12:31 GSoC/2017 edited by Sagar Gupta
GSoC Proposal By Sagar Gupta (diff)
07:07 Ticket #2943 (rtems building error) created by DHANPAL SINGH
i am attaching the screenshot of file system
01:53 GSoC/2017 edited by Sichen Zhao
Sichen Zhao add info. (diff)

03/17/17:

23:53 GSoC/2017 edited by Tanu Hari Dixit
(diff)
22:14 Changeset in rtems [67f49b98]5 by Simon Glass <sjg@…>
Adjust libfdt.h to work with swig There are a few places where libfdt.h cannot be used as is with swig: - macros like fdt_totalsize() have to be defined as C declarations - fdt_offset_ptr() and fdt_getprop_namelen() need special treatment due to a TODO in the wrapper for fdt_getprop(). However they are not useful to Python so can be removed Add #ifdefs to work around these problem. Signed-off-by: Simon Glass <sjg@…> Signed-off-by: David Gibson <david@…>
19:37 Ticket #2942 (rtems building error) closed by Gedare Bloom
invalid: This says there is no file found at the location of $HOME/development/rtems/rsb/source-builder/sb-bootstrap Please check your file system to see where you have checked out RSB. (I see from your other ticket you filed that it is in fact $HOME/development/rtems/rsb/rtems-source-builder/source-builder/sb-bootstrap that you need. Also, it is not recommended to run the source builder as the root user, or even as sudo.
19:33 Ticket #2941 (building rsb freezes) closed by Gedare Bloom
invalid: Yeah this looks perfectly normal so far. Let it continue going. I'm closing this. OP can re-open and post an rsb-error / log file if there is a problem.
14:28 Ticket #2942 (rtems building error) created by DHANPAL SINGH
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~$ export …
13:44 Changeset in rtems [9631e5a9]5 by Daniel Hellstrom <daniel@…>
leon, ambapp: updated AMBA PnP IDs and names database
11:05 Ticket #2941 (building rsb freezes) created by DHANPAL SINGH
dhanpal@dhanpal-HP-Pavilion-15-Notebook-PC:~$ cd …
04:10 Ticket #2940 (rtems-docs output and catalogue.xml verison numbering is wrong.) created by Chris Johns
The version number management in rtems-docs.git is mixed up and it is …

03/16/17:

14:12 Changeset in rtems [d50ab079]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix file name search Do not use our long file name entry count to optimize the file name search. The Unicode comparison must be taken into account. Update #2939.
14:12 Changeset in rtems [d51538bd]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix file name search Do not use our long file name entry count to optimize the file name search. The Unicode comparison must be taken into account. Close #2939.
14:12 Ticket #2939 (FAT file name search may not consider long file names) created by Sebastian Huber
Do not use our long file name entry count to optimize the file name …
12:38 Ticket #2938 (FAT treat file names with lower case characters as a long file name) created by Sebastian Huber
Windows displays short file names in upper case. Treat file names …
11:05 Ticket #2937 (FAT race condition msdos_dir_read()) created by Sebastian Huber
Obtain file system instance lock before member access.
10:59 Changeset in rtems [89164c67]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix race condition msdos_dir_read() Obtain file system instance lock before member access. Close #2937.
10:59 Changeset in rtems [dfd879fa]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix race condition msdos_dir_read() Obtain file system instance lock before member access. Update #2937.
10:54 Changeset in rtems [66fac03]5 by Sebastian Huber <sebastian.huber@…>
libio: Fix deadlock in location management Perform a context-dependent deferred location release to avoid a deadlock on the file system instance locks, for example during a chdir(). Update #2936.
10:54 Changeset in rtems [f08c7133]4.11 by Sebastian Huber <sebastian.huber@…>
libio: Fix deadlock in location management Perform a context-dependent deferred location release to avoid a deadlock on the file system instance locks, for example during a chdir(). Close #2936.
10:51 Ticket #2936 (Deadlock in filesystem location management) created by Sebastian Huber
Always perform a deferred location release to avoid a deadlock on the …
10:14 Ticket #2935 (Termios task driven mode not compatible with SMP) created by Martin Aberg
When the Termios task driven functioning mode is used, …
09:38 WikiStart edited by Chris Johns
(diff)
09:37 WikiStart edited by Chris Johns
Move release to the top if the wiki page. (diff)
09:34 Release edited by Chris Johns
Better layout of the top level releases page. (diff)
09:17 Release/5 created by Chris Johns
Initial page.
07:03 Changeset in rtems [4c4869f]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Rename fat_entries to lfn_entries The name "fat_entries" for long file name directory entries is quite misleading.
07:03 Changeset in rtems [6c988987]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Rename fat_entries to lfn_entries The name "fat_entries" for long file name directory entries is quite misleading.
06:44 Changeset in rtems [5f8ed0d]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix long file name padding Update #2934.
06:44 Changeset in rtems [7011f26]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix long file name padding Close #2934.
06:44 Ticket #2934 (FAT long file name padding is broken) created by Sebastian Huber
In msdos_add_file() the padding of long file names with 0xff is …
06:37 Changeset in rtems [49eb6061]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: msdos_filename_utf8_to_short_name_for_save Simplify.
06:37 Changeset in rtems [e625a57]5 by Sebastian Huber <sebastian.huber@…>
dosfs: msdos_filename_utf8_to_short_name_for_save Simplify.

03/15/17:

18:31 Changeset in rtems [87de70a2]5 by Gedare Bloom <gedare@…>
posix/mman: add mmap support for shm objects Update #2859.
18:29 Changeset in rtems [889eb76]5 by Gedare Bloom <gedare@…>
posix/mman: update atime on shared memory read call Update #2859.
17:59 Changeset in rtems [191d39a]5 by Joel Sherrill <joel@…>
psxstrsignal01: New test
16:13 Ticket #2933 (Flexibleassignto is broken on new ticket page.) created by Amar Takhar
The plugin needs to be fixed for new trac template changes. I usually …
16:11 Ticket #2931 (Flexibleassignto is broken.) closed by Amar Takhar
fixed: It's due to the names being shown alphabetically. You'll need to type 'daniel h' for it to show up probably. I have the same problem with you and Chris I have to type 'joel s' or 'chris j' before your names show up. It's annoying but not worth dealing with.
15:24 Ticket #2932 (Account manager plugin sends email to all.) created by Amar Takhar
For some reason either the plugin or trac is ignoring the notify …
15:22 Ticket #2931 (Flexibleassignto is broken.) created by Amar Takhar
The dropdown on the tickets are broken again I'll have to go and fix …
14:04 Changeset in rtems [d79429f]5 by Javier Jalle <javier.jalle@…>
leon, griommu: add GR740 IOMMU driver The driver is limited to the access protection bit-vector. It currently does not support the IOMMU page-table functionality.
13:58 Changeset in rtems [d24ed54]5 by Javier Jalle <javier.jalle@…>
leon, ambapp: Added L2CACHE driver to ambapp ids
13:38 Changeset in rtems [c241236]5 by Javier Jalle <javier.jalle@…>
leon, memscrub: add GR740 memory scrubber driver
04:23 Changeset in rtems-tools [056bd4b]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Fix profile error message.
04:23 Changeset in rtems-tools [e4b3143]5 by Chris Johns <chrisj@…>
rtems-syms: Fix usage help.
04:03 Changeset in rtems-docs [91d6c96]5 by Chris Johns <chrisj@…>
waf: Configure check the inliner only once.
01:34 Changeset in rtems-docs [1accbe3]5 by Chris Johns <chrisj@…>
user: Add tool commands to the user manual.
Note: See TracTimeline for information about the timeline view.