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:   yamt
Date:           Mon Feb  9 13:11:21 UTC 2004

Modified Files:
        src/sys/kern: kern_exit.c kern_lwp.c
        src/sys/uvm: uvm_glue.c uvm_map.c

Log Message:
- borrow vmspace0 in uvm_proc_exit instead of uvmspace_free.
  the latter is not a appropriate place to do so and it broke vfork.
- deactivate pmap before calling cpu_exit() to keep a balance of
  pmap_activate/deactivate.


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 src/sys/kern/kern_exit.c
cvs rdiff -r1.22 -r1.23 src/sys/kern/kern_lwp.c
cvs rdiff -r1.76 -r1.77 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.159 -r1.160 src/sys/uvm/uvm_map.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