- Feb 02, 1999
-
-
dtc authored
recent libraries are reported to no long provide __setfpucw.
-
- Dec 20, 1998
- Dec 19, 1998
-
-
dtc authored
problem, and limit the range of pages to be checked.
-
- Dec 16, 1998
-
-
dtc authored
-
- Nov 13, 1998
-
-
dtc authored
and bringing it closer to the FreeBSD map. From Raymond Toy.
-
- Sep 17, 1998
-
-
dtc authored
address space.
-
- Sep 13, 1998
- Sep 01, 1998
-
-
dtc authored
-
- Aug 30, 1998
-
-
dtc authored
larger heaps and stacks: * There is now the potential for up to 2.75GB dynamic space on FreeBSD, and 1.75GB on linux. Since GENCGC statically allocates page tables the default size is set at just 1GB. * The Read-only and Static spaces have been increased to 256MB allowing larger heaps to be purified. The Read-only and Static spaces are in the same locations for both the FreeBSD and Linux ports to avoid unnecessary binary incompatibility. * The Control stack and Binking stack now have room for upto 128MB, supporting deeply nested algorithms, and potentially giving room for subdivision for thread stacks. * There is a reserve for the FreeBSD static libraries in the event that the FreeBSD lisp binary is dynamically linked, and the foreign segment size for FreeBSD is now 32MB, up from just 4MB. * There is now significantly more room for C allocated memory, roughly 128M on Linux and 224M on FreeBSD.
-
- Jul 26, 1998
-
-
dtc authored
-
- Jun 19, 1998
-
-
dtc authored
-
- Jun 16, 1998
-
-
dtc authored
better hemlock tty mode support.
-
- Jun 03, 1998
-
-
dtc authored
-
- May 27, 1998
-
-
dtc authored
cores loaded with subsystems can grow rather large.
-
- May 22, 1998
-
-
pw authored
Subject: Fix for Alpha "dead in fake_foreign_function_call" bug This bug occurs because the code in arch_get_bad_addr in alpha-arch.c looks to see whether the faulting instruction is a store instruction, but doesn't check for floating-point stores.
-
- May 01, 1998
-
-
dtc authored
support for glibc2.
-
- Apr 08, 1998
-
-
pw authored
-
- Mar 21, 1998
- Mar 10, 1998
-
-
dtc authored
sc_DescriptorReg define; the error code had been using a fixed SC offset which becomes invalid when the SCs are modified, for example when adding the complex-float SCs.
-
dtc authored
-
dtc authored
helping detect heap corruption. The check can be enabled during a heap verify via gencgc_enable_verify_zero_fill, or it can be called from lisp via the alien function gencgc_verify_zero_fill.
-
- Feb 21, 1998
-
-
dtc authored
-
- Feb 19, 1998
- Jan 29, 1998
-
-
dtc authored
-
- Jan 25, 1998
-
-
dtc authored
ports; fake_foreign_function_call must be called before sap_alloc on the non-x86 port so that current_dynamic_space_free_pointer is setup from reg_ALLOC.
-
- Jan 19, 1998
-
-
dtc authored
been returning two values.
-
- Jan 18, 1998
-
-
dtc authored
dependent on pointer_filter_verbose.
-
- Jan 17, 1998
-
-
dtc authored
the x86 port in preparation for its removal.
-
- Jan 16, 1998
-
-
dtc authored
bogus LRA code objects rather than a SAP to avoid lossage if the real code object is moved while the real return address has been moved off the stack.
-
dtc authored
of heap corruption and to try and handle return address on the stack. Enhance new-genesis to save the code fixups for x86 code objects allowing the code to be placed in the dynamic heap and thus garbage collected by purify.
-
- Jan 14, 1998
-
-
dtc authored
valid_dynamic_space_pointer a static local as a similarly name function is used by purify.
-
- Jan 05, 1998
- Dec 31, 1997
-
-
dtc authored
the saved stack vectors.
-