Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Fri Dec  5 13:05:38 UTC 2008

Modified Files:
        src/distrib/sets/lists/base: module.mi
        src/sys/fs/union: union_vfsops.c
        src/sys/fs/unionfs: unionfs_vfsops.c
        src/sys/miscfs/genfs: layer_vfsops.c
        src/sys/miscfs/nullfs: null_vfsops.c
        src/sys/miscfs/overlay: overlay_vfsops.c
        src/sys/miscfs/umapfs: umap_vfsops.c
        src/sys/modules: Makefile
Added Files:
        src/sys/modules/layerfs: Makefile

Log Message:
PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbols 
not there)

Add a layerfs module.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/distrib/sets/lists/base/module.mi
cvs rdiff -r1.57 -r1.58 src/sys/fs/union/union_vfsops.c
cvs rdiff -r1.5 -r1.6 src/sys/fs/unionfs/unionfs_vfsops.c
cvs rdiff -r1.29 -r1.30 src/sys/miscfs/genfs/layer_vfsops.c
cvs rdiff -r1.77 -r1.78 src/sys/miscfs/nullfs/null_vfsops.c
cvs rdiff -r1.53 -r1.54 src/sys/miscfs/overlay/overlay_vfsops.c
cvs rdiff -r1.80 -r1.81 src/sys/miscfs/umapfs/umap_vfsops.c
cvs rdiff -r1.21 -r1.22 src/sys/modules/Makefile
cvs rdiff -r0 -r1.1 src/sys/modules/layerfs/Makefile

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