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:   jdolecek
Date:           Sun Oct 26 10:32:24 UTC 2003

Modified Files:
        src/sys/kern: kern_allocsys.c sysv_msg.c sysv_sem.c sysv_shm.c

Log Message:
allocate virtual memory for SYSV shm, msg and semaphore structures
separately from the bufpages, so that it would be possible to eventually
make their limits changeable in runtime

make static all local variables which do not need to be exported to other
kernel parts


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/kern/kern_allocsys.c
cvs rdiff -r1.35 -r1.36 src/sys/kern/sysv_msg.c
cvs rdiff -r1.47 -r1.48 src/sys/kern/sysv_sem.c
cvs rdiff -r1.70 -r1.71 src/sys/kern/sysv_shm.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