summaryrefslogtreecommitdiff
path: root/tests/kernel/t_sysv.c
AgeCommit message (Collapse)Author
2022-05-14PR/56831: Eric van Gyzen: race condition in tests/kernel/t_sysv.cchristos
https://cgit.freebsd.org/src/commit/?id=20917cac7bcf216225a7b66f7b3a56f3764c5acc
2018-02-03* Use 'struct testmsg' rather than 'struct mymsg' (avoids a conflictpgoyette
with FreeBSD) * Fix a broken call to open(2) with O_CREAT and no permission argument. * ANSIfy function definitions. * Improve failure messages. From freebsd.org via Brooks Davis - Thanks!
2014-03-02Make cleanup routines actually work.jmmv
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).
2013-07-24Fix msgsz confusion.skrll
2012-11-06Replace the atexit() routines with ATF_TC_CLEANUP()pgoyette
Factor out the generation of token_keys to a separate routine, called from each test case. And make sure we remove the mkdtemp()-created directory after we're finished with it.
2012-11-05Convert to ATF format the old src/regress/ style tests for Sys V IPCpgoyette