Home | History | Annotate | only in /src/usr.sbin/puffs/rump_nfs
History log of /src/usr.sbin/puffs/rump_nfs
RevisionDateAuthorComments
 1.7 14-Mar-2017  ozaki-r Fix build of puffs
 1.6 20-Jul-2010  pooka branches: 1.6.28; 1.6.32;
Remove unused LDADD lines. They need work to work, and if anyone
ever does that work, they surely can come up with the LDADD line as
well.
 1.5 14-Sep-2009  skrll Rely on the new and "just as awful as the old" hack in the battle of rump
vs link sets.
 1.4 21-Aug-2009  skrll No-one wins in rump vs link sets.

XXX Someone(tm) needs to fix this properly.
 1.3 18-Jan-2009  he Change the use of formally undocumented features, which have now been
made to fail. Specifically, change
.ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL),
and corresponding for .ifndef.

Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != "no")?!?).
 1.2 30-Dec-2008  pooka Link self-contained file systems (i.e. do not depend on other file
systems) against the kernel module on select archs.
 1.1 16-Oct-2008  pooka Add & enable rump_nfs.
 1.6.32.1 21-Apr-2017  bouyer Sync with HEAD
 1.6.28.1 20-Mar-2017  pgoyette Sync with HEAD
 1.11 24-Jul-2011  uch regen
 1.10 22-Nov-2010  pooka regen
 1.9 22-Nov-2010  pooka regen
 1.8 21-Nov-2010  pooka regen
 1.7 31-Mar-2010  pooka regen
 1.6 15-Feb-2009  pooka regen: putter in synopsis and note about experimental status
 1.5 10-Feb-2009  pooka regen: note that vnconfig not required
 1.4 11-Jan-2009  wiz branches: 1.4.2;
regen.
 1.3 11-Jan-2009  pooka regen: mount -o rump
 1.2 16-Oct-2008  pooka branches: 1.2.2;
regen
 1.1 16-Oct-2008  pooka Add & enable rump_nfs.
 1.2.2.1 23-Feb-2009  snj Regen for ticket 465.
 1.4.2.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.10 12-Jan-2010  pooka Make r/w servers unmount themselves cleanly upon receiving SIGINT/TERM.
 1.9 18-Oct-2009  pooka Remove threading ifdefs. It was never easy to run the nfs client
without threads, but now it's even more difficult due to sillyrename
using workqueue, so whoever wants to do it will have to take to
manual fiddling.
 1.8 18-Oct-2009  pooka Use write through cache here too. Doesn't make the same kind of
difference as with smbfs since nfs is "stateless", but better to
have the data on the server ASAP in case some other nods wants to
use it.
 1.7 11-Jan-2009  pooka Default to threading, non-threaded debug mode can be compiled separately.
Useful if running this from fstab.
 1.6 10-Jan-2009  pooka Don't compile diagnostic code which accesses kernel symbols directly.
Will fail now since not all archs have the same symbol names.
 1.5 08-Jan-2009  pooka For applications which naughtily reach over to the rump kernel
namespace without using proper interfaces, do a little namespace
compensation.
 1.4 12-Dec-2008  pooka Do some nasty manual tricks and treats to avoid having to call
rump_init() here (creating threads before we ask p2k to detach from
console is bad).
 1.3 26-Nov-2008  pooka Try to honor rump_threads by not creating iothreads if threads are off.
 1.2 14-Nov-2008  pooka Don't set PUFFS_FLAG_OPDUMP by default.
 1.1 16-Oct-2008  pooka Add & enable rump_nfs.

RSS XML Feed