Source-Changes archive

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

CVS commit: [vmlocking2] src/sys/kern



Module Name:    src
Committed By:   ad
Date:           Wed Dec 26 23:07:24 UTC 2007

Modified Files:
        src/sys/kern [vmlocking2]: kern_exit.c kern_fork.c

Log Message:
- Push kernel_lock back into exit, wait and sysctl system calls, mainly
  for visibility.
- Serialize calls to brk() from within the same process.
- Mark more syscalls MPSAFE.


To generate a diff of this commit:
cvs rdiff -r1.194.2.2 -r1.194.2.3 src/sys/kern/kern_exit.c
cvs rdiff -r1.149.2.2 -r1.149.2.3 src/sys/kern/kern_fork.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