Skip to content
Snippets Groups Projects
  1. Jul 14, 2004
  2. Jul 13, 2004
    • pmai's avatar
      First merge of the C side of the OS X/Darwin port. Besides adding Darwin · eb44537a
      pmai authored
      versions of all the required things, this commit separates the
      interrupt handler proper (now interrupt_handle_now_handler) from the
      actual work-horse (interrupt_handle_now), which is now only ever called
      from the two interrupt handlers, interrupt_handle_now_handler and
      maybe_now_maybe_later.  This follows similar changes in SBCL, and is in
      fact needed in order to properly use sigreturn in signal handlers, as
      required to work around a problem with the G5.
      eb44537a
  3. Jul 12, 2004
  4. Jul 08, 2004
  5. Jul 07, 2004
    • rtoy's avatar
      Fix more compiler warnings: · 0ac2c885
      rtoy authored
      * backtrace.c, save.c:  fprintf warnings.
      * interrupt.h: Declare build_fake_control_stack_frame and
        interrupt_handle_space_overflow.
      * os-common.c: Include interrupt.h to define
        build_fake_control_stack_frame.
      * parse.c, runprog.c, search.c:  Include some standard system headers
        to get rid of undefined function warnings.
      0ac2c885
    • rtoy's avatar
      Fix more compiler warnings: · 5a1bf534
      rtoy authored
      * alloc.c:  Include gencgc.h to get declaration of alloc().
      * gencgc.c:
        o Include string.h for memset.
        o Initialize some vars that gcc complains might be uninitialized
          (but they're not).
        o scav_fdefn isn't used on sparc, so comment it out.
        o valid_dynamic_space_pointer, maybe_adjust_large_object, and
          preserve_pointer are only used on x86, so comment #ifdef them for
          i386.
      * os-common.c:
        o Fix a few printf warnings.
        o Cast args to bcopy.
      5a1bf534
    • rtoy's avatar
      Clean up some compiler warnings: · 015a25b6
      rtoy authored
      * gencgc.h:  Add declaration for alloc.
      
      * solaris-os.c:
        o Include interrupt.h
        o Clean up some printf warnings, apply appropriate casts for
          converting address to longs and vice versa.
      
      * sparc-arch.c:
        o Include gencgc.h, breakpoint.h, interr.h to declare some functions
          for us.
        o Instructions are ints, not longs.  (64-bitness cleanup.)
        o handle_breakpoint and handle_function_end_breakpoint were not
          called with the right second arg.
      
      * sunos-os.h:
        o Declare flush_icache and save_context.
      015a25b6
    • rtoy's avatar
      Add -Wall flag to gcc. · a053949f
      rtoy authored
      a053949f
    • rtoy's avatar
      Correct some comments for NetBSD memory map. · 9c76e988
      rtoy authored
      9c76e988
    • rtoy's avatar
      Changes from Robert Swindells to support NetBSD. · 5d2cd5df
      rtoy authored
      5d2cd5df
  6. Jul 06, 2004
  7. Jul 01, 2004
  8. Jun 30, 2004
  9. Jun 28, 2004
  10. Jun 22, 2004
  11. Jun 21, 2004
  12. Jun 18, 2004
  13. Jun 15, 2004
  14. Jun 10, 2004
  15. Jun 07, 2004
  16. May 20, 2004
  17. May 19, 2004
  18. May 18, 2004
Loading