Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   christos
Date:           Wed Jul  6 22:30:42 UTC 2005

Modified Files:
        src/sys/kern: core_elf32.c kern_subr.c

Log Message:
Make copy{in,out}_proc work on all processes (including curproc) by
special-casing the curproc case. Use copy{in,out}_proc directly instead
of checking for curproc each time. Discussed with thorpej.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/kern/core_elf32.c
cvs rdiff -r1.117 -r1.118 src/sys/kern/kern_subr.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