Implemented setting the fs register to point to the TEB
[reactos.git] / reactos / ntoskrnl / ps / create.c
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-02-14 David WelchFixed compilation bug
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-26 David WelchMore improvements to LPC code
2000-01-05 David WelchImplemented more security functions
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 Phillip SusiAdded tracking of running threads in a process, and...
1999-12-14 Phillip Susimissing initialization of Thread->Tcb.WaitBlockList
1999-12-13 David WelchReworked APC and waiting code, seems more stable now