Module Name: src Committed By: jmmv Date: Sun Mar 2 20:13:12 UTC 2014
Modified Files: src/tests/kernel: t_sysv.c Log Message: Make cleanup routines actually work. The only way to pass global state from the body to the cleanup is via the file system. Fixes leaks of global system resources (in all cases, given that the body does not by itself clean things up). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_sysv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.