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:   pooka
Date:           Wed Nov 18 17:40:45 UTC 2009

Modified Files:
        src/sys/conf: files
        src/sys/kern: kern_module.c
        src/sys/sys: module.h
Added Files:
        src/sys/kern: kern_module_vfs.c

Log Message:
* make it possible to include kern_module in a kernel without vfs
  support, i.e. move vfs functionality to a separate module
  (kern_module_vfs.c)
* make module proplist size an MI constant (now 8k) instead of PAGE_SIZE
* change some error values to something else than the karmic EINVAL


To generate a diff of this commit:
cvs rdiff -u -r1.963 -r1.964 src/sys/conf/files
cvs rdiff -u -r1.53 -r1.54 src/sys/kern/kern_module.c
cvs rdiff -u -r0 -r1.1 src/sys/kern/kern_module_vfs.c
cvs rdiff -u -r1.17 -r1.18 src/sys/sys/module.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