General fixes
authorJohn Hodge <[email protected]>
Sat, 20 Nov 2010 03:50:39 +0000 (11:50 +0800)
committerJohn Hodge <[email protected]>
Sat, 20 Nov 2010 03:50:39 +0000 (11:50 +0800)
commit41769c02317835472d7678d3531ecfc23df8e17a
tree2a455a3b000e5ba3e0ac7c69702bfd989de5be5b
parenta54379686bef79c24e4a1e2337611f33d33c8b4b
General fixes

- Fixed recursion in ARP_Resolve when there is not a direct route
  to the destinaton
 > ARP now does not use routes if the destination address is on the
   current subnet.
- Added debug to routing code, debug to IRC client too
Kernel/arch/x86/lib.c
Kernel/debug.c
Modules/IPStack/arp.c
Modules/IPStack/ipstack.h
Modules/IPStack/main.c
Modules/IPStack/routing.c
Usermode/Applications/ifconfig_src/main.c
Usermode/Applications/irc_src/main.c

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