Go to file
Andrew Moore 05e634ef64 From: Jeffrey Hsu <hsu@soda.berkeley.edu>
The following patch adds the addr argument to signal handlers.

The kernel with the patch is no more and no less in compliance or in
violation of POSIX and ANSI C than the kernel before the patch.

The added functionality this addr argument provides is quite useful.  It
enables an entire class of algorithms which use mprotect to trace memory
references.  Beside garbage collectors, I have heard of this technique being
applied to debuggers and profilers.  The only benchmarking I've performed is
using akcl to compile maxima:  without the kernel patch, it takes 7 hours to
compile maxima, while with stratified garbage collection, it only takes 50
minutes.

Basically, I can't think of a reason not to add the addr argument and there
is a compelling need for it.

If you find the patch acceptable, please let me know so I can send my
FreeBSD akcl config files to wfs for inclusion in the core akcl release.
The old 386BSD config files there won't work on either NetBSD or FreeBSD.
1993-12-03 05:10:08 +00:00
bin Document the new, less restrictive, behavior of the matching operator. 1993-10-04 22:07:27 +00:00
etc From: Julian Howard Stacey <stacey@guug.de> 1993-12-01 08:44:39 +00:00
gnu Sorry, Jordan, but I restore previous version again. 1993-12-02 09:56:30 +00:00
include Added link.h for shared libs. 1993-11-03 23:48:30 +00:00
lib/csu/i386 -r option incorrectly removed: 1993-11-18 00:08:03 +00:00
libexec Second attempt to integrate Paul K's changes. 1993-12-02 01:03:47 +00:00
sbin Many recent fixes from Paul K, add support for chaining of shared lib deps. 1993-11-30 20:47:54 +00:00
share/man/man4 Added octave-tracking. 1993-11-09 02:38:17 +00:00
sys From: Jeffrey Hsu <hsu@soda.berkeley.edu> 1993-12-03 05:10:08 +00:00
usr.bin Imported NetBSD's ld for shared libs. 1993-11-03 23:41:59 +00:00
usr.sbin If require script fails, don't try to delete installed package. 1993-10-10 20:25:31 +00:00