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:   riastradh
Date:           Tue Jul 11 09:48:56 UTC 2023

Modified Files:
        src/sys/kern: kern_core.c
        src/sys/sys: ksem.h proc.h
        src/sys/uvm: uvm_param.h

Log Message:
sys: Rip <sys/resourcevar.h> out of <uvm/uvm_param.h>.

And thus out of <sys/param.h>, which is exceedingly overused and
fragile and delenda est.

Should fix (some) issues with the recent inclusion of machine/lock.h
in various machine/mutex.h files.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/kern_core.c
cvs rdiff -u -r1.15 -r1.16 src/sys/sys/ksem.h
cvs rdiff -u -r1.371 -r1.372 src/sys/sys/proc.h
cvs rdiff -u -r1.41 -r1.42 src/sys/uvm/uvm_param.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