From 5d9219ddc17d3cbbce111fe29443b1a205503e06 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 26 Feb 2013 02:48:19 +0100 Subject: 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 26cffe1e..ea994a8e 100644 --- a/NEWS +++ b/NEWS @@ -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, -- cgit v1.2.3