source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @01a5ced5   03/12/19 08:00:51 Sebastian Huber record: Add more system events Update #3665. 5
(edit) @ebb8c28e   03/12/19 07:27:52 Sebastian Huber record: Add system call entry/exit events This corresponds to the … 5
(edit) @d91951fb   03/12/19 07:15:19 Sebastian Huber record: Rename internal per-CPU events Update #3665. 5
(edit) @2e8a66d   03/01/19 18:21:34 Jonathan Brandmeyer shell: Correct argument order of mfill Close #3720. 5
(edit) @b1ac3a5   03/01/19 18:21:52 Jonathan Brandmeyer cpukit/arm: Correct register definition The register definition for … 5
(edit) @ec1dd51a   03/06/19 10:15:56 Chris Johns libdl: Add small data support to the remaining PowerPC BSPs. Updates #3687 5
(edit) @a6e39d4a   02/27/19 06:22:54 Sebastian Huber Update Doxyfile to Doxygen 1.8.15 Generate Doxygen output in doc and … 5
(edit) @03b2163   03/01/19 09:10:19 Sebastian Huber score: Fix _Scheduler_EDF_Cancel_job() Remove the priority node only … 5
(edit) @feea03b6   02/27/19 09:53:30 Sebastian Huber Remove explicit file names from @file This makes the @file … 5
(edit) @e99847bf   02/21/19 06:01:22 christian.mauderer dev/sc16is752: Fix parity generation. 5
(edit) @7abc497   02/21/19 22:13:58 nyphbl8d bsps/arm: Fix system register for virtual timer The system register … 5
(edit) @c5615ddc   02/18/19 02:28:10 Chris Johns libdl/unresolved: Fix return value for rtems_rtl_unresolved_remove … 5
(edit) @7aa0530   02/18/19 01:37:05 Chris Johns libdl/archive: Check for an overflow of the symbol table. Coverty … 5
(edit) @62b01ab   02/18/19 01:18:50 Chris Johns libdl/archive: Fix the config file string index while removing tailing … 5
(edit) @be62def9   02/18/19 01:12:53 Chris Johns libdl/archive: Return false on read failure. Coverity issue 1442641 … 5
(edit) @22afb034   02/18/19 00:46:22 Chris Johns libdl/alloc: Add a locking interface to the allocator. - Allow an … 5
(edit) @e4ad14cc   02/12/19 11:19:38 Sebastian Huber score: Avoid some deadlocks in _Once() Recursive usage of the same … 5
(edit) @3ecb207   02/14/19 23:38:41 Chris Johns libdl/rap: Add the section alloc call after section load was split … 5
(edit) @e309f77   02/14/19 03:00:05 Chris Johns libdl: Allocator does not unlock and lock memory on loading. Close #3692 5
(edit) @e214ff4b   02/12/19 12:18:56 Sebastian Huber posix: Remove unused _POSIX_Get_object_body() 5
(edit) @6c9f017   02/02/19 04:09:53 Chris Johns libdl: Add powerpc large memory and small data support. - Add support … 5
(edit) @194eb403   01/21/19 21:48:19 Chris Johns libdl: Add support for large memory programs - Add trampolines to … 5
(edit) @d8c70ba6   01/15/19 06:47:41 Chris Johns libdl: Add support for trampolines - Trampolines or fixups for … 5
(edit) @4408603   01/09/19 11:14:11 Chris Johns libdl: Fix the support for constructors and desctructors. - Fix the … 5
(edit) @a7c6176   12/17/18 06:48:30 Chris Johns libtest/dl08: Add a test for archives. - Create 2 archives. - Load 1 … 5
(edit) @89c59be   12/17/18 05:36:48 Chris Johns libdl: Add symbol searching and loading from archives. - Load archive … 5
(edit) @e2f13430   02/02/19 04:19:59 Chris Johns libdl: Fix dlerror non-conformance Closes #3298 5
(edit) @2d8a9c79   02/02/19 04:22:04 Chris Johns libmisc: Fix rtems_print_buffer Closes #3684 5
(edit) @26333f2a   02/08/19 09:16:07 Sebastian Huber score: Fix _User_extensions_Thread_switch() (SMP) We have to read the … 5
(edit) @fbd08066   02/07/19 06:46:38 Sebastian Huber score: Fix plain priority thread queues (SMP) We must add/remove the … 5
(edit) @03fcbb1   11/27/18 11:45:53 Sebastian Huber fs: Add struct dirent::d_type support 5
(edit) @9399473c   02/02/19 10:03:13 Sebastian Huber riscv: Fix misaligned access in context validate 5
(edit) @03cdd5ea   01/30/19 08:41:49 Sebastian Huber record: Add enum value for each event Update #3665. 5
(edit) @dca6184   04/28/18 09:36:11 Sebastian Huber Add low level event recording support Add low level event recording … 5
(edit) @f0ae613b   01/17/19 06:33:08 Sebastian Huber m68k: Avoid _Addresses_Add_offset() This prevents a cyclic dependency … 5
(edit) @afd50b3   01/23/19 12:17:44 maksim.e.kozlov libmisc: Fix swapped parameters and enable floating point usage. 5
(edit) @d3d4e77   01/18/19 11:37:55 Jiri Gaisler riscv: add griscv bsp Update #3678. 5
(edit) @9b2b389   01/18/19 17:00:47 Jiri Gaisler grlib: use cpu-independent routines for uncached access Update #3678. 5
(edit) @926ed2b0   01/18/19 12:32:51 Sebastian Huber score: Remove unused _ISR_lock_Flash() 5
(edit) @41310c02   01/18/19 12:16:29 Sebastian Huber score: Improve debug support for ISR locks Ensure that interrupts are … 5
(edit) @b5bdecf   01/18/19 11:54:05 Sebastian Huber score: Avoid internal API and use ISR lock 5
(edit) @93e3b341   01/14/19 06:50:26 Sebastian Huber score: Simplify _Addresses_Is_aligned() The CPU_ALIGNMENT must not be … 5
(edit) @4596127   01/10/19 19:14:03 joel m68k/include/rtems/score/cpu.h: Add include of address.h 5
(edit) @8eaf136d   01/10/19 10:35:12 Sebastian Huber memalign: Add missing attributes to fix warning Update #3666. 5
(edit) @7bde91b   01/10/19 08:05:49 Sebastian Huber Fix format warnings due to ino_t changes 5
(edit) @b9ffc41c   01/08/19 08:50:50 Sebastian Huber riscv: Enable robust thread dispatch It must be enabled, since the … 5
(edit) @3bd39999   01/08/19 08:53:26 Sebastian Huber Adjust interrupt mode tests for some CPU ports In case the robust … 5
(edit) @1f285186   01/08/19 07:39:42 Sebastian Huber rtems: Allow to set ISR level 0 in SMP config Update #3000. 5
(edit) @38cb59e   01/08/19 07:36:31 Sebastian Huber Separate task mode checks Update #3000. 5
(edit) @9c12bcfd   01/07/19 08:32:16 Sebastian Huber Fix format warnings 5
(edit) @956d76cc   01/07/19 08:30:43 Sebastian Huber score: Remove superfluous include from chainimpl.h 5
(edit) @a7e8996   12/21/18 20:09:53 Sebastian Huber drvmgr: Improve LP64 compatibility 5
(edit) @6073c71d   12/21/18 20:09:15 Sebastian Huber drvmgr: Enable build for riscv 5
(edit) @2158621   12/19/18 08:25:29 Sebastian Huber Add aligned_alloc() and memalign() Ensure that the C++17 aligned new … 5
(edit) @10135fa   12/20/18 13:26:50 thomas.doerfler tftpfs: Some bug fixes Fix for: - tftpfs did not mount, when device … 5
(edit) @7c19e50   12/18/18 07:45:06 Sebastian Huber score: Fix per-CPU data allocation Allocate the per-CPU data for … 5
(edit) @e7b0a72   12/14/18 07:07:08 Sebastian Huber config: Remove CONFIGURE_CONFDEFS_DEBUG This configuration option was … 5
(edit) @6b0a729b   12/13/18 08:39:20 Sebastian Huber build: Remove ampolish3 Update #3254. 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @0f5b2c09   12/10/18 11:51:33 Sebastian Huber rtems: Use object information to get config max Use functions instead … 5
(edit) @8b0e752f   12/10/18 12:44:53 Sebastian Huber score: Remove Objects_Information::auto_extend Use … 5
(edit) @a1eb0a5   12/11/18 14:11:10 Sebastian Huber posix: Fix shm_unlink() This function is untested. 5
(edit) @f70079c   11/25/18 19:26:02 Sebastian Huber score: Remove Objects_Information::the_api Remove … 5
(edit) @1c2d178   11/25/18 19:15:26 Sebastian Huber score: Remove Objects_Information::maximum This information is … 5
(edit) @3899bc1a   11/24/18 10:51:28 Sebastian Huber score: Optimize object lookup Use the maximum ID for the ID to object … 5
(edit) @359a3a3   11/22/18 05:38:42 Sebastian Huber score: Rename Objects_Information::allocation_size Rename … 5
(edit) @0da9d80   11/22/18 05:16:52 Sebastian Huber score: Rename Objects_Information::size Rename … 5
(edit) @9c9c6a9   11/21/18 16:30:52 Sebastian Huber score: Remove Objects_Information::is_string Use … 5
(edit) @d6e3473   11/23/18 19:37:57 Sebastian Huber score: Remove dead code Update #3621. 5
(edit) @7ee6437   12/06/18 08:57:01 Sebastian Huber rtems: Add rtems_scheduler_get_maximum_priority() Update #3636. 5
(edit) @0a1f5df9   05/03/18 11:03:27 Sebastian Huber Simplify _CPU_Counter_difference() In order to simplify the use of … 5
(edit) @ef23838   12/03/18 12:10:21 Sebastian Huber score: Avoid sbintime_t in API headers The sbintime_t is a non-POSIX … 5
(edit) @e50b4bd3   12/06/18 12:40:08 Sebastian Huber score: Use typeof for strict ISO C compat Enable the use of … 5
(edit) @4e46ba8   12/06/18 09:49:43 Sebastian Huber rtems: Fix rtems_task_restart() argument type Close #3637. 5
(edit) @0446f680   12/03/18 20:37:32 mcomajoancara Spelling and grammar fixes in source code comments (GCI 2018) 5
(edit) @577d9a5   12/03/18 12:34:28 Sebastian Huber testsupport: Include missing <rtems/bspIo.h> 5
(edit) @b9ffb624   11/30/18 12:57:04 Sebastian Huber Convert CPU counter ticks to/from sbintime_t The sbintime_t is an … 5
(edit) @d0a7f03   12/03/18 03:13:23 jacobshin313 5 spelling errors for a Google Code-In task. Username: deuteriumoxide … 5
(edit) @06331e4   11/27/18 10:56:01 Sebastian Huber dosfs: Fix device identifier Update #3358. 5
(edit) @0a75a4aa   11/26/18 13:04:59 Sebastian Huber Remove rtems_cache_*_processor_set() functions The following … 5
(edit) @6378978   11/26/18 09:14:00 Sebastian Huber rtems: Fix semaphore MPCI support 5
(edit) @5fc727f   11/26/18 07:25:36 Sebastian Huber score: <rtems/score/smplockstats.h> Remove <rtems/score/chainimpl.h> … 5
(edit) @eaa5ea84   11/20/18 15:22:56 Sebastian Huber score: Introduce <rtems/score/heapinfo.h> Move Heap_Information_block … 5
(edit) @9dfb9a98   11/22/18 00:46:35 joel pipe/fifo.c: Remove dead code (CID 1437649) Closes #3581. 5
(edit) @03139d5b   11/20/18 03:56:11 Chris Johns libdl: Add object file dependencies to track references Tracking … 5
(edit) @8e7c72a7   11/20/18 03:00:48 Chris Johns libdl: Reindex unresolved names after removing used records. Updates #3194 5
(edit) @803eac9   11/13/18 06:26:17 Chris Johns libdl: Manage the allocation of common uninitialised variables. The … 5
(edit) @52c7cb1   11/21/18 16:30:22 Sebastian Huber score: Simplify _Workspace_String_duplicate() 5
(edit) @59e7209f   11/16/18 06:06:12 Sebastian Huber score: Remove support for RTEMS_USE_16_BIT_OBJECT The … 5
(edit) @bde6ac20   11/20/18 15:45:51 kualeyidxa Misc: Minor English fixes (GCI 2018) 5
(edit) @dc563556   11/14/18 06:23:21 Sebastian Huber Include missing <sys/cpuset.h> Update #3598. 5
(edit) @28bf4ca   11/14/18 06:00:59 Sebastian Huber or1k: Support GCC 9 Close #3602. 5
(edit) @6efc831   11/09/18 11:11:11 Sebastian Huber Add rtems_malloc() and rtems_calloc() Close #3583. 5
(edit) @c1f3c2b8   11/09/18 10:20:09 Sebastian Huber score: Add and use malloc() family attributes Update #3583. 5
(edit) @4539e307   11/08/18 15:06:44 Sebastian Huber x86_64: Remove use of proc_ptr Update #3585. 5
(edit) @70928bc9   11/09/18 07:12:49 Sebastian Huber sparc64: Remove use of proc_ptr Update #3585. 5
(edit) @ce37237f   11/08/18 05:41:15 Sebastian Huber sparc: Remove use of proc_ptr Update #3585. 5
(edit) @510fbfc3   11/08/18 14:31:03 Sebastian Huber sh: Remove use of proc_ptr Update #3585. 5
(edit) @ed9da8e   11/09/18 06:56:48 Sebastian Huber powerpc: Remove use of proc_ptr Update #3585. 5
(edit) @54c5ffc   11/08/18 14:05:22 Sebastian Huber or1k: Remove use of proc_ptr Update #3585. 5
Note: See TracRevisionLog for help on using the revision log.