Return failure if native function failed. one more test passes
[reactos.git] / reactos / lib / kernel32 / thread / thread.c
2005-08-09 Alex IonescuReturn failure if native function failed. one more...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-07 Alex Ionescu- Send proper ClientID structure
2005-07-29 Thomas Bluemel- simplified BasepAnsiStringToHeapUnicodeString
2005-07-29 Thomas Bluemelfix the SetThreadUILanguage stub
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-19 Alex Ionescu- 4th out of 5 patch part of ROSRTL removal. This touch...
2005-06-20 Alex IonescuCleanup kernel usage to decrease compilation time/memory
2005-06-20 Alex IonescuApply kjk's change to thread.c too
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-07 Thomas Bluemelfixed warnings
2005-03-26 Filip NavaraFix return value of SwitchToThread.
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-18 Thomas Bluemelimplemented undocumented GetConsoleInputExeNameA/W...
2004-12-13 Filip Navara- Get handling of unhandled exceptions working again.
2004-12-09 Thomas Bluemelimplemented GetThreadIOPendingFlag() (only kernel32...
2004-12-04 Filip Navara- Implement QueueUserAPC.
2004-11-02 Thomas Bluemel1. get rid of InternalGetProcessId()
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
2004-10-24 Thomas Bluemelminor fixes
2004-09-24 Thomas Bluemel1. implemented GetThreadSelectorEntry()
2004-09-19 Thomas Bluemeldon't memcpy TIME structures to FILETIME structures
2004-07-30 James TaborImplemented OpenThread and GetSystemTimes.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-13 Filip Navara- Compile kernel32 using w32api.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2003-12-30 KJK::Hyperion - include/rosrtl/thread.h, lib/rosrtl/makefile, lib...
2003-12-30 KJK::HyperionStill not done...
2003-12-30 KJK::HyperionScrew branches, I'm committing to HEAD. Life is too...
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-08-07 Royce Mitchell IIIfunction names to left column
2003-07-24 Royce Mitchell IIIfixed warning in ExitThread - gcc complained that noret...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-09 KJK::Hyperion - i386/fiber.S: SwitchToFiber: there was data defined...
2003-05-29 KJK::Hyperion - Kernel32: implemented fibers. Almost complete -...
2003-04-30 Gé van GeldorpFix SetThreadPriority()
2003-04-29 KJK::Hyperion - new statically linked library ROSRTL, for code to...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-02-17 Eric KohlFixed a compiler warning.
2003-02-03 Eric KohlImplemented CancelIo() and SetThreadIdealProcessor().
2003-01-22 Eric KohlFixed some warnings.
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-02 Eric KohlImplemented SetThreadAffinityMask().
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2001-08-15 Emanuele AlibertiMinor fixes in KERNEL32.TerminateThread() and in
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlRewrote stack allocation.
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-08 David WelchAdditional bug fixes
2000-09-05 Eric KohlRegistry fixes (not usable yet)
2000-09-05 Eric KohlImplemented dll detach on thread termination
2000-09-01 Eric KohlImproved internal dll handling
2000-07-01 Emanuele AlibertiMinor changes.
2000-06-29 David WelchMade header file usage more consistent
2000-05-30 Emanuele AlibertiMinor changes to kernel32.
2000-04-14 Eric KohlImplemented debugger functions
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-11-02 David WelchImproved scheduling code
1999-10-07 Eric KohlFixed header inclusion order.
1999-10-02 Boudewijn DekkerMiscellaneous implementation of kernel32 stubs.
1999-09-06 Eric KohlThread improvements.
1999-09-05 Eric KohlUpdated.
1999-05-29 David WelchLots of changes to the kernel
1999-01-16 David WelchFixed several bugs
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-03 David WelchAdded directory listing support for the shell
1999-01-01 David Welch*** empty log message ***
1998-12-04 Rex JolliffRolled in various changes from others
1998-08-25 Rex JolliffThis commit was generated by cvs2svn to compensate...
1996-01-23 The ReactOS ManagerInitial revision ReactOS-0.0.7