Source-Changes archive

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

CVS commit: src/lib/libc/arch/hppa



Module Name:    src
Committed By:   skrll
Date:           Thu Jul  1 06:50:04 UTC 2004

Modified Files:
        src/lib/libc/arch/hppa: Makefile.inc SYS.h
        src/lib/libc/arch/hppa/sys: __clone.S __vfork14.S getcontext.S ptrace.S
            sigpending.S sigprocmask.S sigreturn.S sigsuspend.S
Added Files:
        src/lib/libc/arch/hppa/sys: cerror.S

Log Message:
Add a cerror.S and re-work various syscalls and SYS.h to use __cerror.

With help from the OpenBSD version of SYS.h.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/hppa/Makefile.inc
cvs rdiff -r1.4 -r1.5 src/lib/libc/arch/hppa/SYS.h
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/hppa/sys/__clone.S \
    src/lib/libc/arch/hppa/sys/__vfork14.S \
    src/lib/libc/arch/hppa/sys/ptrace.S \
    src/lib/libc/arch/hppa/sys/sigpending.S \
    src/lib/libc/arch/hppa/sys/sigprocmask.S \
    src/lib/libc/arch/hppa/sys/sigreturn.S \
    src/lib/libc/arch/hppa/sys/sigsuspend.S
cvs rdiff -r0 -r1.1 src/lib/libc/arch/hppa/sys/cerror.S
cvs rdiff -r1.1 -r1.2 src/lib/libc/arch/hppa/sys/getcontext.S

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