- Fix a typo in NtSetSecurityObject().
[reactos.git] / reactos / ntoskrnl / nt /
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-03-07 Hartmut Birr- Initialized the object tag to prevent the tag 0xcccccccc.
2004-01-22 Gunnar Dalsnesfix stupid bug
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-11-21 Filip Navara- A little more correct prototypes for NtGetPlugPlayEve...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-14 Hartmut Birr- Changed the wait parameter to FALSE in a call to...
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-08-24 Casper Hornstrup2003-08-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-05 Gunnar Dalsnes-corrected protoype
2003-02-27 Gunnar DalsnesNon expired timer wasn't dequeued/canceled before freed
2002-10-03 Robert DickensonMake WinCVS look a little cleaner.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2001-12-05 David WelchFixed security define spelling
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-11-04 Eric KohlImplemented mutant object.
2001-09-06 David WelchImplemented NtQueryTime
2001-08-30 David WelchAdded some more descriptive comments.
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-05-27 Eric KohlFixed a typo
2001-05-27 Eric KohlImplemented atoms in ntoskrnl and fixed a few bugs
2001-05-26 Eric KohlImplemented handle table and atom table
2001-03-29 David WelchFixed int 10 problems
2001-03-25 David WelchV86 mode fixes
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-16 David Welch* ntoskrnl/include/internal/safe.h: Corrected typo.
2001-03-16 David Welch* ntoskrnl/include/internal/mm.h: Removed MmSafeCopyToU...
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-07 David WelchMore .cvsignore files
2001-03-07 David WelchAdded tagging of most allocates
2001-03-01 Eric KohlSome atom prototype fixes
2001-02-18 Phillip SusiFixes to waitable timer implementation
2001-02-04 Eric KohlImplemented KeRemoveQueueApc() (not exported).
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlFixed a compiler warning
2001-01-20 Eric KohlImplemented ObOpenObjectByName()
2000-12-26 David WelchAdded support for calling BIOS functions
2000-10-22 Eric KohlImplemented event pair
2000-10-08 David WelchFixed compilation bugs
2000-10-08 Eric KohlAdded atom table stubs
2000-10-06 Eric KohlImplemented NtPulseEvent() and NtQueryEvent()
2000-06-29 David WelchMade header file usage more consistent
2000-06-04 Emanuele AlibertiMade and new ntoskrnl/lpc directory for the LPC subsystem.
2000-05-09 Eric KohlFixed or added exported object type variables
2000-04-23 Phillip SusiDisabled debug prints
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-01-26 David WelchMore improvements to LPC code
2000-01-12 Eric KohlAdded missing printf() functions
1999-12-30 David WelchAdded some additional csrss work
1999-12-26 David WelchAdded some security functions
1999-12-20 Phillip Susifixed typeo
1999-12-20 Phillip Susifixed missing dereference and cleaned up code in NtCrea...
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-02 David WelchSome bug fixes.
1999-12-01 Eric KohlFixed a typo
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-10-16 Eric KohlFixed NtCreatePort() prototype.
1999-10-15 Eric KohlFixed hal display and initialization code.
1999-07-17 Emanuele Alibertifixes
1999-07-12 Rex Jolliffadded an ignore file
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-04-10 David WelchPartially implemented PEB
1999-03-25 David WelchCleaned up code a bit
1999-02-06 David Welchno message
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-17 David WelchBug fixes
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffInitial revision