Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a7c0699c2998068a51c1ba7ae3152ad58b60350e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a7c0699c2998068a51c1ba7ae3152ad58b60350e)
  • Date: Tue, 13 Sep 2016 02:01:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 6 ++++++
devel/crash/BUILD | 1 +
devel/crash/DETAILS | 39 +++++++++++++++++++++++++++++++++++++++
devel/crash/HISTORY | 2 ++
4 files changed, 48 insertions(+)

New commits:
commit a7c0699c2998068a51c1ba7ae3152ad58b60350e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

crash: new spell, Linux kernel crash utility

commit 576f6364c2a5ccb09989ae8cf19a53489401dae5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ChangeLog: Add entry about letskencrypt deprecation

diff --git a/ChangeLog b/ChangeLog
index bbd1182..cdc5421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2016-09-13 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/crash: new spell, Linux kernel crash utility
+
2016-09-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/iso-codes.gpg: add key 36EBEB19

+2016-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * security/letskencrypt: spell deprecated [renamed to acme-client]
+
2016-09-09 Ismael Luceno <ismael AT sourcemage.org>
* http/extracturl: new spell, Replacement for urlview to parse URL
links from mail messages
diff --git a/devel/crash/BUILD b/devel/crash/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/devel/crash/BUILD
@@ -0,0 +1 @@
+make
diff --git a/devel/crash/DETAILS b/devel/crash/DETAILS
new file mode 100755
index 0000000..1c8b1a2
--- /dev/null
+++ b/devel/crash/DETAILS
@@ -0,0 +1,39 @@
+ SPELL=crash
+ VERSION=7.1.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://people.redhat.com/anderson/$SOURCE
+
SOURCE_HASH=sha512:fc7506c8430826b544555440ca124a3088391cd85f7e42751992574314c4f9e864c8e526fae716146b83bf19744a24eec2cbefcb6480925a88d9a6205d97bf80
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://people.redhat.com/anderson/";
+ LICENSE[0]="GPLv3"
+ ENTERED=20160912
+ KEYWORDS=""
+ SHORT="Linux kernel crash utility"
+cat << EOF
+The core analysis suite is a self-contained tool that can be used to
+investigate either live systems, kernel core dumps created from dump
+creation facilities such as kdump, kvmdump, xendump, the netdump and diskdump
+packages offered by Red Hat, the LKCD kernel patch, the mcore kernel patch
+created by Mission Critical Linux, as well as other formats created by
+manufacturer-specific firmware.
+
+ o The tool is loosely based on the SVR4 crash command, but has been
+ completely integrated with gdb in order to be able to display formatted
+ kernel data structures, disassemble source code, etc.
+
+ o The current set of available commands consist of common kernel core
+ analysis tools such as a context-specific stack traces, source
+ code disassembly, kernel variable displays, memory display, dumps of
+ linked-lists, etc. In addition, any gdb command may be entered, which
+ in turn will be passed onto the gdb module for execution.
+
+ o There are several commands that delve deeper into specific kernel
+ subsystems, which also serve as templates for kernel developers
+ to create new commands for analysis of a specific area of interest.
+ Adding a new command is a simple affair, and a quick recompile adds it
+ to the command menu.
+
+ o The intent is to make the tool independent of Linux version dependencies,
+ building in recognition of major kernel code changes so as to adapt to
+ new kernel versions, while maintaining backwards compatibility.
+EOF
diff --git a/devel/crash/HISTORY b/devel/crash/HISTORY
new file mode 100644
index 0000000..4b6c4df
--- /dev/null
+++ b/devel/crash/HISTORY
@@ -0,0 +1,2 @@
+2016-09-12 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a7c0699c2998068a51c1ba7ae3152ad58b60350e), Ismael Luceno, 09/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page