Fixed bug in sh app - memory corruption when you delete more characters then you...
commit4e6a3aa00d7dec5d58b14848048c2292171e049a
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 2 Apr 2009 14:45:09 +0000 (2 16:45 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 2 Apr 2009 14:45:09 +0000 (2 16:45 +0200)
tree485d9d62605f247c9ece51b88a9978408b66c84c
parent71c5919fe215d82494cdd289ebeb4d401b957c2e
Fixed bug in sh app - memory corruption when you delete more characters then you wrote; Added new function to
libzde - zgui_puts () and zgui_resize (); Added EXIT state to appsrv/appcl for succefull exit when you click
on the window's cross; Improved MOVE state of window; Added some comments to ZDE sources; Dialogs are
translucent; ztest app was improved; Real Time Clock was updated + realtime variable was deleted; Fixed
sys_time () system call; System call sys_system () was improved and fixed - you are able to start new
user process in user apps; ICMPv6 code was updated; Added support for NDP's Router Advertisement - IPv6
address is automaticaly configured with site packets of e.g. radvd software; Added support for public IPv6
address communication into NDP protocol; Small correction in function net_proto_ipv6_print (); Added function
net_proto_ipv6_cmp_prefix () to compare IPv6 prefix with any next IPv6 address; Added GMM - initial Graphic
Memory Manager implementation - something like graphics renderer accelerator - graphics rendering is faster
then before (cca 60% performance boost); Updated libc functions time () and localtime_r (); Added ZDE app
zclock - digital clock
36 files changed:
apps/sh/main.c
apps/zde/appcl.c
apps/zde/appcl.h
apps/zde/appsrv.c
apps/zde/appsrv.h
apps/zde/dialog.c
apps/zde/handler.c
apps/zde/icon.c
apps/zde/window.c
apps/zde/window.h
apps/zde/zclock/Makefile [copied from apps/zde/ztest/Makefile with 73% similarity]
apps/zde/zclock/README [new file with mode: 0644]
apps/zde/zclock/link.ld [new file with mode: 0644]
apps/zde/zclock/main.c [copied from apps/zde/ztest/main.c with 68% similarity]
apps/zde/zclock/make_img.sh [new file with mode: 0755]
apps/zde/zclock/start.asm [new file with mode: 0644]
apps/zde/ztest/Makefile
apps/zde/ztest/main.c
kernel/arch/i386/rtc.c
kernel/arch/i386/syscall.c
kernel/core/commands.c
kernel/core/mm/kmem.c
kernel/core/mm/kzmem.c
kernel/core/net/icmp6.c
kernel/core/net/ipv6.c
kernel/core/net/ndp.c
kernel/core/net/tcp6.c
kernel/core/net/udp6.c
kernel/defconfig
kernel/drivers/Kconfig
kernel/drivers/char/video/video.c
kernel/include/net/ndp.h
kernel/include/system.h
libc/include/time.h
libc/time/localtime.c
libc/time/time.c