- 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
-
- Nov 29, 1999
-
-
dtc authored
-
- Nov 11, 1999
-
-
dtc authored
otherwise the set of masked exceptions may be lost. Further, when restoring the FPU control word restore the rounding mode to its required default of round-to-nearest.
-
- Oct 07, 1999
-
-
dtc authored
-
- Oct 06, 1999
-
-
dtc authored
'jmp *offset(%eax)' rather than 'jmp offset(%eax)'. Peter Van Eynde reports that the older syntax is incorrectly assembled on recent linux systems. The new syntax does work on recent FreeBSD systems.
-
- Sep 22, 1999
-
-
dtc authored
it here to be sa_handler. This is necessary for older Linux distributions which do not define sa_sigaction.
-
- Sep 16, 1999
- Sep 13, 1999
-
-
dtc authored
Remove the stubs for pthread functions which cannot be used.
-
- Sep 11, 1999
-
-
pw authored
(like Linux) rather than bits.
-
- Sep 09, 1999
- Aug 25, 1999
-
-
dtc authored
table size by 25%, and move to a fixed layout of the page flags to better support future atomic operations for threaded code.
-
- Aug 21, 1999
-
-
dtc authored
-
- Mar 13, 1999
-
-
dtc authored
and add unix-setpgid.
-
- Feb 25, 1999
-
-
pw authored
-
- Feb 22, 1999