Skip to content
Snippets Groups Projects
  1. Jan 28, 2002
    • pmai's avatar
      Added specialised port to NetBSD (1.5.2) on x86. Since the code-base · b39b25d0
      pmai authored
      was already cleaned up with the OpenBSD port, this doesn't require
      massive changes.
      
      Since current NetBSD is ELF-based by default, we don't make use of the
      ELF feature, or in other words:  The presence of the NetBSD feature
      implies ELF, since there is no support for non-ELF NetBSD.
      
      The page-protection feature of the generational GC had to be turned
      off, because currently NetBSD 1.5.2 doesn't provide access to the
      faulting memory address in SIGSEGV signal-handlers on the x86
      platform.
      
      The memory is validated/mmapped in 64MB chunks in os-validate, in
      order to circumvent a restriction on NetBSD, that prevented me from
      mmapping 128MB or more apiece.  It has been pointed out to me that
      this may be caused by the default ulimit on data segment sizes, which
      seems kind of strange, but might be true.  In any case the current
      approach works OK, and doesn't require root interaction, so is
      probably the better approach.
      b39b25d0
    • pmai's avatar
      Added specialised port to NetBSD (1.5.2) on x86. Since the code-base · 4ea11535
      pmai authored
      was already cleaned up with the OpenBSD port, this doesn't require
      massive changes.
      
      Since current NetBSD is ELF-based by default, we don't make use of the
      ELF feature, or in other words:  The presence of the NetBSD feature
      implies ELF, since there is no support for non-ELF NetBSD.
      4ea11535
    • pmai's avatar
      Change the save-lisp to respect the target: search-list, so that the · 7614f04a
      pmai authored
      final core is now saved to target:lisp/lisp.core, instead of the
      current directory.
      7614f04a
  2. Jan 27, 2002
  3. Jan 26, 2002
  4. Jan 23, 2002
    • toy's avatar
      From Eric Marsden: · 94b05d68
      toy authored
      There is an incorrect gc_assert in lisp/gc.c in the function
      from_space_p. The argument is not necessarily a descriptor; it may be
      an untagged pointer, in which case the assertion is false. This causes
      rebuild to fail on SPARC when GC assertions are enabled.
      
      This observation is due to Daniel Barlow (and is fixed in SBCL).
      94b05d68
    • toy's avatar
      From Eric Marsden: · 320e0dee
      toy authored
       - remove obsolete (declare (values ...)) forms from the HPPA backend,
         that were resulting in incorrect code generation
      320e0dee
    • toy's avatar
      From Eric Marsden: · 9e3d8fa9
      toy authored
      Update some constants for HPUX.
      9e3d8fa9
    • toy's avatar
      Remove the OLD-SPARC nickname from the SPARC package. (Should the · a89d998f
      toy authored
      other OLD-xxx nicknames go away too?)
      a89d998f
  5. Jan 18, 2002
  6. Jan 16, 2002
  7. Jan 15, 2002
  8. Jan 14, 2002
  9. Jan 13, 2002
  10. Jan 11, 2002
  11. Jan 10, 2002
  12. Jan 09, 2002
  13. Jan 04, 2002
  14. Dec 13, 2001
  15. Dec 12, 2001
  16. Dec 11, 2001
Loading