System call code was cleaned and improved with return macros (SYSV_*); README update...
commitb84326ae991d647fa0c3127bf256899e4601b8a4
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Fri, 15 Jan 2010 11:46:30 +0000 (15 12:46 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Fri, 15 Jan 2010 11:46:30 +0000 (15 12:46 +0100)
treef77c099f3e122516668f38c736a9c6f3911424d0
parentce93602887087b13a47aee8332033fd23cf95fdd
System call code was cleaned and improved with return macros (SYSV_*); README update; fixed ioctl ATA call;
fixed ioctl return value in libc; scheduler, proc and libc code cleanup; libc makefile improvement in global
variables; updated libpthread and libx with new return-value code
36 files changed:
README
kernel/arch/i386/syscall.c
kernel/core/ioctl.c
kernel/core/proc.c
kernel/core/sched.c
kernel/include/paging.h
kernel/include/syscall.h [new file with mode: 0644]
libc/Makefile
libc/VERSION
libc/include/_libc.h [new file with mode: 0644]
libc/socket/accept.c
libc/socket/bind.c
libc/socket/connect.c
libc/socket/listen.c
libc/socket/recv.c
libc/socket/recvfrom.c
libc/socket/send.c
libc/socket/sendto.c
libc/socket/socket.c
libc/stdio/getch.c
libc/stdio/getchar.c
libc/stdio/getkey.c
libc/stdio/open.c
libc/stdio/read.c
libc/stdio/write.c
libc/sys/ioctl.c
libc/time/time.c
libc/unistd/chdir.c
libc/unistd/fcntl.c
libc/unistd/lseek.c
libpthread/VERSION
libpthread/create.c
libpthread/destroy.c
libpthread/include/pthread.h
libx/base/xinit.c
libx/libx/base.h