bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: implementing bash's magic


From: Roland McGrath
Subject: Re: implementing bash's magic
Date: Fri, 18 Oct 2002 18:20:34 -0400 (EDT)

The /dev/fd cases use magic with libc support old because that is the only
sensical way to implement them.  For other features you can just use normal
translators that do the work themselves.  i.e., to return a connected
socket from open, they can get an io_restrict'd port to /servers/socket/N
and call socket_create, socket_connect, etc., and return the port.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]