Skip to content
Snippets Groups Projects
  1. May 17, 2015
  2. May 16, 2015
  3. May 14, 2015
  4. Apr 22, 2015
  5. Apr 18, 2015
  6. Nov 19, 2014
  7. Nov 17, 2014
  8. Nov 16, 2014
  9. Oct 27, 2014
  10. Oct 25, 2014
  11. Nov 04, 2011
  12. Sep 25, 2011
  13. Jan 07, 2011
  14. Dec 22, 2010
  15. Nov 12, 2010
  16. Apr 20, 2010
  17. Apr 16, 2010
  18. Mar 19, 2010
  19. Dec 17, 2009
    • rtoy's avatar
      code/unix.lisp: · e70c9348
      rtoy authored
      o Add UNIX-GETRLIMIT and appropriate constants (for solaris and
        darwin/x86)
      
      code/exports.lisp:
      o Export them.
      e70c9348
  20. Dec 07, 2009
  21. Oct 15, 2009
  22. Oct 14, 2009
    • agoncharov's avatar
      · 173e967f
      agoncharov authored
      As suggested by Madhu <madhu@cs.unm.edu>, removed the ext:getenv
      function that I had introduced a few days ago.  Instead, four foreign
      function definitions are introduced, following Madhu's proposal.
      
      The four functions:
      
         unix-getenv unix-setenv unix-putenv unix-unsetenv
      
      are defined both in unix.lisp and unix-glibc2.lisp.
      173e967f
  23. Jun 11, 2009
  24. Jan 23, 2009
  25. Sep 24, 2008
  26. Apr 02, 2008
  27. Feb 08, 2008
    • rtoy's avatar
      Need to export the following so cross-compiles work better: · 227d9627
      rtoy authored
      UNIX-SYSINFO SI-SYSNAME SI-HOSTNAME SI-RELEASE SI-VERSION SI-MACHINE
      SI-ARCHITECTURE SI-HW-SERIAL SI-HW-PROVIDER SI-SRPC-DOMAIN SI-PLATFORM
      SI-ISALIST SI-DHCP-CACHE
      
      Actually only UNIX-SYSINFO, SI-MACHINE, and SI-PLATFORM are needed
      (sparc-svr4-vm.lisp) but let's export them all since they're in
      exports.lisp.
      227d9627
  28. Dec 21, 2007
  29. Nov 09, 2007
    • rtoy's avatar
      Lynn Quam noted that callbacks did not work on his system. This · 1e0ff599
      rtoy authored
      happened because the callback trampoline used malloc'ed space which
      were not executable by default.  Change this so that the trampoline is
      executable.
      
      code/unix.lisp, code/unix-glibc2.lisp:
      o Add UNIX-MPROTECT
      
      code/exports.lisp:
      o Export UNIX-MPROTECT
      
      code/alieneval.lisp:
      o Make sure the malloc'ed trampoline area is executable.
      
      general-info/release-19e.txt:
      o Update
      1e0ff599
  30. Nov 06, 2007
Loading