Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / nt / ntevent.c
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-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
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-07 David WelchAdded tagging of most allocates
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlFixed a compiler warning
2001-01-20 Eric KohlImplemented ObOpenObjectByName()
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-05-09 Eric KohlFixed or added exported object type variables
2000-01-12 Eric KohlAdded missing printf() functions
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-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-02-06 David Welchno message
1999-02-01 David WelchExtensive changes to the objmgr
1998-10-05 Rex JolliffInitial revision