source: rtems/cpukit/libmisc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3a30c6f   11/17/16 22:10:20 Chris Johns Fix untar mkdir when the directory exists. 5
(edit) @86d3a2e8   11/03/16 06:33:11 Sebastian Huber testsupport: Determine worker index via processor Determine worker … 5
(edit) @2dd098a   10/31/16 07:33:11 Sebastian Huber score: Introduce Thread_Scheduler_control::home Replace … 5
(edit) @3a27248   10/21/16 07:23:58 Sebastian Huber score: First part of new MrsP implementation Update #2556. 5
(edit) @4cf58905   10/31/16 13:45:30 Sebastian Huber cpuuse: Use rtems_task_iterate() Update #2423. 5
(edit) @d271c3bb   10/31/16 12:37:59 Sebastian Huber rtems: Add rtems_task_iterate() Update #2423. 5
(edit) @826f3afa   10/11/16 22:15:23 Chris Johns libmisc/xz: Add xz decompression. Add support to untar XZ compressed … 5
(edit) @9b04456   09/30/16 05:54:29 Sebastian Huber monitor: Support priority inheritance queues 5
(edit) @300f6a48   06/22/16 15:09:23 Sebastian Huber score: Rework thread priority management Add priority nodes which … 5
(edit) @b20b736   06/28/16 04:54:50 Sebastian Huber score: Introduce _Thread_Get_priority() Avoid direct access to thread … 5
(edit) @84e960e   09/07/16 12:25:30 Sebastian Huber stackchk: Fix stack checker thread initialization Commit … 5
(edit) @8bb9d41   09/07/16 12:08:06 Sebastian Huber stackchk: Use a const pattern to check 5
(edit) @bba988d   09/07/16 11:46:40 Sebastian Huber stackchk: Remove superfluous internal header file 5
(edit) @1dd8fff   09/06/16 08:50:50 Sebastian Huber capture: Use proper accessor functions 5
(edit) @7af6b58c   09/06/16 05:44:06 Sebastian Huber capture: Workaround to avoid misaligned access Move the 64-bit field … 5
(edit) @1c18ebf0   08/31/16 08:56:09 Chris Johns libmisc/capture: Remove the reserved _t in the types. 5
(edit) @6da06c5   08/30/16 06:46:25 Chris Johns libmisc/capture: Fix the capture engine on SMP. This patches some … 5
(edit) @b0f08c8   08/01/16 01:02:13 Chris Johns libmisc/untar: Set the perms to the value in the tar file. This patch … 5
(edit) @1fcac5ad   07/25/16 14:35:37 Sebastian Huber score: Turn thread lock into thread wait lock The … 5
(edit) @6a174c02   07/25/16 13:34:43 alexander.krutwig Add Untar_FromGzChunk_Print() + Test 5
(edit) @1a8fe67a   07/13/16 07:22:35 alexander.krutwig Add Untar_FromChunk_Print() + Test 5
(edit) @77ff5599   06/10/16 06:48:54 Sebastian Huber score: Introduce map priority scheduler operation Introduce map/unmap … 5
(edit) @c82835a   06/21/16 15:12:40 Sebastian Huber rtems: Rework RTEMS API to SuperCore? priority Use same structure as … 5
(edit) @f1531574   06/21/16 12:22:35 Sebastian Huber Rename rtems_test_print() into rtems_test_printf() 5
(edit) @506bfc8   06/21/16 11:30:15 Sebastian Huber Move printer initialization to separate header The RTEMS print user … 5
(edit) @ede1a41   06/21/16 11:12:31 Sebastian Huber Make rtems/print.h independent of rtems/bspIo.h 5
(edit) @e8020d1   06/21/16 11:28:01 Sebastian Huber Rename and move RTEMS_PRINTF_ATTRIBUTE() Rename … 5
(edit) @a2597f3   06/02/16 11:29:45 alexander.krutwig shell: Add rtems_shell_wait_for_explicit_input() 5
(edit) @d84e346b   05/18/16 23:18:21 Chris Johns libmisc/untar: Support directory create and overwrites. Share the … 5
(edit) @560db810   05/31/16 07:37:17 Chris Johns libmisc/stackchk: Fix printk warnings. 5
(edit) @a9cc6a84   06/01/16 07:50:44 Sebastian Huber smptests/smpatomic01: New test cases Demonstrate that a … 5
(edit) @01cb554   04/12/16 05:31:01 Sebastian Huber shell: Add CPUINFO command Update #2723. 5
(edit) @5e072f6d   05/31/16 07:52:36 Sebastian Huber cpuuse: Hide implementation details 5
(edit) @73f2ddb   05/30/16 08:43:31 Sebastian Huber rtems: Fix semaphore field name 5
(edit) @3692095   05/30/16 08:41:22 Sebastian Huber rtems: Move MrsP semaphore operations Move MrsP semaphore operations … 5
(edit) @0b713f89   05/30/16 04:59:55 Sebastian Huber score: Rework CORE inherit priority mutex Provide dedicated seize and … 5
(edit) @5a598ac   05/27/16 06:02:03 Sebastian Huber score: Add CORE mutex variants Add CORE_recursive_mutex_Control and … 5
(edit) @62cba156   05/23/16 05:29:30 Chris Johns libmisc: Fix printk format warnings. 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @862a0ee   05/13/16 09:22:39 Sebastian Huber score: Rework _Thread_Restart_other() Rework _Thread_Restart_other() … 5
(edit) @232147dd   05/13/16 05:04:13 Sebastian Huber score: Add _Thread_Join() and _Thread_Cancel() Split _Thread_Close() … 5
(edit) @df23f464   05/12/16 11:08:49 Sebastian Huber capture: Fix use of per-processor data Get the current processor … 5
(edit) @d449c12   05/12/16 11:08:29 Sebastian Huber capture: Remove superfluous includes 5
(edit) @7bd1869   05/12/16 09:14:38 Sebastian Huber capture: Compact rtems_capture_record_t Order fields according to … 5
(edit) @2f11d4a   05/12/16 09:12:27 Sebastian Huber capture: Fix buffer allocation and free Do not use function static … 5
(edit) @e135271   05/11/16 08:58:59 Sebastian Huber score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. 5
(edit) @bd12dda   05/11/16 09:54:49 Sebastian Huber score: Use thread state lock for current state In addition protect … 5
(edit) @36cd27c   04/19/16 12:12:06 Sebastian Huber score: Simplify _Objects_Get_next() Remove unused location parameter. 5
(edit) @f2ffd646   04/08/16 06:42:15 Sebastian Huber shell: Fix warning visible with latest Newlib Works also with … 5
(edit) @c39da818   04/08/16 06:14:31 Sebastian Huber rtems: Delete Region_Control::page_size 5
(edit) @60a23875   04/08/16 06:13:49 Sebastian Huber rtems: Delete Region_Control::length 5
(edit) @acf7cf3b   04/08/16 06:12:06 Sebastian Huber rtems: Delete Region_Control::starting_address 5
(edit) @b4b062f   04/08/16 05:50:42 Sebastian Huber rtems: Delete Region_Control::number_of_used_blocks Use … 5
(edit) @97312fcc   04/05/16 12:36:30 Sebastian Huber score: Delete Thread_Wait_information::id This field was only by the … 5
(edit) @97bbf02   03/22/16 07:52:50 Sebastian Huber score: Use constant for maximum count of CORE sema 5
(edit) @85f6901   03/22/16 14:34:49 joel shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warnings 5
(edit) @037f7a6   03/22/16 14:32:57 joel shell/hexdump-conv.c: Disable sccsid to avoid unused warning 5
(edit) @020c4c0   03/20/16 21:09:09 joel libmisc/shell/main_hexdump.c: Disable unused copyright string 5
(edit) @c4e317f   03/20/16 21:08:49 joel libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assoc 5
(edit) @7f9e067f   03/22/16 15:13:37 joel cpuuse/cpuusagetop.c: Fix unused variable warning 5
(edit) @d37adfe5   03/03/16 06:02:03 Sebastian Huber score: Fix CPU time used by executing threads The CPU time used of a … 5
(edit) @df91dd9   03/14/16 11:31:12 Sebastian Huber monitor: Use object allocator lock Use object allocator lock instead … 5
(edit) @18ff889   03/14/16 09:11:38 Sebastian Huber score: Use ISR lock for IO driver registration Create implementation … 5
(edit) @d297c81d   03/01/16 05:36:16 Sebastian Huber score: Delete Thread_CPU_usage_t This type is superfluous since all … 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @7a0c485   12/10/15 09:04:54 Nick Withers libmisc: Include missing header file, fix warnings 5
(edit) @9394aa5e   11/23/15 09:09:06 pisa untar: do not exit with error when created directory already exists. … 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @41b5c915   09/03/15 20:55:52 Martin Galvan cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings Compiling … 5
(edit) @cc93c83   09/02/15 21:54:24 Martin Galvan cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf() … 5
(edit) @9e9e61d   07/28/15 11:46:56 Sebastian Huber score: Add self-contained condition implementation 5
(edit) @40188718   07/13/15 08:00:28 Sebastian Huber score: Add self-contained futex implementation 5
(edit) @7237b3e   07/02/15 11:12:38 Sebastian Huber score: Add self-contained semaphore implementation 5
(edit) @214d8ed   06/28/15 20:06:36 Sebastian Huber score: Add self-contained mutex implementation This mutex … 5
(edit) @9780fa93   07/22/15 19:14:30 Sebastian Huber monitor: Sort alphabetically 5
(edit) @d70f530   07/22/15 13:41:44 Sebastian Huber monitor: Add current CPU of thread 5
(edit) @0910e9d4   07/22/15 07:05:52 Sebastian Huber monitor: Print the wait queue to ease debugging 5
(edit) @1f199799   07/22/15 07:03:44 Sebastian Huber monitor: Print addresses like identifiers This avoids the "0x0xabc" … 5
(edit) @975e1918   07/22/15 05:37:19 Sebastian Huber monitor: Remove notepad support 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @8406d94   07/01/15 09:05:37 Sebastian Huber libmisc: Use SMP application by default on SMP 4.115
(edit) @5f31bbe   06/25/15 12:22:31 Sebastian Huber libmisc: Simplify <rtems/stackchk.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @a8e4352   04/29/15 05:24:00 Chris Johns libmisc/cpuuse: Top support for current load. The cpuuse top command … 4.115
(edit) @f329353   04/23/15 13:25:13 Sebastian Huber score: Fix POSIX thread join A thread join is twofold. There is one … 4.115
(edit) @c7a6508   04/17/15 07:18:05 Sebastian Huber Fix build for non-SPARC targets 4.115
(edit) @4d3e70f4   04/13/15 09:26:52 Daniel Hellstrom DRVMGR: KEY_TYPE now a enum drvmgr_kt 4.115
(edit) @219d4045   11/28/11 09:28:23 Daniel Hellstrom DRVMGR: added drvmgr shell command 4.115
(edit) @02550220   11/28/11 09:25:15 Daniel Hellstrom LIBPCI: added PCI shell command 4.115
(edit) @fd50acd   04/03/15 20:08:20 Joel Sherrill shell/main_rtrace.c: Fix warning 4.115
(edit) @504e042   04/02/15 06:28:12 Sebastian Huber capture: Define rtld_tbg_lock 4.115
(edit) @a300920d   03/30/15 11:19:17 Chris Johns libmisc/shell: Add the rtrace command for buffered tracing support. … 4.115
(edit) @10a699d   03/25/15 10:33:34 Sebastian Huber testsupport: Generate unique worker names 4.115
(edit) @a54866e9   03/24/15 10:28:32 Sebastian Huber monitor: Fix notepad dump 4.115
(edit) @e02b20a3   03/22/15 19:59:14 Joel Sherrill cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflow 4.115
(edit) @0a9345ed   03/20/15 15:44:42 Joel Sherrill shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVAL 4.115
(edit) @54bfbe0   03/20/15 15:43:46 Joel Sherrill dummy/default-configuration.c: Tune configuration down for small targets 4.115
Note: See TracRevisionLog for help on using the revision log.