Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



08/05/11:

12:12 Ticket #1892 (RBTree Extract hook) created by Petr Benes
This patch just continues in the philosophy of the previous one in …
07:07 Ticket #1891 (RBTree insert and find functions) created by Gedare Bloom
This patch introduces user-defined functions (hooks) for inserting and …

08/04/11:

16:59 Ticket #1890 (mq_receive and mq_timedreceive NULL dereference) created by dufault
Open group says: "If the argument msg_prio is not NULL, the priority …
14:06 Ticket #1874 (posix timing tests: psxtmrwlock01) closed by Joel Sherrill
fixed: Committed. Closing.
14:02 Ticket #1881 (posix timing tests: psxtmrwlock05) closed by Joel Sherrill
fixed: Committed with local change for abstime handling explained on psxtmrwlock03. Thanks.
13:58 Ticket #1878 (posix timing tests: psxtmrwlock03) closed by Joel Sherrill
fixed: I found the problem. It is a misunderstanding on the timeout. It is "absolute time" not "relative time". This means you have to do a clock_gettime() to obtain the current time and add something to it to more time into the future. I just made this change and committed it. Just watch out on other APIs which use abstime to do the same thing. POSIX is tricky on this. :D
11:25 Ticket #1889 ([ARM] Wrong code in libstdc++) created by Sebastian Huber
Lets have a look at with comments inside: objdump -d -C …
08:21 TBR/BSP/Csb637 edited by Fgnicodemos
/* Test Reports */ (diff)
08:21 TBR/BSP/Csb637 edited by Fgnicodemos
/* Test Reports */ (diff)
08:21 TBR/BSP/Csb637 edited by Fgnicodemos
/* Test Reports */ (diff)
01:36 Ticket #1888 (posix timing tests: psxtmrwlock07) created by el.mastin2
Contains these rwlock tests: + pthread_rwlock_unlock - thread …
01:30 Ticket #1887 (posix timing tests: psxtmrwlock06) created by el.mastin2
Contains these rwlock tests: + pthread_rwlock_wrlock - not …

08/03/11:

14:17 Ticket #1886 (RBTree duplicate keys possible) created by Petr Benes
This patch enables inserting duplicate keys into rbtree. It is …
13:24 Ticket #1885 (RFS Filesystem Fails mrfs_fserror Test) created by Joel Sherrill
As part of GSOC, a number of new fstests have been added. They are …
13:01 Ticket #1884 (DOSFS Core Dump in mdosfs_fserror Test) created by Joel Sherrill
As part of GSOC, a number of new fstests have been added. They are …
00:41 Packages/LUA edited by Scotty Smith
/* Using Lua in RTEMS */ (diff)
00:40 TBR/UserManual/FreeSoftware edited by Scotty Smith
(diff)

08/02/11:

23:51 Packages/LUA created by Scotty Smith
Created page with "Lua is an open source scripting language whose main purpose is being embedded in C applications. More can be learned by viewing their website at http://www.lua.org . ==Using Lu..."
20:47 Ticket #1883 (RBTree test: sprbtree01 test full coverage) closed by Joel Sherrill
fixed: Committed. Thanks.
20:40 Ticket #1883 (RBTree test: sprbtree01 test full coverage) created by Petr Benes
This short patch covers the last two cases in order to have full …
19:39 Ticket #1882 (RTEMS Lua Support) created by Scotty Smith
Adds the lua library to RTEMS.
18:26 Ticket #1877 (RBTree: compare function instead of key) closed by Joel Sherrill
fixed
17:14 TBR/BSP/Milkymist edited by Lekernel
/* On the board */ (diff)
17:13 TBR/BSP/Milkymist edited by Lekernel
/* Debugging */ (diff)
17:11 TBR/BSP/Milkymist edited by Lekernel
/* In QEMU */ (diff)
17:11 TBR/BSP/Milkymist edited by Lekernel
(diff)
16:21 Ticket #1878 (posix timing tests: psxtmrwlock03) reopened by Joel Sherrill
16:07 Ticket #1881 (posix timing tests: psxtmrwlock05) created by el.mastin2
Contains these rwlock tests: + pthread_rwlock_timedwrlock - not …
16:05 Ticket #1880 (posix timing tests: psxtmrwlock04) created by el.mastin2
Contains these rwlock tests: + pthread_rwlock_wrlock - not …
14:21 Ticket #1879 (ctime/atime Issue on IMFS, DOS, and RFS) created by Joel Sherrill
The new file system tests have identified an issue with multiple file …
13:56 Ticket #1878 (posix timing tests: psxtmrwlock03) created by el.mastin2
Contains these rwlock tests: + pthread_rwlock_timedrdlock - not …
13:36 Ticket #1877 (RBTree: compare function instead of key) created by Petr Benes
This patch extracts key from the RBTree nodes and introduces an user …
13:24 Ticket #1876 (Add SMP ISR support) created by Jennifer Averett
This is a rather large patch that adds isr smp support.
12:39 Ticket #1872 (Add SMP support to apimutexlock) closed by Jennifer Averett
fixed: Added comment and commited to rtems head.
12:38 Ticket #1862 (RBTree test: sprbtree01 test improves coverage) closed by Joel Sherrill
fixed: Committed. Closing.
12:37 Ticket #1861 (RBTree: redundant code removed) closed by Joel Sherrill
fixed: Committed. Thanks to both of you for sticking with this PR. It turned out to be tricky. Closing.
11:26 Ticket #1875 (posix timing tests: psxtmrwlock02) created by el.mastin2
Contains these rwlock tests: pthread_rwlock_rdlock - not …
00:49 Ticket #1874 (posix timing tests: psxtmrwlock01) created by el.mastin2
Contains these rwlock tests: + pthread_rwlock_init + …

08/01/11:

21:40 Ticket #1873 (Not enough workspace reserved with RTEMS Debug enabled.) created by Gedare Bloom
Hi, When I switch off posix via configure with --disable-posix, pc386 …
16:03 Ticket #1872 (Add SMP support to apimutexlock) created by Jennifer Averett
The attached patch adds SMPsupport to apimutexlock and apimutexunlock.
14:45 Ticket #1802 (smp support for i386) closed by Jennifer Averett
fixed: Patch Applied
14:44 Ticket #1801 (smp support for the sparc) closed by Jennifer Averett
fixed: Patch applied
12:47 Ticket #1871 (O_APPEND is broken for IMFS, DOSFS, and RFS) created by Xiang Cui
fd = open (name01, O_CREAT | O_WRONLY, mode); status = close (fd); …
12:38 Ticket #1870 (lseek changes the file size while write or truncate are not called on ...) closed by Xiang Cui
duplicate: There is related BUG 1398
11:59 Ticket #1870 (lseek changes the file size while write or truncate are not called on ...) created by Xiang Cui
The spec says: Although lseek() may position the file offset beyond …
09:52 Ticket #1869 (Full port to the Milkymist One) created by Sebastien Bourdeauducq
Full port to the Milkymist One. Supports Milkymist SoC 1.0.x. Includes …
09:08 Ticket #1868 (LM32 interrupt handler is broken) created by Sebastien Bourdeauducq
A series of patches updating the LM32 IRQ code to match the changing …
08:17 Ticket #1822 (Cast parameters of lm32_interrupt_* to uint32_t) closed by Sebastien Bourdeauducq
invalid: closing
02:44 Release/4.9 edited by JoelSherrill
/* Release 4.9.7 Changes */ PR1855/cpukit Correct processing of signals during a blocking pthread_join(). (diff)
02:43 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ PR1855/cpukit Correct processing of signals during a blocking pthread_join(). (diff)

07/31/11:

21:47 Ticket #1855 (Processing of signal during pthread_join()) closed by Joel Sherrill
fixed: Patch merged. Closing.
20:32 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ 1867/cpukit - Support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join. (diff)
20:32 Release/4.9 edited by JoelSherrill
/* Release 4.9.7 Changes */ 1867/cpukit - Support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join. (diff)
16:19 Projects/GSoC/Bdbuf_improvements created by Sh
Created page with "The Bdbuf is the block device buffer management in RTEMS. =Replacement Strategy= Bdbuf uses curre..."
15:58 Developer/OpenProjects edited by Sh
/* Run-Time Projects Not Initiated */ (diff)
15:33 Ticket #1867 (pthread_join with exited thread does not work) closed by Joel Sherrill
fixed: Patch applied to all applicable branches. Closing.

07/30/11:

15:03 Ticket #1867 (pthread_join with exited thread does not work) created by Joel Sherrill
The current RTEMS implementation of pthread_exit() and pthread_join() …

07/29/11:

23:56 Release/4.9 edited by JoelSherrill
/* Release 4.9.7 Changes */ Add PR1864 - missing doc for some POSIX configuration macros (diff)
23:56 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add PR1864 - missing doc for some POSIX configuration macros (diff)
19:34 Ticket #1866 (posix timing tests: psxtmbarrier04) created by el.mastin2
Contains these barrier tests: + pthread_barrier_wait – releasing, …
19:13 Ticket #1865 (Coverage Improvement: strto01 testcase) closed by Joel Sherrill
fixed: Committed. Starting coverage run now. Results will populate web page as available. Thanks.
18:56 Ticket #1864 (Configuring a System Chapter Missing Some POSIX Parameters) closed by Joel Sherrill
fixed: 4.9 did not have CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS so not added there. Patch applied. Closing.
18:55 Ticket #1865 (Coverage Improvement: strto01 testcase) created by Pawel
ENVIRONMENT: qemuppc / Couverture QEMU emulator version 0.14.0 …
18:48 Ticket #1864 (Configuring a System Chapter Missing Some POSIX Parameters) created by Joel Sherrill
It looks like the documentation is incomplete or missing for …
15:05 Ticket #1863 (posix timing tests: psxtmbarrier03) created by el.mastin2
Contains these barrier tests: + pthread_barrier_wait – blocking …

07/28/11:

22:38 Ticket #1862 (RBTree test: sprbtree01 test improves coverage) created by Petr Benes
The uncovered ranges of RBTrees that are reachable by tests are now …
22:29 Ticket #1861 (RBTree: redundant code removed) created by Petr Benes
There are some uncovered ranges by tests. These spots can not be …
21:45 Ticket #1860 (posix timing tests: psxtmbarrier02) created by el.mastin2
Contains these barrier tests: + pthread_barrier_wait – blocking …
20:06 Ticket #1857 (Branch Coverage Improvement: schedulerpriorityyield.c:47) closed by Joel Sherrill
fixed: Patch committed. Thanks.
19:58 Ticket #1858 (Test description in .../sptests/sp74.doc is no longer accurate after ...) closed by Joel Sherrill
fixed: Applied. Thanks. Closing.
19:27 Ticket #1859 (posix timing tests: psxtmbarrier01) created by el.mastin2
Description: Contains these barrier tests: + …
19:16 Ticket #1858 (Test description in .../sptests/sp74.doc is no longer accurate after ...) created by Pawel
Attaching patch. Please see Bug 1853 for details
18:29 Ticket #1857 (Branch Coverage Improvement: schedulerpriorityyield.c:47) created by Pawel
I did this one as you suggested. Removed timer, but had to add: - …

07/27/11:

14:13 Ticket #1854 (RBTree test: sprbtree01 test includes rtems_rbtree_extract testing) closed by Joel Sherrill
fixed: I have committed this test case. Thanks.
12:27 Ticket #1856 (RBTree: rtems_rbtree_extract bugfix) closed by Joel Sherrill
fixed: Patch committed. Thanks.
11:36 Ticket #1856 (RBTree: rtems_rbtree_extract bugfix) created by Petr Benes
There was a possibility of NULL pointer dereference, which is avoided …

07/26/11:

18:16 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ 1851/doc - Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example (diff)
18:16 Release/4.9 edited by JoelSherrill
/* Changes Per Point Release */ 1851/doc - Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example (diff)
17:28 Ticket #1855 (Processing of signal during pthread_join()) created by Joel Sherrill
It appears that Linux unblocks a thread waiting on a pthread_join(), …
16:32 Ticket #1853 (Coverage Improvement: schedulerpriorityyield.c:47) closed by Joel Sherrill
fixed: Reworked test to simplify it and reduce its potential execution time. I renamed the test to sp74 since it is actually testing the default scheduler not the Simple Priority one. In gdb, it appears to exercise the code in question. Please review the test (and .doc for description) so you understand what I did. Test cases do not need anything extra in them. Simple and short. Coverage reports should show up shortly. Committed. Thanks.
15:04 Ticket #1854 (RBTree test: sprbtree01 test includes rtems_rbtree_extract testing) created by Petr Benes
RBTree test did not include a proper test of the rtems_rbtree_extract …
14:34 Ticket #1853 (Coverage Improvement: schedulerpriorityyield.c:47) created by Pawel
test set name: spsimplesched04 directives: + rtems_task_wake_after …
14:29 Ticket #1852 (posix timing tests: psxtmsem03) created by el.mastin2
posix timing tests: psxtmsem03 Description: Contains these …
13:16 Ticket #1851 (CONFIGURE_MESSAGE_BUFFER_MEMORY Example has Typo) closed by Joel Sherrill
fixed: Patch applied to 4.9, 4.10 and head. Thanks.
13:11 Ticket #1851 (CONFIGURE_MESSAGE_BUFFER_MEMORY Example has Typo) created by Joel Sherrill
Typo in 4.9 and newer documentation. What is, on page 246 of the …
11:29 Ticket #1850 (posix timing tests: psxtmsem05) created by el.mastin2
Contains this semaphore_test: sem_post - thread waiting, no preempt …
11:26 Ticket #1849 (posix timing tests: psxtmsem04) created by el.mastin2
Contains this semaphore_test: sem_post - thread waiting, no preempt …

07/25/11:

01:26 Release/4.10 edited by JoelSherrill
Add 4.10.1 (diff)
00:02 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ mpc5566evb now using stubs for timer driver and coverhd.h (diff)

07/23/11:

17:36 TBR/UserManual/RTEMS_Coverage_Analysis edited by Panzon
/* Current Status */ (diff)
01:11 Ticket #1848 (Add driver and file system sync support.) created by Chris Johns
Currently there is no API in RTEMS to sync a libblock device given the …

07/22/11:

20:06 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add 1839 - multiple system calls return incorrect status or incorrectly check permission (diff)
20:06 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add 1839 - multiple system calls return incorrect status or incorrectly check permission (diff)
17:13 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add 1845 - tl22xx_t cfg file had invalid syntax (diff)
17:04 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add 1778 - mvme5500 BSP: VME uses shared ISR (diff)
15:13 Ticket #1839 (multiple system calls return incorrect status or incorrectly check ...) closed by Joel Sherrill
fixed: Patches committed. Closing.
14:34 Ticket #1847 (posix timing tests: psxtmsem02) created by el.mastin2
Contains these semaphore_tests: + sem_getvalue + sem_wait – …
12:45 Ticket #1846 (posix timing tests: psxtmsem01) created by el.mastin2
Contains these semaphore_tests: + sem_init + sem_open (first …
12:16 Ticket #1845 (arm/rtl22xx_t fails to configure) closed by Joel Sherrill
fixed
12:15 Ticket #1748 (SPARC BSPs nanoseconds skipping back when counter wraps during get TOD ...) closed by Joel Sherrill
fixed: Committed to all applicable branches. Thanks.
11:00 Projects/CVStoGit edited by Amar Takhar
Add a transition section (diff)
10:50 TBR/BSP/QorIQ created by Sh
Created page with "=Overview= * Freescale product page * QorIQ on Wikipedia =Tested Va..."
10:26 TBR/Website/Board_Support_Packages edited by Sh
/* PowerPC BSPs */ (diff)
09:16 Projects/CVStoGit edited by ChrisJohns
/* Repositories */ (diff)
09:11 Projects/CVStoGit edited by Amar Takhar
Fill in user map. (diff)
09:06 Projects/CVStoGit edited by Amar Takhar
Add link to gitready. (diff)
09:05 Projects/CVStoGit edited by Amar Takhar
Remove some non-working markup. (diff)
09:05 Projects/CVStoGit edited by Amar Takhar
Fill in some more. (diff)
07:16 Projects/CVStoGit edited by Amar Takhar
Add conversion table. (diff)
06:57 Projects/CVStoGit edited by Amar Takhar
progress save. (stub) (diff)
00:57 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ Add date (diff)
00:56 Release/4.10 edited by JoelSherrill
/* Release 4.10.1 Changes */ Add date (diff)
00:55 Release/4.10 edited by JoelSherrill
Add 4.10.2 second ..1766/bsps - SPARC BSPs get nanoseconds correction (diff)
00:55 Release/4.9 edited by JoelSherrill
/* Release 4.9.6 Changes */ 1766/bsps - SPARC BSPs get nanoseconds correction (diff)
Note: See TracTimeline for information about the timeline view.