commit | e9dbe11dbf43197892680f3b5084cd12b6dc198b | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Jan 11 21:06:55 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Jan 11 21:06:55 2005 +0000 |
tree | 356fbe1bc3c8a1516487bf5d9d8faab9556c620d | |
parent | 2b85f70db0d42f72fc532de906494fa173efa834 [diff] |
don't rfork(RFNOTEG) because then you lose the ability to read from the console. damn. also, handle case where child exits before fork returns in parent. have to record that sigchld was seen and then run the handler later.