diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-26 02:48:19 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-26 02:55:51 +0100 |
commit | 5d9219ddc17d3cbbce111fe29443b1a205503e06 (patch) | |
tree | 2a4417cb1a90348e395ebbada0a19a3767739152 /NEWS | |
parent | 25b928645df760156a58aa707da56eae66a4ae77 (diff) |
Add remap translator
* trans/remap.c: New file.
* trans/Makefile (targets): Add remap.
(SRCS): Add remap.c.
(remap): Add rule.
* utils/remap.sh: New script.
* utils/Makefile (targets): Add remap.
(special-targets): Add remap.
(SRCS): Add remap.sh.
* NEWS: Advertise new translator
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ consumption problems and race conditions. The system can compile itself as well as most external applications. The amount of stress the system can tolerate has increased a lot. +The new remap translator can be used to create an environment in which +some paths are redirected, for instance the TCP/IP stack, or /bin/sh, +etc. + The new ftpfs translator can be used to transparently access FTP servers through the filesystem. Together with the new hostmux translator, which can invoke host-specific translators like ftpfs, |