source: rtems/cpukit/libmisc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50a50313   01/21/15 14:22:46 Sebastian Huber score: Delete superfluous Heap_Statistics::instance This value … 4.115
(edit) @cfe6d05e   12/23/14 09:32:22 Sebastian Huber capture: Fix lock initialization 4.115
(edit) @09220c8   12/14/14 23:30:23 Joel Sherrill untar.c: Coverity ID 26151 and reformat The Coverity issue was an … 4.115
(edit) @a0b1b5ed   12/15/14 13:19:43 Sebastian Huber Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define was … 4.115
(edit) @26e04e2f   12/12/14 08:42:07 Sebastian Huber shell: Add 'all' topic for help for all commands 4.115
(edit) @a2097c5   12/05/14 12:09:11 Sebastian Huber shell: Avoid DATE and adjust welcome message The use of DATE4.115
(edit) @e870941   12/04/14 08:38:27 Sebastian Huber libmisc: More useful default configuration The dummy.c was a de-facto … 4.115
(edit) @8905201   12/03/14 12:00:59 Sebastian Huber monitor: Replace puts() with proper fprintf() 4.115
(edit) @e37e8504   12/01/14 03:53:55 Chris Johns libmisc/shell: Edit history hack is corrupting memory. Remove it. The … 4.115
(edit) @d006b46d   11/28/14 10:53:55 Sebastian Huber score: Add heap statistics Add lifetime bytes allocated and freed … 4.115
(edit) @2c3c657   11/27/14 12:25:22 Sebastian Huber score: Return heap stats via _Heap_Get_information Print out heap … 4.115
(edit) @01557b0   11/27/14 10:44:48 Sebastian Huber libcsupport: Delete malloc statistics Use the heap handler statistics … 4.115
(edit) @43b09a98   11/27/14 12:37:04 Sebastian Huber shell: Make mv, cp and rm usable for applications close #2030 4.115
(edit) @d4ec0a2   11/19/14 20:50:45 josh.oguin monitor/mon-prmisc.c: Use puts() not fprintf() CodeSonar? flagged this … 4.115
(edit) @90a8e42b   11/19/14 20:42:02 josh.oguin monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or … 4.115
(edit) @fdd1e20   11/26/14 08:57:57 Sebastian Huber shell: Include missing header 4.115
(edit) @ebb39a21   11/24/14 19:54:37 Joel Sherrill hexdump-conv.c: Use proper printf() formatting for wchar_t 4.115
(edit) @3bd0cd1   11/24/14 19:54:26 Joel Sherrill main_edit.c: Do not reference beyond end of array 4.115
(edit) @d152024   11/24/14 23:11:55 Joel Sherrill shell/main_edit.c: Note return value not checked Coverity Id 1255320 … 4.115
(edit) @630642e   11/24/14 20:14:35 Joel Sherrill shell/main_blksync.c: Fix leak of file descriptor Coverity Id … 4.115
(edit) @4afa216   11/24/14 20:12:54 Joel Sherrill cpukit/libmisc/shell/main_edit.c: Fix use after free() Coverity Id … 4.115
(edit) @0a0ded70   11/25/14 18:50:01 Jennifer Averett capture: Resolve failure path memory leak. 4.115
(edit) @c577500   11/06/14 14:55:32 Jennifer Averett capture: Remove whitespace and fix copyrights. 4.115
(edit) @66bf2af2   11/06/14 14:37:54 Jennifer Averett capture: Add SMP support. To support smp data was broken into global … 4.115
(edit) @04a13bd   11/06/14 14:26:38 Jennifer Averett capture: Move print methods out of cli for reuse. Methods to print … 4.115
(edit) @3d5bcded   10/03/14 19:01:44 Jennifer Averett capture: Move logging of task record to occur after filter check. The … 4.115
(edit) @11925eef   11/21/14 07:49:57 Sebastian Huber Delete or rename MIN/MAX macros and defines Include <sys/param.h> if … 4.115
(edit) @6b4a22e3   11/19/14 09:46:16 Sebastian Huber shell: Include <rtems/shell.h> early This avoids a conflict with the … 4.115
(edit) @3fe5d01   11/18/14 13:05:15 Sebastian Huber shell: Add CMDLS, CMDCHOWN, CMDCHMOD commands 4.115
(edit) @478455e0   11/18/14 11:03:11 Sebastian Huber shell: Fix help topic header 4.115
(edit) @7eada71   11/18/14 06:35:30 Sebastian Huber shell: Add mode, UID and GID to shell commands Use this information … 4.115
(edit) @ffd5285   11/18/14 10:07:36 Sebastian Huber shell: Inherit UID and GID if no login check Use the UID and GID of … 4.115
(edit) @5c141d6a   11/18/14 09:36:27 Sebastian Huber shell: Add and use rtems_shell_execute_cmd() 4.115
(edit) @1227858   11/18/14 09:13:55 Sebastian Huber shell: Make rtems_shell_main_joel() static 4.115
(edit) @66da4844   11/18/14 09:09:30 Sebastian Huber shell: Print to stderr in TIME command 4.115
(edit) @7840b66   11/18/14 09:03:24 Sebastian Huber shell: Add initial commands and aliases only once Make tables read-only. 4.115
(edit) @7a2c30f   11/17/14 14:58:26 Sebastian Huber shell: Simplify rtems_shell_add_cmd_struct() 4.115
(edit) @bac3d6d   11/17/14 14:42:57 Sebastian Huber shell: Rename HALT to SHUTDOWN command Use a normal command for … 4.115
(edit) @fa028bb   11/17/14 10:55:27 Sebastian Huber shell: Do chroot() after successful login 4.115
(edit) @373ccbb9   11/17/14 13:55:38 Sebastian Huber shell: Use exiting once initialization Avoid TOCTOU issues. Avoid … 4.115
(edit) @065d72ce   11/17/14 09:19:00 Sebastian Huber shell: Get supplementary group IDs in login check 4.115
(edit) @acf9a8d   11/14/14 13:31:54 Sebastian Huber shell: Use crypt_r() in rtems_shell_login_check() Use '*" to disable … 4.115
(edit) @54998f6   11/04/14 22:05:44 Joel Sherrill shell/main_edit.c: Fix warnings 4.115
(edit) @4123e244   11/03/14 12:56:00 Jennifer Averett cpuuse: Resolve compile errors. 4.115
(edit) @8b11ff67   10/28/14 12:58:28 Jennifer Averett capture: Remove ctload command. rtems_cpu_usage_top should be used … 4.115
(edit) @a7817010   09/29/14 15:21:00 Jennifer Averett libmisc: Add top to shell. 4.115
(edit) @6031da4   09/29/14 15:20:27 Jennifer Averett libmisc: Add top to cpuusage. 4.115
(edit) @05e4e599   09/04/14 18:49:04 Jennifer Averett capture: Removal of capture task tracking. This patch removes … 4.115
(edit) @7c797a1   09/19/14 19:05:49 Jennifer Averett cpuuse: Move is_executing_on_a_core to threadimpl.h 4.115
(edit) @42c77e99   10/24/14 23:06:54 Chris Johns shell: Add an editor to the shell. This is a small (21K on sparc) … 4.115
(edit) @9488c9d   10/13/14 21:14:09 Joel Sherrill libmisc/redirector/stdio-redirect.c: Use UL constants since usleep() … 4.115
(edit) @21021feb   10/16/14 13:15:03 Sebastian Huber shell: Print null mount table entry via LSOF 4.115
(edit) @cb513f0a   10/16/14 10:51:25 Sebastian Huber shell: Improve LSOF output 4.115
(edit) @388a4e4   10/12/14 21:05:31 Joel Sherrill libmisc/redirector/stdio-redirect.c: Use sleep not usleep and do not … 4.115
(edit) @308bb9b   10/12/14 21:09:20 Joel Sherrill shell/main_cp.c: Delete unused -rtems_shell_cp_exit() 4.115
(edit) @1c1b082   10/10/14 08:26:50 Sebastian Huber shell/lsof: Fix warnings 4.115
(edit) @56ed56a6   10/03/14 22:55:12 Chris Johns libmisc/shell: Remove the need for -lm when linking from the ping … 4.115
(edit) @c040b113   09/17/14 05:21:35 Sebastian Huber redirector: Rename rtems_stdio_redirect_t Rename … 4.115
(edit) @2195a95f   09/16/14 22:40:48 Joel Sherrill Libmisc/Makefile?.am: Build with networking disabled 4.115
(edit) @b299960   09/14/14 23:10:45 Chris Johns shell: Add an md5 hash command for files. This command lets you get … 4.115
(edit) @ebf9a05   09/14/14 22:50:28 Chris Johns libmisc: Add a stdio redirector helper. This module makes it easy to … 4.115
(edit) @a8fa078   09/14/14 22:00:18 Chris Johns shell: Add a ping command. The ping code is taken from a recent … 4.115
(edit) @2a86615   08/05/14 20:48:01 Jennifer Averett capture: Add support for variable length records. 4.115
(edit) @133962b   07/22/14 14:40:54 Jennifer Averett capture: Split user extension methods out. 4.115
(edit) @06ac8b71   09/03/14 14:59:37 Joel Sherrill shell.c: Add cast to match printf() expectations for width specifier 4.115
(edit) @463de59   04/16/14 14:42:37 Jennifer Averett capture: Fix capture engine to handle new extensions. 4.115
(edit) @1af8634a   04/11/14 15:18:20 Jennifer Averett capture: Update comment block style in capture engine. Doxygen added … 4.115
(edit) @bb58190   05/29/14 05:05:56 Chris Johns shell: Add rtems_shell_dup_current_env to get a default env. Remove … 4.115
(edit) @5f0ab5cf   05/28/14 15:17:29 Sebastian Huber shell: Make rtems_global_shell_env public Provide … 4.115
(edit) @f39f667a   05/14/14 11:50:48 Sebastian Huber score: Simplify _Thread_Change_priority() The function to change a … 4.115
(edit) @c21c5912   05/14/14 09:11:05 Sebastian Huber score: Add STATES_RESTARTING Use separate state for thread restart. 4.115
(edit) @0e8d55b0   05/14/14 09:06:40 Sebastian Huber monitor: Support STATES_MIGRATING 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @3380ee8   04/22/14 05:46:53 Sebastian Huber score: Use common names for per-CPU variables Use "cpu" for an … 4.115
(edit) @2ca0a7b   04/11/14 13:41:27 Sebastian Huber capture: Use ISR lock for SMP support 4.115
(edit) @4bc8d2e   04/10/14 08:58:27 Sebastian Huber rtems: Rename rtems_smp_get_processor_count() Rename … 4.115
(edit) @263f4bec   04/07/14 12:50:37 Sebastian Huber score: Statically initialize IO manager This simplifies the RTEMS … 4.115
(edit) @03e89287   03/27/14 13:46:31 Sebastian Huber score: Delete CORE_mutex_Control::lock The holder field is enough to … 4.115
(edit) @b1ce1161   03/27/14 13:29:00 Sebastian Huber score: Delete CORE_mutex_Control::holder_id We can use the holder … 4.115
(edit) @1b1be254   03/25/14 09:54:49 Sebastian Huber score: Thread life cycle re-implementation The thread deletion is now … 4.115
(edit) @a5ac9da   03/14/14 09:17:34 Sebastian Huber score: Add and use thread get/set CPU functions 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @6cd4a5c   03/19/14 16:17:39 Christian.Mauderer cpukit/shell: Replace task variables with posix keys. Use posix keys … 4.115
(edit) @27545fca   10/30/13 15:33:35 ralf.kirchner network: Add help text for ifconfig 4.115
(edit) @66bf2cc9   12/19/13 00:54:53 allanh mw_uid: corrects uid_read_message short timeouts 4.115
(edit) @6a26e9b   12/24/13 07:08:29 Chris Johns cpukit/capture: Print the uptime and diff in ctrace. Print the uptime … 4.115
(edit) @9f9c0bb   12/24/13 05:42:23 Chris Johns cpukit/capture: Use the new RTEMS API to get the uptime in … 4.115
(edit) @2bafb960   12/21/13 03:44:12 Daniel Ramirez rtems: classic api to/from core priority conversions 4.115
(edit) @db8a89e   12/19/13 08:01:23 Chris Johns cpukit/capture: Update the capture engine. The capture did not work … 4.115
(edit) @259328a7   12/16/13 00:59:51 Chris Johns cpukit/shell: Control help break with SHELL_LINES env variable. … 4.115
(edit) @77b1de22   11/22/13 23:09:44 Bryan Dunsmore gettimeofday: Add restrict keyword 4.115
(edit) @17ba419   11/14/13 14:56:46 Sebastian Huber monitor: Add support for BSD wakeup state 4.115
(edit) @db97feb5   09/23/13 13:22:02 Joel Sherrill internal.h/main_mdump.c: Convert main methods to static 4.115
(edit) @2cdace7   09/21/13 20:45:51 Joel Sherrill main_mv.c: Address set but not used warning It looks like the paths … 4.115
(edit) @7071eb3   09/21/13 20:41:50 Joel Sherrill mouse_parser.c: Fix warning by properly checking return code 4.115
(edit) @36fdd0b   09/05/13 18:50:46 Gedare Bloom uuid: make integer arithmetic conversion explicit Upcast … 4.115
(edit) @e075b388   09/05/13 18:10:52 Gedare Bloom untar: check return value from mkdir Check the return value from … 4.115
(edit) @96654dc   09/05/13 16:15:27 Gedare Bloom shell: Out-of-bounds access In case the length of cwd path plus the … 4.115
(edit) @df533f1   08/25/13 23:49:21 cynthia Stop a resource leak Stops a resource leak in the event that the … 4.115
(edit) @ae75429   08/06/13 14:10:26 Sebastian Huber PR766: Delete RTEMS_VIOLATE_KERNEL_VISIBILITY 4.115
Note: See TracRevisionLog for help on using the revision log.