websrv makefile updated; added support for more web pages to websrv; ZDE improvement...
commit8351f342a046c34caef703beba9b5dc6a1a415b2
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 12 Nov 2009 18:35:24 +0000 (12 19:35 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 12 Nov 2009 18:35:24 +0000 (12 19:35 +0100)
treee6c0b50f9a754c0d974d3afad89634099053bd38
parent990bfeb1fb2a6890f08206e47669e6504c5e0857
websrv makefile updated; added support for more web pages to websrv; ZDE improvement of zgui_puts () - better
handling of text; added support of terminal to ZDE; fixed ZDE desktop icon's position; fixed compilation of zjab for
linux + improvements in zjab; added command "gui" for build.sh script, e.g. "./build.sh iso gui" what is responsible
for ZDE installation into CD image; fixed possible sys_write () memory corruption with unwanted '\0' character; added
command cmd for sequentional execution of shell commands; small changes in console's gets (); devices can check their
name in INIT over flags structure; added ioctl () call IOATAREAD and IOATAWRITE for read/write ATA operations; small
changes in TCP implementation + partially fixed bug with random close () when connect (); changes in tty.c + each tty
is recognized as character device mapped to /dev/tty*; some fixes in ext2; added file descriptor type FD_TERM for
terminal's read/write feature; improvements in read.c, open.c and write.c in kernel lib; added initial GUI installer
of ZeX/OS
37 files changed:
apps/websrv/Makefile
apps/websrv/a.htm [new file with mode: 0644]
apps/websrv/client.h
apps/websrv/http.c
apps/websrv/i.htm [moved from apps/websrv/html with 79% similarity]
apps/websrv/net.c
apps/websrv/start.s [copied from apps/websrv/start.asm with 100% similarity]
apps/zde/appcl.c
apps/zde/dialog.c
apps/zde/handler.c
apps/zde/icon.c
apps/zde/zinstall/Makefile [new file with mode: 0644]
apps/zde/zinstall/README [new file with mode: 0644]
apps/zde/zinstall/link.ld [new file with mode: 0644]
apps/zde/zinstall/main.c [new file with mode: 0644]
apps/zde/zinstall/make_img.sh [new file with mode: 0755]
apps/zde/zinstall/start.s [moved from apps/websrv/start.asm with 100% similarity]
apps/zjab/Makefile
apps/zjab/cmds.c
apps/zjab/utils.c
build.sh
kernel/arch/i386/syscall.c
kernel/core/commands.c
kernel/core/console.c
kernel/core/dev.c
kernel/core/ioctl.c
kernel/core/mm/usermem.c
kernel/core/net/tcp.c
kernel/core/net/tcp6.c
kernel/core/tty.c
kernel/drivers/fs/ext2.c
kernel/include/ioctl.h
kernel/include/tty.h
kernel/lib/stdio/open.c
kernel/lib/stdio/read.c
kernel/lib/stdio/write.c
libc/include/sys/ioctl.h