source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @549b1d6   03/26/18 14:09:19 Sebastian Huber Remove unused POSIX_NOT_IMPLEMENTED() declaration 5
(edit) @7353422f   03/22/18 08:05:26 Sebastian Huber mpci: Fix _MPCI_Enqueue_callout() Update #3117. Update #3182. 5
(edit) @2c65588   03/22/18 06:48:05 Sebastian Huber config: Fix re-definition warning 5
(edit) @3da2f471   03/22/18 06:47:46 Sebastian Huber mpci: Update due to thread queue API changes Update #3117. Update #3182. 5
(edit) @efa0039e   03/13/18 16:14:15 amaan.cheval i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a function … 5
(edit) @e9fb3133   03/13/18 16:14:13 amaan.cheval i386/smp: Define CPU_Interrupt_frame as non-void struct This change, … 5
(edit) @74fe9ce   03/15/18 14:49:11 joel rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity … 5
(edit) @478dc89   03/16/18 06:01:48 Sebastian Huber imfs: Use most efficient way to get the time As a side-effect, this … 5
(edit) @0a7a30d   03/12/18 19:53:09 joel Add PowerPC paravirtualization support Cannot read or write MSR when … 5
(edit) @c0443b4c   03/12/18 19:42:47 joel Add ARM Paravirtualization support Closes #3305. 5
(edit) @7c39cab   03/12/18 19:46:29 joel Rework i386 Paravirtualization to have paravirt.h 5
(edit) @7633f5b   03/12/18 05:59:15 Sebastian Huber sparc64: Move libcpu content to cpukit This patch is a part of the … 5
(edit) @8b5778e   03/12/18 05:37:36 Sebastian Huber sparc: Move libcpu content to cpukit This patch is a part of the BSP … 5
(edit) @c2282d6d   03/08/18 23:28:31 joel sparc/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @55e76c2   03/08/18 23:27:37 joel sparc64/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @d978d1b   03/08/18 23:25:54 joel powerpc/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @8d96b46   03/08/18 23:24:47 joel m68k/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @5b88ec5   03/08/18 23:23:21 joel riscv/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @eb142fee   03/08/18 23:16:59 joel arm/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @43bd6b15   03/08/18 23:11:03 joel v850/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @e88abc0   03/08/18 23:10:38 joel no_cpu/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @7dde32f0   03/08/18 23:09:52 joel or1k/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @924cecd9   03/08/18 22:56:14 joel m32c/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @a518ff4b   03/08/18 22:16:42 joel moxie/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @fce900b5   03/08/18 20:15:47 joel sh/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @00acca28   03/08/18 19:29:17 joel nios2/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @c83d169   03/08/18 19:23:06 joel epiphany/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @c98d4748   03/08/18 19:18:43 joel lm32/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @a1df2fdc   03/08/18 19:09:17 joel i386/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @859251a   03/08/18 18:29:23 joel mips/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @cbbe68b   03/08/18 18:28:54 joel bfin/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @2cec5ac   03/12/18 09:29:21 Sebastian Huber shell: Fix rtems_shell_init_env() Do not discard a user provided task … 5
(edit) @0fb724a   03/12/18 09:04:11 Sebastian Huber libblock: C++ compatibility 5
(edit) @6fadb7af   03/08/18 05:33:24 Sebastian Huber config: Use new scheduler configuration defines Update #3325. 5
(edit) @2ef85b1   03/08/18 05:20:10 Sebastian Huber config: Simplify clustered scheduler configuration Do not use names … 5
(edit) @16f4661f   03/09/18 07:38:18 Sebastian Huber network: Optionally install network headers Install the network … 5
(edit) @89ac281   03/08/18 00:40:20 joel cpukit/include/mqueue.h: Delete unneeded includes 5
(edit) @c006bf50   02/19/18 19:22:37 joel score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typo 5
(edit) @bc16c65   02/19/18 19:21:36 joel powerpc/include/rtems/score/types.h: Remove unused ppc_isr Updates #3327. 5
(edit) @0231ebc   03/07/18 15:29:52 Sebastian Huber config: Remove RTEMS prefix from internal defines Update #3325. 5
(edit) @ef900ab   03/07/18 12:01:19 Sebastian Huber capture: Fix get priority methods 5
(edit) @337a186   02/21/18 11:40:18 Sebastian Huber Add a simple task console driver Close #3320. 5
(edit) @5618997d   02/22/18 14:34:48 Sebastian Huber termios: Fix use of uninitialized variable Update #2840. 5
(edit) @c232b37   02/19/18 19:05:57 joel confdefs.h: Minor rework to avoid warnings when … 5
(edit) @b2e26b7   02/12/18 13:07:36 christian.mauderer dev/sc16is752: Check return values. Escalate a failed installation of … 5
(edit) @bf70702   02/09/18 07:59:27 christian.mauderer dev/sc16is752: Add GPIO access via ioctl. 5
(edit) @ed24ed4e   02/08/18 09:47:16 Sebastian Huber Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for … 5
(edit) @a49dfb1   02/08/18 09:46:11 Sebastian Huber rtems: Use _Per_CPU_Get_executing() 5
(edit) @9ace2648   02/08/18 08:37:25 Sebastian Huber fdt: Use self-contained mutex Update #2843. 5
(edit) @0f7913b   02/07/18 08:23:08 Sebastian Huber network: Fix integer types 5
(edit) @2fd31117   01/09/18 05:13:32 Sebastian Huber stdio-redirector: Use self-contained mutex Update #2843. 5
(edit) @2aa5b98   01/03/18 15:20:57 Sebastian Huber syslog: Use self-contained recursive mutex Update #2843. 5
(edit) @3535439f   01/03/18 15:17:21 Sebastian Huber tftpfs: Use self-contained mutex Update #2843. 5
(edit) @71a8446   01/03/18 15:09:05 Sebastian Huber libdl: Fix potential overwrite of dest buffer Update #2843. 5
(edit) @87b7117f   01/03/18 15:07:38 Sebastian Huber libdl: Use self-contained mutex for RAP Update #2843. 5
(edit) @d9800ac   01/03/18 05:36:10 Sebastian Huber libdl: Use self-contained recursive mutex Update #2843. 5
(edit) @0a593c2d   01/03/18 05:24:59 Sebastian Huber ftpd: Use self-contained synchronization objects Update #2843. 5
(edit) @a59a6182   01/02/18 15:47:14 Sebastian Huber libblock: Use self-contained mutex for media Update #2843. 5
(edit) @868ca746   01/02/18 15:40:21 Sebastian Huber libblock: Use self-contained mutex for sparse disk Update #2843. 5
(edit) @f9027ccf   01/02/18 15:34:54 Sebastian Huber libblock: Use self-contained mutex for flashdisk Update #2843. 5
(edit) @c8d5bed   01/02/18 15:31:08 Sebastian Huber libblock: Use self-contained mutex for nvdisk Update #2843. 5
(edit) @e16111b2   02/07/18 07:57:18 Sebastian Huber NFS: Fix use of self-contained objects Update #2843. 5
(edit) @53b6484   02/05/18 08:57:45 Sebastian Huber termios: Remove obsolete configuration options Update #2843. 5
(edit) @03e5a780   12/15/17 05:20:09 Sebastian Huber NFS: Use self-contained recursive mutex Update #2843. 5
(edit) @8ddd92d   12/14/17 05:12:59 Sebastian Huber pipe: Use self-contained mutex Update #2843. 5
(edit) @0940648f   12/13/17 15:23:34 Sebastian Huber RFS: Use self-contained recursive mutex Update #2843. 5
(edit) @3b77417   12/13/17 15:15:25 Sebastian Huber dosfs: Use self-contained recursive mutex Update #2843. 5
(edit) @b17bcb3   12/13/17 05:18:28 Sebastian Huber JFFS2: Use self-contained recursive mutex Update #2843. 5
(edit) @16fc3f9a   12/12/17 05:27:14 Sebastian Huber network: Use self-contained recursive mutex Update #2843. 5
(edit) @36304f3   12/08/17 14:56:26 Sebastian Huber spi: Use self-contained mutex Update #2843. 5
(edit) @dc158ad   12/08/17 14:47:09 Sebastian Huber i2c: Use self-contained mutex Update #2843. 5
(edit) @2c12262   11/28/17 05:30:35 Sebastian Huber termios: Use self-contained objects Update #2840. 5
(edit) @8d7f3680   11/18/17 16:19:13 Sebastian Huber libblock: Use self-contained mutex and cond var Update #2843. 5
(edit) @1b2da177   11/18/17 15:52:32 Sebastian Huber libblock: Use self-contained mutex for disk lock Update #2843. 5
(edit) @f14a04c6   11/24/17 05:38:07 Sebastian Huber Add RTEMS thread API Update #2843. 5
(edit) @8fa4549   12/22/17 12:51:13 Sebastian Huber posix: Use one second based CLOCK_MONOTONIC This simplifies the … 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(edit) @3a4e044   12/22/17 09:35:47 Sebastian Huber score: Rename _Watchdog_Realtime_from_*() Rename … 5
(edit) @89c0313   12/21/17 13:31:55 Sebastian Huber score: Optimize watchdog tickle Avoid unnecessary lock … 5
(edit) @1e483a62   02/02/18 06:43:39 Sebastian Huber test: Add rtems_test_busy_cpu_usage() 5
(edit) @05015dc1   01/23/18 02:23:55 Chris Johns Xilinx AXI I2C driver IP race condition causes clock glitch. Setting … 5
(edit) @1c64c688   01/31/18 07:18:42 Sebastian Huber epiphany: Workaround until next Newlib snapshot At least with … 5
(edit) @9819425   01/31/18 07:02:21 Sebastian Huber epiphany: Fixes for GCC 7.3 GCC 7.3 defines USER_LABEL_PREFIX to … 5
(edit) @bc96f3b4   01/23/18 08:53:06 Sebastian Huber ada: Introduce RTEMS.Size type Some time ago the Classic API object … 5
(edit) @d8de6b9   01/23/18 08:49:59 Sebastian Huber ada: Fix RTEMS.Time_t Update #3111. 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @6bb9b3df   01/23/18 07:00:11 Sebastian Huber rfs: Fix format warning Update #3082. 5
(edit) @5fb838d   01/22/18 11:32:46 Sebastian Huber rfs: Fix for 64-bit targets The RTEMS_BLKIO_SETBLKSIZE IO control … 5
(edit) @fc438dae   12/21/17 07:47:12 Sebastian Huber monitor: Fix thread priority values 5
(edit) @5ce2dfa   01/15/18 07:16:42 Sebastian Huber powerpc: Add FSL_EIS_EPR Update #3085. 5
(edit) @168277e7   01/19/18 09:44:35 Sebastian Huber tests: Change TEST BUILD to use define names 5
(edit) @a5b4db4b   12/21/17 13:59:54 Sebastian Huber rtems: Fix rtems_task_mode() A rtems_configuration_is_smp_enabled() … 5
(edit) @f387e8f   01/16/18 19:47:53 joel testsupport/testbeginend.c: Fix redefined warning 5
(edit) @2a21c80   12/27/17 02:43:02 Chris Johns Include rtems/bspIo.h for printk. Closes @3267. 5
(edit) @4e100058   01/02/18 14:34:40 Sebastian Huber sparc: Remove <bsp.h> from PCI shell command Update #3254. Update #3260. 5
(edit) @569fd50   01/02/18 10:56:36 Sebastian Huber sparc: Remove BSP specifics from <pci/irq.h> Update #3254. Update … 5
(edit) @3b392b6   01/02/18 10:45:42 Sebastian Huber sparc: Remove BSP specifics from <pci/access.h> Update #3254. Update … 5
(edit) @7190005   01/02/18 10:42:48 Sebastian Huber sparc: Move <libcpu/byteorder.h> Update #3254. Update #3260. 5
(edit) @e1563f37   12/15/17 06:21:58 Sebastian Huber posix: Remove unused global variable Update #2702. Update #2555. 5
(edit) @12641f7b   12/14/17 07:12:52 Sebastian Huber epiphany: Remove superfluous includes Update #3254. 5
Note: See TracRevisionLog for help on using the revision log.