Timeline



05/03/12:

22:14 Changeset in rtems [ae55da72]4.115 by Joel Sherrill <joel.sherrill@…>
cpukit/aclocal - Fix one mistake by script
19:17 Changeset in rtems [183af89]4.115 by Joel Sherrill <joel.sherrill@…>
Miscellaneous - Clean up file headers so patterns followed XXX
19:13 Changeset in rtems [fe530231]4.115 by Joel Sherrill <joel.sherrill@…>
nds/linkcmds - Remove execute permission
19:05 Developer/Git/Committers edited by JoelSherrill
/* Committing */ co not valid - use checkout (diff)
18:23 Changeset in rtems [78dea6ce]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu misc m68k and sh - Correct formatting and remove weird Id strings
17:55 Changeset in rtems [cfaa366]4.115 by Joel Sherrill <joel.sherrill@…>
General - Remove extraneous blank line in license message Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
17:46 Changeset in rtems [358522d]4.115 by Joel Sherrill <joel.sherrill@…>
Libcpu misc files - Remove execute permission on source files.
17:31 Changeset in rtems [85b079e]4.115 by Joel Sherrill <joel.sherrill@…>
rtems-message_queue.adb - Convert DOS to UNIX CF/LF
17:24 Changeset in rtems [65c6425]4.115 by Joel Sherrill <joel.sherrill@…>
Remove CVS Id Strings (manual edits after script) These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
16:43 Changeset in rtems [f53aa8d]4.115 by Gedare Bloom <gedare@…>
rbtree: API changes. Remove rbtree control node from RBTree_Next. The implementation of RBTree_Next was using an awkward construction to detect and avoid accessing the false root of the red-black tree. To deal with the false root, RBTree_Next was comparing node parents with the control node. Instead the false root can be detected by checking if the grandparent of a node exists; the grandparent of the tree's true root is NULL by definition so the root of the tree is found while walking up the tree by checking for the non-existence of a grandparent. This change propagates into the predecessor/successor and iterate functions.
15:09 Changeset in rtems [9b4422a2]4.115 by Joel Sherrill <joel.sherrill@…>
Remove All CVS Id Strings Possible Using a Script Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
15:03 Changeset in rtems [9f6ea32]4.115 by Joel Sherrill <joel.sherrill@…>
psxaio01/psxaio02 - Formatting corrections The file header was moved over one space. These two were the only files in the testsuite which did this.
14:41 Changeset in rtems [604405d8]4.115 by Joel Sherrill <joel.sherrill@…>
sp07/buffered_io.c add missing copyright Date and ownership determined from file history.

05/02/12:

19:23 Changeset in rtems [a41950dd]4.115 by Gedare Bloom <gedare@…>
PR2061: RBTree: updating min and max on insert with duplicates When inserting to a red-black tree with duplicates the min and max pointers are not updated properly. We need to check the key of the min/max node against the insert node since the insert point could be the child of a node with an identical key to the min/max node.
19:23 Changeset in rtems [07896ad5]4.115 by Joel Sherrill <joel.sherrill@…>
smdk2410 - Remove odd $Id$
19:23 Changeset in rtems [560dbd68]4.115 by Joel Sherrill <joel.sherrill@…>
gp32 - Remove odd $Id$
19:22 Changeset in rtems [0089173]4.115 by Joel Sherrill <joel.sherrill@…>
pc386 - Remove odd $Id$
19:21 Changeset in rtems [853ab2b]4.115 by Joel Sherrill <joel.sherrill@…>
libchip hcms29xx - Remove odd $Id$ and clean up file header
19:17 Changeset in rtems [2039926]4.115 by Joel Sherrill <joel.sherrill@…>
score603e - Remove bad $Id$ and clean up file header
19:16 Changeset in rtems [b8b2f19]4.115 by Joel Sherrill <joel.sherrill@…>
libcpu/m68k/mcf532x - Remove bad $Id$ and clean up file header
19:16 Changeset in rtems [2698728]4.115 by Joel Sherrill <joel.sherrill@…>
libchip z85c30 - Remove bad $Id$ and clean up file header
19:13 Changeset in rtems [2579e53]4.115 by Joel Sherrill <joel.sherrill@…>
LEON3 - Remove bad $Id$ and clean up file header
19:13 Changeset in rtems [1e7ee71]4.115 by Joel Sherrill <joel.sherrill@…>
LEON2 - Remove bad $Id$ and clean up file header
19:12 Changeset in rtems [70f5ab38]4.115 by Joel Sherrill <joel.sherrill@…>
MRM332 - Remove incorrect $Id$ string and correct file header
19:04 Changeset in rtems [3d74da6]4.115 by Gedare Bloom <gedare@…>
PR2060: RBTree: updating min and max on extract path During node extraction from a red-black tree the min and max values are updated incorrectly. We need to use the successor/predecessor functions to find the next/previous node when we remove the min/max from the tree.
18:23 Ticket #2061 (RBTree: updating min and max on insert with duplicates) created by Gedare Bloom
When inserting to a red-black tree with duplicates the min and max …
18:03 Ticket #2060 (RBTree: updating min and max on extract path) created by Gedare Bloom
During node extraction from a red-black tree the min and max values …
17:37 Release/4.10 edited by Sh
/* Release 4.10.3 Changes */ (diff)
17:35 Release/4.10 edited by Sh
/* Release 4.10.0 Changes */ (diff)
16:15 Changeset in rtems [0f31ec5d]4.115 by Gedare Bloom <gedare@…>
score/rbtree: eliminate unused function _RBTree_Peek.
16:10 Changeset in rtems [8572752]4.115 by Gedare Bloom <gedare@…>
rbtree: API Changes Make default for rtems_rbtree functions be unprotected (preemption enabled) unless an unprotected variant e.g. rtems_rbtree_xxx_unprotected is available.
15:27 Changeset in rtems-libbsd [be8032d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added stubs for funsetown() and fsetown()
15:13 Changeset in rtems [8712622]4.115 by Gedare Bloom <gedare@…>
score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First.
15:06 Changeset in rtems [bc96bad6]4.115 by Gedare Bloom <gedare@…>
score/scheduling: Use RBTree_First instead of Peek in EDF scheduler.
14:17 Ticket #2059 (doc: Need documentation for Red-Black Trees.) created by Gedare Bloom
The RTEMS Manuals are missing documentation on the public API for the …

05/01/12:

18:52 Changeset in rtems-libbsd [73a8881]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added rtems_bsd_thread0_ucred as a single global ucred.
18:12 Changeset in rtems-libbsd [c1dd641]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added a define of 0 for bootverbose.
18:10 Changeset in rtems-libbsd [a51d36d2]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added globals for hints and hintmode.
18:08 Changeset in rtems-libbsd [e957846]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Modifed sleep queue to be priority based and added the wakeup_one method.

04/28/12:

03:06 Changeset in rtems [bb43b51e]4.115 by Chris Johns <chrisj@…>
Merge branch 'master' of ssh://rgit/data/git/rtems
02:21 Changeset in rtems [3756041]4.115 by Chris Johns <chrisj@…>
IMFS: Update IMS_assert check when RTEMS_DEBUG is enabled. Update the assert macro to the new IMFS_jnode_t.

04/27/12:

07:38 Changeset in rtems-libbsd [b41a358]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix ucred reference counting

04/26/12:

20:12 Changeset in rtems-libbsd [f59bd57]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added back in kqueue_schedtask() and kqueue_wakeup()
14:34 Changeset in rtems [6b36ca23]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Remove pipe_lseek()
13:47 Changeset in rtems-libbsd [9ee7689]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Christian Mauderer <christian.mauderer@…>
Remove rusage dependencies
13:38 Changeset in rtems [0b61e27]4.115 by Joel Sherrill <joel.sherrill@…>
Update config.guess and config.sub
13:28 Ticket #2058 (RPC library audit required) created by Sebastian Huber
The RPC library needs an audit to verify that it is up to data. Some …
13:05 Changeset in rtems-libbsd [4c0c5fd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Remove proc0 creation
12:28 Changeset in rtems [5a4bb75]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Remove per file descriptor semaphore The per file descriptor semaphore (field of rtems_libio_t) is unused in RTEMS. There is a considerable memory overhead due to that. A semaphore needs roughly 124 bytes which is huge compared to the approximately 72 bytes for the file descriptor structure itself. Device drivers can create their own synchronization primitives in the open handler on demand.
08:03 Changeset in rtems [ed67d93]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/stackalloc: Add initialization hook

04/25/12:

17:16 Ticket #2057 (Merge binutils PR3991 to allow PowerPC Bootloader to work) created by Joel Sherrill
See http://sourceware.org/bugzilla/show_bug.cgi?id=13991 Acknowledged …

04/24/12:

21:08 Changeset in rtems [c36ebbd]4.115 by Joel Sherrill <joel.sherrill@…>
smp08 screen replacement
21:08 Changeset in rtems [32815a2]4.115 by Joel Sherrill <joel.sherrill@…>
Simple SMP Scheduler - Fix typo which likely broke scheduling
14:37 Ticket #2055 (Coldfire support is broken) closed by Sebastian Huber
fixed: Thanks Ralf for the quick integration. The Coldfire works now with the updated tool chain.
12:37 Changeset in rtems [52c551a7] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
12:23 Changeset in rtems [2947bae] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
12:03 Changeset in rtems [05a20c1f]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xxevb: Enable stack allocator
12:00 Changeset in rtems [3c6d7ae]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/stackalloc: Use stack section symbols
11:34 Changeset in rtems [d1018534]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add no cache section
09:21 Changeset in rtems [13a8b19]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xxevb: Change early MMU settings Add internal SRAM sections with cache enabled to early MMU settings. The internal SRAM initialization will use the early MMU settings. This allows applications to use cache inhibited areas in the internal SRAM.

04/23/12:

14:29 Changeset in rtems [65c91a4] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
14:21 Changeset in rtems [bc04436]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: Use UID and GID of NFS handle Use UID and GID of the NFS handle for node and symbolic link creation.
13:56 Changeset in rtems [09a8188]4.115 by Gedare Bloom <gedare@…>
PR2056: libqos conversion from uint32_t to time_t AquosA defines qres_params_t using qres_time_t so we should also. This fixes an invalid conversion from uint32_t into time_t as well.
13:46 Changeset in rtems [e384438]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: POSIX conformance According to POSIX the read() call should return the maximum number of bytes available for regular files.
13:10 Changeset in rtems [fb78f91]4.115 by Gedare Bloom <gedare@…>
PR1908: consolidate libqos code and fix installed header location
12:50 Ticket #2056 (libqos conversion from uint32_t to time_t) created by Gedare Bloom
I think there is a casting in libqos that assumes time_t is equivalent …
12:42 Changeset in rtems [17fa7d6]4.10 by Sebastian Huber <sebastian.huber@…>
librpc: PR2066: Fix for short enums The XDR library has a problem on architectures with short enums like the default ARM EABI. Short enums means that the size of the enum type is variable and the smallest integer type to hold all enum values will be selected. For many enums this is char. The XDR library uses int32_t for enum_t. There are several evil casts from an enum type to enum_t which leads to invalid memory accesses on short enum architectures. A workaround is to add appropriate dummy enum values.
12:42 Changeset in rtems [8250503]4.115 by Sebastian Huber <sebastian.huber@…>
librpc: PR2066: Fix for short enums The XDR library has a problem on architectures with short enums like the default ARM EABI. Short enums means that the size of the enum type is variable and the smallest integer type to hold all enum values will be selected. For many enums this is char. The XDR library uses int32_t for enum_t. There are several evil casts from an enum type to enum_t which leads to invalid memory accesses on short enum architectures. A workaround is to add appropriate dummy enum values.
12:28 Ticket #1908 (QoS library for CBS scheduler) closed by Gedare Bloom
fixed
12:12 Ticket #1908 (QoS library for CBS scheduler) reopened by Gedare Bloom
11:53 Ticket #2019 (ARM EABI tool chain breaks XDR library) closed by Sebastian Huber
wontfix: The solution is to fix the XDR library.
08:44 Changeset in rtems [c24d9823]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix define name
05:45 Developer/Simulators/QEMU edited by C Rempel
/* Using the rtems-testing Module */ (diff)
05:36 Developer/Simulators/QEMU edited by C Rempel
/* Running Other Images */ (diff)

04/22/12:

19:16 Developer/Git/Users edited by Gedare
(diff)
19:16 Developer/Git/Users edited by Gedare
(diff)
19:11 Developer/Git/Users edited by Gedare
(diff)

04/20/12:

13:31 Changeset in rtems [4012792]4.115 by Sebastian Huber <sebastian.huber@…>
score: Documentation
13:29 Changeset in rtems [d2c665b7]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Make the Clock_isr() static again
13:23 Changeset in rtems [37f938d7]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Avoid rtems_irq_hdl_param type usage Not every clock interrupt service routine is installed with this API. Remove also the prototype to allow drivers to make this routine static.
12:37 Changeset in rtems [688fcc14]4.115 by Sebastian Huber <sebastian.huber@…>
score: Fix comment
12:08 Changeset in rtems [b42588f8] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
12:03 Changeset in rtems [57d29cd]4.10 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Enable FPU in BSP startup code
12:03 Changeset in rtems [6d136ed9]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Enable FPU in BSP startup code
11:14 Changeset in rtems [ca4a4cf]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Fix BSP options
11:14 Changeset in rtems [eeb965b]4.10 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Fix BSP options
10:53 Ticket #2055 (Coldfire support is broken) created by Sebastian Huber
http://sourceware.org/ml/binutils/2011-10/msg00143.html
07:20 Changeset in rtems [3c9d1f5] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
07:20 Changeset in rtems [64c44c1]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Remove superfluous include
07:19 Changeset in rtems [256ea214] by Sebastian Huber <sebastian.huber@…>
Add libbsd sections

04/19/12:

19:10 Changeset in rtems-libbsd [cb6ffcd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added in uma_find_refcnt() and vtoslab() The vtoslab returns NULL for now which will cause a fault when the code runs.
18:25 Changeset in rtems-libbsd [74587c3]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Merged rtems-bsd-uma.c back into uma_core.c The majority of this file was the same as the freebsd file uma_core.c.
18:16 Changeset in rtems [1a3cbfba]4.115 by Joel Sherrill <joel.sherrill@…>
s3c24xx shared: Clock driver clean up and ISR Handler Prototype Correction.
18:16 Changeset in rtems [abb52ce]4.115 by Joel Sherrill <joel.sherrill@…>
pxa255 shared: Clock driver clean up and ISR Handler Prototype Correction.
18:16 Changeset in rtems [bb9cf58d]4.115 by Joel Sherrill <joel.sherrill@…>
mc9328mxl shared: Clock driver clean up and ISR Handler Prototype Correction.
18:15 Changeset in rtems [029ced28]4.115 by Joel Sherrill <joel.sherrill@…>
lpc22xx shared: Clock driver clean up and ISR Handler Prototype Correction.
18:15 Changeset in rtems [1401076]4.115 by Joel Sherrill <joel.sherrill@…>
at91rm9200 shared: Clock driver clean up and ISR Handler Prototype Correction.
18:15 Changeset in rtems [b2d9478]4.115 by Joel Sherrill <joel.sherrill@…>
lpc shared: Clock driver clean up and ISR Handler Prototype Correction.
18:15 Changeset in rtems [556ac5a]4.115 by Joel Sherrill <joel.sherrill@…>
armv7m shared: Clock driver clean up and ISR Handler Prototype Correction.
18:11 Changeset in rtems [46cbefd8]4.115 by Joel Sherrill <joel.sherrill@…>
Clock Driver Shell - Correct PIC IRQ Prototype.
17:52 Changeset in rtems [b7a4a38]4.115 by Joel Sherrill <joel.sherrill@…>
nds: Clock driver clean up and ISR Handler Prototype Correction.
17:51 Changeset in rtems [e1f81100]4.115 by Joel Sherrill <joel.sherrill@…>
gba: Clock driver clean up and ISR Handler Prototype Correction.
17:51 Changeset in rtems [7867bbd]4.115 by Joel Sherrill <joel.sherrill@…>
edb7312: Clock driver clean up and ISR Handler Prototype Correction.
17:40 Changeset in rtems-libbsd [148b3fd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Joel Sherrill <joel.sherrill@…>
Add SYSINIT for RTEMS SMP variable initialization
17:34 Changeset in rtems [e621bde]4.115 by Daniel Hellstrom <daniel@…>
LEON3: rename console/debugputs.c to printk_support.c
13:46 Changeset in rtems [62694fd]4.115 by Daniel Hellstrom <daniel@…>
LEON3: add console interrupt mode support The comment in configure.ac is probably inherited from the LEON2 BSP. The LEON3 console driver implements a "flush" mechanism on console_close() in order to solve the problem described with sis/LEON2. Signed-off-by: Daniel Hellstrom <daniel@…>
13:21 Changeset in rtems [5d48037]4.115 by Daniel Hellstrom <daniel@…>
LEON3: added TX-wait-complete and CR on NL support for UART Signed-off-by: Daniel Hellstrom <daniel@…>
13:21 Changeset in rtems [605b4b64]4.115 by Daniel Hellstrom <daniel@…>
LEON3: debugputs removed pointless isinit code, invoked only once Signed-off-by: Daniel Hellstrom <daniel@…>
13:21 Changeset in rtems [5903484]4.115 by Daniel Hellstrom <daniel@…>
LEON3: debugputs added printk mem buffer when no UART present Signed-off-by: Daniel Hellstrom <daniel@…>
13:21 Changeset in rtems [07557c8]4.115 by Daniel Hellstrom <daniel@…>
LEON3: add console attributes such as parity and baudrate Signed-off-by: Daniel Hellstrom <daniel@…>
13:21 Changeset in rtems [6845f80]4.115 by Daniel Hellstrom <daniel@…>
LEON3: console, lower bus utilization waiting for UART TX ready Signed-off-by: Daniel Hellstrom <daniel@…>
13:15 TBR/BSP/Leon3 edited by Daniel
(diff)
10:11 Changeset in rtems-libbsd [f2eb2bd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add missing files
10:05 Changeset in rtems-libbsd [50af4dc]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Hide unused section Since "cold" is defined to 0 this code disappears if optimization is enabled.
10:04 Changeset in rtems-libbsd [2ba7772]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add kern_linker.c and dependencies
09:06 Changeset in rtems [e1417b3] by Sebastian Huber <sebastian.huber@…>
Merge branch 'upstream'
07:22 Changeset in rtems-libbsd [d167ea5]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add dependency generation
Note: See TracTimeline for information about the timeline view.