Timeline



11/09/07:

21:52 Changeset in rtems [17b73dc]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * score/src/apimutexlock.c, score/src/apimutexunlock.c: Functions were in opposite files. Whoops!
21:40 Changeset in network-demos [5c0f2e9]4.11network-demos-4-10-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * Makefile: bin2c now rtems-bin2c.
21:39 Changeset in network-demos [84b2a48]4.11network-demos-4-10-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * init.c: Test improved.
21:39 Changeset in rtems [6dd411aa]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell.c, libmisc/shell/shell.h: Much cleanup but much of the focus was on the beginning stages of making the login checker pluggable just like the shell.
17:10 Changeset in rtems [c6b590d]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
17:09 Changeset in rtems [d880c88e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * ada.am: Now builds cleanly with GCC trunk.
17:07 Changeset in rtems [66386040]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * posix/src/mprotect.c: Update comments.
16:57 Changeset in rtems [d9bae24]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am: Add support for Ada95 interrupt tasks. This will require gcc 4.3 or newer. * posix/src/ada_intrsupp.c: New file.
15:21 Changeset in rtems [8fd28d83]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-09 Joel Sherrill <joel.sherrill@…> * sapi/src/exinit.c, score/Makefile.am, score/include/rtems/score/apimutex.h: API Mutex calls should never have been inlined. Inlining them lead to many inlined copies of core mutex lock. This lead to over 2K savings in the SPARC/ERC32 minimum.exe. * score/src/apimutex.c, score/src/apimutexallocate.c, score/src/apimutexlock.c, score/src/apimutexunlock.c: New files.
07:31 Changeset in rtems [1c91942]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
gcc-3.4.6-2.
07:16 Changeset in rtems [0be4b8a5]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.1.1
07:14 Changeset in rtems [b02c2b04]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
07:13 Changeset in rtems [0052c92]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.2.1
07:12 Changeset in rtems [311f43e]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.1.2.
07:08 Changeset in rtems [c8720f7]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.2.0.
07:07 Changeset in rtems [7eb7405a]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
07:00 Changeset in rtems [710d408]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
07:00 Changeset in rtems [5fd4eae7]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Use gcc-core-4.2.2-rtems4.9-20071109.diff
06:56 Changeset in rtems [e860aabc]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove bogus *.origs.

11/08/07:

21:59 Ticket #1266 (POSIX Key Indexing Issues) closed by Joel Sherrill
fixed: Patch on 4.6 and newer.
03:03 Changeset in rtems [42bb3a02]4.104.114.95 by Till Straumann <strauman@…>
2007-11-07 Till Straumann <strauman@…> * score/include/rtems/score/isr.h: added RTEMS_COMPILER_MEMORY_BARRIER around _CPU_ISR_Set_level().

11/07/07:

23:26 Changeset in rtems [f2e4e67]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-07 Joel Sherrill <joel.sherrill@…> * score/inline/rtems/score/object.inl: During test coverage analysis, we identified this sanity check which should have been conditional on RTEMS_DEBUG since it can NOT be tripped during normal RTEMS operations. With all APIs enabled, this saved 352 bytes from the minimum executable on the SPARC/ERC32.
15:31 Changeset in rtems [edf4ee47]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-07 Joel Sherrill <joel.sherrill@…> * aclocal.m4: Removed. Is automatically generated by bootstrap.
15:26 Changeset in rtems [7d12442c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-07 Joel Sherrill <joel.sherrill@…> * score/include/rtems/system.h, score/include/rtems/score/interr.h: Add compiler conditional attribute for methods that do not return. This avoids gcc generating unreachable code following calls to _Internal_error_Occurred.

11/06/07:

23:33 Changeset in rtems [bf0a3b2]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * cpu.c: Fix headers.
23:00 Changeset in rtems [c7ca3c9e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * thumb_isr.c: Fix headers.
22:56 Changeset in rtems [db58e51]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Ray Xu <rayx.cn@…> * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
22:54 Changeset in rtems [42fff32]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-03 Ray Xu <rayx.cn@…> * custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled with THUMB enabled
22:54 Changeset in rtems [5a364be3]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-03 Ray Xu <rayx.cn@…> *lpc22xx/irq/bsp_irq_asm.S: Add veneer for ARM<->Thumb lpc22xx/irq/bsp_irq_init.c: add VIC address init
22:53 Changeset in rtems [e15aa41e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * configure.ac: Add ARM/Thumb Makefile.
22:53 Changeset in rtems [7afd0b13]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, thumb_isr.c: New files.
22:51 Changeset in rtems [661e5de4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-03 Ray Xu <rayx.cn@…> * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer thumb new dir to controll CPSR/SPRS in thumb mode 2007-05-09 Ray Xu <rayx.cn@…> * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/ implement a compact do_data_abort() in simple_abort.c
22:50 Changeset in rtems [f28bbe5c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-03 Ray Xu <rayx.cn@…> * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
22:50 Changeset in rtems [ac654234]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-03 Ray Xu <rayx.cn@…> * start/start.S, startup/bspclean.c: Add veneer between ARM and Thumb instructions. also moved bss init after CPSR/stack init in start.S
22:19 Changeset in rtems [a4722f82]4.104.114.95 by Till Straumann <strauman@…>
2007-11-06 Till Straumann <strauman@…> * ep1a/irq/irq.c, gen5200/irq/irq.c, mbx8xx/irq/irq.c, mpc8260ads/irq/irq.c, mvme5500/irq/irq.c, psim/irq/irq.c, score603e/irq/irq.c, shared/irq/irq.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature.
22:14 Changeset in rtems [db1986a]4.104.114.95 by Till Straumann <strauman@…>
2007-11-06 Till Straumann <strauman@…> * shared/console/uart.c: removed #define UARTDEBUG
21:54 Changeset in rtems [8e1d542c]4.104.114.95 by Till Straumann <strauman@…>
2007-11-06 Till Straumann <strauman@…> * mpc5xx/irq/irq.c, mpc5xx/exceptions/raw_exception.c, new-exceptions/raw_exception.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature.
21:48 Changeset in network-demos [1bfffa5]4.11network-demos-4-10-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * Makefile: No use of objdump.
21:44 Changeset in rtems [cad1f38]4.104.114.95 by Till Straumann <strauman@…>
2007-11-06 Till Straumann <strauman@…> * shared/irq/irq.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature.
21:40 Changeset in rtems [3dbaf97] by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> PR 1266/cpukit * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead of class for key indexing.
21:39 Changeset in rtems [1d0efc10]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> PR 1266/cpukit * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead of class for key indexing.
21:38 Changeset in rtems [57a483cf]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> PR 1266/cpukit * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead of class for key indexing.
21:38 Changeset in rtems [63fa36ea]4.104.114.95 by Till Straumann <strauman@…>
2007-11-06 Till Straumann <strauman@…> * gba/irq/irq.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature.
20:50 Changeset in rtems [081583c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * telnetd/icmds.c, telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h: Fix headers and formatting.
20:33 Ticket #1266 (POSIX Key Indexing Issues) created by Joel Sherrill
Some of the POSIX Key code uses the class portion of the ID when it …
20:32 Ticket #573 (with default building settings, the generated exe file cannot extract ...) closed by Joel Sherrill
wontfix: Looks like something that isn't the responsibility of the RTEMS Project and hasn't been updated in a long time.
20:23 Changeset in rtems [2a656265]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
20:22 Changeset in rtems [7294bc97]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
20:21 Changeset in rtems [7fa99def] by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * libmisc/cpuuse/cpuuse.c: Fix date formatting.
19:55 Changeset in network-demos [6761785]network-demos-4-8-branch by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * networkconfig-icecube.h: Use a real IP MAC address.
19:54 Changeset in network-demos [f3f044e]network-demos-4-8-branch by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * Makefile, rtems_ttcp.c: Remove warnings. Clean up.
19:54 Changeset in network-demos [95085b2]network-demos-4-8-branch by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * test.c: Remove warning.
19:54 Changeset in rtems [22112254]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-06 Glenn Humphrey <glenn.humphrey@…> Miscellaneous changes made after a review against the POSIX spec. * posix/src/pbarrierinit.c, posix/src/prwlockinit.c: If the caller passes a NULL in the attributes parameter, default attributes are used. * posix/src/prwlockdestroy.c: If there is at least one thread waiting, do not allow deletion. * posix/src/prwlockwrlock.c: Corrected parameter passed to the core operation used to obtain a RWLock for writing. * posix/src/pspinlocktranslatereturncode.c, score/include/rtems/score/corespinlock.h, score/src/corespinlockrelease.c: If the current thread is not the holder of the lock, do not allow an unlock and return EPERM. * score/src/corerwlockobtainwrite.c: Corrected to use the operation for queueing with a timeout handler.
19:54 Changeset in network-demos [0b384f1]network-demos-4-8-branch by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * .cvsignore, Makefile, init.c: Switch to using rtems-bin2c for initial filesystem image.
19:54 Changeset in network-demos [4602bc4]network-demos-4-8-branch by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * Makefile: Switch to using rtems-bin2c for initial filesystem image.
19:52 Changeset in rtems [8a8f5b2]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-06 Glenn Humphrey <glenn.humphrey@…> Miscellaneous changes made after a review against the POSIX spec. * posix/src/pbarrierinit.c, posix/src/prwlockinit.c: If the caller passes a NULL in the attributes parameter, default attributes are used. * posix/src/prwlockdestroy.c: If there is at least one thread waiting, do not allow deletion. * posix/src/prwlockwrlock.c: Corrected parameter passed to the core operation used to obtain a RWLock for writing. * posix/src/pspinlocktranslatereturncode.c, score/include/rtems/score/corespinlock.h, score/src/corespinlockrelease.c: If the current thread is not the holder of the lock, do not allow an unlock and return EPERM. * score/src/corerwlockobtainwrite.c: Corrected to use the operation for queueing with a timeout handler.
19:45 Changeset in rtems [b214b1ba]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c: Formatting.
19:45 Changeset in rtems [12f1455b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-06 Joel Sherrill <joel.sherrill@…> * startup/linkcmds: Formatting.
09:11 Changeset in rtems [a16747e8]4.104.114.95 by Till Straumann <strauman@…>
2007-11-06 Till Straumann <strauman@…> * shared/pci/pci.c: converted access to pci_config_addr to conditionally defined macros so that bsp.h can override details.
07:58 Ticket #1265 (Compilation warning on index parameter in object.h and inconsistenf ...) created by jacques.seronievivien
When compiling a file including rtems.h and strings.h, a compilation …

11/05/07:

22:56 Release/4.8 edited by JoelSherrill
/* RTEMS Improvements */ Boot time improvement (diff)
22:54 Release/4.8 edited by JoelSherrill
/* RTEMS Improvements */ Typo (diff)

11/04/07:

12:25 Changeset in rtems [83c8c3c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Fix stupid typo
09:36 Changeset in rtems [0e95f1e]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:34 Changeset in rtems [7d1ca2a]4.8 by Ralf Corsepius <ralf.corsepius@…>
BINUTILS_RPMREL = 2.
09:34 Changeset in rtems [6dc54314]4.8 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.18-rtems4.8-20071104.diff.
09:31 Changeset in rtems [7eb30458]4.8 by Ralf Corsepius <ralf.corsepius@…>
New.
09:28 Changeset in rtems [6d77c8f5]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
regenerate
09:26 Changeset in rtems [fd7bb10]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Bump BINUTILS_RPMREL.
09:26 Changeset in rtems [567fed3]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Update.
09:25 Changeset in rtems [137c410]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.

11/03/07:

11:05 TBR/BSP/Rtl22xx_t edited by Rayx
(diff)
10:59 TBR/Website/Board_Support_Packages edited by Rayx
/* ARM/Thumb BSPs */ (diff)
10:52 TBR/BSP/Rtl22xx_t edited by Rayx
(diff)
10:47 TBR/BSP/Rtl22xx_t edited by Rayx
(diff)
10:46 TBR/BSP/Rtl22xx_t edited by Rayx
(diff)
10:40 TBR/BSP/Rtl22xx_t created by Rayx
New page: This BSP is a thumb-enabled version of rtl22xx. Also, this bsp is an example of how development can development/change there own bsp from ARM mode to Thumb mode. Common code (IRQ, ISR) is …
10:11 TBR/Website/Board_Support_Packages edited by Rayx
(diff)

11/02/07:

13:35 Changeset in rtems [334573e3]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-02 Joel Sherrill <joel.sherrill@…> * score/cpu/sparc/cpu.c, score/cpu/sparc/rtems/score/cpu.h, score/include/rtems/score/context.h, score/src/threadhandler.c: Fix stack so gdb backtrace does not print corrupted frame message after _Thread_Handler. Daniel Hellstrom <daniel@…> provided the SPARC implementation and I made it more general.
13:35 Changeset in rtems [48816d7]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-02 Joel Sherrill <joel.sherrill@…> * score/cpu/sparc/cpu.c, score/cpu/sparc/rtems/score/cpu.h, score/include/rtems/score/context.h, score/src/threadhandler.c: Fix stack so gdb backtrace does not print corrupted frame message after _Thread_Handler. Daniel Hellstrom <daniel@…> provided the SPARC implementation and I made it more general.

11/01/07:

07:47 Changeset in rtems [0e7cee45]4.8 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gdb-4.7.1
07:46 Changeset in rtems [547657c]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove ref to rtems4.9
07:36 Changeset in rtems [6d837a6]4.8 by Ralf Corsepius <ralf.corsepius@…>
New (from TRUNK).
07:35 Changeset in rtems [aa26724]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync with trunk
07:32 Changeset in rtems [7cb1d6ea]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Assume gdb >= 6.4
07:29 Changeset in rtems [e2b16828]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove GDB.
07:29 Changeset in rtems [21b3f3b1]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove GDB.
07:27 Changeset in rtems [d4d9f27]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
05:58 Changeset in rtems [25eda206]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
gdb-6.7.1-4

10/31/07:

21:35 Changeset in rtems [724eab7a]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Hard-code -lncurses instead of -ltinfo.
20:54 TBR/UserManual/SupportedCPUs edited by JoelSherrill
/* Supported Architectures */ Change yes to no (diff)
20:54 TBR/UserManual/SupportedCPUs edited by JoelSherrill
Thumb code is being submitted (diff)
15:46 Changeset in rtems [83644e9]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add hacks to get erc32 building
15:45 Changeset in rtems [91a492a2]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanups for erc32.
14:28 Changeset in rtems [fa4e67c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-10-31 Joel Sherrill <joel.sherrill@…> * include/mpc5200.h: Fix typo.
12:30 Changeset in rtems [84f86cb]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Reflect suse-10.3 having expat in libexpat-devel.
12:27 Changeset in rtems [a4081ce7]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
gdb-4.7.1
05:28 Changeset in rtems [49deaec]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Force building against expat
05:11 Changeset in rtems [3dd61288]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.

10/30/07:

20:57 Changeset in rtems [f81b295]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-10-30 Joel Sherrill <joel.sherrill@…> * include/mpc5200.h: Fix constants off by one nibble.
19:32 Changeset in rtems [b83b754e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-10-30 Joel Sherrill <joel.sherrill@…> * include/mpc5200.h: Added some simple interrupt GPIO constants.

10/26/07:

21:37 Changeset in rtems [8294a5d9]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * rtems.adb, rtems.ads: Merge binding updates from CVS head. Bindings should now be reasonably in sync with C Classic API.
21:35 Changeset in rtems [76b839b]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * user/rtmon.t: Fix report output.
21:34 Changeset in rtems [1b03eed]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * user/rtmon.t: Fix report output. 2007-10-25 Glenn Humphrey <glenn.humphrey@…> * user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
21:32 Changeset in rtems [c4215ba]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new cases for untested routines.
21:31 Changeset in rtems [43e3429]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new cases for untested routines.
21:31 Changeset in rtems [0f4f543]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * libmisc/cpuuse/cpuusagereport.c, rtems/src/ratemonreportstatistics.c: Cleaned up reports and fixed a bug related the printf format which resulted in lack of leading zeroes and misleading magnitude. * score/src/timespecdivide.c: Fixed bugs related to zero divide case.
21:30 Changeset in rtems [b0ac06f8]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-10-26 Glenn Humphrey <glenn.humphrey@…> * libmisc/cpuuse/cpuusagereport.c, rtems/src/ratemonreportstatistics.c: Cleaned up reports and fixed a bug related the printf format which resulted in lack of leading zeroes and misleading magnitude. * score/src/timespecdivide.c: Fixed bugs related to zero divide case.
20:19 Changeset in rtems [0e87deaa]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-10-26 Joel Sherrill <joel.sherrill@…> * itron/src/can_wup.c, itron/src/chg_pri.c, itron/src/del_mbf.c, itron/src/del_mbx.c, itron/src/del_sem.c, itron/src/del_tsk.c, itron/src/frsm_tsk.c, itron/src/ref_mbf.c, itron/src/ref_mbx.c, itron/src/ref_sem.c, itron/src/ref_tsk.c, itron/src/rel_wai.c, itron/src/rsm_tsk.c, itron/src/sig_sem.c, itron/src/snd_mbx.c, itron/src/sta_tsk.c, itron/src/sus_tsk.c, itron/src/ter_tsk.c, itron/src/trcv_mbf.c, itron/src/trcv_mbx.c, itron/src/tsnd_mbf.c, itron/src/twai_sem.c, posix/src/cancel.c, posix/src/conddestroy.c, posix/src/condinit.c, posix/src/condsignalsupp.c, posix/src/condwaitsupp.c, posix/src/keydelete.c, posix/src/keygetspecific.c, posix/src/keysetspecific.c, posix/src/mqueueclose.c, posix/src/mqueuegetattr.c, posix/src/mqueuenotify.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c, posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c, posix/src/mutexinit.c, posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c, posix/src/mutexunlock.c, posix/src/pbarrierdestroy.c, posix/src/pbarrierwait.c, posix/src/prwlockdestroy.c, posix/src/prwlockrdlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/prwlocktryrdlock.c, posix/src/prwlocktrywrlock.c, posix/src/prwlockunlock.c, posix/src/prwlockwrlock.c, posix/src/pspindestroy.c, posix/src/pspinlock.c, posix/src/pspintrylock.c, posix/src/pspinunlock.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c, posix/src/ptimer1.c, posix/src/semaphorewaitsupp.c, posix/src/semclose.c, posix/src/semdestroy.c, posix/src/semgetvalue.c, posix/src/sempost.c, posix/src/types.c, rtems/src/barrierdelete.c, rtems/src/barrierrelease.c, rtems/src/barrierwait.c, rtems/src/dpmemdelete.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventsend.c, rtems/src/eventtimeout.c, rtems/src/msgqbroadcast.c, rtems/src/msgqdelete.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqurgent.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/partreturnbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c, rtems/src/ratemontimeout.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semobtain.c, rtems/src/semrelease.c, rtems/src/signalsend.c, rtems/src/taskdelete.c, rtems/src/taskgetnote.c, rtems/src/taskissuspended.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c, rtems/src/taskstart.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/timercancel.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c, rtems/src/timerreset.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c, sapi/src/extensiondelete.c, score/include/rtems/score/object.h, score/src/corerwlocktimeout.c, score/src/mpci.c, score/src/objectgetnameasstring.c, score/src/threaddelayended.c, score/src/threadqtimeout.c: When multiprocessing is disabled, do not even allow the constant OBJECTS_REMOTE to appear in the source. Even at -O2, the presence of a case OBJECTS_REMOTE in each id->pointer _Objects_Get switch results in the generation of binary code which can NOT be reached.
19:44 Changeset in rtems [78dabb69]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-10-26 Joel Sherrill <joel.sherrill@…> * score/Makefile.am, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl: No longer inline _Thread_Get. It resulted in unnessary code explosion, many uncovered paths when looking at binary executable coverage, and only optimized getting self. Id translations were still getting pushed to a subroutine call to _Objects_Get. Later the non-inlined version can be further optimized to get Ids in range for the current API, then self, then look at other APIs. * score/src/threadget.c: New file.
15:49 Changeset in rtems [327b0020]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-10-26 Joel Sherrill <joel.sherrill@…> * irq/irq.h: Fixed typos.
14:37 Changeset in rtems [933f7435]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
reenable instruction MMU
12:12 Changeset in rtems [99e65f9c]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
* empty log message *
09:54 Changeset in rtems [7a4e8e7c]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
corrected bug in libchip/i2c/spi-flash-m25p40
09:51 Changeset in rtems [c47890c]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
* empty log message *
06:07 Changeset in rtems [83374f3]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adding new spi flash driver
Note: See TracTimeline for information about the timeline view.