Networking - Reworked route table management
authorJohn Hodge <[email protected]>
Sun, 5 Feb 2012 09:58:52 +0000 (17:58 +0800)
committerJohn Hodge <[email protected]>
Sun, 5 Feb 2012 09:58:52 +0000 (17:58 +0800)
commit7536e8afcc3018c4ca2a4aa8f8422cf86a6c188c
treeb4353fa84d59a2a7382e1df9214fc9460d8588a4
parent7c43aea724fea42bc297f47f9c180a5080c6fd17
Networking - Reworked route table management

- Changed to using meaningful file names instead of indexes
- DHCP client now registers a default route, traffic passes
17 files changed:
Kernel/include/acess.h
Kernel/include/errno.h
Kernel/include/vfs_ext.h
Kernel/include/vfs_int.h
Kernel/lib.c
Kernel/vfs/open.c
Modules/IPStack/main.c
Modules/IPStack/routing.c
Notes/20120204-RoutingNames.txt [new file with mode: 0644]
Usermode/Applications/dhcpclient_src/main.c
Usermode/Applications/ifconfig_src/main.c
Usermode/Applications/ping_src/main.c
Usermode/Libraries/ld-acess.so_src/common.h
Usermode/Libraries/libc.so_src/rand.c [new file with mode: 0644]
Usermode/Libraries/libnet.so_src/address.c
Usermode/Libraries/libnet.so_src/main.c
Usermode/include/acess/sys.h

UCC git Repository :: git.ucc.asn.au