Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   cube
Date:           Wed Mar 29 23:02:31 UTC 2006

Modified Files:
        src/sys/kern: kern_exec.c kern_lwp.c kern_sa.c
        src/sys/sys: lwp.h proc.h savar.h

Log Message:
Rework the _lwp* and sa_* families of syscalls so some details can be
handled differently depending on the emulation.  This paves the way for
COMPAT_NETBSD32 support of our pthread system.


To generate a diff of this commit:
cvs rdiff -r1.215 -r1.216 src/sys/kern/kern_exec.c
cvs rdiff -r1.33 -r1.34 src/sys/kern/kern_lwp.c
cvs rdiff -r1.70 -r1.71 src/sys/kern/kern_sa.c
cvs rdiff -r1.33 -r1.34 src/sys/sys/lwp.h
cvs rdiff -r1.217 -r1.218 src/sys/sys/proc.h
cvs rdiff -r1.17 -r1.18 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