Source-Changes archive

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

CVS commit: [wrstuden-revivesa] src/sys



Module Name:    src
Committed By:   wrstuden
Date:           Sun May 11 00:23:35 UTC 2008

Added Files:
        src/sys/arch/m68k/include [wrstuden-revivesa]: saframe.h
        src/sys/compat/netbsd32 [wrstuden-revivesa]: netbsd32_sa.c
            netbsd32_sa.h
        src/sys/kern [wrstuden-revivesa]: kern_sa.c
        src/sys/sys [wrstuden-revivesa]: sa.h savar.h

Log Message:
Try this again, on the correct branch this time!

Initial checkin of re-adding SA. Everything except kern_sa.c
compiles in GENERIC for i386. This is still a work-in-progress, but
this checkin covers most of the mechanical work (changing signalling
to be able to accomidate SA's process-wide signalling and re-adding
includes of sys/sa.h and savar.h). Subsequent changes will be much
more interesting.

Also, kern_sa.c has received partial cleanup. There's still more
to do, though.


To generate a diff of this commit:
cvs rdiff -r0 -r1.6.2.2 src/sys/arch/m68k/include/saframe.h
cvs rdiff -r0 -r1.6.2.2 src/sys/compat/netbsd32/netbsd32_sa.c
cvs rdiff -r0 -r1.4.2.2 src/sys/compat/netbsd32/netbsd32_sa.h
cvs rdiff -r0 -r1.91.2.2 src/sys/kern/kern_sa.c
cvs rdiff -r0 -r1.11.2.2 src/sys/sys/sa.h
cvs rdiff -r0 -r1.24.2.2 src/sys/sys/savar.h

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