Module Name:src
Committed By: christos
Date: Thu Sep 24 14:17:20 UTC 2015
Modified Files:
src/external/cddl/osnet/include: libproc.h
Log Message:
We have libproc now
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/include/libproc.h
Pl
Module Name:src
Committed By: christos
Date: Sun Nov 4 19:12:42 UTC 2012
Modified Files:
src/external/cddl/osnet/include: unistd.h
Log Message:
we have _SC_PHYS_PAGES now
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/include/unistd.
Module Name:src
Committed By: haad
Date: Mon May 10 06:26:11 UTC 2010
Modified Files:
src/external/cddl/osnet/include: thread.h
Log Message:
If thread_create was called with thread_id = NULL use our local thread id
as replacement otherwise we will crash.
To generate a di
Module Name:src
Committed By: haad
Date: Mon May 3 00:31:32 UTC 2010
Modified Files:
src/external/cddl/osnet/include: thread.h
Log Message:
Add _mutex_held routine to test if mutex_t * is held.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cdd