Commit Graph

8 Commits

Author SHA1 Message Date
pooka
1decab3813 Fix calls to rump syscalls now that the padding argument is no
longer advertised.
2009-05-15 15:54:03 +00:00
pooka
a9b3c18ec6 lseek fd to start before sending, creates a clearer test case. 2009-05-08 13:03:46 +00:00
pooka
fd3f839e56 Make the file descriptor passing test case a little more interesting:
instead of passing a file descriptor within a single process, create
two virtual processes in rump and pass the fd between them.
2009-05-07 16:19:30 +00:00
pooka
d56d1f4273 Rename variable to reflect current use. no functional change. 2009-05-07 14:45:19 +00:00
pooka
f9733ae8d4 Use make syntax where LDADD applies only to a certain target
(not that there currently is more than one, but ...)
2009-05-04 01:26:49 +00:00
pooka
a6059f9100 g/c unused variables 2009-05-04 00:14:59 +00:00
pooka
0a3318e028 In addition to testing the fd passing doesn't crash the kernel,
also check that it actually works.
2009-05-03 23:19:59 +00:00
pooka
1838cc2a07 Add a regression test for the descriptor passing panic. 2009-02-10 13:43:54 +00:00