Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b9f95225   10/08/14 08:31:36 Sebastian Huber posix: Add auto initializaton for rwlock 4.115
(edit) @dfdad6ab   10/08/14 08:09:14 Sebastian Huber posix: Fix mutex auto initialization Use the once lock to prevent … 4.115
(edit) @419accf   10/08/14 08:07:01 Sebastian Huber posix: Use function instead of macros 4.115
(edit) @044cf4d7   10/08/14 06:11:28 Sebastian Huber ppp: Add ppp_unit() This makes porting to the new network stack easier. 4.115
(edit) @77dd9a4   10/07/14 14:25:43 Sebastian Huber ppp: Nothing to transmit hint for Termios driver 4.115
(edit) @7fd5e89   10/07/14 14:28:04 Sebastian Huber termios: Partially hide rtems_termios_tty Move interrupt lock to … 4.115
(edit) @a830cb8   10/07/14 14:27:51 Sebastian Huber termios: Separate flow control from normal handler 4.115
(edit) @ff7217b   10/07/14 12:51:39 Sebastian Huber termios: Fix transmit daemon Do not call … 4.115
(edit) @9bd7b3b1   05/20/14 15:45:07 Daniel Hellstrom SPARC: Fatal_halt use source and exit codes The Fatal_halt handler … 4.115
(edit) @56ed56a6   10/03/14 22:55:12 Chris Johns libmisc/shell: Remove the need for -lm when linking from the ping … 4.115
(edit) @456eab7d   09/30/14 09:26:50 Sebastian Huber pppd: Import change from NetBSD This avoids the use of … 4.115
(edit) @805360b   09/23/14 12:20:35 Sebastian Huber pppd: Fix warnings 4.115
(edit) @33739be   09/30/14 09:25:57 Sebastian Huber libnetworking: Update due to Termios changes 4.115
(edit) @5464752f   09/19/14 14:55:09 Hesham Almatary or1k fix bug: Initialize thread context with higher stack address. … 4.115
(edit) @5323247   09/23/14 06:01:56 Sebastian Huber m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit … 4.115
(edit) @30e5e765   09/23/14 05:57:56 Sebastian Huber powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit … 4.115
(edit) @dadd7cd   09/22/14 10:01:49 Sebastian Huber score: Delete Thread_Wait_information::Block2n This field is no … 4.115
(edit) @90ce69b   09/19/14 12:19:55 Sebastian Huber score: Critical fix for _Thread_queue_Dequeue() Do not return NULL in … 4.115
(edit) @386d8b5   09/18/14 13:33:33 Sebastian Huber sparc: Add comment 4.115
(edit) @15d7261b   09/18/14 06:09:09 Sebastian Huber telnetd: Use socklen_t 4.115
(edit) @c040b113   09/17/14 05:21:35 Sebastian Huber redirector: Rename rtems_stdio_redirect_t Rename … 4.115
(edit) @2195a95f   09/16/14 22:40:48 Joel Sherrill Libmisc/Makefile?.am: Build with networking disabled 4.115
(edit) @f535fe53   09/04/14 20:41:21 Joel Sherrill tod.h -> libcsupport like other driver and helper prototype files … 4.115
(edit) @f641b15   09/04/14 20:39:41 Joel Sherrill Revert: rtems-rfs-buffer.c: Correct printf() format specifiers to … 4.115
(edit) @8fbe2e6   09/04/14 13:59:49 Joel Sherrill Use correct prototype of benchmark_timer_read() This change starts … 4.115
(edit) @e0aef221   09/15/14 22:33:30 Hesham Almatary score/cpu/or1k: Follow no_cpu ISR_Handler algorithm. This patch … 4.115
(edit) @eb14fc2b   09/15/14 22:33:28 Hesham Almatary OpenRISC: Account for red-zone (fixup printf bug). This patch … 4.115
(edit) @b299960   09/14/14 23:10:45 Chris Johns shell: Add an md5 hash command for files. This command lets you get … 4.115
(edit) @ebf9a05   09/14/14 22:50:28 Chris Johns libmisc: Add a stdio redirector helper. This module makes it easy to … 4.115
(edit) @a8fa078   09/14/14 22:00:18 Chris Johns shell: Add a ping command. The ping code is taken from a recent … 4.115
(edit) @4c9f02d   09/11/14 11:04:42 Sebastian Huber dosfs: Check error status 4.115
(edit) @c48cf0bd   09/11/14 07:10:16 Sebastian Huber score: Rename _BSP_Exception_frame_print() Rename … 4.115
(edit) @6e0000c   09/11/14 07:07:36 Sebastian Huber powerpc: Delete PPC_BSP_HAS_FIXED_PR288 4.115
(edit) @0facefc   09/10/14 13:08:52 Hesham Almatary or1k: Let CPU/BSP Fatal handler have access to source This patchs … 4.115
(edit) @f82752a4   06/04/14 09:23:34 Daniel Hellstrom Let CPU/BSP Fatal handler have access to source Without the source … 4.115
(edit) @80ad7090   09/08/14 12:13:31 pisa score: More strict RTEMS_DEQUALIFY implementation. This … 4.115
(edit) @05ac47d   09/05/14 07:13:46 Sebastian Huber posix: Use RTEMS_DECONST() 4.115
(edit) @4d5250c   09/05/14 07:13:23 Sebastian Huber posix: Fix warning 4.115
(edit) @8dab980   09/05/14 07:12:59 Sebastian Huber libcsupport: Use RTEMS_DECONST() 4.115
(edit) @a72f16e   09/05/14 06:32:28 Sebastian Huber score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY() 4.115
(edit) @2a86615   08/05/14 20:48:01 Jennifer Averett capture: Add support for variable length records. 4.115
(edit) @133962b   07/22/14 14:40:54 Jennifer Averett capture: Split user extension methods out. 4.115
(edit) @bc35eeca   09/04/14 17:55:39 Hesham Almatary Regenerate preinstall.am for score/cpu/or1k This patch regenerates … 4.115
(edit) @06ac8b71   09/03/14 14:59:37 Joel Sherrill shell.c: Add cast to match printf() expectations for width specifier 4.115
(edit) @2dd1e75e   09/03/14 14:59:10 Joel Sherrill rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate … 4.115
(edit) @3bff410   09/02/14 23:07:36 Joel Sherrill rtems/score/assert.h: Rework to allow use of NDEBUG 4.115
(edit) @9d95ef9   09/02/14 23:07:15 Joel Sherrill mprotect.c: Remove warning for no prototype 4.115
(edit) @5f9c208   09/03/14 03:15:24 Chris Johns libfs: Fix the warning in the RFS. Return the first error if one or … 4.115
(edit) @305357e   08/31/14 23:29:41 Hesham Almatary or1k: Implement context validate and context volatile clobber … 4.115
(edit) @23e8f3d   08/31/14 23:28:49 Hesham Almatary Add missing r31 load instruction _ISR_Handler _ISR_Handler: r31 was … 4.115
(edit) @fe826e2   09/02/14 12:10:19 Sebastian Huber sapi: Add profiling report begin/end message 4.115
(edit) @fecaeca1   08/25/14 10:59:34 cederman score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC … 4.115
(edit) @59990cc   08/29/14 02:48:01 Chris Johns Regenerate all preinstall.am files. With this patch the preinstall.am … 4.115
(edit) @b597c0d   08/28/14 13:44:52 Joel Sherrill Regenerate all preinstall.am files. Apparently, at some point … 4.115
(edit) @34db8ec   08/27/14 12:06:10 Sebastian Huber rtems: SMP fix for timer server 4.115
(edit) @96ec8ee8   08/22/14 15:09:36 Sebastian Huber rtems: Add more clock tick functions Add rtems_clock_tick_later(), … 4.115
(edit) @e5f6ca8   08/22/14 20:22:04 Hesham Almatary Add or1k to the list of targets that use IEEE 754 in xdr_float.c 4.115
(edit) @f553c6e   08/22/14 14:39:47 Sebastian Huber rtems: Inline rtems_clock_get_ticks_since_boot() Update documentation. 4.115
(edit) @ddbc3f8d   07/11/14 14:37:56 cederman score: Add SMP support to the cache manager Adds functions that … 4.115
(edit) @bba83e5   07/11/14 14:09:41 cederman score/sparc: Add comment on icache flush after trap table update … 4.115
(edit) @54f3476e   07/03/14 09:18:55 cederman bsp/sparc: Flush icache before first time enabling interrupts A … 4.115
(edit) @aed38189   07/08/14 09:35:14 cederman score: Rename SMP broadcast message function Change message type to … 4.115
(edit) @a68cc1b   07/08/14 09:33:55 cederman score: Add function to send a SMP message to a set of CPUs 4.115
(edit) @5787188   08/20/14 23:47:02 Joel Sherrill Add configuration to detect toolset has sigaltstack() prototype 4.115
(edit) @bba3507   08/19/14 15:43:36 Sebastian Huber score: PR2179: Fix initially locked PI mutex 4.115
(edit) @3654667f   08/14/14 15:02:29 Kolja Waschk rtems_termios_puts: Copy and write more than one char at once Renamed … 4.115
(edit) @de62e5d8   08/18/14 21:06:46 Hesham Almatary Add or1k tick timer register definitions 4.115
(edit) @1a2d3497   08/14/14 12:27:40 Sebastian Huber arm: PR2186: Fix compile error 4.115
(edit) @700f97e   08/12/14 18:46:49 Joel Sherrill or1k/.../preinstall.am: Add missing file 4.115
(edit) @94d45f6   08/12/14 15:57:42 Hesham Almatary Add support for OpenRISC - Fixed issues This work is based on the old … 4.115
(edit) @8ae37323   08/10/14 16:36:30 Sebastian Huber arm: Add support for FPv4-SP floating point unit This floating point … 4.115
(edit) @0ef6e3bf   07/24/14 15:50:58 Sebastian Huber rbtree: Simplify _RBTree_Extract() 4.115
(edit) @993f5ac   07/23/14 11:03:54 Sebastian Huber rbtree: Simplify insert and extract Simplify _RBTree_Insert() and … 4.115
(edit) @4752550f   07/23/14 11:19:09 Sebastian Huber rbtree: Simplify _RBTree_Rotate() Add and use _RBTree_Direction(). 4.115
(edit) @390cfcd   08/02/14 13:49:26 Sebastian Huber posix: Simplify key implementation 4.115
(edit) @60fe374   08/03/14 11:02:58 Sebastian Huber rbtree: Add and use RBTree_Compare_result 4.115
(edit) @40dcafa   08/02/14 14:22:31 Sebastian Huber Add and use RTEMS_CONTAINER_OF() 4.115
(edit) @b767683a   07/22/14 20:49:09 Sebastian Huber rbtree: Rename find header in find control Simplify … 4.115
(edit) @6e93c836   07/22/14 17:42:54 Sebastian Huber rbtree: Simplify off-tree handling Only use the parent pointer, since … 4.115
(edit) @4cd55724   07/26/14 10:52:22 Sebastian Huber Delete unused *_Is_null() functions 4.115
(edit) @639117f   07/22/14 12:50:07 Sebastian Huber rbtree: Update maximum node in LIFO order The test sptests/sp35 … 4.115
(edit) @9113798c   07/23/14 20:39:17 Joel Sherrill todimpl.h: Add missing Doxygen 4.115
(edit) @0a84c298   07/23/14 20:37:03 Joel Sherrill coretod*.c: Fix Doxygen group and comment formatting 4.115
(edit) @875fff0a   07/23/14 20:35:35 Joel Sherrill Add _TOD_Adjust to SCORE TOD Handler. This lays the proper structure … 4.115
(edit) @3b6352d   07/19/14 00:46:59 Joel Sherrill adjtime.c: Use timestamp math and simplify 4.115
(edit) @8abbbdde   07/21/14 16:29:00 Sebastian Huber rbtree: Do not set node off-tree in extract 4.115
(edit) @d7a94693   07/21/14 16:16:47 Sebastian Huber rbtree: Remove superfluous NULL pointer checks 4.115
(edit) @6b0a7efc   07/21/14 16:08:07 Sebastian Huber rbtree: Format 4.115
(edit) @0ea6d07   07/09/14 18:22:28 Joel Sherrill Use Shared Method for Thread Unblock Cleanup When a thread is removed … 4.115
(edit) @3250664   07/15/14 17:37:36 Joel Sherrill Thread Queue: Merge discipline subroutines into main methods There … 4.115
(edit) @ed7a028   07/07/14 19:26:13 Joel Sherrill Thread Queue Priority Discipline Reimplemented with RBTree 4.115
(edit) @64939bc   07/12/14 19:22:22 Sebastian Huber rbtree: Reduce RBTree_Control size Remove compare function and is … 4.115
(edit) @7e119990   07/12/14 19:22:21 Sebastian Huber rbtree: Delete unused functions 4.115
(edit) @764e8b11   07/07/14 19:23:24 Joel Sherrill scheduleredfunblock.c: Correct spacing 4.115
(edit) @3a01e8b   07/07/14 19:22:57 Joel Sherrill semdelete.c: Correct spacing 4.115
(edit) @463de59   04/16/14 14:42:37 Jennifer Averett capture: Fix capture engine to handle new extensions. 4.115
(edit) @1af8634a   04/11/14 15:18:20 Jennifer Averett capture: Update comment block style in capture engine. Doxygen added … 4.115
(edit) @f0c8501   07/11/14 07:47:05 Sebastian Huber score: Scheduler helping proto for affinity sched The priority … 4.115
(edit) @27783f6   07/10/14 12:27:42 Sebastian Huber score: Fix scheduler helping implementation Do not extract the idle … 4.115
(edit) @333f9426   07/10/14 10:49:43 Sebastian Huber score: Fix assertions 4.115
Note: See TracRevisionLog for help on using the revision log.