source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4cd742e   11/02/15 03:14:37 ngie timecounter: Merge FreeBSD change r290257 Define fhard in … 5
(edit) @f013c14   09/25/15 13:03:57 kib timecounter: Merge FreeBSD change r288216 Use per-cpu values for base … 5
(edit) @2b6d00f   08/13/15 14:43:25 ian timecounter: Merge FreeBSD change r304285 Constify the pointers to … 5
(edit) @f1463c8   08/12/15 20:50:20 ian timecounter: Merge FreeBSD change r286701 If a specific timecounter … 5
(edit) @7494681   08/07/15 23:31:31 ian timecounter: Merge FreeBSD change r286429 Only process the PPS event … 5
(edit) @ec349b58   08/07/15 21:14:19 ian timecounter: Merge FreeBSD change r286423 RFC 2783 requires a status … 5
(edit) @0163063   07/08/15 18:42:08 kib timecounter: Merge FreeBSD change r285286 Reimplement the ordering … 5
(edit) @4d0ade9   06/11/15 04:41:54 kib timecounter: Merge FreeBSD change r284256 Tweaks for r284178: Do not … 5
(edit) @51304dde   05/04/15 17:59:39 ian timecounter: Merge FreeBSD change r282424 Implement a mechanism for … 5
(edit) @0aef6fb   03/14/15 23:16:12 ian timecounter: Merge FreeBSD change r280012 Use sbuf_printf() for … 5
(edit) @ea0b339   03/07/15 18:23:32 hselasky timecounter: Merge FreeBSD change r279728 Add mutex support to the … 5
(edit) @ed9a6fd   10/11/17 19:33:44 Sebastian Huber posix: Use right time format in adjtime() Update #2740. 5
(edit) @dfa9a2e7   10/12/17 02:37:10 joel xz/README: Correct URL Closes #2829. 5
(edit) @14e5a08   10/12/17 02:32:32 joel Fix warnings for using C/ObjC specific GCC flags with C++ Closes #3181. 5
(edit) @871c23c   10/12/17 01:17:29 joel Fix spprofiling01 overriding recipe warning Closes #3084. 5
(edit) @16aaf73b   10/11/17 06:33:19 Sebastian Huber smpaffinity01: Fix test case Update #2514. 5
(edit) @157c767   10/11/17 05:53:38 Sebastian Huber posix: Include missing <limits.h> 5
(edit) @b2dbb634   10/10/17 09:36:23 Sebastian Huber score: Remove CPU_set_Control Use Processor_mask instead. Update #2514. 5
(edit) @a3ad4af   10/10/17 09:22:21 Sebastian Huber posix: Validate affinity sets by the scheduler Update #2514. 5
(edit) @db3a3de   10/10/17 08:03:48 Sebastian Huber score: Add _Thread_queue_Dispatch_disable() 5
(edit) @bd5be58f   10/10/17 05:18:09 Sebastian Huber posix: Unconditional thread attribute support Update #2514. 5
(edit) @4f9ed26   10/10/17 05:13:37 Sebastian Huber posix: Constify default thread processor affinity Set default thread … 5
(edit) @8c5267a   10/10/17 05:11:29 Sebastian Huber posix: Simplify pthread_attr_setstack() Simplify * … 5
(edit) @da9f5f1   10/09/17 13:34:26 Sebastian Huber posix: Remove rtems_pthread_attribute_compare() Update #2514. Close #3174. 5
(edit) @af9115f3   10/06/17 08:07:38 Sebastian Huber posix: Simplify POSIX_API_Control Return stack area via … 5
(edit) @65012bf   10/06/17 13:41:46 Sebastian Huber score: Change Timestamp_Control to sbintime_t The timestamp are based … 5
(edit) @2256946   10/06/17 13:30:47 Sebastian Huber score: Use struct timespec for TOD Use the timestamps only for uptime … 5
(edit) @c0623a99   10/06/17 13:00:27 Sebastian Huber score: Simplify _Timestamp_Add_to() Update #2740. 5
(edit) @80933ab3   10/09/17 05:38:15 Sebastian Huber bsps/powerpc: Fix robust thread dispatch again Use the saved MSR to … 5
(edit) @6489bcb   10/09/17 05:23:32 Sebastian Huber psxtests/psx05: Fix timeout calculation Update #3111. 5
(edit) @19cbd194   10/09/17 03:24:50 joel pc386/.../bspreset.c: Readd proper reset code. The removal of the … 5
(edit) @098b67b   10/06/17 18:00:38 Sebastian Huber posix: Resurrect signal support This was accidentally removed during … 5
(edit) @587afc3   10/06/17 12:20:00 Sebastian Huber confdefs: Fix typo 5
(edit) @170df3d   10/04/17 05:24:19 Sebastian Huber bsp/imx: Add SPI bus driver Update #3090. 5
(edit) @54380f42   10/06/17 09:02:53 Sebastian Huber bsp/imx: Add imx_iomux_configure_pins() Update #3090. 5
(edit) @e316be7   10/06/17 08:09:39 Sebastian Huber bsp/imx: Import iomux from FreeBSD Update #3090. 5
(edit) @b39cda6   10/06/17 10:03:03 Sebastian Huber bsp/imx: Fix I2C registration with path Update #3090. 5
(edit) @8bdbefe   10/06/17 06:32:11 Sebastian Huber libdl: Fix warnings Update #3155. 5
(edit) @4e38aed   10/06/17 07:16:01 Sebastian Huber libdl: Use 64-bit ELF on 64-bit targets Update #3155. 5
(edit) @900fda45   10/06/17 07:42:32 Sebastian Huber rtems: Fix format warnings Update #3111. 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @c090db7   09/12/17 06:09:16 Sebastian Huber posix: Implement self-contained POSIX semaphores For semaphore object … 5
(edit) @47b1e31   09/19/17 12:10:33 Sebastian Huber posix: Optimize pthread_once_t Reduce size of pthread_once_t and make … 5
(edit) @e46a075   10/05/17 12:23:40 Sebastian Huber Enforce compatible Newlib version This Newlib check ensures that we … 5
(edit) @5cf5d46e   10/05/17 07:44:01 Sebastian Huber score: Make status codes unconditional The internal status codes … 5
(edit) @dcdd329   10/04/17 07:18:56 Sebastian Huber posix: Fix aio_cancel() Update #3164. 5
(edit) @f043b9b   09/29/17 08:43:03 Sebastian Huber bsp/imx: Add I2C bus driver Update #3090. 5
(edit) @9db9024   09/28/17 09:31:32 Sebastian Huber bsp/imx: Fix I2C register header Update #3090. 5
(edit) @ce28d601   09/28/17 08:03:44 Sebastian Huber bsp/imx: Add imx_get_reg_of_node() Update #3090. 5
(edit) @7e195e66   09/28/17 07:29:38 Sebastian Huber bsp/imx: Add imx_get_irq_of_node() Update #3090. 5
(edit) @4cfce5c   09/28/17 06:13:01 Sebastian Huber i2c: Add temperature sensor LM75A driver Close #3163. 5
(edit) @9c063df   10/02/17 11:28:22 Sebastian Huber i2c: Fix EEPROM driver program timeout handling The … 5
(edit) @2e1d595   10/02/17 11:06:59 Sebastian Huber i2c: Send MSB of address first for EEPROMs Update #3161. 5
(edit) @f9fbb333   08/30/17 09:01:38 Daniel Hellstrom libpci: fix pci device allocation The refactoring of pci_dev_create() … 5
(edit) @0b134aca   09/29/17 05:43:08 Sebastian Huber bsp/bf537Stamp: Fix warning 5
(edit) @71923138   09/28/17 11:18:52 Sebastian Huber shell: Fix missing prototype warning 5
(edit) @910adc3   09/28/17 11:18:12 Sebastian Huber bsps: Fix integer to/from pointer warnings Update #3082. 5
(edit) @610ffd7   09/28/17 11:17:15 Sebastian Huber bsp/gen5200: Fix warning Update #3122. 5
(edit) @f2b5d672   09/28/17 05:12:53 Sebastian Huber bsps/powerpc: Fix print format warnings 5
(edit) @441993a8   09/28/17 05:05:01 Sebastian Huber network: Add missing forward declaration 5
(edit) @dbdb6a32   09/27/17 13:14:33 Sebastian Huber posix: Remove superfluous includes 5
(edit) @e2fe881a   09/27/17 12:37:07 Sebastian Huber score: Simplify red-black tree debug support Make the RBTree_Node … 5
(edit) @ef18d36   09/26/17 05:52:08 Sebastian Huber posix: Remove superfluous includes 5
(edit) @e460cd00   09/27/17 10:07:14 Sebastian Huber score: Rename to _Scheduler_Control Rename struct Scheduler_Control … 5
(edit) @5616983   09/26/17 05:10:40 Sebastian Huber bsp/imx: Add nocache section Update #3090. 5
(edit) @362e96ab   09/26/17 12:01:07 Sebastian Huber bsp/imx: Provide a default console Update #3090. 5
(edit) @4bf2ce31   09/26/17 05:31:29 Sebastian Huber bsp/imx: Add register headers Update #3090. 5
(edit) @ea4488ae   08/02/17 23:26:51 joel posix shm: Add oflag to Shm_Control 5
(edit) @05f9858f   09/13/17 05:00:57 Sebastian Huber bsps: Generalize bsp_fdt_map_intr() Pass all interrupt cells to … 5
(edit) @29919242   09/22/17 11:48:40 Sebastian Huber bsp/imx: Add SMP support Update #3090. 5
(edit) @3ad3849a   09/22/17 11:15:56 Sebastian Huber bsp/imx: Add register headers Update #3090. 5
(edit) @8e6a407a   09/22/17 11:48:03 Sebastian Huber bsps/arm: Copy FDT only on boot processor Update #3090. 5
(edit) @560acb62   09/22/17 09:18:50 Sebastian Huber score: Include missing header file Update #3059. 5
(edit) @bdc468a   09/22/17 06:22:11 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for rwlocks Close #3153. 5
(edit) @714cb06   09/21/17 15:16:41 joel psxrdwrv/test.c: Clear iovec to ensure consistent results closes #3148. 5
(edit) @a4bca685   09/21/17 11:32:25 Sebastian Huber bsps/powerpc: Fix robust thread dispatch Implement thread dispatch … 5
(edit) @b800f88   09/21/17 11:32:12 Sebastian Huber bsp/t32mppc: PPC_EXC_CONFIG_USE_FIXED_HANDLER Fix link-time error. … 5
(edit) @821acce   09/20/17 08:30:19 Sebastian Huber bsp/qemuppc: Fix for RTEMS_DEBUG 5
(edit) @cf2ec29d   09/20/17 08:18:17 Sebastian Huber bsp/psim: Fix for RTEMS_DEBUG 5
(edit) @927e1f8   09/20/17 07:39:07 Sebastian Huber bsp/mpc8260ads: Fix for RTEMS_DEBUG 5
(edit) @4e0dd1f   09/20/17 07:35:10 Sebastian Huber bsp/mpc8260ads: Fix for RTEMS_DEBUG 5
(edit) @d7ed684   09/20/17 05:18:53 Sebastian Huber bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLER Fix link-time … 5
(edit) @4c1f442   09/19/17 12:40:06 Sebastian Huber bsp/qoriq: Update README Close #3085. 5
(edit) @f100a58   09/19/17 12:35:02 Sebastian Huber bsp/qoriq: Add hypervisor guest SMP support Update #3085. 5
(edit) @31540bfb   09/19/17 12:34:21 Sebastian Huber bsp/qoriq: MMU configuration as hypervisor guest Re-enable MMU … 5
(edit) @2720fbf0   09/19/17 08:19:30 Sebastian Huber bsp/qoriq: Avoid IVOR38..42 access as hv guest Update #3085. 5
(edit) @6600882b   09/19/17 08:16:05 Sebastian Huber bsp/qoriq: Avoid MAS8 access as hypervisor guest Update #3085. 5
(edit) @44c0114   09/19/17 08:06:19 Sebastian Huber bsp/qoriq: Reduce static memory demands Update #3085. 5
(edit) @ec28f31   09/19/17 07:12:02 Sebastian Huber bsp/qoriq: Add decrementer clock driver Update #3085. 5
(edit) @fd70e206   09/18/17 09:28:26 Sebastian Huber bsp/qoriq: Add early debug output initialization Update #3085. 5
(edit) @599e6fbd   09/19/17 07:02:30 Sebastian Huber bsps/powerpc: PPC_EXC_CONFIG_USE_FIXED_HANDLER Make … 5
(edit) @9a50e32   09/19/17 08:56:25 Sebastian Huber score: Include missing <limits.h> Update #2132. Close #3140. 5
(edit) @a029230a   09/18/17 09:31:33 Sebastian Huber Add "\n" to "\r\n" translation to rtems_putc() Update #3122. 5
(edit) @f3b29236   09/18/17 06:22:38 Sebastian Huber bsps: Clock_driver_support_install_isr() Remove old ISR parameter … 5
(edit) @c030edd   09/15/17 11:48:44 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for condvar Close #3137. 5
(edit) @8230a329   09/15/17 11:24:51 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for barriers Close #3126. 5
(edit) @3b47ce73   09/15/17 11:14:57 Sebastian Huber posix: Allow PTHREAD_PROCESS_SHARED for mutexes Close #3125. 5
Note: See TracRevisionLog for help on using the revision log.