Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpuser



Module Name:    src
Committed By:   pooka
Date:           Tue Jan 20 21:43:13 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpuser: Makefile
Added Files:
        src/sys/rump/librump/rumpuser: rumpuser_pth_dummy.c

Log Message:
It seems profiling really really doesn't like pthreads on my system
for some reason.  Because I don't have time to descends into the
depths to figure out why, give an alternative rumpuser_pth module,
which allows to link rump completely without pthreads.  Naturally,
this means that no threads can be used, but it's enough to get
profiling done in some cases.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/rump/librump/rumpuser/Makefile
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpuser/rumpuser_pth_dummy.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