- Feb 22, 2001
-
-
pw authored
A couple of typo corrections; fix main() in lisp.c (main returns int, not void!); stop ACCEPT-TCP-CONNECTION blocking other processes.
-
- Jan 23, 2001
-
-
dtc authored
o Add support for 64-bit integer parameters and function results.
-
- Jan 22, 2001
-
-
dtc authored
-
- Jan 09, 2001
-
-
dtc authored
being incorrectly calculated.
-
- Dec 05, 2000
-
-
dtc authored
o Don't use taddcctv/tsubcctv for the pseudo-atomic stuff.
-
dtc authored
o Add routines to handle the new pseudo-atomic trap noise instead of using taddcctv. The old code is left in just in case I forgot some uses somehow. o Don't try to fix up broken trap instructions anymore. We shouldn't be generating them at all now anyway.
-
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 06, 2000
-
-
dtc authored
objects, to avoid falsely pairing with a fixnum.
-
- Nov 03, 2000
-
-
dtc authored
-
- Oct 27, 2000
- Oct 26, 2000
-
-
dtc authored
-
- Oct 24, 2000
-
-
dtc authored
allocated before malloc is called from gc_init on FreeBSD, because malloc would otherwise allocate from conflicting addresses. Well spotted by Paul Werkowski.
-
dtc authored
of the dynamic space. DYNAMIC_SPACE_SIZE now defines the maximum size, and when defined DEFAULT_DYNAMIC_SPACE_SIZE gives the default. o Increase the maximum dynamic space size for Linux x86 to 1.625GB, with the default remaining at 512MB. o Define the default dynamic space size for FreeBSD x86 to also be 512MB, with a maximum of 2GB.
-
dtc authored
-
- Oct 23, 2000
-
-
dtc authored
the command line -batch switch only modifying this when specified.
-
- Oct 21, 2000
- Oct 16, 2000
-
-
dtc authored
-
- Sep 05, 2000
- Sep 04, 2000
-
-
dtc authored
code is still broken and disabled.
-
- Aug 27, 2000
-
-
dtc authored
-
- Jul 31, 2000
-
-
dtc authored
-
- Jun 22, 2000
-
-
dtc authored
-
- May 06, 2000
-
-
dtc authored
bits as used by the long-float build. This corrects the handling of double-float-epsilon for the double-float build, and should also improve performance on some processors such as the AMD Athlon.
-
- Apr 12, 2000
-
-
pw authored
via the POSIX_SIGS conditional. Change the way SA_SIGINFO gets passed to sigaction. It is turned off for FreeBSD and Linux.
-
- Feb 28, 2000
- Jan 19, 2000
-
-
dtc authored
users with low swap plus memory to run without enabling the non-standard and perhaps undesirable overcommit_memory option. With this change the current scheme of splitting mmap operations into smaller pieces to bypass the kernel checks is no longer necessary, and this code has been cleaned up.
-
dtc authored
because the necessary pages are zeroed by gc_free_heap.
-
dtc authored
scrub-control-stack for some time.
-
- Jan 09, 2000
-
-
dtc authored
appropriate rather than the constant 4096. Remove uses of the variable last_used_page.
-
- Dec 04, 1999
-
-
dtc authored
-