Fixed pacman source code - there was static adddress for image instead of malloc...
commite9ff4590b55a20461aabb4b11f4cad3655213ecf
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Fri, 20 Feb 2009 13:26:09 +0000 (20 14:26 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Fri, 20 Feb 2009 13:26:09 +0000 (20 14:26 +0100)
tree34d0e2896d89e739503eda202faf94d7d5284171
parent6a138dcbb4de2282e55f1ca6c649fd7455e9030c
Fixed pacman source code - there was static adddress for image instead of malloc what cause segfault; fixed image
loading - memory corruption in pacman; small improvements in ZDE; added system call sys_getpid () - 53; command exec
was improved - when vfs_read return error it go out from command; vfs_read () function return error when READ action
fails; ZNFS filesystem was improved - file transfer from remote machine to local should work without errors;
apps/threadtest/Makefile [new file with mode: 0644]
apps/threadtest/README [new file with mode: 0644]
apps/threadtest/link.ld [new file with mode: 0644]
apps/threadtest/main.c [new file with mode: 0644]
apps/threadtest/make_img.sh [new file with mode: 0755]
apps/threadtest/start.asm [new file with mode: 0644]
libc/include/sys/types.h [new file with mode: 0644]
libc/unistd/getpid.c [new file with mode: 0644]