source: rtems/cpukit/libmisc/shell

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @a7817010   09/29/14 15:21:00 Jennifer Averett libmisc: Add top to shell. 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) @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) @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) @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) @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) @06ac8b71   09/03/14 14:59:37 Joel Sherrill shell.c: Add cast to match printf() expectations for width specifier 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) @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) @259328a7   12/16/13 00:59:51 Chris Johns cpukit/shell: Control help break with SHELL_LINES env variable. … 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) @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) @ae75429   08/06/13 14:10:26 Sebastian Huber PR766: Delete RTEMS_VIOLATE_KERNEL_VISIBILITY 4.115
(edit) @ffa2defc   08/06/13 08:58:58 rdiezmail-rtems Fix compiler warnings 4.115
(edit) @7660e8b3   07/23/13 11:32:58 Sebastian Huber Include missing <string.h> 4.115
(edit) @993a888   07/18/13 13:05:37 Sebastian Huber rtems: Create message queue implementation header Move implementation … 4.115
(edit) @f2d9fda   07/18/13 13:33:44 Sebastian Huber shell: Include missing header file 4.115
(edit) @7bb71c7   05/16/13 09:24:09 Andrey Mozzhuhin shell: Add df command 4.115
(edit) @d2d09eac   05/15/13 13:14:28 Andreas Heinig shell: Fix NULL pointer access 4.115
(edit) @f3255a6   12/28/12 17:30:27 matkallada Header File Doxygen Enhancement Task #11 4.115
(edit) @ea4f072   12/14/12 09:23:30 Sebastian Huber shell: Remove interface down warning in ifconfig Whether an interface … 4.115
(edit) @a0bc1dc   12/05/12 12:58:19 ralf.kirchner dosfs: Delete fattype parameter for msdos_format() Delete fattype … 4.115
(edit) @5b8d935a   12/05/12 13:11:26 ralf.kirchner dosfs: Add skip_alignment for msdos_format() Add skip_alignment … 4.115
(edit) @22e98377   11/30/12 23:52:51 Ric Claus Support additional shell keystrokes. Emacs style keystrokes Ctrl-B, … 4.115
(edit) @8219438   11/30/12 23:50:40 Ric Claus Updated mount usage line. The mount usage line didn't mention the '-o … 4.115
(edit) @fcfef0e   11/30/12 23:49:57 Ric Claus Updated mkdos options string. The usage statement for the mkdos … 4.115
(edit) @d3c86023   09/05/12 17:25:38 Joel Sherrill shell/dd-misc.c: Rename unused to avoid conflict with new <sys/cdefs.h> 4.115
(edit) @9f527308   06/12/12 07:46:09 Sebastian Huber libblock: Add block device statistics 4.115
(edit) @4acbff6   05/23/12 09:39:05 Sebastian Huber shell/lsof: Use fprintf() instead of printk() 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @4648ade   02/17/12 21:29:58 Ric Claus PR 2021 - mdump address problem with volatile 4.115
(edit) @c649976   02/28/12 12:28:42 Sebastian Huber libblock: New block IO control support functions 4.115
(edit) @3b7c123   03/13/12 10:33:51 Sebastian Huber Filesystem: Reference counting for locations o A new data structure … 4.115
(edit) @002affc   02/13/12 15:40:54 Sebastian Huber Avoid NULL pointer access 4.115
(edit) @fdcf6c11   02/03/12 22:05:50 Joel Sherrill PR 2001/shell - medit command argument parsing correction "medit" … 4.115
(edit) @6d1a1d3   02/02/12 21:02:16 Joel Sherrill PR 2012 - mdump/wdump shell cmds handle length arg incorrectly; add … 4.115
(edit) @32f5014b   12/05/11 09:46:57 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @3237e88   12/05/11 05:04:49 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @a8ed055   12/04/11 18:27:40 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @4326cdee   12/04/11 18:25:45 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @cb2464b   12/04/11 18:22:14 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @d7417a51   12/04/11 18:20:23 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @5383441c   12/04/11 18:18:52 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @94547d1   12/04/11 11:57:51 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @3421e520   12/04/11 10:22:51 Ralf Corsepius * libmisc/shell/main_help.c: Make rtems_shell_help_cmd, … 4.115
(edit) @f1d9293e   12/04/11 09:51:48 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @9cfd222   12/04/11 09:42:29 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @26597fc1   12/04/11 09:39:44 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @3cada05b   12/04/11 08:53:25 Ralf Corsepius 2011-12-04 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @b4f635e   11/10/11 14:40:13 Sebastian Huber 2011-11-10 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @76d04a0   10/18/11 09:21:32 Ralf Corsepius 2011-10-18 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @e6db507   10/17/11 12:57:11 Ralf Corsepius 2011-10-17 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @94107fa8   10/02/11 08:15:02 Ralf Corsepius 2011-10-02 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @6c5ee7f0   09/16/11 09:16:32 Sebastian Huber 2011-09-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @0d23caa   07/07/11 22:15:00 Joel Sherrill 2011-07-07 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @21242c2   06/24/11 17:52:58 Joel Sherrill 2011-06-24 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @7c1f085b   05/11/11 08:44:34 Sebastian Huber 2011-05-11 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @80e239fb   03/24/11 09:38:01 Ralf Corsepius Add local version of unused macro. 4.115
(edit) @a47dd1c   03/15/11 15:43:09 Joel Sherrill 2011-03-15 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @d252351c   03/15/11 15:02:41 Joel Sherrill 2011-03-15 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @d0fcd0b   03/15/11 05:02:34 Chris Johns 2011-03-15 Chris Johns <chrisj@…> PR 1763/shell … 4.115
(edit) @a8afce38   02/17/11 16:25:43 Sebastian Huber 2011-02-17 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @3fc4d14   02/11/11 00:05:29 Ralf Corsepius 2011-02-10 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @5b1f1979   02/02/11 04:21:26 Ralf Corsepius 2011-02-02 Ralf Corsépius <ralf.corsepius@…> * … 4.115
Note: See TracRevisionLog for help on using the revision log.