[Lunar-commits] r20240 - in moonbase/branches/submissions/new: . libsigsegv

Dave Brown dagbrown at lunar-linux.org
Sun May 28 04:50:05 UTC 2006


Author: dagbrown
Date: 2006-05-28 04:50:01 +0000 (Sun, 28 May 2006)
New Revision: 20240

Added:
   moonbase/branches/submissions/new/libsigsegv/
   moonbase/branches/submissions/new/libsigsegv/DETAILS
Log:
This comes in handy when building clisp.  I noticed someone was
working on that so I figured I'd submit this.


Added: moonbase/branches/submissions/new/libsigsegv/DETAILS
===================================================================
--- moonbase/branches/submissions/new/libsigsegv/DETAILS	                        (rev 0)
+++ moonbase/branches/submissions/new/libsigsegv/DETAILS	2006-05-28 04:50:01 UTC (rev 20240)
@@ -0,0 +1,21 @@
+          MODULE=libsigsegv
+         VERSION=2.0
+	     PKG=${MODULE}-${VERSION}
+          SOURCE=${PKG}.tar.gz
+        WEB_SITE=$GNU_URL/$MODULE/
+      SOURCE_URL=${WEB_SITE}
+      SOURCE_VFY=sha1:6b57dd2929eface8f8747e0da4344ba9c395db62
+         ENTERED=20060529
+         UPDATED=20060529
+           SHORT="A library that portably handles page faults in user mode"
+cat << EOF
+This is a library for handling page faults in user mode. A page fault occurs
+when a program tries to access to a region of memory that is currently not
+available. Catching and handling a page fault is a useful technique for
+implementing: 
+* pageable virtual memory,
+* memory-mapped access to persistent databases,
+* generational garbage collectors,
+* stack overflow handlers,
+* distributed shared memory
+EOF


Property changes on: moonbase/branches/submissions/new/libsigsegv/DETAILS
___________________________________________________________________
Name: svn:executable
   + *



More information about the Lunar-commits mailing list