- Jul 25, 2007
-
-
fgilham authored
-
cshapiro authored
sigset_t is different from the one used in the Linux kernel. This means that we cannot make assignments of sigset_t objects without corrupting memory. To work around this problem we update uc_sigmask differently on Linux than on other systems. Also, remove x87 control word updates since the x87 is setup correctly inside call_into_lisp.
-
fgilham authored
-
- Jul 24, 2007
-
-
rtoy authored
-
rtoy authored
created and will run, but you can't load new files. Still needs work. src/exec-init.c: o New file that defines builtin_image_flag and initial_function_addr, instead of being defined in lisp.c code/sunos-os.lisp: o Register the :executable feature if needed. lisp/GNUmakefile: o Add exec-init.c to list of src files. o Remove exec-init.o from lisp.a when building on Solaris. lisp/elf.c: o Port the elf code to Solaris. - Basically set up the correct values for the elf header and sections. - The ELF core sections on Solaris don't have valid addresses so we explicitly set them when mapping the core sections. lisp/elf.h o Use SOLARIS instead of sparc. lisp/lisp.c: o builtin_image_flag and initial_function_addr moved to exec-init.c. tools/linker.sh: o Support Solaris tools/make-main-dist.sh: o Support Solaris tools/SunOS-cmucl-linker-script: o New file for SunOS executable.
-
- Jul 23, 2007
- Jul 22, 2007
-
-
cshapiro authored
it matches the layout of an mcontext. Also, remove an older FreeBSD sigcontext definition.
-
- Jul 21, 2007
- Jul 20, 2007
- Jul 19, 2007
-
-
fgilham authored
-
- Jul 18, 2007
- Jul 17, 2007
-
-
fgilham authored
-
- Jul 15, 2007
- Jul 13, 2007
- Jul 12, 2007
- Jul 09, 2007
- Jul 08, 2007
-
-
fgilham authored
-
- Jul 07, 2007