fuzix: netd
authorBrett Gordon <beretta42@gmail.com>
Tue, 15 Nov 2016 20:27:50 +0000 (15:27 -0500)
committerAlan Cox <alan@linux.intel.com>
Sun, 20 Nov 2016 19:30:16 +0000 (19:30 +0000)
commite7dda604b44d58022ea1ac8ae271e09562099f3f
treeaf8a36722ebf420b9e6ca45e67882ce85e344489
parentf71c2ce0d3e590b207c421a6857be41abe333968
fuzix: netd

enclosed is a patch for netd.  Have fun figuring out netd.c :)  This gives me
(active open only) native networking.  Me and Ron Klein have been testing
this with success.  Please advise,

brett
34 files changed:
Applications/netd/Makefile.6809 [new file with mode: 0644]
Applications/netd/clock-arch.c [new file with mode: 0644]
Applications/netd/clock-arch.h [new file with mode: 0644]
Applications/netd/clock.h [new file with mode: 0644]
Applications/netd/coconic.c [new file with mode: 0644]
Applications/netd/device.h [new file with mode: 0644]
Applications/netd/dig.c [new file with mode: 0644]
Applications/netd/echoping.c [new file with mode: 0644]
Applications/netd/fuzix-conf.h [new file with mode: 0644]
Applications/netd/fuzix-netd.pkg [new file with mode: 0644]
Applications/netd/gethostbyname.c [new file with mode: 0644]
Applications/netd/httpd.c [new file with mode: 0644]
Applications/netd/lwwire.c [new file with mode: 0644]
Applications/netd/netd.c [new file with mode: 0644]
Applications/netd/netd.h [new file with mode: 0644]
Applications/netd/netdb.h [new file with mode: 0644]
Applications/netd/netrc [new file with mode: 0644]
Applications/netd/resolv.conf [new file with mode: 0644]
Applications/netd/telnet.c [new file with mode: 0644]
Applications/netd/timer.c [new file with mode: 0644]
Applications/netd/timer.h [new file with mode: 0644]
Applications/netd/uip.c [new file with mode: 0644]
Applications/netd/uip.h [new file with mode: 0644]
Applications/netd/uip_arch.h [new file with mode: 0644]
Applications/netd/uip_arp.c [new file with mode: 0644]
Applications/netd/uip_arp.h [new file with mode: 0644]
Applications/netd/uiplib.c [new file with mode: 0644]
Applications/netd/uiplib.h [new file with mode: 0644]
Applications/netd/uipopt.h [new file with mode: 0644]
Kernel/platform-coco3/Makefile
Kernel/platform-coco3/build
Kernel/platform-coco3/devices.c
Kernel/platform-coco3/main.c
Library/include/sys/net_native.h [new file with mode: 0644]