Fixed callback calling conventions (part 2).
[reactos.git] / reactos / ntoskrnl / ke / timer.c
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-07-30 Rex Jolliffsome changes to support loading actual drivers
2001-04-17 David WelchSMP scheduling fixes
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-18 David WelchFixes for APC handling
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-14 David WelchMerge adjacent free blocks in the non-paged pool
2001-03-14 David WelchSome work on portabilitity
2001-02-18 Phillip SusiFixes to waitable timer implementation
2001-02-06 David WelchFixed timer code
2001-02-05 Phillip SusiFixed clock increment for 10ms clock, and bug in comput...
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-30 David WelchAdded calibration of KeStallExecutionProcessor delay
2000-07-19 David WelchAdded timer constant fix from Genadi V. Zawidowski
2000-07-07 Phillip SusiFixes to timeout code
2000-07-04 David WelchAdded working set functions
2000-06-29 David WelchMade header file usage more consistent
2000-06-09 Eric KohlMoved some functions into the hal.
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-02-14 Boudewijn Dekkerimpl. NtGetTickCount
1999-12-26 David WelchAdded some security functions
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-11 Phillip Susireworked the APC code, they shold now be delivered...
1999-12-04 Phillip Susifixed timers and a wait functions, and a few bugs
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
1999-10-30 Emanuele AlibertiKeDelayExecutionThread exported by ntoskrnl with correc...
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-05-14 Eric KohlFixed bug in RtlTimeToTimeFields().
1999-05-13 Eric KohlImproved time functions.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-03-31 David WelchImproved physical page managment
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-01-28 David WelchRemoved memory leaks
1999-01-16 David WelchFixed several bugs
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-01 David Welch*** empty log message ***
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-19 David WelchMinor bug fixes
1998-12-08 David WelchCorrected a memory leak in the read cleanup code
1998-10-31 Rex JolliffFixed timer constants and repitition code
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision