source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6c66bbb   04/20/21 07:58:06 Sebastian Huber malloc: Hide RTEMS_Malloc_Sbrk_amount Move RTEMS_Malloc_Sbrk_amount …
(edit) @d8a5e14   04/20/21 06:41:00 Sebastian Huber libcsupport: Move rtems_calloc() Move rtems_calloc() since it only …
(edit) @2b32146   04/20/21 07:33:52 Sebastian Huber Remove superfluous <rtems/score/wkspace.h> includes
(edit) @0e49372a   04/19/21 18:06:27 Sebastian Huber score: Remove unused _Thread_queue_Dequeue() Last use was removed by: …
(edit) @69bde47   04/05/21 21:28:10 kinsey.moore cpukit/aarch64: Restore ISR cookie bit mask The _CPU_ISR_Is_enabled() …
(edit) @00f9faf2   04/16/21 13:22:04 Sebastian Huber rtems: Document rtems_semaphore_obtain() errors
(edit) @0cbbcef   04/13/21 17:58:48 vijay Revert "cpukit/include: Remove telnetd.h" This reverts commit …
(edit) @650ac700   04/13/21 17:57:21 vijay Revert "cpukit: Remove telnetd" This reverts commit …
(edit) @09d811b   03/12/21 20:56:03 ryan.long fastlz.c: Unused value (CID #1399751) CID 1399751: Unused value in …
(edit) @0b23660   03/12/21 20:25:40 ryan.long print-ls.c: Unused value (CID #1255346) CID 1255346: Unused value in …
(edit) @fbc76440   03/12/21 17:14:47 ryan.long main_cp.c: Unused value (CID #1255344) CID 1255344: Unused value in …
(edit) @83835729   03/03/21 19:53:27 vijay cpukit/include: Remove telnetd.h Update #3850
(edit) @3299dda2   02/26/21 22:51:07 vijay cpukit: Remove telnetd Update #3850
(edit) @6692e03   02/25/21 02:08:51 vijay cpukit/libfs: Remove nfsclient Update #3850
(edit) @369e6c5b   02/25/21 02:08:09 vijay cpukit: remove pppd Update #3850
(edit) @2a13ad3   02/25/21 02:06:38 vijay cpukit: Remove libnetworking Update #3850
(edit) @a28eafb   02/24/21 19:27:29 vijay cpukit: Move ftpfs from libnetworking to libfs Update #3850
(edit) @809b76ec   04/07/21 05:08:43 Sebastian Huber rtems: Fix rtems_semaphore_release() documentation The directive …
(edit) @089e6818   04/06/21 14:00:35 Sebastian Huber score: Replace Objects_Name_or_id_lookup_errors Replace …
(edit) @d1c038c7   03/24/21 19:13:34 Sebastian Huber score: Fix internal error status number The value of …
(edit) @1af1c19   03/22/21 17:52:00 alex.white cpukit/aarch64: Add ESR register decoding
(edit) @1e62e15f   03/27/21 17:08:13 Sebastian Huber score: Add an assert to _Workspace_Free()
(edit) @e0aba8cb   03/27/21 10:15:43 Sebastian Huber score: Fix task stack initialization Do not adjust the stack area …
(edit) @d4d2f648   03/27/21 14:55:49 joel pwdgrp.c: Change to simply ignore return value from mkdir(/etc) At …
(edit) @fd639b8   01/21/21 15:53:55 christian.mauderer dosfs: Use peek support This speeds up reading fragmented files. Fix …
(edit) @6ae79e6   01/19/21 14:33:35 christian.mauderer libblock: Add rtems_bdbuf_peek() Adds a peek function that allows …
(edit) @62bbb0c   03/24/21 12:57:43 joel gen_uuid.c: Revert previous patch …
(edit) @37fc651   03/23/21 16:25:15 ryan.long pwdgrp.c: Remove _Assert. /etc may already exist Removed the …
(edit) @bd9e45d9   03/18/21 02:50:56 niteesh.gs rtems-fdt/rtems-fdt.c: Fix bug in loop termination The while loop, …
(edit) @53bd5e32   03/17/21 07:09:49 Sebastian Huber rtems: Relax mode checks in rtems_signal_catch() Check only for …
(edit) @50abce31   03/18/21 09:37:23 Sebastian Huber rtems: Fix rtems_task_mode() Do the ASR and preemption mode change …
(edit) @b4eb937   03/12/21 14:13:27 Sebastian Huber rtems: Improve semaphore create error checks Do not mix checks for …
(edit) @4ebdbee   03/12/21 13:37:10 Sebastian Huber rtems: Allow initially locked MrsP semaphores Rejecting initially …
(edit) @0965b7c8   03/12/21 13:16:30 Sebastian Huber rtems: Require RTEMS_PRIORITY for MrsP semaphores MrsP semaphores are …
(edit) @c9a41b00   03/12/21 07:31:35 Sebastian Huber score: Add Thread_Configuration::cpu_time_budget Move the CPU time …
(edit) @b2da982   04/21/20 09:57:50 Daniel Hellstrom leon,tn-0018: work around GRLIB-TN-0018 errata Overview ======== The …
(edit) @89d90c0   11/25/19 08:45:26 Daniel Hellstrom sparc,leon: avoid triggering LEON3FT errata TN-0009 Close #4336.
(edit) @acad761   11/20/19 12:19:35 Daniel Hellstrom sparc,leon: avoid triggering TN-0009 bad sequence Update #4336.
(edit) @1d804cb   11/14/19 09:26:21 Daniel Hellstrom sparc: fix bad register alignment for 64 bit store
(edit) @0cae482a   12/19/17 12:37:08 cederman sparc: Remove sequences that the B2BST scan script warns about Update …
(edit) @14bb077   03/09/21 12:01:11 frank.kuehndel basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()
(edit) @fbab832   03/02/21 18:51:46 ryan.long main_help.c: Unchecked return value from library (CID #1437650) CID …
(edit) @55ba229   03/02/21 16:46:02 ryan.long pwdgrp.c: Fix Unchecked return value from library (CID #1255518) CID …
(edit) @8e34aa3   03/02/21 16:34:36 ryan.long main_chmod.c: Fix Unchecked return value from library (CID #1063856) …
(edit) @597e4f4   03/02/21 16:08:28 ryan.long gen_uuid.c: Fix two Unchecked return value from library errors CID …
(edit) @3246fa42   03/01/21 16:07:42 ryan.long main_edit.c: Fix Unchecked return value (CID #1255318) CID 1255318: …
(edit) @0d33d10   03/01/21 21:33:10 ryan.long pci_cfg_read.c: Fix Missing break in switch (CID #1399723) CID …
(edit) @c7eb89f8   03/01/21 21:06:41 ryan.long cpuusagetop.c: Fix three Missing break in switch Coverity errors CID …
(edit) @9951cee   02/15/21 15:05:10 kinsey.moore bsps/aarch64: RTEMS_DEBUG stack alignment faults Run with stack …
(edit) @9aff7e56   01/11/21 16:23:16 alex.white score/aarch64: Fix interrupt level reads
(edit) @bbc9974a   02/15/21 16:51:37 kinsey.moore cpukit: Explicitly enforce alignment requirements According to …
(edit) @61d688bf   03/04/21 07:12:47 Sebastian Huber aarch64: Fix context switch The Per_CPU_Control::isr_dispatch_disable …
(edit) @5248395   03/03/21 08:23:20 Sebastian Huber score: Ensure stack alignment requirement Make sure that a …
(edit) @1de00d6   03/03/21 08:36:45 Sebastian Huber CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Ensure that …
(edit) @30f6fd5b   03/03/21 07:04:55 Sebastian Huber rtems: Fix RTEMS_TASK_STORAGE_ALIGNMENT Make sure we meet the stack …
(edit) @4a765b47   03/03/21 07:39:33 Sebastian Huber score: Enforce CPU_STACK_ALIGNMENT requirements Clarify …
(edit) @83b1b25d   03/02/21 11:31:45 Sebastian Huber rtems: Simplify rtems_signal_catch() In uniprocessor configurations, …
(edit) @9a13f37   03/02/21 09:55:10 Sebastian Huber rtems: Simplify _Signal_Action_handler() Use the invariant that an …
(edit) @441824a   03/01/21 07:12:54 Sebastian Huber score: Simplify _Objects_Name_to_id_u32() Remove superfluous check …
(edit) @08cbd4ba   02/26/21 11:34:21 Sebastian Huber score: Fix _Stack_Extend_size() Check for an integer overflow. Add a …
(edit) @f0f8c111   02/27/21 06:09:01 vijay getgrent.c, record-client.c: Add missing includes for assert.h
(edit) @e2002659   02/19/21 22:34:26 ryan.long rtems-debugger-threads.c: Fix Unchecked return value error (CID …
(edit) @e5e58da   02/19/21 22:30:13 ryan.long getgrent.c: Fix Unchecked return value error (CID #1459004) CID …
(edit) @be3b87d   02/19/21 22:24:05 ryan.long record-client.c: Fix Unchecked return value (CID #1456677) CID …
(edit) @1b322a6   02/19/21 22:06:38 ryan.long printertask.c: Fix Unchecked return value (CID #1399710) CID 1399710: …
(edit) @2428a8ca   02/26/21 08:56:39 Sebastian Huber build: Install <rtems/score/hash.h> Update #4267.
(edit) @1ac4a85   02/25/21 18:08:52 Sebastian Huber score: Fix thread initialization Close the thread object if a thread …
(edit) @c96644e8   02/24/21 13:45:47 Sebastian Huber libtest: Print SHA256 hash in base64url
(edit) @74eff26c   02/23/21 18:47:02 Sebastian Huber libtest: Report target hash Update #4267.
(edit) @bc6ffc3   02/24/21 12:25:46 Sebastian Huber Add system initialization step for target hash Update #4267.
(edit) @fb17af27   02/23/21 11:47:38 Sebastian Huber rtems: Add rtems_get_target_hash() Update #4267.
(edit) @dea125d0   02/23/21 13:53:40 Sebastian Huber score: Add Hash Handler Update #4267.
(edit) @5f8bc83   02/23/21 12:25:00 Sebastian Huber score: Add _IO_Base64url() Update #4267.
(edit) @da8ad67e   02/23/21 09:58:08 Sebastian Huber libtest: Report build label Update #4269.
(edit) @d8bfa5a   02/23/21 09:58:56 Sebastian Huber rtems: Add rtems_get_build_label() Update #4269.
(edit) @d138a790   02/24/21 12:12:27 Sebastian Huber config: Adjust stack allocator initialization Use the right system …
(edit) @5be6e61   02/21/21 16:26:31 Sebastian Huber libtest: Add support to seize/surrender objects
(edit) @d6a649d5   02/19/21 20:41:18 Sebastian Huber rtems: Move rtems_task_priority definition This type is not only used …
(edit) @88543ade   02/21/21 09:58:15 Sebastian Huber score: Remove _CORE_barrier_Do_flush() Call …
(edit) @3cbdf19   02/21/21 09:21:26 Sebastian Huber score: Simplify core barrier Use the number of threads which must …
(edit) @0b263b0e   02/21/21 09:47:36 Sebastian Huber score: Remove _Objects_Open() Use the type safe _Objects_Open_u32() …
(edit) @508f8682   02/20/21 13:28:17 Sebastian Huber rtems: Simplify rtems_task_mode() Do the preemption and ASR …
(edit) @a7e180b   02/16/21 11:58:36 Sebastian Huber rtems: Avoid potential recursion in ASR handling Do the mode changes …
(edit) @08adc0d   02/16/21 11:58:02 Sebastian Huber rtems: Add _Modes_Apply_timeslice_to_thread() Update #4244.
(edit) @8778a0e   02/16/21 09:27:03 Sebastian Huber rtems: New errors for rtems_signal_catch() Ensure that no invalid …
(edit) @1739bd2   02/19/21 08:48:14 Sebastian Huber rtems: Remove _Modes_Set_interrupt_level() This call just obfuscated …
(edit) @b207b37   02/17/21 07:00:29 Sebastian Huber posix: Remove superfluous check The api pointer is never NULL. …
(edit) @f6a97f5   02/16/21 07:15:10 Sebastian Huber rtems: Simplify signal handling Remove superfluous …
(edit) @74ca8b7   02/17/21 08:05:53 Sebastian Huber rtems: Move _Signal_Action_handler() Move _Signal_Action_handler() …
(edit) @a52e5d9   02/16/21 06:48:39 Sebastian Huber rtems: Remove unused ASR_Information::nest_level Update #4244.
(edit) @9d5d73b   02/16/21 06:47:53 Sebastian Huber rtems: Remove unused _Modes_Change() Update #4244.
(edit) @600360d   02/16/21 06:47:20 Sebastian Huber rtems: Remove unused _Modes_Mask_changed() Update #4244.
(edit) @f9a59164   02/17/21 08:02:31 Sebastian Huber score: Add _Thread_Append_post_switch_action() Update #4244.
(edit) @fea848b   02/17/21 07:05:37 Sebastian Huber score: Change thread action locking Require that the corresponding …
(edit) @8b1b9872   06/24/20 05:10:25 Sebastian Huber rtems: Generate <rtems/rtems/signal.h> Change license to BSD-2-Clause …
(edit) @be603721   02/10/21 05:43:39 Sebastian Huber basedefs: Add RTEMS_ALIGNOF()
(edit) @fa25b73   02/18/21 14:35:13 thisisryanlong shell.c: Fix Dereference before null check (CID #1467420) CID …
(edit) @407e351   06/22/20 05:09:23 Sebastian Huber rtems: Generate <rtems/rtems/sem.h> Change license to BSD-2-Clause …
(edit) @2768280   06/22/20 07:06:51 Sebastian Huber rtems: Generate <rtems/rtems/clock.h> Change license to BSD-2-Clause …
(edit) @0c4c035   06/22/20 06:39:29 Sebastian Huber rtems: Generate <rtems/rtems/barrier.h> Change license to …
Note: See TracRevisionLog for help on using the revision log.