Composite commit (GUI / Networking)
authorJohn Hodge <[email protected]>
Sat, 6 Nov 2010 11:14:50 +0000 (19:14 +0800)
committerJohn Hodge <[email protected]>
Sat, 6 Nov 2010 11:14:50 +0000 (19:14 +0800)
commitd5834686ad14b66420060192445f06bce85db389
tree9c11e3dae0c6c5225ee32122e4dc1b3348c59eaf
parent34dbc845a86903c0b531216b166a4d596255bc9a
Composite commit (GUI / Networking)

- GUI Work, just fiddling with getting images supported
- Networking:
 > libnet being built for networking helpers
 > IPStack is being partially reworked to support routes and more versatile
   naming of interfaces (with the ultimate goal of removing integer names)
 > Basic IRC client in the works (testing the networking stack with it)
- Other Changes:
 > Cleanups to library code (implemented snprintf in libc)
 > Improved debugging and thread status naming in threads.c
21 files changed:
Kernel/include/threads.h
Kernel/lib.c
Kernel/threads.c
Modules/IPStack/ipstack.h
Modules/IPStack/main.c
Modules/IPStack/routing.c [new file with mode: 0644]
Modules/IPStack/tcp.c
Usermode/Applications/axwin2_src/WM/common.h
Usermode/Applications/axwin2_src/WM/decorator.c
Usermode/Applications/axwin2_src/WM/interface.c
Usermode/Applications/axwin2_src/WM/video.c
Usermode/Applications/axwin2_src/WM/wm.c
Usermode/Applications/irc_src/Makefile [new file with mode: 0644]
Usermode/Applications/irc_src/main.c [new file with mode: 0644]
Usermode/Libraries/libc.so_src/fileIO.c
Usermode/Libraries/libimage_sif.so_src/main.c
Usermode/Libraries/libnet.so_src/Makefile [new file with mode: 0644]
Usermode/Libraries/libnet.so_src/address.c [new file with mode: 0644]
Usermode/Libraries/libnet.so_src/net.h [new file with mode: 0644]
Usermode/include/net.h [new symlink]
Usermode/include/stdio.h

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