Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libp2k
Module Name: src
Committed By: pooka
Date: Sun Oct 18 19:36:41 UTC 2009
Modified Files:
src/lib/libp2k: p2k.c p2k.h
Log Message:
Split init routines a bit more to allow for p2k init without having
to pass any real configuration data. This benefits things like
rump_smbfs which need to init rump before running the userspace
mount routines (because they make rump system calls) but cannot
run p2k_setup() at that stage because it requires data provided by
the userspace mount routines. And p2k_setup() in turn forks (to
detach), so it cannot be run after rump has been inited and threads
have been created.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libp2k/p2k.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libp2k/p2k.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