Source-Changes archive

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

CVS commit: src/sys/rump/librump



Module Name:    src
Committed By:   pooka
Date:           Tue Jan 22 09:23:40 UTC 2008

Modified Files:
        src/sys/rump/librump/rumpkern: emul.c rump.c specfs.c
        src/sys/rump/librump/rumpuser: rumpuser_pth.c

Log Message:
Until debugging threaded programs in NetBSD is fixed, supply the
cpp option RUMP_WITHOUT_THREADS as a workaround.  If defined, it
makes rump itself operate single-threaded and prevents kthread_create()
from working.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.28 -r1.29 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.17 -r1.18 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.9 -r1.10 src/sys/rump/librump/rumpuser/rumpuser_pth.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