Skip to content
Snippets Groups Projects
  1. Nov 29, 2001
  2. Feb 22, 2001
    • pw's avatar
      From Paul Foley · b221deeb
      pw authored
      A couple of typo corrections; fix main() in lisp.c (main returns int,
      not void!); stop ACCEPT-TCP-CONNECTION blocking other processes.
      b221deeb
  3. Oct 27, 2000
  4. Oct 24, 2000
  5. Oct 23, 2000
  6. Oct 16, 2000
  7. Sep 09, 1999
  8. Feb 20, 1999
    • pw's avatar
      Changes for Linux running on Alpha. · 25b808fb
      pw authored
      From: Julian Dolby <dolby@csag-226-8.UCSD.EDU>
      
        Enclosed below are diffs against the cvs repository as of Feb 12;
      aside from minor changes like using different include files
      (e.g. validate.h instead of x86-validate.h in Linux-os.c) and adding
      alpha-linux specifics unix-glibc2.lisp, there are two code changes.
      
       The first is to signal handling. I had to put the POSIX-SIGS
      ifdefs into places used by alpha but not by x86, and I ifdef'ed out
      most of the linux #define kludges for signals for alpha linux, since
      alpha linux uses OSF/1 signals rather than linux ones.
      
       The second is that the trick of or'ing 2 into the reg_ALLOC address
      to cause faults does not work on alpha linux since the kernel traps
      and handles the unaligned access; I did not find a way to change that
      kernel behavior, so I changed the code to or (1<<63) into the address
      to cause a seg fault, and then check, in the seg fault handler, to see
      if the high-order address bits are set.
      
       One change I made is to the memory layout (lisp/alpha-validate.h and
      compiler/alpha/parms.lisp); that change is not needed to make lisp run
      on alpha linux, but is there because I wanted more heap space.
      25b808fb
  9. Nov 21, 1997
  10. Nov 18, 1997
  11. Jan 21, 1997
  12. Nov 01, 1994
  13. Oct 25, 1994
  14. Oct 24, 1994
  15. Jul 05, 1994
  16. Mar 10, 1994
  17. Jan 28, 1994
  18. Apr 28, 1993
  19. Feb 09, 1993
  20. Jan 13, 1993
  21. Sep 08, 1992
  22. Jul 28, 1992
  23. May 25, 1992
  24. Apr 28, 1992
  25. Mar 22, 1992
  26. Mar 08, 1992
  27. Oct 22, 1991
  28. Sep 04, 1991
  29. May 24, 1991
  30. May 03, 1991
  31. Feb 16, 1991
  32. Oct 23, 1990
  33. Sep 21, 1990
  34. Jul 18, 1990
  35. Jul 01, 1990
Loading