Skip to content
Snippets Groups Projects
  1. Sep 13, 1998
  2. Sep 01, 1998
  3. Aug 30, 1998
    • dtc's avatar
      Revise the address map to better utilise the address space, allowing · 0d71a1cd
      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.
      0d71a1cd
  4. Jul 26, 1998
  5. Jun 19, 1998
  6. Jun 16, 1998
  7. Jun 03, 1998
  8. May 27, 1998
  9. May 22, 1998
    • pw's avatar
      From Ken Olum: · da4ebe3b
      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.
      da4ebe3b
  10. May 01, 1998
  11. Apr 08, 1998
  12. Mar 21, 1998
  13. Mar 10, 1998
  14. Feb 21, 1998
  15. Feb 19, 1998
  16. Jan 29, 1998
  17. Jan 25, 1998
  18. Jan 19, 1998
  19. Jan 18, 1998
  20. Jan 17, 1998
  21. Jan 16, 1998
  22. Jan 14, 1998
  23. Jan 05, 1998
  24. Dec 31, 1997
  25. Dec 25, 1997
  26. Dec 17, 1997
  27. Dec 03, 1997
  28. Dec 02, 1997
  29. Dec 01, 1997
  30. Nov 30, 1997
  31. Nov 29, 1997
Loading