Commit graph

3 commits

Author SHA1 Message Date
joerg
8e53f9d1da - USE_LIBTOOL=yes
- On DragonFly, the stack overflow handling should follow the logic
  of FreeBSD, similiar the address space scanning. This is now needed
  for lang/clisp. Since the installed version differs, bump revision.
2006-07-24 13:39:26 +00:00
perry
8909446080 Update to 2.4 -- needed to fix bugs that would otherwise bite clisp.
from the NEWS file:

New in 2.4:

* Support for GCC 4 on more platforms.
* Added support for catching stack overflow on NetBSD.
* Improved support for catching stack overflow on Linux, Solaris:
  Works also when /proc is not mounted or lacks read permissions.

New in 2.3:

* Support for GCC 4 on some platforms contributed by Paolo Bonzini.
* Support for MacOS X i386 contributed by Bruno Haible.
* Improved support for Woe32 contributed by Doug Currie.
2006-07-20 23:12:20 +00:00
wiz
9564b30fdb Initial import of libsigsegv-2.2 from pkgsrc-wip, packaged by
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
2006-03-11 22:00:01 +00:00