Fixed timer code
authorDavid Welch <welch@cwcom.net>
Tue, 6 Feb 2001 00:11:20 +0000 (00:11 +0000)
committerDavid Welch <welch@cwcom.net>
Tue, 6 Feb 2001 00:11:20 +0000 (00:11 +0000)
commit076c1c6ac33c38795c9bd0718bd2ddf21e37c7d9
treee321d0d1407886dc73a7569c446ce897ce06764a
parentae6b8598547412f1cb741d9d8a679a0210dfdf6a
Fixed timer code
Fixed NtClose return in case of error
Added new APC-like primitive for terminating threads
Fixed restriction on size of working set

svn path=/trunk/; revision=1603
24 files changed:
reactos/Makefile
reactos/apps/tests/bench/bench-thread.c
reactos/apps/tests/thread/thread.c
reactos/include/ddk/cctypes.h
reactos/include/pe.h
reactos/install.sh
reactos/lib/kernel32/process/proc.c
reactos/ntoskrnl/include/internal/ke.h
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/ke/apc.c
reactos/ntoskrnl/ke/i386/irq.c
reactos/ntoskrnl/ke/i386/usercall.c
reactos/ntoskrnl/ke/kthread.c
reactos/ntoskrnl/ke/main.c
reactos/ntoskrnl/ke/timer.c
reactos/ntoskrnl/mm/freelist.c
reactos/ntoskrnl/mm/i386/page.c
reactos/ntoskrnl/mm/i386/pfault.c
reactos/ntoskrnl/mm/pagefile.c
reactos/ntoskrnl/mm/section.c
reactos/ntoskrnl/mm/wset.c
reactos/ntoskrnl/ob/handle.c
reactos/ntoskrnl/ps/kill.c
reactos/ntoskrnl/ps/suspend.c