Source-Changes archive

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

CVS commit: src/sys/compat/osf1



Module Name:    src
Committed By:   drochner
Date:           Sun Jan 16 19:57:09 UTC 2005

Modified Files:
        src/sys/compat/osf1: osf1_signal.c

Log Message:
Make osf1_sys_sigaction() use the internal sigaction1()
instead of the compat16_ thing.
This saves 2 pointless copyout/copyin cycles to/from
the "stackgap" buffer, and it gets us a step closer
to a COMPAT_OSF! which works w/o COMPAT_16.
This still doesn't support SA_SIGINFO because the old
COMPAT_16 signal trampoline is used.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/compat/osf1/osf1_signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index