Timeline



10/29/09:

16:29 Changeset in rtems [b01d7c7]4.104.115 by Till Straumann <strauman@…>
2009-10-29 Till Straumann <strauman@…> * rtems/score/cpu.h: Define _CPU_Interrupt_stack_setup() macro which reserves space for the 'vector' arg to _C_dispatch_isr() routine and aligns the irq stack to CPU_STACK_ALIGNMENT.
16:27 Changeset in rtems [429978f]4.104.115 by Till Straumann <strauman@…>
2009-10-29 Till Straumann <strauman@…> * score/src/isr.c: Check if CPU defined _CPU_Interrupt_stack_setup() macro hook for setting up the interrupt stack (alignment, reserving space etc.) after the framework allocates it.
16:05 Changeset in rtems [287e4a8b]4.104.115 by Till Straumann <strauman@…>
2009-10-29 Till Straumann <strauman@…> * shared/irq/irq_asm.S: Beautification; ajusted margins and spaces to make the whole thing more readable.
15:53 Changeset in rtems [1fe3e3cf]4.104.115 by Till Straumann <strauman@…>
2009-10-29 Till Straumann <strauman@…> * shared/irq/irq_asm.S, shared/irq/irq.c: removed (fake) exception frame argument to _ThreadProcessSignalsFromIrq(). This has never been used and removing it simplifies the assembly code.
12:55 Changeset in rtems [90d24022]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Added block02, block03 and block04
12:50 Changeset in rtems [b5b07cad]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
- - Reorderd AVL node fields to save space - Fixed printf() formats. New structure for waiters synchronization. Added BDBUF_INVALID_DEV define. New error handling in rtems_bdbuf_init(). - Release disk in case of an error.
12:47 Changeset in rtems [982ca110]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Aded ramdisk_register().
09:34 Changeset in rtems [82a8add]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * sp37/init.c: Add local prototypes for rtems_interrupt_disable, rtems_interrupt_enable, rtems_interrupt_flash, rtems_interrupt_is_in_progress.
09:21 Changeset in rtems [7e29923]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * sp43/init.c: Add local prototypes for rtems_object_api_minimum_class, rtems_object_api_maximum_class, rtems_build_id, rtems_build_name, rtems_object_id_api_maximum, rtems_object_id_api_minimum, rtems_object_id_get_api, rtems_object_id_get_class, rtems_object_id_get_index, rtems_object_id_get_node. Spray PRId32's into printf's for 16bit target complianance.
07:43 Changeset in rtems [487b470d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp37/init.c: Add local prototype for rtems_interrupt_level_attribute.
07:42 Changeset in rtems [7871148]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add local prototype for rtems_interrupt_level_attribute.
07:22 Changeset in rtems [3b9ab80e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * monitor02/init.c: Add local prototype for rtems_shell_main_monitor.
07:22 Changeset in rtems [b48baaf6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add local prototype for rtems_shell_main_monitor.
07:20 Ticket #1460 (Missing decls rtems_object_api_minimum_class/rtems_object_api_maximum_class) created by Ralf Corsepius
cpukit/rtems/src/rtemsobjectapimaximumclass.c …
06:36 Changeset in rtems [b8134276]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * pppd/netconfig.h: Add UL suffix to long constants to avoid implicit integer overflows on 16bit targets.
06:36 Changeset in rtems [eee3bc1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add UL suffix to long constants to avoid implicit integer overflows on 16bit targets.
06:18 Ticket #1459 (Add rtems_shell_main_monitor to cpukit/libmisc/shell/shell.h?) created by Ralf Corsepius
rtems_shell_main_monitor is a private function of …
05:45 Changeset in rtems [3021db1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * psxsysconf/init.c: Comment out sysconf(LONG_MAX) check (not useful). Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.
05:45 Changeset in rtems [dc4fbb8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Comment out sysconf(LONG_MAX) check (not useful). Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.
05:01 Changeset in rtems [f163c50]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * psx11/task.c: Use long for nsecs.
05:00 Changeset in rtems [71c2dea]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use long for nsecs.
04:56 Ticket #1458 (removing an ASR with rtems_signal_catch() effectively changes task ...) created by strauman
Assume a task with mode-flag RTEMS_NO_ASR first installs an ASR and …
04:51 Changeset in rtems [14da2e7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared attribute to pthread_condattr_setpshared for 16bit target compliance.
04:51 Changeset in rtems [cf980b19]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared attribute to pthread_condattr_setpshared for 16bit target compliance.
03:59 Changeset in rtems [78667e3]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * rtems/score/cpu.h: Replaced misleading typedef of CPU_Interrupt_frame by 'void'. The i386 port does not pass any frame info to the interrupt handlers.
03:57 Changeset in rtems [af3bf16]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * ChangeLog?, score/cpu/i386/ChangeLog: moved log messages I had erroneously written to cpukit/Changelog to cpukit/score/cpu/i386/ChangeLog.
03:22 Changeset in rtems [23303c03]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * start/start.S: Make sure initial stack is aligned to CPU_STACK_ALIGNMENT before calling C-code.
03:21 Changeset in rtems [edfc0f9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-29 Ralf Corsépius <ralf.corsepius@…> * fileio/init.c: Use %zd to print ssize_t.
03:20 Changeset in rtems [abf41fd]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT before invoking C-code.
03:16 Changeset in rtems [b80e857]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * displayCpu.c: Fixed formatting for prettier printing; don't print more than 8 flags on a single line of output.
03:15 Changeset in rtems [a6d48e3]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * score/cpu/i386/rtems/score/cpu.h: Added #ifdef ASM constructs so that this header can be included from assembly code. Increased CPU_STACK_ALIGNMENT to 16 bytes. Gcc maintains 16-byte alignment and it may be a advantageous to provide initial 16-byte alignment. When using SSE some gcc versions may produce code that crashes if the stack is not 16-byte aligned. Make sure _CPU_Context_Initialize() sets the thread stack up so that it is aligned to CPU_CACHE_ALIGNMENT. * score/cpu/i386/cpu_asm.S: Align stack to CPU_CACHE_ALIGNMENT before calling C-code.

10/28/09:

21:40 Changeset in rtems [caf761f]4.104.115 by Till Straumann <strauman@…>
2009-10-28 Till Straumann <strauman@…> * cpuModel.S, cpuModel.h, displayCpu.c: Save/cache CPUID:ECX (extended capabilities) in a new variable (x86_capability_x). Added more known flag description strings (printCpuInfo()) and let 'printCpuInfo()' dump the extended feature flags, too.
16:00 Changeset in rtems [4914af40]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
15:45 Ticket #1457 (Unnecessary read from device driver in case we have READ_AHEAD entry ...) created by Oleg
When we turn on read ahead feature and read blocks in sequence, the …
15:45 Changeset in rtems [36fcb023]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
02:45 Changeset in rtems [16e1b45]4.104.115 by Till Straumann <strauman@…>
2009-10-27 Till Straumann <strauman@…> * score/cpu/i386/rtems/asm.h: Added definition for cr4 register.
02:29 Changeset in rtems [51d7b75]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-28 Ralf Corsépius <ralf.corsepius@…> * psxbarrier01/test.c: Include <tmacros.h>
02:29 Changeset in rtems [b3051ac]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-28 Ralf Corsépius <ralf.corsepius@…> * psxbarrier01/test.c: Include <tmacros.h>
01:24 Changeset in rtems [7699617f]4.104.115 by Till Straumann <strauman@…>
2009-12-27 Till Straumann <strauman@…> * include/bsp.h, console/console.c: Provide weak-alias hook so that the application may choose the console.

10/27/09:

14:13 Changeset in rtems [b3acedb5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIxpthread_t.
14:12 Changeset in rtems [01f1a20e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIxpthread_t.
14:11 Changeset in rtems [e1a7627]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c, psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c: Use PRIxpthread_t to print pthread_t's.
14:10 Changeset in rtems [39615f4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIxpthread_t to print pthread_t's.
12:12 Changeset in rtems [749eae97]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp29/init.c: Include "tmacros.h". Misc. changes related to rtems_intervals.
12:12 Changeset in rtems [7dcba14]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include "tmacros.h". Misc. changes related to rtems_intervals.
11:58 Changeset in rtems [ae218607]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp14/asr.c: Add PRIxrtems_signal_set. Use PRIxrtems_signal_set to print rtems_signal_set's.
11:58 Changeset in rtems [26a0d29b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIxrtems_signal_set. Use PRIxrtems_signal_set to print rtems_signal_set's.
11:54 Changeset in rtems [2b5b8064]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp13/task3.c: Use PRIu32 to print "count".
11:54 Changeset in rtems [fda2929]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIu32 to print "count".
11:43 Changeset in rtems [5306b49]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * termios01/init.c: Fix parity_table_Entry type. Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
11:43 Changeset in rtems [1466425]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix parity_table_Entry type. Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
11:32 Changeset in rtems [72cbbad1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp09/screen12.c: Segment sizes are uintptr_t's. * sp09/screen11.c: Use size_t for "size".
11:32 Changeset in rtems [b1c89648]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Segment sizes are uintptr_t's.
11:29 Changeset in rtems [cce4d0da]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use size_t for "size".
11:14 Changeset in rtems [f60b6325]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp62/init.c: segment sizes are uintptr_t's.
11:14 Changeset in rtems [01dd894]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
segment sizes are uintptr_t's.
09:05 Changeset in rtems [35435d80]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp25/task1.c: Use PRIuPTR to print segment_size's. * sp21/task1.c: Add PRIurtems_device_major_number.
09:04 Changeset in rtems [92dc3432]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIuPTR to print segment_size's.
09:03 Changeset in rtems [d19ee726]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIurtems_device_major_number.
08:16 Changeset in rtems [443f1845]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * psxmsgq02/init.c: Remove cast in call to fatal_posix_service_status_errno.
08:15 Changeset in rtems [cdfa0e63]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove cast in call to fatal_posix_service_status_errno.
08:14 Changeset in rtems [69c6619]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp11/task1.c, sp11/task2.c: Use PRIxrtems_event_set to print rtems_event_set's.
08:13 Changeset in rtems [f15fc6a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIxrtems_event_set to print rtems_event_set's.
08:12 Changeset in rtems [d0f47c22]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
07:51 Changeset in rtems [acf5212]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp09/screen13.c: Revert previous change. Remove broken extraneous line seemingly having crept into in 2009-08-10 patch.
07:30 Changeset in rtems [2b48505]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove extraneous argument to print.
07:27 Changeset in rtems [94418bd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * spsize/size.c: Use PRIu32 to print sys_req.
07:27 Changeset in rtems [44c6b5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIu32 to print sys_req.
07:12 Changeset in rtems [e8d1720]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp37/init.c: Add missing argument to printf.
07:12 Changeset in rtems [79c49e1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing argument to printf.
06:59 Changeset in rtems [bf3a0a04]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * base_sp/apptask.c, unlimited/init.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
06:59 Changeset in rtems [073dff3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIdrtems_task_argument to print rtems_task_argument's.
06:57 Changeset in rtems [6fa28e90]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c, sp12/pritask.c, sp34/changepri.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
06:53 Changeset in rtems [7354b34]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
06:53 Changeset in rtems [15b7644]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
05:17 Changeset in rtems [e292c661]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp25/task1.c: segment_size is uintptr_t. * spfatal06/testcase.h: Add missing return.
05:17 Changeset in rtems [4ee0bda5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
segment_size is uintptr_t.
05:15 Changeset in rtems [b9547ee]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing return.
05:13 Changeset in rtems [13910fc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * psxenosys/init.c: Add missing args in calls to execl, execlp, execle.
05:13 Changeset in rtems [dd06f5c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing args in calls to execl, execlp, execle.
05:04 Changeset in rtems [f32b613]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME. * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. * configure.ac: Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
05:03 Changeset in rtems [0e3f3fb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
05:02 Changeset in rtems [15a4f37c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
05:01 Changeset in rtems [8c3c4822]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
04:59 Changeset in rtems [90c8051a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
04:58 Changeset in rtems [7a6c4c51]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add AC_CHECK_DECLS pthread_getcputime, pthread_setcputime.
04:12 Changeset in rtems [b064c98]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c: Duplicate code from rtems_name_to_characters to convert rtems_name's into char arrays.
04:12 Changeset in rtems [e295d46]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Duplicate code from rtems_name_to_characters to convert rtems_name's into char arrays.
04:05 Changeset in rtems [a20539f1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * sp09/screen13.c: Comment out unused return status. * sp63/init.c: Use PRIu32 to print uint32_t's. * sp33/init.c: Use PRIu32 to print uint32_t's. * sp28/init.c: Use PRIu32 to print uint32_t's.
04:04 Changeset in rtems [9197aef]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Comment out unused return status.
04:03 Changeset in rtems [d23649d2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIu32 to print uint32_t's.
04:00 Changeset in rtems [cdc371f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * tmck/task1.c: Use PRIu32 to print uint32_t's.
03:58 Changeset in rtems [2441f74]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-27 Ralf Corsépius <ralf.corsepius@…> * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec. * psxsysconf/init.c: Use %ld to print *.tv_nsec. * psxclock/init.c: Use %ld to print *.tv_nsec. * psx06/init.c, psx06/system.h: Misc. warning fixes.
03:57 Changeset in rtems [17c7533]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use %ld to print *.tv_nsec.
03:53 Changeset in rtems [669ad957]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Misc. warning fixes.

10/26/09:

23:06 Ticket #1456 (ttyname_r() does not prefix caller provided buffer with _PATH_DEV string) created by Ken Peters
ttyname_r() when called directly (not via ttyname()) does not prefix …
17:13 Changeset in rtems [1d355518]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp31/task1.c: Use PRIdWatchdog_Interval to print Watchdog_Interval's.
17:13 Changeset in rtems [c784b7fe]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIdWatchdog_Interval to print Watchdog_Interval's.
17:04 Changeset in rtems [3e0396ff]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp20/task1.c, sp32/init.c, spclockget/init.c: Use PRIdrtems_interval to print rtems_interval's.
17:04 Changeset in rtems [c0c2d49]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIdrtems_interval to print rtems_interval's.
17:02 Changeset in rtems [e693be45]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval.
16:53 Changeset in rtems [2d4d5159]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp13/task1.c: Misc. uint32_t fixes.
16:53 Changeset in rtems [c21011a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Misc. uint32_t fixes.
16:52 Changeset in rtems [7db3ba6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp20/task1.c: Misc. uint32_t fixes.
16:00 Event/FOSS_IN/Report edited by Aanjhan
/* Complementary Objectives */ (diff)
15:16 Changeset in rtems [a6d0b15]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode. Use PRIXrtems_mode to print rtems_mode's. * sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode. Use PRIxrtems_mode to print rtems_mode's.
15:15 Changeset in rtems [afd0fe59]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIXModes_Control, PRIXrtems_mode. Use PRIXrtems_mode to print rtems_mode's.
15:15 Changeset in rtems [bc863a81]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIxModes_Control, PRIxrtems_mode. Use PRIxrtems_mode to print rtems_mode's.
14:58 Changeset in rtems [43c9b4d5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h, sp19/task1.c: Add missing PRI*32's.
14:58 Changeset in rtems [51b81fd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing PRI*32's.
14:22 Changeset in rtems [2f8ec242]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp34/changepri.c, sp35/priinv.c: Use PRIdPriority_Control to print Priority_Control's.
14:22 Changeset in rtems [729b212]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIdPriority_Control to print Priority_Control's.
14:20 Changeset in rtems [ddff7ef]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIdPriority_Control. Change PRIdrtems_task_priority to using PRIdPriority_Control.
14:08 Changeset in rtems [185584e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp34/changepri.c, sp59/init.c: Use PRIdrtems_task_priority to print rtems_task_priority's.
14:07 Changeset in rtems [dfd856aa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIdrtems_task_priority to print rtems_task_priority's.
13:59 Changeset in rtems [899fb904]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp07/task1.c, sp07/task2.c, ssp12/pritask.c: Use PRIdrtems_task_priority to print rtems_task_priority's * sp12/system.h: Change Priority_Test_driver to use rtems_task_priority argument. * sp12/pridrv.c: Change Priority_Test_driver to use rtems_task_priority argument. Use PRIdrtems_task_priority to print rtems_task_priority's.
13:58 Changeset in rtems [bb7411e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Change Priority_Test_driver to use rtems_task_priority argument.
13:58 Changeset in rtems [621b786]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Change Priority_Test_driver to use rtems_task_priority argument. Use PRIdrtems_task_priority to print rtems_task_priority's.
13:58 Changeset in rtems [c42e77a1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIdrtems_task_priority to print rtems_task_priority's.
13:51 Changeset in rtems [f5c70d3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIdrtems_task_priority.
13:51 Changeset in rtems [20fd4a5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIdrtems_task_priority.
13:44 Ticket #1455 (Support of atomic operations in RTEMS) created by Oleg
Are you planning ot add support for atomic operations (read, write, …
13:37 Changeset in rtems [c526f75]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * psxsignal03/init.c: Add missing argument to printf.
13:37 Changeset in rtems [8fe17b4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing argument to printf.
13:36 Changeset in rtems [e23c697f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * rtmonuse/task1.c: Use PRIu32 to print uint32_t's. * malloctest/init.c: Use %zu instead of %d to print size_t's.
13:36 Changeset in rtems [ee875ad3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIu32 to print uint32_t's.
13:35 Changeset in rtems [b3b09bc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use %zu instead of %d to print size_t's.
11:36 Changeset in rtems [75c13bef]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * rtmonuse/init.c, rtmonuse/task1.c: Use PRIxrtems_id to print rtems_ids.
11:36 Changeset in rtems [73ae9de8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIxrtems_id to print rtems_ids.
11:34 Changeset in rtems [5726131b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
11:34 Changeset in rtems [732276e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
11:32 Changeset in rtems [b9deb1c3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * unlimited/Makefile.am, base_sp/Makefile.am: Add -I$(top_srcdir)/../support/include.
11:32 Changeset in rtems [fa06ce1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add -I$(top_srcdir)/../support/include.
11:29 Changeset in rtems [1190fd5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c, sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c, sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c, sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c, spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.
11:29 Changeset in rtems [fde1456]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRIxrtems_id to print rtems_ids.
10:37 Changeset in rtems [e71c81b3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRIxrtems_id.
10:37 Changeset in rtems [47f20ce5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add PRIxrtems_id.
09:35 Changeset in rtems [a0c3321]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * malloctest/init.c: Use %zu instead of %d to print size_t's.
09:35 Changeset in rtems [dbd40ca]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use %zu instead of %d to print size_t's.
09:33 Changeset in rtems [95a585a5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * psxfile01/test.c: Use %zu instead of %d to print size_t's.
09:32 Changeset in rtems [6ca9a1a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
09:16 Changeset in rtems [8d0b8358]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * loopback/init.c : Add prototype for rtems_bsdnet_loopattach. Remove evil type-cast.
09:16 Changeset in rtems [aa67da0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add prototype for rtems_bsdnet_loopattach. Remove evil type-cast.
09:14 Changeset in rtems [7bf33bfd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h). * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include. * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
09:14 Changeset in rtems [15bba619]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
09:14 Changeset in rtems [69a71c5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add -I$(top_srcdir)/../support/include.
09:13 Changeset in rtems [cf08e7b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include "tmacros.h" instead of "rprintf.h"
09:10 Changeset in rtems [c606844]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * psxclock/init.c, psxtimer01/psxtimer.c: Use PRItime_t to print time_t's.
09:10 Changeset in rtems [d2a3b42e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use PRItime_t to print time_t's.
09:08 Changeset in rtems [aeaa961]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
09:06 Changeset in rtems [b701261]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Add PRItime_t.
08:24 Changeset in rtems [178a039c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp63/init.c: Fix _Heap_Resize_block args.
08:24 Changeset in rtems [9625b235]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix _Heap_Resize_block args.
08:22 Changeset in rtems [0a1f5dde]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * malloctest/init.c: Fix _Heap_Resize_block args.
08:07 Changeset in rtems [e8dc3d32]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * sp09/screen09.c: Eliminate unused var warning.
07:58 Changeset in rtems [6e1e1eb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * malloctest/init.c, termios01/init.c, termios01/termios_testdriver.c: Eliminate unused vars.
07:58 Changeset in rtems [9066bf2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate unused vars.
07:49 Changeset in rtems [5502a90]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * heapwalk/init.c: Comment out unused vars.
07:49 Changeset in rtems [3066a0b4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Comment out unused vars.
07:48 Changeset in rtems [ea36feb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
07:48 Changeset in rtems [4184a9c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/termiostypes.h.
07:40 Changeset in rtems [b79ded9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c, tmoverhd/system.h: Add missing prototypes.
07:40 Changeset in rtems [2db98e91]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing prototypes.
05:56 Changeset in rtems [4088e754]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add local prototype for malloc_walk, malloc_info.
05:56 Changeset in rtems [25b12d0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * malloctest/init.c: Add local prototype for malloc_walk, malloc_info.
05:53 Changeset in rtems [2ff6759d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add local prototype for malloc_walk.
05:53 Changeset in rtems [4a1816f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * malloctest/task1.c: Add local prototype for malloc_walk.
05:49 Changeset in rtems [1f73ad5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * monitor02/init.c: Remove unused vars.
05:49 Changeset in rtems [dd76d6b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove unused vars.
05:46 Changeset in rtems [af15d3c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * stackchk01/init.c: Remove unused vars.
05:44 Changeset in rtems [8d8eef6c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * heapwalk/init.c, malloctest/init.c, stackchk/blow.c, termios/init.c: Add missing prototypes.
05:44 Changeset in rtems [cbc5c46]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing prototypes.
05:38 Changeset in rtems [88f692da]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
05:33 Changeset in rtems [aea32337]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/test_support.h: Add missing prototypes.
05:32 Changeset in rtems [f440089]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Move _Thread_Dispatch_disable_level outside of check_dispatch_disable_level.
05:30 Changeset in rtems [a00d2e5f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/src/test_support.c: Add missing prototypes.
05:27 Changeset in rtems [7eb9ea6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Include <inttypes.h>. Move extern "C". Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
04:58 Changeset in rtems [f2ced5d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add AC_CHECK_HEADERS sys/mman.h. Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
04:58 Changeset in rtems [216be29]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-26 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add AC_CHECK_HEADERS sys/mman.h. Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.

10/25/09:

21:22 Event/FOSS_IN/Report edited by Aanjhan
/* Preliminary Objectives */ (diff)
17:51 Changeset in rtems [c486a873]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psxtime/test.c: Include <sys/time.h>. Conditionally add local prototype for adjtime() if sys/time.h doesn't supply it.
17:51 Changeset in rtems [ca0df80a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psxtime/test.c: Include <sys/time.h>. Conditionally add local prototype for adjtime() if sys/time.h doesn't supply it.
17:49 Changeset in rtems [6c2434a8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx07/init.c: Include <sched.h>, <pthread.h>.
17:49 Changeset in rtems [fdb673a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx07/init.c: Include <sched.h>, <pthread.h>.
17:48 Changeset in rtems [33bec64]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx05/init.c: Include <sched.h>.
17:48 Changeset in rtems [78e28e61]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx05/init.c: Include <sched.h>.
17:46 Changeset in rtems [98843fb8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx11/init.c, psx09/init.c: Include <sched.h>.
17:46 Changeset in rtems [9ec6ddb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx11/init.c, psx09/init.c: Include <sched.h>.
17:33 Changeset in rtems [75c9dfbd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx12/init.c: Include <sched.h>.
17:33 Changeset in rtems [09add0e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx12/init.c: Include <sched.h>.
17:32 Changeset in rtems [b1ddc72]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psxenosys/init.c: Include "pthread.h". Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it.
17:32 Changeset in rtems [1a8936e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psxenosys/init.c: Include "pthread.h". Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it.
17:30 Changeset in rtems [a07f29e3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psxkey01/init.c: Include "test_support.h".
17:30 Changeset in rtems [4bcf5f2a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psxkey01/init.c: Include "test_support.h".
12:02 Event/FOSS_IN/Report edited by Vattam
/* Existing work */ (diff)
11:55 Event/FOSS_IN/Report edited by Aanjhan
/* Existing work */ (diff)
11:51 Event/FOSS_IN/Report edited by Aanjhan
/* Preliminary Objectives */ (diff)
07:22 Changeset in rtems [236641b0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for pthread_atfork in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it. Include <pthread.h>.
07:18 Changeset in rtems [9c54ec3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for sys/mman.h. Check for mprotect in sys/mman.h. * psxenosys/init.c: Conditionally add local prototype for mprotect() if sys/mman.h doesn't supply it.
07:18 Changeset in rtems [74c881d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for sys/mman.h. Check for mprotect in sys/mman.h. * psxenosys/init.c: Conditionally add local prototype for mprotect() if sys/mman.h doesn't supply it.
06:51 Changeset in rtems [cd06fd58]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for pthread_rwlock_unlock in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_rwlock_unlock() if pthread.h doesn't supply it.
06:51 Changeset in rtems [58f29d5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for pthread_rwlock_unlock in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_rwlock_unlock() if pthread.h doesn't supply it.
06:25 Changeset in rtems [1e17848]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-25 Ralf Corsépius <ralf.corsepius@…> * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h, psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c, psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c, psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c, psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstat/test.c, psxualarm/init.c: Remove unused vars. Add missing prototypes.
06:25 Changeset in rtems [b6912c40]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove unused vars. Add missing prototypes.
03:44 Event/FOSS_IN/Report edited by Aanjhan
/* Proposers */ (diff)
03:18 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
03:09 Event/FOSS_IN/Report edited by Vattam
/* Purpose */ (diff)
03:03 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:45 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:43 Event/FOSS_IN/Report edited by Aanjhan
/* Tasks */ (diff)
02:41 Event/FOSS_IN/Report edited by Aanjhan
/* Tasks */ (diff)
02:39 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:32 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:30 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:29 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:28 Event/FOSS_IN/Report edited by Vattam
/* Existing work */ (diff)
02:27 Event/FOSS_IN/Report edited by Aanjhan
/* Purpose */ (diff)
02:27 Event/FOSS_IN/Report edited by Vattam
/* Existing work */ (diff)
02:17 Event/FOSS_IN/Report edited by Aanjhan
/* About RTEMS */ (diff)
02:14 Event/FOSS_IN/Report edited by Aanjhan
/* Tasks */ (diff)
02:06 Event/FOSS_IN/Report edited by Aanjhan
(diff)
02:05 Event/FOSS_IN/Report edited by Aanjhan
(diff)
01:53 Event/FOSS_IN/Report edited by Aanjhan
/* Getting in touch */ (diff)
01:53 Event/FOSS_IN/Report edited by Aanjhan
/* Hardware/Software? */ (diff)
01:51 Event/FOSS_IN/Report edited by Aanjhan
/* Hardware/Software? */ (diff)

10/24/09:

06:23 Changeset in rtems [147e4ac]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-24 Ralf Corsépius <ralf.corsepius@…> * sp27/init.c, spsize/init.c: Fix prototypes. * spwatchdog/task1.c: Remove unused vars.
06:23 Changeset in rtems [d80cfa2f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove unused vars.
06:22 Changeset in rtems [d2ea3f5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix prototypes.
06:14 Changeset in rtems [10ebec12]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-24 Ralf Corsépius <ralf.corsepius@…> * sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c spobjgetnext/init.c, spprintk/init.c: Eliminate unused vars.
06:14 Changeset in rtems [2f2da91]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate unused vars.
05:53 Changeset in rtems [53edb31]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add rprintf.h
05:53 Changeset in rtems [f788472a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-24 Ralf Corsépius <ralf.corsepius@…> * capture/init.c: Remove setup_tasks_to_watch. * capture/system.h: Remove test*(). Add setup_tasks_to_watch(). * capture/test1.c: Fix prototype. * fileio/init.c: Fix broken printfs. * minimum/init.c: Remove unused var. * nsecs/empty.c: Add missing prototype. * nsecs/rprintf.h: New. * nsecs/init.c: Printf fixes. * unlimited/system.h: Add missing prototypes. * unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Various warning fixes.
05:52 Changeset in rtems [9b86291b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Various warning fixes.
05:52 Changeset in rtems [22bed3e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing prototypes.
05:52 Changeset in rtems [04abc23]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Printf fixes.
05:51 Changeset in rtems [21d821b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
05:51 Changeset in rtems [5f4d6ccc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing prototype.
05:51 Changeset in rtems [8a990c7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove unused var.
05:51 Changeset in rtems [a3b2830]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix broken prints.
05:50 Changeset in rtems [38903a53]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix prototype.
05:50 Changeset in rtems [3a6530f9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove test*(). Add setup_tasks_to_watch().
05:50 Changeset in rtems [b4749620]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove setup_tasks_to_watch.
05:40 Changeset in rtems [0b74b13f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-24 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Add support/include/test_support.h.
05:40 Changeset in rtems [97806efb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add support/include/test_support.h.

10/23/09:

14:58 Changeset in rtems [2a22b87]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsépius <ralf.corsepius@…> * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS. Rework CFLAGS setup. * automake/compile.am: Remove RTEMS_CFLAGS.
14:58 Changeset in rtems [b9b3a5c5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_CFLAGS. Rework CFLAGS setup.
14:57 Changeset in rtems [05eb1fb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_CFLAGS.
14:53 Changeset in rtems [c524d9c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Rework CFLAGS setup. * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS. * automake/compile.am: Remove RTEMS_CFLAGS.
14:53 Changeset in rtems [1a44f1b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Rework CFLAGS setup.
13:09 Changeset in rtems [d387391]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-custom-bsp.m4: Be less verbose.
09:51 Changeset in rtems [856cce50]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add new files for exception handler
08:17 Changeset in rtems [402ac7b7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix broken formating.
08:16 Changeset in rtems [6d778485]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsépius <ralf.corsepius@…> * console/console.c: Include <rtems/error.h>. * spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
08:16 Changeset in rtems [30e516ad]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove m8xx_spi_softc_ptr (Unused).
08:16 Changeset in rtems [d7637d8d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/error.h>.
07:32 Changeset in rtems [2d2de4eb]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for exception support changes.
06:48 Changeset in rtems [cc1e864d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsépius <ralf.corsepius@…> * irq/irq.h: Add BSP_irq_enabled_at_cpm. * network/network.c: Remove local decl of BSP_irq_enabled_at_cpm.
06:28 Changeset in rtems [2e9d27c0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsépius <ralf.corsepius@…> * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c, startup/bspstart.c: Add missing prototypes. Adjust bogus types. Remove unused vars.
05:37 Changeset in rtems [8f53ef7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-23 Ralf Corsepius <ralf.corsepius@…> * automake/compile.am: Add *.ralf to clean-local.
05:35 Ticket #1454 (RTEMS_GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES declaration is incompatible ...) created by Nickolay Semyonov-Kolchin
In current CVS sources RTEMS_GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES is …
05:28 Ticket #1453 (_CLOCKS_PER_SEC_ don't work without Posix) created by Nickolay Semyonov-Kolchin
Currently, _CLOCKS_PER_SEC_ is defined as: #define _CLOCKS_PER_SEC_ …

10/22/09:

21:55 Event/FOSS_IN/Report edited by JoelSherrill
/* Hardware/Software? */ (diff)
21:54 Event/FOSS_IN/Report edited by JoelSherrill
/* Hardware/Software? */ Add question on VM. (diff)
20:29 Event/FOSS_IN/Report edited by Aanjhan
/* Abstract */ (diff)
20:28 Event/FOSS_IN/Report edited by Aanjhan
/* Links to overall design/architecture */ (diff)
20:23 Event/FOSS_IN/Report edited by Aanjhan
/* Links to overall design/architecture */ (diff)
17:18 Event/FOSS_IN/Report edited by Vattam
/* Tasks */ (diff)
17:16 Event/FOSS_IN/Report edited by Vattam
/* Tasks */ (diff)
17:14 Event/FOSS_IN/Report edited by Vattam
/* Tasks */ (diff)
17:10 Changeset in rtems [4ef27382]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * score/cpu/Makefile.am: Update DIST_SUBDIRS.
16:59 Event/FOSS_IN/Report edited by Vattam
/* Tasks */ (diff)
16:52 Event/FOSS_IN/Report edited by Vattam
/* Pre-event Preparation */ (diff)
16:51 Event/FOSS_IN/Report edited by Vattam
/* Hardware/Software? */ (diff)
16:51 Event/FOSS_IN/Report edited by Vattam
/* Hardware/Software? */ (diff)
16:48 Event/FOSS_IN/Report edited by Vattam
/* Pre-requisites */ (diff)
16:42 Event/FOSS_IN/Report edited by Vattam
/* Getting and compiling the code */ (diff)
16:41 Event/FOSS_IN/Report edited by Vattam
/* Pre-event planning */ (diff)
14:54 Changeset in rtems [ee7fc43b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-22 Joel Sherrill <joel.sherrill@…> * Makefile.am: Build file IO related tests even with POSIX threading is disabled.
14:48 Event/FOSS_IN/Report edited by Vattam
/* Purpose */ (diff)
12:22 Changeset in rtems [3144f90c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * new-exceptions/bspsupport/vectors_init.c: Remove duplicate defines DEAR_BOOKE, DEAR_405.
11:56 Changeset in rtems [fb5785cc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libblock/include/rtems/flashdisk.h: Use UINT32_C consts to avoid implicit int-cast overflows in RTEMS_FDISK_KBYTES.
11:48 Changeset in rtems [4b8a90e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libchip/ide/ata.h: Move extern "C".
11:46 Changeset in rtems [07bfeb14]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * clock/clock-config.c, misc/dma.c, network/network.c, rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
11:46 Changeset in rtems [fc5799fb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove unused vars.
11:20 Changeset in rtems [c38407e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/error.h: Use ordinal constants for RTEMS_ERROR_ERRNO, RTEMS_ERROR_PANIC, RTEMS_ERROR_ABORT to avoid implicit constant conversion overflows on 16bit-int targets.
05:43 Changeset in rtems [0818be5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c: Use hex-constants to avoid implicit int-casts. * libchip/i2c/spi-memdrv.c: Use hex-constants to avoid implicit int-casts. Use rtems_off64_t offsets to avoid loosing precision.
05:43 Changeset in rtems [2ea98108]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use hex-constants to avoid implicit int-casts. Use rtems_off64_t offsets to avoid loosing precision.
05:43 Changeset in rtems [05c599d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use hex-constants to avoid implicit int-casts.
05:07 Changeset in rtems [db96a76]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit shift on 16bit-int targets. * libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard. Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1 instead of hard-coded 16 to permit building on non 16bit-int targets.
05:07 Changeset in rtems [2334ea19]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add HAVE_CONFIG_H guard. Include <limits.h>. Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1 instead of hard-coded 16 to permit building on non 16bit-int targets.
05:06 Changeset in rtems [7ae4262d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add cast to uint32_t to allow 16bit shift on 16bit-int targets.
04:30 Changeset in rtems [869d5e2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/extern-ls.h: Remove DAYSPERNYEAR, SECSPERDAY. * libmisc/shell/print-ls.c: Add DAYSPERNYEAR, SECSPERDAY. Add casts to time_t on constants in DAYSPERNYEAR, SECSPERDAY for 16bit-int targets.
04:29 Changeset in rtems [306dba9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add DAYSPERNYEAR, SECSPERDAY. Add casts to time_t on constants in DAYSPERNYEAR, SECSPERDAY for 16bit-int targets.
04:29 Changeset in rtems [0f4bf2f2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove DAYSPERNYEAR, SECSPERDAY.
03:22 Changeset in rtems [5699d86]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int, force 32bit constants to make code functional on 16bit-int targets.
03:21 Changeset in rtems [77429b0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use uint_least32_t instead of u_int, force 32bit constants to make code functional on 16bit-int targets.
02:42 Changeset in rtems [2f00c24]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * clock/clock.c: Add missing prototypes. Remove argument from clockOff(). * tod/pcf8563.c: Add missing const.
02:34 Event/FOSS_IN/Report edited by Aanjhan
/* Participants */ (diff)
02:00 Changeset in rtems [955c499d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove -fasm.
01:57 Changeset in rtems [4099386]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-22 Ralf Corsépius <ralf.corsepius@…> * mpc6xx/mmu/bat.c: Add missing prototypes.

10/21/09:

21:28 Event/FOSS_IN/Report edited by JoelSherrill
/* Getting and compiling the code */ (diff)
21:28 Event/FOSS_IN/Report edited by JoelSherrill
/* Getting and compiling the code */ Add link to instructions (diff)
21:26 Event/FOSS_IN/Report edited by JoelSherrill
/* Languages, tools to be known */ Add meat (diff)
18:35 Changeset in rtems [8bf89f3]4.104.115 by Joel Sherrill <joel.sherrill@…>
Spacing.
17:29 Release/4.10 edited by Sh
/* API Changes */ (diff)
17:28 Release/4.10 edited by Sh
/* API Changes */ (diff)
17:02 Changeset in multiio [65bf116] by Joel Sherrill <joel.sherrill@…>
2009-10-21 Joel Sherrill <joel.sherrill@…> * main_pcmmio_din.c, main_pcmmio_irq.c: Adjust bit numbering difference.
16:58 Release/4.10 edited by Sh
/* BSPs and Device Drivers */ (diff)
16:52 Release/4.10 edited by Sh
/* General */ (diff)
16:49 Release/4.10 edited by Sh
/* API Changes */ (diff)
16:06 Changeset in rtems [35693ae2]4.104.115 by Till Straumann <strauman@…>
2009-10-21 Till Straumann <strauman@…> * sapi/include/rtems/config.h: Fixed typos (wrong case) in macro expansion for rtems_configuration_get_device_driver_table() and rtems_configuration_get_user_extension_table()
15:07 Changeset in rtems [27de3942]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add missing change
14:57 Changeset in rtems [92571dc0]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
various maintenance changes
14:53 Changeset in rtems [bf49335f]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
removed erronously added spi.c and spi.h
13:54 Changeset in rtems [ea546eb]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add missing file
13:24 Changeset in rtems [60e5832]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
interrupt handler type change
13:19 Changeset in rtems [2067679]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* rtems/powerpc/registers.h: Added defines DEAR_BOOKE and DEAR_405. * rtems/score/cpu.h: Changed fpscr field to an integer type in Context_Control_fp. Fixed warnings in PPC_Set_timebase_register(). Changed _CPU_Context_Initialize_fp() to initialize all fields and avoid floating-point instructions. * rtems/score/powerpc.h: Removed PPC_INIT_FPSCR define.
10:59 Changeset in rtems [e7cac30]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/c3xsim.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/c4xsim.cfg: Remove RTEMS_BSP_FAMILY.
10:56 Changeset in rtems [a461ce9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/leon3.cfg: Remove RTEMS_BSP_FAMILY.
10:56 Changeset in rtems [92ee3e4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/leon2.cfg: Remove RTEMS_BSP_FAMILY.
10:56 Changeset in rtems [0621efd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
10:55 Changeset in rtems [8e858a4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/simsh1.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simsh2.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simsh2e.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simsh4.cfg: Remove RTEMS_BSP_FAMILY.
10:55 Changeset in rtems [e7097967]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gensh4.cfg: Remove RTEMS_BSP_FAMILY.
10:55 Changeset in rtems [a5cd07f0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gensh2.cfg: Remove RTEMS_BSP_FAMILY.
10:55 Changeset in rtems [af626ed]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [683157e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/virtex.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [cfcd20fa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [94edc01]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [9c87acb5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/score603e.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [1b3b8021]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/qemuppc.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [1b427f2d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/psim.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [e40b95b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [f57365b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme3100.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [40a8ebe]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mpc8260ads.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [0b49056]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [f1c41e4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcp750.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mtx603e.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme2100.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme2307.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [000b27fd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mbx8xx.inc: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [70515ca]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [c81ef7a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen83xx.inc: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [147a845]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen5200.inc: Remove RTEMS_BSP_FAMILY.
10:53 Changeset in rtems [d0943744]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/ep1a.cfg: Remove RTEMS_BSP_FAMILY.
10:51 Changeset in rtems [b5327d63]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/no_bsp.cfg: Remove RTEMS_BSP_FAMILY.
10:51 Changeset in rtems [3d729c2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/nios2_iss.cfg: Remove RTEMS_BSP_FAMILY.
10:50 Changeset in rtems [b62102d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/rbtx4938.cfg: Remove RTEMS_BSP_FAMILY.
10:50 Changeset in rtems [aff176a4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/rbtx4925.cfg: Remove RTEMS_BSP_FAMILY.
10:50 Changeset in rtems [d193d8c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/jmr3904.cfg: Remove RTEMS_BSP_FAMILY.
10:50 Changeset in rtems [8db05e4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/hurricane.cfg: Remove RTEMS_BSP_FAMILY.
10:50 Changeset in rtems [9482398]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/genmongoosev.cfg: Remove RTEMS_BSP_FAMILY.
10:50 Changeset in rtems [604cbe8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb350.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [d10d632]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/uC5282.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [ec537da]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [7ddca228]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [e31f381d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [040c66a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme162lx.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [f94053b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme147s.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [9a06286]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme147.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [a795bb2f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme136.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [3592073]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mrm332.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [83da6ad]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf5329.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [cc6b37d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf5235.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [acc4994]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf52235.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [08250784]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf5206elite.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [d7434c6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [aac0c61]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [036394e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [eeae335]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen68340.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [96a0cf33]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen68302.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [f03c498]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb360.cfg: Remove RTEMS_BSP_FAMILY.
10:48 Changeset in rtems [eb6ade9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/av5282.cfg: Remove RTEMS_BSP_FAMILY.
10:46 Changeset in rtems [5ad1b911]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/m32rsim.cfg: Remove RTEMS_BSP_FAMILY.
10:44 Changeset in rtems [157f5a0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/m32csim.cfg: Remove RTEMS_BSP_FAMILY.
10:43 Changeset in rtems [e27c2bab]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/lm32_evr.cfg: Remove RTEMS_BSP_FAMILY.
10:42 Changeset in rtems [31f7de11]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/ts_386ex.cfg: Remove RTEMS_BSP_FAMILY.
10:42 Changeset in rtems [5613b98]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/pc386.cfg: Remove RTEMS_BSP_FAMILY.
10:42 Changeset in rtems [c3a2ac6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/i386ex.cfg: Remove RTEMS_BSP_FAMILY.
10:41 Changeset in rtems [40c9350]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
10:40 Changeset in rtems [9c8aceb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY.
10:39 Changeset in rtems [a42f4329]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/eZKit533.cfg: Remove RTEMS_BSP_FAMILY.
10:39 Changeset in rtems [84492aa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [0e5abd2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [0c3bae8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/rtl22xx.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [59db752a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [ecd800ca]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [64f1cfd6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gumstix.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [346f6c77]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gp32.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [656767d0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [435a43d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/gba.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [10de8065]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [695cbad0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb337.cfg: Remove RTEMS_BSP_FAMILY.
10:34 Changeset in rtems [7813d1b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb336.cfg: Remove RTEMS_BSP_FAMILY.
10:10 Changeset in rtems [67bb173]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * aclocal/bsp-alias.m4: New. * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
10:10 Changeset in rtems [db5c5d5f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * bsp.mak: Remove RTEMS_BSP_FAMILY.
09:26 Changeset in rtems [2627c96]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * aclocal/bsp-alias.m4: Fix quoting bug.
08:28 Changeset in rtems [2e710b0d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
05:27 Changeset in rtems [23759b5c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove AM_CONDITIONAL MULTILIB. * Makefile.am: Remove BARE_CPU_MODEL.
05:27 Changeset in rtems [0d2c683]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove AM_CONDITIONAL MULTILIB.
05:27 Changeset in rtems [ba5437d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove BARE_CPU_MODEL.
05:01 Changeset in rtems [8d9d5bd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove reference to bare BSP. Simplify RTEMS_BSP_LIST setup.
04:27 Changeset in rtems [e43fbecb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
03:17 Changeset in rtems [078f312]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove cfg_dir.
03:16 Changeset in rtems [5e351954]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:16 Changeset in rtems [95067b9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-4.4.2.
02:32 Changeset in rtems [7b6afa8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP. * libchip/Makefile.am, wrapup/Makefile.am: Remove AM_CONDITIONAL LIBCHIP.
02:30 Changeset in rtems [3801246]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP.
02:30 Changeset in rtems [822c03eb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:30 Changeset in rtems [c244c213]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove AM_CONDITIONAL LIBCHIP.
02:26 Changeset in rtems [f12f3c4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-21 Ralf Corsépius <ralf.corsepius@…> * make/custom/eZKit533.cfg: Switch to compiling at O2.
02:03 Changeset in rtems [bd49f82]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:03 Changeset in rtems [9f2255bd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump BINUTILS_RPMREL.
02:01 Changeset in rtems [e2a6ea3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:00 Changeset in rtems [cd78c853]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove hard-coded tarball name.

10/20/09:

18:07 Changeset in rtems [c7880448]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * startup/bspstart.c, startup/misc.c: Fixed compiler warnings by adding prototypes to function declarations and moving extern declarations to global scope.
18:00 Changeset in rtems [3ccd9de5]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP which is NULL in this case. This pointer could be passed on to 'boot_card()' as it is done by other BSPs. This 'start/start.S' file however, passes a NULL pointer directly to boot_card() (w/o ever calling save_boot_params()).
17:55 Changeset in rtems [5eccbac]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * start/start.S, startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
17:52 Changeset in rtems [27e966f]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * shared/startup/pgtbl_setup.c: Fixed compiler warnings (added prototypes to function declarations etc.)
17:50 Changeset in rtems [ec625ec]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * shared/start/start.S, shared/startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
17:49 Changeset in rtems [2d09d29]4.104.115 by Till Straumann <strauman@…>
* empty log message *
17:13 Changeset in rtems [1c2ea245]4.9 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * network/tsec.c: Bugfix. Broadcast address was declared uint8_t instead of uint8_t [8].
17:12 Changeset in rtems [e33c621]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * network/tsec.c: fixed compiler warnings.
15:30 Changeset in rtems [5f6e989d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:27 Changeset in rtems [28b4c59b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
15:25 Changeset in rtems [44cb805]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.20.
15:21 Changeset in rtems [9fb6f23]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
15:19 Changeset in rtems [45061bf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:52 Event/FOSS_IN/Report edited by Vattam
/* Purpose */ (diff)
14:51 Changeset in rtems [020363d]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> * score/cpu/i386/cpu.c, score/cpu/i386/cpu.h: let the default exception handler print a stack trace.
14:22 Event/FOSS_IN/Report edited by Vattam
/* Participants */ (diff)
14:21 Event/FOSS_IN/Report edited by Aanjhan
/* Getting in touch */ (diff)
14:20 Event/FOSS_IN/Report edited by Vattam
/* Participants */ (diff)
14:19 Event/FOSS_IN/Report edited by Vattam
(diff)
14:17 Event/FOSS_IN/Report edited by Vattam
/* Proposers */ (diff)
14:16 Event/FOSS_IN/Report edited by Aanjhan
/* Participants */ (diff)
14:15 Event/FOSS_IN/Report edited by Aanjhan
/* Tasks */ (diff)
14:14 Event/FOSS_IN/Report edited by Vattam
/* Proposer */ (diff)
14:13 Changeset in rtems [f8397280]4.104.115 by Till Straumann <strauman@…>
2009-10-20 Till Straumann <strauman@…> PR1424/networking * libnetworking/net/rtsock.c: (merged from BSD) copy information out to user buffer.
14:11 Event/FOSS_IN/Report edited by Vattam
FOSS.IN proposal? moved to RTEMS Workout at FOSS.IN (diff)
14:08 Event/FOSS_IN/Report edited by Vattam
/* Proposer */ (diff)
14:07 Changeset in rtems [5bd4fb0]4.104.115 by Till Straumann <strauman@…>
2009/10/20 Till Straumann <strauman@…> * shared/misc/m68kidle.c: somehow this change was never committed, sorry.
13:53 Event/FOSS_IN/Report created by Vattam
New page: == Proposer == == Purpose == == Abstract == == Pre-requisites == === Languages, tools to be known === === Getting and compiling the code === === Links to overall design/architecture …
13:13 Ticket #1424 (sysctl_dumpentry() fails to copy data out) closed by strauman
fixed
12:54 Changeset in rtems [61b5aec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * clock/rtc.c: Add initializer (Silence warning).
12:31 Changeset in rtems [b1d28ccc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * startup/bspstart.c: Add missing prototype.
09:40 Changeset in rtems [d236e964]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
08:44 Changeset in rtems [de907016]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
08:31 Changeset in rtems [d61f0a7b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
07:53 Changeset in rtems [e41369ef]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* libblock/include/rtems/diskdevs.h: Documentation. Added field to rtems_disk_device. * libblock/include/rtems/blkdev.h: New request code RTEMS_BLKIO_DELETED. * libblock/src/diskdevs.c: Major rewrite. Changed the way disks are deleted. Disks will be now deleted if they are not in use or upon last release. The IO control handler will be invoked if a physical disk is deleted with the RTEMS_BLKIO_DELETED request code. Logical disks increase now the usage count of the associated physical disk. * libblock/include/rtems/ramdisk.h: Documentation. * libblock/src/ramdisk-driver.c: Compile trace support conditionally.
07:34 Changeset in rtems [b83c7ba9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
07:16 Changeset in rtems [d46194a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
07:08 Changeset in rtems [6e5617c4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
05:51 Changeset in rtems [6bf9e0a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
05:13 Changeset in rtems [218a2bb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
04:54 Changeset in rtems [a07f1c4d]4.104.115 by Chris Johns <chrisj@…>
2009-10-20 Chris Johns <chrisj@…> * libnetworking/rtems/rtems_mii_ioctl_kern.c: Added IFM_ACTIVE and IFM_AVALID to the status for a link up. These are the supported but in the BSD stack. Before IFM_LINK_OK was set and this is a spare bit.
04:19 Changeset in rtems [0a953596]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
04:14 Changeset in rtems [50a7df1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
04:13 Changeset in rtems [7d5387f3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -ansi -fasm to CFLAGS.
04:12 Changeset in rtems [952e4be]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Don't add -fasm to CFLAGS.

10/19/09:

19:39 Changeset in rtems [e053327]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-19 Joel Sherrill <joel.sherrill@…> * block01/.cvsignore: New file.
17:58 Changeset in rtems [e84ada6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-19 Joel Sherrill <joel.sherrill@…> * shared/startup/linkcmds: Add SBSS_END and SBSS2_END.
10:58 Changeset in rtems [b344b3de]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
added block01 test

10/18/09:

05:32 Changeset in rtems [c5f35cd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsepius <ralf.corsepius@…> * configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.

10/17/09:

22:26 Changeset in rtems [887e1cb]4.104.115 by Till Straumann <strauman@…>
2009-10-17 Till Straumann <strauman@…> * network/tsec.c: rtems 4.10 no longer allows simple binary semaphores to have priority inheritance attribute; use ordinary binary semaphore instead.
22:24 Changeset in rtems [0a8f902e]4.104.115 by Till Straumann <strauman@…>
2009-10-17 Till Straumann <strauman@…> *network/if_tsec_pub.h, network/tsec.c: Enhanced low-level API allowing the user to selectively enable/disable/acknowledge interrupts and to install their own ISR (rather than having the driver posting an event to a single task).
21:35 Changeset in rtems [7545240]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-17 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Fix warnings.
20:41 Changeset in rtems [2dc00910]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-17 Joel Sherrill <joel.sherrill@…> * start/start.S, startup/bspstart.c: Fix warnings.
19:55 Changeset in rtems [1c8514a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-17 Joel Sherrill <joel.sherrill@…> * console/console.c: Fix warning.
15:55 Changeset in rtems [4f8237f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsepius <ralf.corsepius@…> * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
15:54 Changeset in rtems [46122d0d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-custom-bsp.m4: Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1". * aclocal/check-bsps.m4: Remove "blacklist".
15:53 Changeset in rtems [565fdd2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove "blacklist".
15:53 Changeset in rtems [eba5dc6b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".
15:36 Changeset in rtems [b221e9d8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg). * make/custom/tqm8xx.cfg: Removed. * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg: Include make/custom/tqm8xx.inc.
15:34 Changeset in rtems [6b656c6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * make/custom/mbx8xx.inc: New (Renamed from mbx8xx.cfg). * make/custom/mbx8xx.cfg: Removed. * make/custom/mbx821_001.cfg, make/custom/mbx821_002b.cfg, make/custom/mbx821_002.cfg, make/custom/mbx860_001b.cfg, make/custom/mbx860_002.cfg, make/custom/mbx860_005b.cfg, make/custom/mbx860_1b.cfg: Include make/custom/mbx8xx.inc.
15:31 Changeset in rtems [3b8afe8c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen83xx.inc: New (Renamed from gen83xx.cfg). * make/custom/gen83xx.cfg: Removed. * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Include make/custom/gen83xx.inc.
15:28 Changeset in rtems [76995af3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen5200.inc: New (Renamed from gen5200.cfg). * make/custom/gen5200.cfg: Removed. * make/custom/brs5l.cfg, make/custom/icecube.cfg, make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg: Include make/custom/gen5200.inc.
15:25 Changeset in rtems [662ac58]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg). * make/custom/genmcf548x.cfg: Removed. * make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg: Include make/custom/genmcf548x.inc.
15:21 Changeset in rtems [848c996]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsépius <ralf.corsepius@…> * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg). * make/custom/lpc24xx.cfg: Removed. * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg, make/custom/lpc24xx_ncs_rom_ext.cfg, make/custom/lpc24xx_ncs_rom_int.cfg: Include make/custom/lpc24xx.inc.
15:15 Changeset in rtems [d8bbc3e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-17 Ralf Corsepius <ralf.corsepius@…> * configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
06:14 Changeset in rtems [532add7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.20.

10/16/09:

22:14 Changeset in rtems [069ed6c5]4.104.115 by Chris Johns <chrisj@…>
2009-10-17 Chris Johns <chrisj@…> * shared/irq/idt.c: Check is the irq handlers are present before calling. * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as the handlers need to be present. Fixed the warnings.
16:42 Changeset in rtems [fb557a9]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer@…> * Makefile.am, configure.ac, preinstall.am, console/alloc360.c, console/config.c, console/console.c, console/m68360.h, console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h, include/bsp.h, irq/irq_init.c, irq/openpic_xxx_irq.c, start/start.S, startup/bspstart.c, startup/linkcmds, vme/VMEConfig.h: Updated and tested against RTEMS 4.9. Updated README file to latest source status. Modified to use the shared irq source code. Turned off debugging, cleaned up warnings, removed unused code. Tested with two PMCQ1 serial cards. Tested MC68360 serial ports and VME using external tests. * README, irq/irq.h, vme/vmeconfig.c: New files.
16:22 Changeset in rtems [9f6aaf7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer@…> * configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
16:22 Changeset in rtems [af46ad9]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer@…> * configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
16:13 Changeset in rtems [db4903f6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer.averett@…> * mpc6xx/mmu/bat.c: Resolved bug: It is not an overlap if the batindex being set is the batindex of the overlap.
16:12 Changeset in rtems [79df9d0]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer.averett@…> * mpc6xx/mmu/bat.c: Resolved bug: It is not an overlap if the batindex being set is the batindex of the overlap.
16:11 Changeset in rtems [17d5afe1]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer.averett@…> * shared/include/io.h: Backport change from extern inline to static inline from head to avoid multiple definitions.
16:09 Changeset in rtems [77c103d6]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-16 Jennifer Averett <jennifer.averett@…> * startup/bspstart.c: Add bsp_clicks_per_usec.
14:58 Changeset in rtems [fda16849]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/bspstart.c: Remove nested externs.
14:51 Changeset in rtems [9132bc7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * shared/startup/zerobss.c: Remove nested externs.
14:45 Changeset in rtems [21409d30]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsepius <ralf.corsepius@…> * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP. * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
14:44 Changeset in rtems [16ac8ad]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove AM_CONDITIONAL HAS_LIBBSP.
14:39 Changeset in rtems [5d0a1db]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
14:38 Changeset in rtems [2fbe8495]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsepius <ralf.corsepius@…> * configure.ac: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
14:38 Changeset in rtems [a68012d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsepius <ralf.corsepius@…> * aclocal/enable-bare.m4: Remove (Abandoned). * bsp.cfg.in: Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS. * configure.ac: Remove RTEMS_ENABLE_BARE.
14:34 Changeset in rtems [8ab6252]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_ENABLE_BARE.
14:33 Changeset in rtems [cd812d5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.
14:33 Changeset in rtems [08a89dd8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Abandoned).
14:28 Changeset in rtems [3bb36ba7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * custom/bare.cfg: Remove (Abandoned). * Makefile.am: Remove custom/bare.cfg.
14:28 Changeset in rtems [9d93b2b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove custom/bare.cfg.
14:28 Changeset in rtems [816d182]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Abandoned).
14:24 Changeset in rtems [b68265df]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * aclocal/bsp-alias.m4: Remove bare BSP (Abandoned).
14:19 Changeset in rtems [57b823d6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove special case lib/libbsp/bare (Abandoned).
14:15 Changeset in rtems [61a69a56]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Abandoned).
13:42 Changeset in rtems [3b9e40e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/bspstart.c: Remove RTEMS_APPLICATION
12:55 Changeset in rtems [bb2266e4]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
added COBRA5475 BSP
12:53 Changeset in rtems [a9d0c6ec]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
added support for COBRA5475 board
10:59 Changeset in rtems [5380482]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/bspstart.c: Add missing prototypes.
10:56 Changeset in rtems [92868024]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * shared/motorola/motorola.c, shared/vme/vme_universe.c: Add missing prototypes.
10:52 Changeset in rtems [15e619c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/linkcmds: Add .sbss.*.
10:51 Changeset in rtems [08f740c5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/linkcmds: Add sbss section handling. Misc. sync with binutils's ld-scripts.
10:48 Changeset in rtems [2787a05]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/linkcmds: Fix up .sbss .sbss.* section handling.
10:45 Changeset in rtems [c20f690]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * startup/linkcmds: Add sbss_start, sbss_end etc.
08:44 Changeset in rtems [1560d12]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
restructuring of ramdisk code
07:44 Changeset in rtems [fdaa1354]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for block device API change.
04:35 Changeset in rtems [b07eae7b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * make/custom/ss555.cfg: Remove -D$(RTEMS_BSP_FAMILY) (unused).
03:39 Changeset in rtems [588182f6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Remove RTEMS_HOST (unused).
02:45 Changeset in rtems [df866c9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsepius <ralf.corsepius@…> * configure.ac: Remove RTEMS_HOST (unused).
02:43 Changeset in rtems [29d4ee9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsepius <ralf.corsepius@…> * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
02:41 Changeset in rtems [1872c32]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen83xx.cfg: Remove -W -Wno-unused.
01:57 Changeset in rtems [c09fe761]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen83xx.cfg: Remove -W -Wno-unused.
01:41 Changeset in rtems [c14858f0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
01:34 Changeset in rtems [9ffd6b8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-16 Ralf Corsépius <ralf.corsepius@…> * aclocal/bsp-alias.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
01:30 Changeset in rtems [dc5affb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
00:46 Changeset in rtems [08f188a7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Re-cut the patch. The previous version was unclean.

10/15/09:

18:56 Changeset in rtems [774aade]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-15 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Correct type of rtems_malloc_dirty_helper so usable.
18:55 Changeset in rtems [9943fac]4.9 by Joel Sherrill <joel.sherrill@…>
2009-10-15 Joel Sherrill <joel.sherrill@…> * libcsupport/include/rtems/malloc.h: Correct type of rtems_malloc_dirty_helper so usable.
16:43 Changeset in rtems [7be223e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
16:42 Changeset in rtems [60c9ceb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to gcc-4.4.2.
16:02 Changeset in rtems [3a0c0f8]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add PHY control support
14:15 Changeset in rtems [6504558]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-bsps.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
14:05 Changeset in rtems [045821e]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add network support, various corrections
13:55 Changeset in rtems [6229b2a7]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add MC_DMA support to MCF548x
12:52 Changeset in rtems [83084ab]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove custom/no_bsp.cfg.
12:52 Changeset in rtems [591e925a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
12:51 Changeset in rtems [c2201a8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/no_bsp.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
12:50 Changeset in rtems [af9361c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/no_bsp.cfg: New (relocated from /make/custom).
12:29 Changeset in rtems [6021980]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Reflect custom/*.cfg having moved.
12:11 Ticket #1452 (Disk device mutex (diskdev_mutex) has no protection against priority ...) created by Sebastian Huber
See summary.
09:17 Changeset in rtems [6d3082d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
09:17 Changeset in rtems [bbcfd7a6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/av5282.cfg, custom/csb360.cfg, custom/gen68302.cfg, custom/gen68340.cfg, custom/gen68360_040.cfg, custom/gen68360.cfg, custom/pgh360.cfg, custom/genmcf548x.cfg, custom/m5484FireEngine.cfg, custom/idp.cfg, custom/mcf5206elite.cfg, custom/mcf52235.cfg, custom/mcf5235.cfg, custom/mcf5329.cfg, custom/mrm332.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme147s.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/ods68302.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/uC5282.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
09:15 Changeset in rtems [34e9d2b6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/uC5282.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [f81f74af]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/sim68000.cfg: New (relocated from /make/custom). * make/custom/simcpu32.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [1f21e563]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/ods68302.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [373331bd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme167.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [ac730e0d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme162.cfg: New (relocated from /make/custom). * make/custom/mvme162lx.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [315c363a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme147s.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [d7634ad9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme147.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [cdb2265]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme136.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [107f10ab]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mrm332.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [5ecdb87]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf5329.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [fd385bc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf5235.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [cefeb62]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf52235.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [d6f0bbd3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcf5206elite.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [e194742]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/idp.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [209b001]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/genmcf548x.cfg: New (relocated from /make/custom). * make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
09:15 Changeset in rtems [7707b72e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen68360_040.cfg: New (relocated from /make/custom). * make/custom/gen68360.cfg: New (relocated from /make/custom). * make/custom/pgh360.cfg: New (relocated from /make/custom).
09:14 Changeset in rtems [6e823e65]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen68340.cfg: New (relocated from /make/custom).
09:14 Changeset in rtems [768468a6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen68302.cfg: New (relocated from /make/custom).
09:14 Changeset in rtems [c2fab53]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb360.cfg: New (relocated from /make/custom).
09:14 Changeset in rtems [85dece1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/av5282.cfg: New (relocated from /make/custom).
09:10 Changeset in rtems [63ef27a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
09:10 Changeset in rtems [b66da15]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/csb336.cfg, custom/csb337.cfg, custom/csb637.cfg, custom/edb7312.cfg, custom/gba.cfg, custom/arm1136jfs.cfg, custom/arm1136js.cfg, custom/arm7tdmi.cfg, custom/arm920.cfg, custom/armcortexa9.cfg, custom/gp32.cfg, custom/gumstix.cfg, custom/lpc24xx.cfg, custom/lpc24xx_ea.cfg, custom/lpc24xx_ncs_ram.cfg, custom/lpc24xx_ncs_rom_ext.cfg, custom/lpc24xx_ncs_rom_int.cfg, custom/nds.cfg, custom/rtl22xx.cfg, custom/rtl22xx_t.cfg, custom/smdk2410.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
09:08 Changeset in rtems [7f146fb7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/smdk2410.cfg: New (relocated from /make/custom).
09:08 Changeset in rtems [45a3b303]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/rtl22xx.cfg: New (relocated from /make/custom). * make/custom/rtl22xx_t.cfg: New (relocated from /make/custom).
09:08 Changeset in rtems [64e08ab3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/nds.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [d09a7bd0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/lpc24xx.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom). * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [21fdc30]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gumstix.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [295399ea]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gp32.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [f6a559a2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/arm1136jfs.cfg: New (relocated from /make/custom). * make/custom/arm1136js.cfg: New (relocated from /make/custom). * make/custom/arm7tdmi.cfg: New (relocated from /make/custom). * make/custom/arm920.cfg: New (relocated from /make/custom). * make/custom/armcortexa9.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [229b5aac]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gba.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [9592005]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/edb7312.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [a1ab267d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb337.cfg: New (relocated from /make/custom). * make/custom/csb637.cfg: New (relocated from /make/custom).
09:07 Changeset in rtems [795cfb8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb336.cfg: New (relocated from /make/custom).
09:05 Changeset in rtems [253f7495]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/csb350.cfg, custom/genmongoosev.cfg, custom/hurricane.cfg, custom/jmr3904.cfg, custom/rbtx4925.cfg custom/rbtx4938.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
09:04 Changeset in rtems [a313793]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/rbtx4938.cfg: New (relocated from /make/custom).
09:04 Changeset in rtems [4f4ba92]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/rbtx4925.cfg: New (relocated from /make/custom).
09:04 Changeset in rtems [1c82ab86]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/jmr3904.cfg: New (relocated from /make/custom).
09:04 Changeset in rtems [3ffcea46]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/hurricane.cfg: New (relocated from /make/custom).
09:04 Changeset in rtems [5b301ab]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/genmongoosev.cfg: New (relocated from /make/custom).
09:04 Changeset in rtems [d8aa64f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/csb350.cfg: New (relocated from /make/custom).
08:51 Changeset in rtems [5df2e90]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
08:50 Changeset in rtems [3b9df019]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/m32csim.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
08:50 Changeset in rtems [9deb25e1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/m32csim.cfg: New (relocated from /make/custom).
08:46 Changeset in rtems [5c93d48c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/m32rsim.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
08:46 Changeset in rtems [80505ec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/m32rsim.cfg: New (relocated from /make/custom).
08:29 Changeset in rtems [2237c6e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/lm32_evr.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
08:28 Changeset in rtems [5d7b27b9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/lm32_evr.cfg: New (relocated from /make/custom).
07:00 Changeset in rtems [19c7f30b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
07:00 Changeset in rtems [057b331]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/icecube.cfg, custom/pm520_cr825.cfg, pm520_ze30.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:58 Changeset in rtems [31428fbf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New (relocated from /make/custom).
06:58 Changeset in rtems [a4f1060c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/icecube.cfg, make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg: New (relocated from /make/custom).
06:53 Changeset in rtems [1524173]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:52 Changeset in rtems [8192bece]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/hsc_cm01.cfg, custom/mpc8313erdb.cfg, custom/mpc8349eamds.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:51 Changeset in rtems [0f0d0f2c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New (relocated from /make/custom).
06:51 Changeset in rtems [8b7be60]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg make/custom/mpc8349eamds.cfg: New (relocated from /make/custom).
06:30 Changeset in rtems [4c39764]4.104.115 by Chris Johns <chrisj@…>
2009-10-15 Chris Johns <chrisj@…> * ne2000/ne2000.c: Add --ne2k-irq and --ne2k-port boot command line configure options. * ide/ide.c: Fix a bug which left 4 words in the buffer of the disk. Some devices do not follow the standard and terminate the command which a new command occurs and/or low data ready when data is still to be read.
06:22 Changeset in rtems [ccf89a62]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:21 Changeset in rtems [bfced4dd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/bf537Stamp.cfg, custom/eZKit533.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:21 Changeset in rtems [5e5a39b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/eZKit533.cfg: New (relocated from /make/custom).
06:21 Changeset in rtems [e6d5079]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/bf537Stamp.cfg: New (relocated from /make/custom).
06:16 Changeset in rtems [e63e65a3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/brs5l.cfg: New (relocated from /make/custom).
06:16 Changeset in rtems [e6b8110]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/brs5l.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:06 Changeset in rtems [0e329de]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/h8sim.cfg, custom/h8sxsim.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:05 Changeset in rtems [b687181]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/h8sim.cfg: New (relocated from /make/custom). * make/custom/h8sxsim.cfg: New (relocated from /make/custom).
06:02 Changeset in rtems [1757823]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/c3xsim.cfg, custom/c4xsim.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
06:02 Changeset in rtems [29949e98]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/c3xsim.cfg: New (relocated from /make/custom). * make/custom/c4xsim.cfg: New (relocated from /make/custom).
05:23 Changeset in rtems [d03eeb6b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/pghplus.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
05:22 Changeset in rtems [8ecc4925]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
05:21 Changeset in rtems [4d7658ad]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/pghplus.cfg: New (relocated from /make/custom).
05:18 Changeset in rtems [41d744d6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/ep1a.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/haleakala.cfg, custom/mbx821_001.cfg, custom/mbx821_002.cfg, custom/mbx821_002b.cfg, custom/mbx860_001b.cfg, custom/mbx860_002.cfg, custom/mbx860_005b.cfg, custom/mbx860_1b.cfg, custom/mbx8xx.cfg, custom/mcp750.cfg, custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8260ads.cfg, custom/mtx603e.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/psim.cfg, custom/qemuppc.cfg, custom/score603e.cfg, custom/ss555.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg, custom/virtex.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
05:11 Changeset in rtems [64a9775]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/tqm8xx.cfg: New (relocated from /make/custom). * make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [f2ac66c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/ss555.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [f234b63]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/score603e.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [05dc1b10]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/qemuppc.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [db5d034]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/psim.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [b982480e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme5500.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [91030f6d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mvme3100.cfg: New (relocated from /make/custom).
05:11 Changeset in rtems [7f0cdbb7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mpc8260ads.cfg: New (relocated from /make/custom).
05:10 Changeset in rtems [d2135b9c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mpc5566evb.cfg: New (relocated from /make/custom). * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
05:10 Changeset in rtems [ea781bbc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mcp750.cfg: New (relocated from /make/custom). * make/custom/mtx603e.cfg: New (relocated from /make/custom). * make/custom/mvme2100.cfg: New (relocated from /make/custom). * make/custom/mvme2307.cfg: New (relocated from /make/custom).
05:09 Changeset in rtems [092eef1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/mbx821_001.cfg: New (relocated from /make/custom). * make/custom/mbx821_002b.cfg: New (relocated from /make/custom). * make/custom/mbx821_002.cfg: New (relocated from /make/custom). * make/custom/mbx860_001b.cfg: New (relocated from /make/custom). * make/custom/mbx860_002.cfg: New (relocated from /make/custom). * make/custom/mbx860_005b.cfg: New (relocated from /make/custom). * make/custom/mbx860_1b.cfg: New (relocated from /make/custom). * make/custom/mbx8xx.cfg: New (relocated from /make/custom).
05:09 Changeset in rtems [5c91615e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/haleakala.cfg: New (relocated from /make/custom).
05:09 Changeset in rtems [279d3dae]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen83xx.cfg: New (relocated from /make/custom).
05:09 Changeset in rtems [b5025ec5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gen5200.cfg: New (relocated from /make/custom).
05:08 Changeset in rtems [b237785]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/ep1a.cfg: New (relocated from /make/custom).
05:08 Changeset in rtems [bc6689d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/virtex.cfg: New (relocated from /make/custom).
04:38 Changeset in rtems [51a8f0e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/nios2_iss.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:37 Changeset in rtems [440274a9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/nios2_iss.cfg: New (relocated from /make/custom).
04:30 Changeset in rtems [3c5a40f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:30 Changeset in rtems [0b0a8f2b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/leon3.cfg, custom/leon2.cfg, custom/sis.cfg, custom/erc32.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:29 Changeset in rtems [680911cc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/leon3.cfg: New (relocated from /make/custom).
04:28 Changeset in rtems [d2ef2205]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/leon2.cfg: New (relocated from /make/custom).
04:28 Changeset in rtems [7b4b259f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/erc32.cfg: New (relocated from /make/custom). * make/custom/sis.cfg: New (relocated from /make/custom).
04:22 Changeset in rtems [c37c70e2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/avrtest.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:21 Changeset in rtems [c7e67f3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:20 Changeset in rtems [645e683]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/avrtest.cfg: New (relocated from /make/custom).
04:18 Changeset in rtems [23a48eb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/i386ex.cfg, custom/pc486.cfg, custom/ts_386ex.cfg, custom/pc386.cfg, custom/pc586.cfg, custom/pc386dx.cfg, custom/pc686.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:15 Changeset in rtems [b18e7a9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/ts_386ex.cfg: New (relocated from /make/custom).
04:15 Changeset in rtems [583a4dc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/pc386.cfg: New (relocated from /make/custom). * make/custom/pc386dx.cfg: New (relocated from /make/custom). * make/custom/pc486.cfg: New (relocated from /make/custom). * make/custom/pc586.cfg: New (relocated from /make/custom). * make/custom/pc686.cfg: New (relocated from /make/custom).
04:15 Changeset in rtems [938cb633]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/i386ex.cfg: New (relocated from /make/custom).
04:13 Changeset in rtems [1199139]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * custom/gensh1.cfg, custom/gensh2.cfg, custom/gensh4.cfg, custom/simsh1.cfg, custom/simsh2.cfg, custom/simsh2e.cfg, custom/simsh4.cfg: Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
04:08 Changeset in rtems [92520095]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/simsh1.cfg: New (relocated from /make/custom). * make/custom/simsh2.cfg: New (relocated from /make/custom). * make/custom/simsh2e.cfg: New (relocated from /make/custom). * make/custom/simsh4.cfg: New (relocated from /make/custom).
04:08 Changeset in rtems [28f3d203]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gensh4.cfg: New (relocated from /make/custom).
04:08 Changeset in rtems [2b1610b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gensh2.cfg: New (relocated from /make/custom).
04:08 Changeset in rtems [06df9bf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * make/custom/gensh1.cfg: New (relocated from /make/custom).
03:50 Changeset in rtems [bc7353d5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-10-15 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
Note: See TracTimeline for information about the timeline view.