- Jun 07, 2004
-
-
rtoy authored
weren't caused by a write-protected heap. Requested by Lynn Quam.
-
- May 04, 2004
-
-
rtoy authored
print out a message saying so instead of silently dumping core. (Requires an alternate signal stack.)
-
- Jan 10, 2004
-
-
toy authored
because there is no dynamic 1 space. (Minor opt.)
-
- Jan 09, 2004
-
-
toy authored
because there is no dynamic_1 space with GENCGC. This was causing CMUCL to segfault when using more than 512 MB of heap.
-
- Oct 06, 2003
-
-
toy authored
-
- Aug 22, 2003
-
-
toy authored
-
- Jul 19, 2003
-
-
emarsden authored
- fix a signed/unsigned cast bug that was prevented the auto-gc-trigger from functioning correctly when using certain dynamic-space sizes (for platforms that don't have an internal gc trigger). - added a few #include files to avoid compiler warnings - changed some #ifdef semantics: DEBUG activates additional assertions, and PRINTNOISE activates debugging statements.
-
- May 29, 2003
-
-
toy authored
* lisp/sunos-os.h (PROTECTION_VIOLATION_SIGNAL): Define it for stack-checking. * lisp/solaris-os.c (segv_handler): Add stack-checking support for Solaris. * lisp/os.h (os_control_stack_overflow): Give a type name to the zone enums (mostly for the debugger). * lisp/os-common.c (guard_zones): Add stack-checking support for Solaris. (os_control_stack_overflow): Add stack-checking support for Solaris. * lisp/interrupt.c (build_fake_control_stack_frame): New function for building a stack frame without the foreign call stuff. Used for stack checking. (interrupt_install_low_level_handler): Only need to install alternate signal stack for x86. * lispinit.lisp: (scrub-control-stack): Rename to %scrub-control-stack to match x86 version so control stack guard is done. * parms.lisp (static-symbols): Added new static symbols for control stack checking.
-
- Nov 13, 2002
-
-
toy authored
whatever dlsym returns.
-
- Oct 24, 2002
-
-
toy authored
o Make new-genesis save target-foreign-linkage-table-size to internals.h.
-
- Dec 05, 2000
-
-
dtc authored
o Remove unused empty_fd stuff (Noted by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>). o Do some testing of addresses in valid_addr, stolen from Linux-os.c. o Clean up some compiler warnings about passing pointers without casts.
-
- Nov 03, 2000
-
-
dtc authored
-
- Sep 08, 1997
-
-
dtc authored
-
- Sep 04, 1997
-
-
dtc authored
-