NOTICE: This package has been removed from pkgsrc

./devel/libsigsegv25, Library for handling page faults in user mode

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5, Package name: libsigsegv25-2.5, Maintainer: martijn.van.buul

GNU libsigsegv is a library for handling page faults in user mode. A page
fault occurs when a program tries to access a region of memory that is
currently unavailable. 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


Required to build:
[devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: 84cf08a9aae4c4d884333421018d8127592e8c2b
RMD160: 1776563a76de4286461a779cfd2b3b47533db05e
Filesize: 371.594 KB

Version history: (Expand)


CVS history: (Expand)


   2011-03-09 20:46:18 by Aleksej Saushev | Files touched by this commit (5) | Package removed
Log message:
Remove libsigsegv 2.5, it isn't used for a long time.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-09-13 11:10:06 by Adam Hoka | Files touched by this commit (1)
Log message:
Fix PKGNAME
   2008-09-13 00:11:28 by Adam Hoka | Files touched by this commit (5) | Imported package
Log message:
Import a legacy version 2.5 package.
Currently clisp is broken with the newer one.