Source-Changes archive

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

CVS commit: src/sys/compat/darwin



Module Name:    src
Committed By:   manu
Date:           Tue Dec 16 16:13:59 UTC 2003

Modified Files:
        src/sys/compat/darwin: darwin_signal.c darwin_syscall.h
            darwin_syscallargs.h darwin_syscalls.c darwin_sysent.c
            syscalls.master

Log Message:
Darwin's sigprocmask is an hybrid between or modern sigprocmak (old set
argument, large sigset), and the older sigprocset (no old set argument,
small sigset). It feature old set argument and small sigset.

We now emulates this correctly.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/darwin/darwin_signal.c
cvs rdiff -r1.35 -r1.36 src/sys/compat/darwin/darwin_syscall.h \
    src/sys/compat/darwin/darwin_syscallargs.h \
    src/sys/compat/darwin/darwin_syscalls.c
cvs rdiff -r1.36 -r1.37 src/sys/compat/darwin/darwin_sysent.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/darwin/syscalls.master

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