genode/ports/src/noux
Josef Söntgen 6d8a7c0cc4 Initial version of networking support for Noux
Noux/net adds network functionality to noux. Currently most basic
network related system calls including 'accept', 'bind', 'connect',
'listen', 'recv', 'send', 'shutdown', and 'socket' are implemented by
wrapping lwip's network functions.

At the moment noux/net is rarely usable, though it is possible to
use netcat to send a message to a netcat server which listen on a
given port in noux/net.
2012-05-29 13:54:59 +02:00
..
minimal Initial version of networking support for Noux 2012-05-29 13:54:59 +02:00
net Initial version of networking support for Noux 2012-05-29 13:54:59 +02:00
args.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
child.h Initial version of networking support for Noux 2012-05-29 13:54:59 +02:00
child_policy.h Handle lifetime of dynamic allocations in Noux 2012-02-26 13:34:48 +01:00
cpu_session_component.h Noux cleanup and source documentation 2012-02-23 10:42:12 +01:00
dataspace_registry.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
dir_file_system.h Fix Noux x86_64 compile error 2012-05-21 17:16:23 +02:00
directory_service.h Stacked file systems for Noux 2012-05-17 20:34:00 +02:00
dummy_input_io_channel.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
environment.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
family_member.h Handle lifetime of dynamic allocations in Noux 2012-02-26 13:34:48 +01:00
file_descriptor_registry.h Implementation of wait4 syscall 2012-02-24 23:43:35 +01:00
file_io_service.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
file_system.h Stacked file systems for Noux 2012-05-17 20:34:00 +02:00
fs_file_system.h Remove debugging output, emulate access syscall 2012-05-18 18:47:02 +02:00
io_channel.h Stacked file systems for Noux 2012-05-17 20:34:00 +02:00
local_noux_service.h Handle lifetime of dynamic allocations in Noux 2012-02-26 13:34:48 +01:00
local_rm_service.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
main.cc Initial version of networking support for Noux 2012-05-29 13:54:59 +02:00
path.h Improve path handling (stripping pairs of dots) 2012-05-18 18:47:10 +02:00
pipe_io_channel.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
pwd.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
ram_session_component.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
range_checked_index.h Add pipe and dup2 syscalls to Noux 2012-03-21 21:37:17 +01:00
rm_session_component.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
shared_pointer.h Add dynamic_pointer_cast method to Shared_pointer 2012-05-29 13:54:59 +02:00
signal_dispatcher.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
tar_file_system.h Remove debugging output, emulate access syscall 2012-05-18 18:47:02 +02:00
terminal_io_channel.h Remove debugging output, emulate access syscall 2012-05-18 18:47:02 +02:00
vfs_handle.h Stacked file systems for Noux 2012-05-17 20:34:00 +02:00
vfs_io_channel.h Stacked file systems for Noux 2012-05-17 20:34:00 +02:00
wake_up_notifier.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00