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

Timeline



08/11/11:

14:19 Ticket #1897 (EDF scheduler: sptests) created by Petr Benes
This patch includes three sptests by Gedare. They all should work. …
13:58 Ticket #1896 (EDF scheduler implementation) created by Petr Benes
This EDF scheduler is built with red-black tree as a single ready …
13:28 Ticket #1895 (Pluggable scheduler priority_compare and release_job hooks) created by Petr Benes
This patch enhances the pluggable scheduler interface with two …

08/09/11:

12:09 Ticket #1894 (missing a tick in _Timespec_To_ticks) created by Jie Liu
It appears to miss a tick when use _Timespec_To_ticks.

08/07/11:

14:33 Ticket #1893 ([IMFS] truncate doesn't empty file) created by Xiang Cui
IMFS fails in fsrdwr test in fstests. 254 /* 255 * Truncate it …

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)
Note: See TracTimeline for information about the timeline view.