Timeline



07/16/08:

23:13 Changeset in rtems [84a25d8]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/bspsupport/vectors_init.c: added features to C_exception_handler() (the default global handler): - try to catch recursion - print info about context where the exception occurred (ISR or task with task ID). - suspend offending task rather than spinning forever.
23:10 Changeset in rtems [0354299]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/bspsupport/vectors_init.c: must not align start of stack downwards (we don't 'own' memory below start). Instead, use original boundaries but align the stack pointer as required. Added test to verify that R13 was loaded with _SDA_BASE_ during early initialization (low-level assembly code relies on it).
22:04 Changeset in rtems [6ce3f7b]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/cpu.c: propagate R2 to all task contexts even if the ABI is SVR4. Cannot hurt…
21:57 Changeset in rtems [d60239f]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/cpu.c: use ppc_interrupt_get_disable_mask() to determine which bits to set/clear from _CPU_Context_Initialize().
21:52 Changeset in rtems [3d28361d]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * score/cpu/powerpc/rtems/new-exceptions/cpu.h: use ppc_interrupt_get_disable_mask() to determine which bits to set/clear from _CPU_ISR_Set_level().
21:47 Changeset in rtems [441c930]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * score/cpu/powerpc/rtems/powerpc/registers.h: added ppc_interrupt_get_disable_mask() inline function.
21:44 Changeset in rtems [5166513c]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added a test to TEST_LOCK_crit so that a context switch is always prevented if MSR_CE is not set in the interrupt mask. (Support mode where the user wants to leave MSR_CE always enabled but abstains from calling OS primitives from the exception handler.)
21:38 Changeset in rtems [7d453cf]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * shared/include/powerpc-utility.h: Added GET_INTERRUPT_MASK macro.
21:23 TBR/UserApp/RTEMSApplications edited by Cwelch
/* Industrial */ (diff)
20:32 Changeset in rtems [c702dd8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
20:22 Changeset in rtems [9c325fb2]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * mpc6xx/clock/c_clock.c: Add fast idle.
20:22 Changeset in rtems [10f095c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * configure.ac: Add fast idle.
17:17 Changeset in rtems [798ff5a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence for rtems_shell_init(). This makes it possible to run the shell forever or invoke it from a program as a subroutine, have a user enter commands, and wait for it to exit.
17:13 Changeset in rtems [c2a5939f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * shell/confinit.t: New argument sequence for rtems_shell_init().
17:08 Changeset in rtems [72cb077f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.
16:48 Changeset in rtems [03b655aa]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
14:46 Changeset in rtems [33749f04]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * acinclude.m4: Regeneration to add new BSPs.

07/15/08:

22:56 Changeset in rtems [4d47256]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems.h, sapi/Makefile.am: Add simple helper to get RTEMS version string. * sapi/src/getversionstring.c: New file.
22:55 Changeset in rtems [fc1b5cf5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * .cvsignore, include/.cvsignore: New files.
22:22 Changeset in rtems [fa379b0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if boot_card() handles RAM allocation.
21:50 Changeset in rtems [5e60f15] by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@…>
21:49 Changeset in rtems [a570a14]4.8 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@…>
21:49 Changeset in rtems [4dc6a46]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@…>
13:32 Changeset in rtems [18e6e824]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Spacing.

07/14/08:

16:15 Changeset in rtems [574fb67]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
updated gen83xx BSP updated haleakala BSP added MPC55xx BSP
16:03 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
08:46 Changeset in rtems [3c6fe2e]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added haleakala BSP contributed by Michael Hamel
08:45 Changeset in rtems [9ec91233]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
corrections in display driver
06:02 Changeset in rtems [fcd4a7c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.
05:53 Changeset in rtems [1be83cd]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.
05:33 Changeset in rtems [911e38a]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.
05:32 Changeset in rtems [a4f16e61]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:19 Changeset in rtems [46b70381]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.

07/11/08:

10:16 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
10:09 Changeset in rtems [054f3966]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added BSP for mcf548x
10:07 Changeset in rtems [224aebb3]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added BSP to m68k adapted PPC exception code
10:05 Changeset in rtems [9ab94a1f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
made buffer for write calls constant
10:05 Changeset in rtems [e0b8176]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added support for mcf548x
10:04 Changeset in rtems [767cdd8]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted for modified exception code
10:03 Changeset in rtems [80a0ae8]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
add display driver for HCMS* SPI displays
10:02 Changeset in rtems [25a92bc1]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted powerpc exception code
10:01 Changeset in rtems [a86f3aac]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted powerpc BSPs to new exception code
10:00 Changeset in rtems [69effbb4]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added variant to gen68360 BSP added genmcf548x BSP
09:59 Changeset in rtems [1898d72]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added mcf548x BSP support

07/10/08:

23:24 Changeset in rtems [457f590]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * shared/flash/spansionFlash.c: removed "m" memory operands.
22:03 Changeset in rtems [dfe42ba5]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * mpc6xx/mmu/pte121.c: use general "memory" clobber rather than memory input operand in inline assembly ("m" doesn't do what the manual says; see discussion on gcc mailing list around 2008/3/30)
21:51 Changeset in rtems [e1df032]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * ChangeLog?, mpc8xx/clock/clock.c, ppc403/clock/clock.c, ppc403/irq/ictrl.h, rtems/powerpc/powerpc.h: Removed all macro definitions which depended on the compiler defining a PPC CPU-model dependent symbol from files in cpukit. Macros which were not used by cpukit have been moved to libcpu/powerpc/rtems/powerpc/powerpc.h.
21:48 Changeset in rtems [06aab39]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h, cpukit/score/cpu/powerpc/rtems/score/cpu.h, cpukit/score/cpu/powerpc/rtems/score/powerpc.h: Removed all macro definitions which depended on the compiler defining a PPC CPU-model dependent symbol. Macros which were not used by cpukit have been moved to libcpu/powerpc/rtems/powerpc/powerpc.h.
21:39 Changeset in rtems [d71e95a]4.104.114.95 by Till Straumann <strauman@…>
* empty log message *
21:31 Changeset in rtems [8bac485]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc_asm_macros.S, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/ppc_exc_hdl.c, new-exceptions/bspsupport/vectors_init.c: fixed and enabled stack-switching algorithm which figures out if we already run on the ISR stack rather than relying on the _ISR_Nest_level. Added 'ppc_exc_crit_always_enabled' variable which defines the semantics of critical interrupts. Added a test to TEST_LOCK_crit so that calling ppc_exc_wrapup() (and possibly the dispatcher) is always skipped if the BSP/user wants to leave critical interrupts always enabled (at the expense of having no OS support). changed TEST_LOCK_mchk so that asynchronous machine-check handlers never call ppc_exc_wrapup() (and the dispatcher). We don't want to disable MSR_ME ever (to avoid checkstops) and hence asynchronous MEs must not use OS services anyways. added and commented new variables 'ppc_exc_intr_stack_size' 'ppc_exc_crit_always_enabled'.
21:29 Changeset in rtems [38f5e61]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc.S: must disable interrupts prior to restoring SRRs (thanks to Sebastian Huber)
21:28 Changeset in rtems [055173d]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * new-exceptions/bspsupport/README: added more information
19:52 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
19:46 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
15:31 Changeset in rtems [2c3a9c16]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-10 Joel Sherrill <joel.sherrill@…> * user/.cvsignore: Add chains.texi.
15:05 Changeset in rtems [a5d5c74]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-10 Joel Sherrill <joel.sherrill@…> * include/rtems/status-checks.h: Fix style.
12:56 Changeset in rtems [eed04912]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added irq-extension.h declarations
06:43 Changeset in rtems [31282767]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
changed names of internal macros
06:19 Changeset in rtems [780428f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Extension of the RTEMS Interrupt Manager (shared handler and handler with a handle).
06:17 Changeset in rtems [214cbd9]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
- Simple timing functions based on a time base reference. - u-boot header file
06:16 Changeset in rtems [e0ecc66d]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
SD Card driver
06:15 Changeset in rtems [03bed2db]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Includes standard header files, provides common assembler macros and inline functions for low-level code.
06:11 Changeset in rtems [9f429ae]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Alternative clock driver. Uses exception handler directly. Supports special variants for Book E and e300 cores. For standard decrementer CPUs the new decrementer value is calculated with reference to a time base so that a time drift is avoided
06:05 Changeset in rtems [3210dcb]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Macros for status code and return value checks.
06:04 Changeset in rtems [8084ce80]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Restore terminal settings on exit.
06:03 Changeset in rtems [7c007cf]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Added S_IRWXU, S_IRWXG and S_IRWXO to file mode.
06:03 Changeset in rtems [5e4831f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Modified error messages. Driver operations table is now constant. New entry in the rtems_libi2c_tfr_mode_t structure: idle_char. This character will be continuously transmitted in read only functions.
00:29 GSoC/2008/RunTimeTracing edited by Alanz
/* Status */ (diff)
00:26 GSoC/2008/RunTimeTracing edited by Alanz
/* Add Weekly Update as Email communication*/ (diff)
00:05 GSoC/2008/RunTimeTracing edited by Alanz
List the deliverables completed till now. (diff)

07/09/08:

02:50 Changeset in rtems [5396467]4.104.114.95 by Chris Johns <chrisj@…>
2008-07-09 Chris Johns <chrisj@…> * doc/user/chains.t: New. * doc/ada_user/ada_user.texi, doc/user/Makefile.am, doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the chains documentation.

07/08/08:

15:35 Changeset in ada-examples [016859d]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-08 Joel Sherrill <joel.sherrill@…> * Makefile.shared: Add -g. Leave temporary files for debug. * rtems_init.c: zero out workspace and heap automatically. This is required by the GNAT run-time.
15:34 Changeset in ada-examples [68645f0]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-08 Joel Sherrill <joel.sherrill@…> * interrupt_pkg.adb: Force an RTEMS shutdown when we are done. * ChangeLog?: New file.
15:33 Changeset in ada-examples [58ff82d]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-08 Joel Sherrill <joel.sherrill@…> * gen-soccon.c, gsocket.h, init.c: Update.

07/07/08:

16:55 Changeset in rtems [ef94f04f]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (Incorporated by upstream.)

07/06/08:

06:01 Changeset in rtems [874f7ec3]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.

07/05/08:

05:33 Changeset in rtems [dbb26e7]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add full URL to patch.

07/04/08:

16:15 Changeset in rtems [88fe62b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-04 Matthew Riek <matthew.riek@…> * startup/bspstart.c: Do not disable interrupts twice.
16:09 Changeset in rtems [c2bb3add]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-04 Matthew Riek <matthew.riek@…> * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add cache support for 5329. Enable the cache in copyback and write-through so we can assume that in BSP. * mcf532x/cache/cachepd.c: New file.
16:08 Changeset in rtems [692e5ba]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-04 Matthew Riek <matthew.riek@…> * Makefile.am, README, include/coverhd.h, network/network.c, startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add cache support for 5329. Fix bug in network driver. Enable the cache in copyback and write-through so we can assume that in BSP.
01:50 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)

07/03/08:

16:36 Changeset in rtems [06a23329]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add rtems-4.10.
15:44 Changeset in rtems [343a28e8]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.3.1-rtems4.9-20080628.diff
15:30 Changeset in rtems [3f6e3fa]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.
15:28 Changeset in rtems [2c20b745]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Backup.
15:25 Changeset in rtems [5b622a9d]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add m68k/cf 5329
10:51 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
08:37 Changeset in rtems [5916f579]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove 4.3.0.
08:24 Changeset in rtems [35f8615]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Set target to rtems4.10.
08:20 Changeset in rtems [b1bd76b]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Reset *_RPMREL.
08:18 Changeset in rtems [01141c5]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.
02:07 Changeset in rtems [6a58ad7]4.104.114.95 by Chris Johns <chrisj@…>
2008-07-03 Chris Johns <chrisj@…> * cpukit/libcsupport/include/chain.h: Removed. Use the SAPI interface that is supported. * cpukit/libcsupport/Makefile.am, cpukit/libcsupport/preinstall.am: Remove chain.h header references. * cpukit/sapi/include/rtems/chain.h, cpukit/sapi/inline/rtems/chain.inl: New. A supported chains interface. * cpukit/sapi/Makefile.am, cpukit/sapi/preinstall.am: Updated to include the new chains interface. * cpukit/libfs/src/imfs/imfs.h, cpukit/libfs/src/imfs/imfs_creat.c, cpukit/libfs/src/imfs/imfs_debug.c, cpukit/libfs/src/imfs/imfs_directory.c, cpukit/libfs/src/imfs/imfs_fsunmount.c, cpukit/libfs/src/imfs/imfs_getchild.c, cpukit/libfs/src/imfs/imfs_load_tar.c, cpukit/libfs/src/imfs/imfs_rmnod.c, cpukit/libfs/src/imfs/memfile.c, cpukit/libfs/src/nfsclient/src/nfs.c, cpukit/libcsupport/include/rtems/libio.h, cpukit/libcsupport/src/malloc_deferred.c, cpukit/libcsupport/src/mount.c, cpukit/libcsupport/src/privateenv.c, cpukit/libcsupport/src/unmount.c: Change to the new chains interface. * cpukit/libcsupport/src/malloc_boundary.c: Remove warning.
01:37 Changeset in rtems [72d2ec4d]4.104.114.95 by Chris Johns <chrisj@…>
2008-07-03 Chris Johns <chrisj@…> * cpukit/libcsupport/include/chain.h: Removed. Use the SAPI interface that is supported. * cpukit/libcsupport/Makefile.am, cpukit/libcsupport/preinstall.am: Remove chain.h header references. * cpukit/sapi/include/rtems/chain.h, cpukit/sapi/inline/rtems/chain.inl: New. A supported chains interface. * cpukit/sapi/Makefile.am, cpukit/sapi/preinstall.am: Updated to include the new chains interface. * cpukit/libfs/src/imfs/imfs.h, cpukit/libfs/src/imfs/imfs_creat.c, cpukit/libfs/src/imfs/imfs_debug.c, cpukit/libfs/src/imfs/imfs_directory.c, cpukit/libfs/src/imfs/imfs_fsunmount.c, cpukit/libfs/src/imfs/imfs_getchild.c, cpukit/libfs/src/imfs/imfs_load_tar.c, cpukit/libfs/src/imfs/imfs_rmnod.c, cpukit/libfs/src/imfs/memfile.c, cpukit/libfs/src/nfsclient/src/nfs.c, cpukit/libcsupport/include/rtems/libio.h, cpukit/libcsupport/src/malloc_deferred.c, cpukit/libcsupport/src/mount.c, cpukit/libcsupport/src/privateenv.c, cpukit/libcsupport/src/unmount.c: Change to the new chains interface. * cpukit/libcsupport/src/malloc_boundary.c: Remove warning.
01:34 Changeset in rtems [b9c38ed]4.104.114.95 by Chris Johns <chrisj@…>
2008-07-03 Chris Johns <chrisj@…> * ata.c: Change to the Chains API.
01:30 Changeset in rtems [e806f13e]4.104.114.95 by Chris Johns <chrisj@…>
2008-07-03 Chris Johns <chrisj@…> * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to the Chains API.

07/02/08:

15:29 Changeset in rtems [9aacd70]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2008-07-02 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/thread.h, score/src/threaddispatch.c, score/src/threadinitialize.c: Support rtems_ada_self iff RTEMS_ADA is given.
15:28 Changeset in rtems [81b329a]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Support rtems_ada_self iff RTEMS_ADA is given.
14:26 Changeset in rtems [9a9851dd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-02 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell_script.c: Remove unused function.
14:18 Changeset in rtems [74cc8ed]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2008-07-03 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add RTEMS_ADA.
14:18 Changeset in rtems [7f5a245d]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add RTEMS_ADD
13:40 Changeset in rtems [1fbd0baf]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-02 Joel Sherrill <joel.sherrill@…> * libnetworking/Makefile.am, libnetworking/libc/gethostnamadr.c, libnetworking/libc/getservbyname.c, libnetworking/libc/getservbyport.c: Add initial versions of getservbyport_r(), gethostbyaddr_r(), and getservbyport_r(). At this point they are just simple weappers for the version without the _r in the name.
09:21 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
09:19 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
02:19 Changeset in rtems [e03da15]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2008-07-02 Ralf Corsépius <ralf.corsepius@…> * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
02:19 Changeset in rtems [4647167a]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
Note: See TracTimeline for information about the timeline view.