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:   pooka
Date:           Sat May  2 15:20:08 UTC 2009

Modified Files:
        src/lib/libukfs: ukfs.c
        src/sys/rump/include/rump: rump.h
        src/sys/rump/librump/rumpkern: rump.c

Log Message:
Since rump_module_load() doesn't actually load the module, change
the name to rump_module_init().  Also, adjust the signature to take
a direct pointer to modinfo and allow passing of props.  Finally,
provide rump_module_fini().


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libukfs/ukfs.c
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/include/rump/rump.h
cvs rdiff -u -r1.105 -r1.106 src/sys/rump/librump/rumpkern/rump.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