Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    3b086fb1
    Add support for sysinfo on Solaris. · 3b086fb1
    rtoy authored
    code/unix.lisp:
    o Add UNIX-SYSINFO and appropriate constants.
    
    code/exports.lisp:
    o Export UNIX-SYSINFO and corresponding constants.
    
    code/sparc-svr4-vm.lisp:
    o Use UNIX-SYSINFO to provide better values for MACHINE-TYPE and
      MACHINE-VERSION. Instead of the generic "Ultrasparc", we can return
      things like "sun4u" and "SUNW,Sun-Blade-1500".
    
    Use bootfiles/19c/boot-2005-12-2.lisp to bootstrap this change.  Only
    needed for sparc.
    3b086fb1
    History
    Add support for sysinfo on Solaris.
    rtoy authored
    code/unix.lisp:
    o Add UNIX-SYSINFO and appropriate constants.
    
    code/exports.lisp:
    o Export UNIX-SYSINFO and corresponding constants.
    
    code/sparc-svr4-vm.lisp:
    o Use UNIX-SYSINFO to provide better values for MACHINE-TYPE and
      MACHINE-VERSION. Instead of the generic "Ultrasparc", we can return
      things like "sun4u" and "SUNW,Sun-Blade-1500".
    
    Use bootfiles/19c/boot-2005-12-2.lisp to bootstrap this change.  Only
    needed for sparc.