source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @972a5c5f   07/18/13 13:12:05 Sebastian Huber posix: Create message queue implementation header Move implementation … 4.115
(edit) @993a888   07/18/13 13:05:37 Sebastian Huber rtems: Create message queue implementation header Move implementation … 4.115
(edit) @e36f2b8   07/18/13 12:27:30 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @570045ed   07/18/13 12:26:58 Sebastian Huber score: Add const qualifier 4.115
(edit) @c4f58558   07/18/13 12:14:04 Sebastian Huber score: Create semaphore implementation header Move implementation … 4.115
(edit) @c624c0e9   07/18/13 11:55:12 Sebastian Huber posix: Convert to inline function 4.115
(edit) @9c743e8e   07/18/13 11:50:25 Sebastian Huber posix: Create semaphore implementation header Move implementation … 4.115
(edit) @05e82bd7   07/18/13 09:53:48 Sebastian Huber score: Error for non-preemptible tasks on SMP A common use case for … 4.115
(edit) @79d9523   07/18/13 09:39:44 Sebastian Huber rtems: Error for task variables on SMP Task variables are not … 4.115
(edit) @50ccf98   07/18/13 09:34:29 Sebastian Huber rtems: Error for task delete on SMP Task deletion is currently not … 4.115
(edit) @f913c79   07/18/13 09:27:39 Sebastian Huber sapi: Add rtems_configuration_is_smp_enabled() Add a configuration … 4.115
(edit) @0bbd8fdc   07/18/13 07:02:53 Sebastian Huber score: Add and use _ISR_Get_nest_level() 4.115
(edit) @d0a97f2   07/18/13 09:04:23 Sebastian Huber score: Move ISR catch support functions Delete now unused file … 4.115
(edit) @45b572f   07/18/13 09:03:10 Sebastian Huber score: Move ISR level content to single file 4.115
(edit) @1a30d442   07/22/13 07:18:17 Sebastian Huber libmisc: Use _Thread_Get_executing() 4.115
(edit) @d566f33e   07/19/13 15:16:58 Sebastian Huber libcsupport: Use _Thread_Get_executing() 4.115
(edit) @d7ce33f1   07/22/13 07:16:58 Sebastian Huber testsuites: Use _Thread_Get_executing() 4.115
(edit) @5f7757b   07/18/13 14:22:54 Sebastian Huber posix: Use _Thread_Get_executing() 4.115
(edit) @3b8d2fa4   07/18/13 09:03:24 Sebastian Huber rtems: Use _Thread_Get_executing() 4.115
(edit) @02f73d4   07/18/13 10:43:49 Sebastian Huber score: Use _Thread_Get_executing() 4.115
(edit) @a9127a2e   07/18/13 13:55:46 Sebastian Huber testsuites: Include missing header files 4.115
(edit) @f2d9fda   07/18/13 13:33:44 Sebastian Huber shell: Include missing header file 4.115
(edit) @ca1d84e   07/18/13 13:33:28 Sebastian Huber network: Include missing header file 4.115
(edit) @a1b47528   07/18/13 12:13:24 Sebastian Huber posix: Include missing header files 4.115
(edit) @1e4f08b4   07/18/13 12:30:17 Sebastian Huber score: Include missing header files 4.115
(edit) @57c88056   07/19/13 08:12:13 Sebastian Huber smptests: Be successful on one processor 4.115
(edit) @2f589cc   07/18/13 08:08:05 ralf.kirchner bsp/gen83xx: Fix BSP options for MPC8348EAMDS 4.115
(edit) @e7ce41bb   07/17/13 14:14:49 Sebastian Huber libcsupport: Do not use _ISR_Nest_level The … 4.115
(edit) @401f1b9d   07/17/13 14:12:19 Sebastian Huber rtems, posix: Use _Thread_Get_executing() 4.115
(edit) @95e09afa   07/17/13 13:53:17 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @ac15b07   07/17/13 13:20:03 Sebastian Huber score: Convert to inline function 4.115
(edit) @9728ef3   07/17/13 13:05:56 Sebastian Huber posix: Convert to inline function 4.115
(edit) @15462a6f   07/17/13 13:01:03 Sebastian Huber rtems: Convert to inline functions 4.115
(edit) @20e239c2   07/17/13 12:23:14 Sebastian Huber score: Create mutex implementation header Move implementation … 4.115
(edit) @f9d533a5   07/17/13 12:34:05 Sebastian Huber posix: Create mutex implementation header Move implementation … 4.115
(edit) @2bbea657   07/17/13 11:52:00 Sebastian Huber rtems: Create semaphore implementation header Move implementation … 4.115
(edit) @0dd262d3   07/18/13 07:42:46 Sebastian Huber libtests/gxx01: Avoid random memory read/write 4.115
(edit) @cbfe05c   07/18/13 07:50:43 Sebastian Huber score: Update due to API changes 4.115
(edit) @f7740e97   06/13/13 14:05:20 Sebastian Huber smp: Rename _CPU_Processor_event_receive() Rename to … 4.115
(edit) @07f6e419   06/13/13 14:00:54 Sebastian Huber smp: Rename _CPU_Processor_event_broadcast() Rename to … 4.115
(edit) @ca63ae2   06/13/13 13:41:21 Sebastian Huber smp: Add and use _CPU_SMP_Send_interrupt() Delete bsp_smp_interrupt_cpu(). 4.115
(edit) @39e51758   06/14/13 12:00:38 Sebastian Huber smp: Add and use _CPU_SMP_Get_current_processor() Add and use … 4.115
(edit) @a7ce0ce   06/13/13 08:34:12 Sebastian Huber smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARY The thread … 4.115
(edit) @9c9b62d8   07/17/13 09:44:55 Sebastian Huber score: Changes due to Newlib DYNAMIC_REENT Delete … 4.115
(edit) @f74d9496   07/17/13 09:03:02 Sebastian Huber score: Add _Thread_Get_executing() 4.115
(edit) @8b721d5   04/25/13 08:48:16 Sebastian Huber libcsupport: Use _reclaim_reent() A Newlib including the following … 4.115
(edit) @a04182c   07/15/13 15:31:14 wei.a.yang clean up old atomic related files 4.115
(edit) @2e7f5798   07/15/13 15:31:13 wei.a.yang stdatomic.h support check when configure 4.115
(edit) @5186b55   07/15/13 15:31:12 wei.a.yang smpatomic test case update 4.115
(edit) @a3e9c228   07/15/13 15:31:11 wei.a.yang spatomic test case update 4.115
(edit) @d61e54c2   07/15/13 15:31:10 wei.a.yang update-all-architectures-to-new-atomic-implementation 4.115
(edit) @34229d5   07/15/13 15:31:09 wei.a.yang A generic atomic implementation for smp architectures 4.115
(edit) @1180099   07/15/13 15:31:08 wei.a.yang New atomic API definition based on C11 atomic 4.115
(edit) @39234725   07/17/13 06:42:35 Ric Claus bsps/arm: Fix for top of the address space 4.115
(edit) @691e0ef   07/13/13 20:58:27 Ric Claus bsp/xilinx-zynq: Provide BSP variants 4.115
(edit) @51a58e0   07/16/13 12:40:19 Sebastian Huber bsp/xilinx-zynq: Use bsp_console_select() 4.115
(edit) @7306578   07/16/13 12:39:59 Sebastian Huber bsps/serial: Move bsp_console_select() declaration 4.115
(edit) @7a7f071   07/16/13 15:34:51 Sebastian Huber posix: Delete unused functions 4.115
(edit) @b71cdd2   07/16/13 15:34:37 Sebastian Huber rtems: Delete unused functions 4.115
(edit) @3ccaf3c   07/16/13 15:18:18 Sebastian Huber bsps: Use rtems_task_self() 4.115
(edit) @85d2e4b   07/16/13 15:11:51 Sebastian Huber libchip/ata: Remove dead code 4.115
(edit) @ad4ce28   07/15/13 12:39:28 Vipul Nayyar Updated legacy code in arm edb7312 4.115
(edit) @4e5608dd   07/16/13 06:25:41 Sebastian Huber arm: Fix exception frame information Use the right stack pointer … 4.115
(edit) @06adfae   07/15/13 07:52:45 Sebastian Huber bsps/arm: Disable alignment exceptions 4.115
(edit) @c8d78ee   07/02/13 08:37:13 Sebastian Huber bsp/mpc55xx: Add MPC5668G support 4.115
(edit) @583eb458   07/15/13 09:34:45 Vipul Nayyar bsp/rtl22xx: Use IRQ extensions API 4.115
(edit) @818d4b0   07/13/13 20:52:06 Ric Claus bsps/arm: Fix printk args to match format 4.115
(edit) @163e88a   07/12/13 17:03:57 Vipul Nayyar bsp/gumstix: Fix warnings 4.115
(edit) @9b6add4   07/12/13 11:34:17 Vipul Nayyar Updated Legacy code in arm gba 4.115
(edit) @5252822   07/11/13 08:06:35 Sebastian Huber bsps: Simplify bsp_generic_fatal() declaration 4.115
(edit) @79363a1   07/10/13 17:38:12 Joel Sherrill libbsp/shared/generic-fatal.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE … 4.115
(edit) @e183211b   07/10/13 14:57:24 Vipul Nayyar Updated Legacy code in arm gumstix 4.115
(edit) @893d669   07/10/13 14:52:28 Vipul Nayyar Updated Legacy code in arm edb7312 4.115
(edit) @26c093e   07/10/13 12:36:50 Sebastian Huber bsp/virtex: Use #if instead of #ifdef This allows … 4.115
(edit) @52e44630   07/10/13 07:54:01 Vipul Nayyar bsp/csb336: Use IRQ extensions API Fix warnings. 4.115
(edit) @48a22ed   07/09/13 16:15:57 Joel Sherrill libchip ns16550.c: Improve comment 4.115
(edit) @155ea78   07/09/13 16:15:34 Joel Sherrill threadhandler.c: Add comments 4.115
(edit) @0a697dd9   07/09/13 09:24:27 Sebastian Huber bsp/virtex: Add VIRTEX_CONSOLE_USE_INTERRUPTS Add interrupt support … 4.115
(edit) @d168079   07/09/13 14:38:03 Sebastian Huber bsp/virtex: Use ppc_count_leading_zeros() Use … 4.115
(edit) @296b60d7   07/09/13 14:04:04 Sebastian Huber bsp/virtex: Fix interrupt handling Some modules like the XPS UART … 4.115
(edit) @4fe3ad2   07/09/13 14:37:32 Sebastian Huber bsps/powerpc: Add ppc_count_leading_zeros() 4.115
(edit) @6886a485   07/07/13 13:00:45 Vipul Nayyar bsp/csb337: Use IRQ extensions API Fix warnings. 4.115
(edit) @ad83ea0   07/07/13 12:43:17 Sebastian Huber mouse: Add shared bsp_get_serial_mouse_device() 4.115
(edit) @0d018268   07/05/13 13:18:24 Sebastian Huber psxtests/psxcleanup: Fix cleanup push/pop test The … 4.115
(edit) @5e2a66d   07/05/13 12:53:57 Sebastian Huber psxtests/psxhdrs: Fix cleanup push/pop test The … 4.115
(edit) @6009da1   07/05/13 12:56:23 Sebastian Huber posix: Add comment 4.115
(edit) @818edbd   07/02/13 13:16:33 Sebastian Huber bsp/mpc55xx: Update due to API changes Termios notifies now the … 4.115
(edit) @d91d50f   07/02/13 13:14:51 Sebastian Huber bsp/mpc55xx: Avoid integer overflow 4.115
(edit) @c97d3dd   07/02/13 13:13:54 Sebastian Huber bsp/mpc55xx: Round PLL divider up 4.115
(edit) @cd7db89   06/24/13 15:14:08 ralf.kirchner bsp/psim: Use EABI and System V small-data area 4.115
(edit) @3da02169   06/24/13 15:16:16 ralf.kirchner bsps/powerpc: Avoid placement in small-data area 4.115
(edit) @1b47871d   06/24/13 15:15:42 ralf.kirchner bsp/psim: Fix declaration It declares a symbol defined in the linker … 4.115
(edit) @3b645c1   06/28/13 19:26:59 Sebastian Huber bsps/arm: Add PL050 support 4.115
(edit) @c8312b3   06/23/13 12:39:47 Sebastian Huber bsps/arm: Add PL111 support 4.115
(edit) @e310dcd   06/28/13 19:26:11 Sebastian Huber libchip/serial: Add const qualifier 4.115
(edit) @a4006fee   06/28/13 19:25:30 Sebastian Huber mouse: Include missing header file 4.115
(edit) @311ba73   06/23/13 15:50:55 Sebastian Huber framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAME 4.115
(edit) @98db96e   06/29/13 12:00:39 Sebastian Huber make: Use C flags for C++ as default In case a BSP selects special … 4.115
(edit) @40ce265   06/28/13 13:05:30 Sebastian Huber bsp/psim: Use plain symbol for PSIM This avoids a linker assertion … 4.115
(edit) @4800ffe   06/28/13 07:07:13 Sebastian Huber bsps/powerpc: Update debug sections 4.115
Note: See TracRevisionLog for help on using the revision log.