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:   pgoyette
Date:           Thu Dec 12 22:55:20 UTC 2019

Modified Files:
        src/sys/kern: files.kern init_main.c kern_module.c
        src/sys/rump/librump/rumpkern: Makefile.rumpkern
        src/sys/sys: module_hook.h param.h
Added Files:
        src/sys/kern: kern_module_hook.c

Log Message:
Eliminate per-hook duplication of common code as suggested by
(and with major contributions from) riastradh@

Welcome to 9.99.23


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/kern/files.kern
cvs rdiff -u -r1.508 -r1.509 src/sys/kern/init_main.c
cvs rdiff -u -r1.140 -r1.141 src/sys/kern/kern_module.c
cvs rdiff -u -r0 -r1.1 src/sys/kern/kern_module_hook.c
cvs rdiff -u -r1.177 -r1.178 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/module_hook.h
cvs rdiff -u -r1.623 -r1.624 src/sys/sys/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