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

Timeline



08/19/08:

21:02 Ticket #1298 (POSIX timer_settime incorrectly reject absolute timeouts in past.) created by Tim FitzGeorge
The POSIX standard states that when timer_settime has timeout …
19:28 Ticket #500 (Termios tty->buf overflow correction) closed by Joel Sherrill
fixed: Patch committed on all branches needing it.
19:28 Ticket #508 (sys/cdefs.h conflicts again) reopened by Joel Sherrill
19:24 Ticket #508 (sys/cdefs.h conflicts again) closed by Joel Sherrill
fixed
00:19 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)

08/16/08:

20:31 TBR/Website/Board_Support_Packages edited by Allanh
moved BD537Stamp to BF537Stamp (diff)
20:30 TBR/BSP/BF537Stamp edited by Allanh
BD537Stamp? moved to BF537Stamp: typo (diff)
20:16 Release/4.9 edited by Allanh
add bf537stamp bsp (diff)
01:16 TBR/BSP/BF537Stamp edited by JoelSherrill
Add image (diff)
01:14 TBR/BSP/BF537Stamp created by JoelSherrill
New
01:09 TBR/Website/Board_Support_Packages edited by JoelSherrill
/* ADI Blackfin BSPs */ Add ADSP-BF537 STAMP (diff)

08/15/08:

20:30 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ Add 1297 (diff)
15:30 Ticket #1297 (pthread_rwlock_init misinterprets NULL attr pointer) closed by Joel Sherrill
fixed: POSIX rwlocks are only in 4.8 and 4.9. Patch applied.
15:28 Ticket #1297 (pthread_rwlock_init misinterprets NULL attr pointer) created by Joel Sherrill
When attribute pointer is null, the pointer is dereferenced instead of …

08/13/08:

23:17 Release/4.8 edited by JoelSherrill
Add 4.8.1 (diff)
20:16 TBR/BSP/Gen83xx edited by JoelSherrill
Add other variants (diff)
20:14 TBR/BSP/Gen83xx edited by JoelSherrill
Add some information (diff)
19:54 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Typo (diff)
19:26 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Add R1280 - shttpd modified to avoid gcc 4.2.x coldfire bug fix in 4.3. (diff)
19:24 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ Add PR1277 (diff)
19:24 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Add PR1277, i386 in_cksum assembly language constraints (diff)
19:22 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Add PR1257, use rtems interrupt disable/enable instead of CPU routines (diff)
19:20 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ Add PR1237, sparc stack overflow on high interrupt load (diff)
19:19 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Add PR1237, sparc stack overflow fix (diff)
19:17 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Reorder PRs (diff)

08/12/08:

22:09 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)

08/11/08:

03:19 WikiStart edited by JoelSherrill
/* RTEMS Developer Information */ 4.9 ideas now 4.10 ideas (diff)

08/09/08:

00:15 TBR/UserManual/SupportedCPUs edited by JoelSherrill
/* Supported Architectures */ Add 4.9 branch (diff)
00:06 Release/4.7 edited by JoelSherrill
Correct links (diff)
00:05 Release/4.7 edited by JoelSherrill
Clarify warning (diff)
00:04 Release/4.7 edited by JoelSherrill
Add warning that 4.7.3 is expected to be the last public release from 4.7. (diff)
00:01 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ 4.7.3 Cut (diff)

08/08/08:

21:00 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
20:54 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
20:50 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
11:23 Ticket #1296 (POSIX timers use incorrect repeat interval.) created by Tim FitzGeorge
The POSIX specification for timer_settime() states that a timer uses …
04:16 Ticket #766 (__RTEMS_APPLICATION__) reopened by Ralf Corsepius

08/07/08:

14:57 Ticket #1295 (Unrecognized opcode for e300) closed by Ralf Corsepius
invalid
06:07 Ticket #1295 (Unrecognized opcode for e300) created by Sebastian Huber
The following opcodes are implementation-specific instructions of the …
01:05 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ PR1192 - libblock: Update the disktap pointer after the realloc. (diff)
01:05 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ PR1192 - libblock: Update the disktap pointer after the realloc. (diff)

08/06/08:

20:08 Ticket #572 (sh/gensh4: Missing clock driver) closed by Joel Sherrill
fixed: This PR is 4 years old and we have not had issues building an SH4 BSP in years. Closed.
03:49 Ticket #1287 (forgot to renew point after allocating new memory) closed by Chris Johns
duplicate
03:44 Ticket #1281 (GCC Internal compiler error using Mingw Tools for Rtems 4.8) closed by Chris Johns
wontfix: Use the rtems4.9 tools.
03:43 Ticket #1275 (ATA driver disables task preemption during busy-wait) closed by Chris Johns
fixed: Added mutex protection rather than disable pre-emption.
03:39 Ticket #1272 ([libblock, bdbuf] disk released early) closed by Chris Johns
fixed: Fixed in the new bdbuf code.
03:28 Ticket #1271 ([libblock, bdbuf] xfer-in-progress flag not reset if ioctl() fails) closed by Chris Johns
fixed: In the new bdbuf code if the writes fails the buffers are placed back onto the queue and the transfer tries again. I do not think this is optimal but ignoring the error is also not great. Suggestions for a solution are welcome. The specific issue in the bug has been fixed. The state of the buffer is correctly handled in the new code.
03:21 Ticket #1270 ([libblock, bdbuf] bdbuf race conditions) closed by Chris Johns
fixed: Fixed with a rewrite the bdbuf code. The pre-emption disable and SCORE mutex access has been removed. These patches not longer apply.
03:18 Ticket #1192 (create_disk_entry to work with major device > 32.) closed by Chris Johns
fixed
03:05 Ticket #1269 ([libblock] rtems_disk_io_done releases semaphore instead of deleting) closed by Chris Johns
fixed: Change committed to CVS.
00:04 Ticket #1228 (AC_LINK_ELSEIF fails on Windows) closed by Chris Johns
fixed

08/05/08:

20:35 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ PR741 - Add dummy network configuration table for autoconf probes (diff)
20:35 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ PR741 - Add dummy network configuration table for autoconf probes (diff)
17:24 Ticket #1250 (m68k/mcf5235bcc does now initialize second sram port) closed by Joel Sherrill
fixed: This appears to have been already merged into file between revisions 1.2 and 1.3
17:18 Ticket #690 (Memory leak after deleting a task where C++ exception occurs) closed by Joel Sherrill
fixed: Closing. This appears to be fixed at some point along the way.
17:15 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ PR1212 - Correctly enabled timeslicing when done by calling task. Adds sp44. (diff)
17:14 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ PR1212 - Correctly enabled timeslicing when done by calling task. Adds sp44. (diff)
16:18 Ticket #296 (Unlimited test does not deal with system tasks) closed by Joel Sherrill
fixed: unlimited reliably compiles and runs now. This PR has long been resolved
16:16 Ticket #394 (misc. RTEMS Makefile issues) closed by Joel Sherrill
wontfix: This has to be obsolete by now.
16:01 Ticket #593 (gcc/config/t-rtems + gcc/config/<cpu>/t-rtems inclusion order) closed by Joel Sherrill
wontfix: No comments in 4 years on tools leaves this one unworthy of consideration.
15:59 Ticket #921 (Erroneus crti.o causes the wrong code path to be taken) closed by Joel Sherrill
wontfix: Very old against very old tools.
15:58 Ticket #1204 (sigset_t type change proposal) closed by Joel Sherrill
wontfix: No pressing reason to grow beyond 32 bits and no recent comments.
15:57 Ticket #601 (Added support for __mips==32) closed by Joel Sherrill
fixed: Patch committed years ago.
15:55 Ticket #709 (putenv with environ==NULL causes access fault) closed by Joel Sherrill
fixed: Last comment says patch committed. Closing.
15:53 Ticket #539 (mrm332 - except_vect_332_ROM.o) closed by Joel Sherrill
fixed: Current Makefile.am does not install it separately.
15:52 Ticket #537 (bsp_libc_init -- timeslicing and libc reentrancy configuration tied ...) closed by Joel Sherrill
fixed: Patch applied to CVS head. Not backporting.
15:50 Ticket #539 (mrm332 - except_vect_332_ROM.o) reopened by Joel Sherrill
15:48 Ticket #539 (mrm332 - except_vect_332_ROM.o) closed by Joel Sherrill
fixed
15:39 Ticket #463 (Add test for usleep()) closed by Joel Sherrill
fixed: test case added for 4.9
15:38 Ticket #462 (Add test for ularm()) closed by Joel Sherrill
fixed: psxualarm test added for 4.9.
15:33 Ticket #741 (Issue with linking autoconf generated tests when networking is enabled) closed by Joel Sherrill
fixed: Patch committed to all active branches.
15:09 Ticket #765 (httpd vs. -DWEBS -DUEMF) closed by Joel Sherrill
wontfix: No feedback in a long time. Assuming it can be closed.
15:07 Ticket #766 (__RTEMS_APPLICATION__) closed by Joel Sherrill
wontfix
15:02 Ticket #841 (sem_timedwait broken) closed by Joel Sherrill
fixed: If this wasn't dealt with before, PR1291 killed it dead.
15:01 Ticket #859 (Latest newlib/gcc flag some implicit casts as errors) closed by Joel Sherrill
fixed: Should have been closed long ago. It is against very old tools source and RTEMS.
15:00 Ticket #949 (MSG_DONTWAIT not available to applications) closed by Joel Sherrill
invalid: Should have been closed long ago
12:12 Ticket #1212 (timeslice not working after task mode change) closed by Joel Sherrill
fixed: Fix applied to all active branches. Thanks. Sorry for the long delay in applying this.
00:47 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ Reorder PRs (diff)
00:47 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Reorder PRs (diff)
00:47 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ PR1263 - User's Guide Partition: Improve discussion of alignment and minimum buffer sizes. (diff)
00:47 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ PR1263 - User's Guide Partition: Improve discussion of alignment and minimum buffer sizes. (diff)
00:38 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ PR 1294 - Correct prototype and usage of sparc_disable_interrupts (diff)
00:38 Release/4.7 edited by JoelSherrill
/* Release 4.7.3 Changes */ PR 1294 - Correct prototype and usage of sparc_disable_interrupts (diff)
Note: See TracTimeline for information about the timeline view.