Re: Per-task file descriptors and eventually a "real" shell

2015-10-04 Thread Ian Caddy
Hi Isaac, On 3/10/2015 4:24 AM, Isaac Gutekunst wrote: Hey, The hack would be that file descriptors 0,1 and 2 are not part of a global namespace of file descriptors, and potentially refer to different actual IO devices on a per task basis. The motivation here would be creating a more function

Re: Per-task file descriptors and eventually a "real" shell

2015-10-04 Thread Joel Sherrill
On October 4, 2015 8:22:44 PM CDT, Ian Caddy wrote: >Hi Isaac, > >On 3/10/2015 4:24 AM, Isaac Gutekunst wrote: >> Hey, >> >> >> The hack would be that file descriptors 0,1 and 2 are not part of a >> global namespace of file descriptors, and potentially refer to >different >> actual IO devices on