Many changes, bugfixes to user vsnprintf and to escape code handling
authorJohn Hodge <[email protected]>
Fri, 30 Apr 2010 15:43:46 +0000 (23:43 +0800)
committerJohn Hodge <[email protected]>
Fri, 30 Apr 2010 15:43:46 +0000 (23:43 +0800)
commit85eb17b306404571aa39596946c87ad9bb1d9d13
tree1f35c3b574866ba43c358e6da9c07e1adf183af6
parente61cffb0ef7221e18df8e67cba37a3ec45232275
Many changes, bugfixes to user vsnprintf and to escape code handling
- Added coloured messages to kernel output
- Implemented arguments to staticly compiled modules
- Updated VTerm to only change video modes when needed (not fully
  tested yet)
- Other misc changes to kernel
- Dramatic overhaul of AxWin, nearing completion
29 files changed:
Kernel/Makefile.BuildNum
Kernel/arch/x86/errors.c
Kernel/arch/x86/main.c
Kernel/arch/x86/time.c
Kernel/drv/vterm.c
Kernel/include/acess.h
Kernel/include/tpl_drv_video.h
Kernel/lib.c
Kernel/logging.c
Kernel/modules.c
Kernel/system.c
Kernel/threads.c
Modules/IPStack/ipv4.c
Modules/IPStack/ipv6.c
Usermode/Applications/Makefile.tpl
Usermode/Applications/axwin2_src/WM/Makefile
Usermode/Applications/axwin2_src/WM/common.h
Usermode/Applications/axwin2_src/WM/decorator.c [new file with mode: 0644]
Usermode/Applications/axwin2_src/WM/interface.c
Usermode/Applications/axwin2_src/WM/main.c
Usermode/Applications/axwin2_src/WM/messages.c
Usermode/Applications/axwin2_src/WM/video.c
Usermode/Applications/axwin2_src/WM/wm.c
Usermode/Applications/axwin2_src/WM/wm.h
Usermode/Libraries/libc.so_src/fileIO.c
Usermode/include/axwin/messages.h
Usermode/include/stdio.h
Usermode/include/string.h [deleted file]
Usermode/include/sys/sys.h

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