Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Wed Sep 30 22:14:13 UTC 1998

Modified Files:
        src/sys/arch/amiga/amiga: vectors.s
        src/sys/arch/atari/atari: vectors.s
        src/sys/arch/hp300/hp300: vectors.s
        src/sys/arch/mac68k/mac68k: vectors.s
        src/sys/arch/mvme68k/mvme68k: vectors.s
        src/sys/arch/next68k/next68k: vectors.s
        src/sys/arch/sun3/sun3: vector.c vector.h
        src/sys/arch/x68k/x68k: vectors.s
Log Message:
Note that trap #1 is compat_13_sigreturn, and give trap #3 to syscalls
which require special handling, e.g. sigreturn on m68k.

This differs from the old sigreturn trap in that we require the syscall
number to be in register d0, just like the regular syscall entry point.
This will allow sigreturn to be versioned in the future without the need
to allocate another trap vector.




Home | Main Index | Thread Index | Old Index