- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / ps / win32.c
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-07-27 Alex Ionescu- Fix some last STDCALL->NTAPI problems.
2006-07-17 Alex Ionescu[FORMATTING] - Cleanup win32.c
2006-07-15 Alex Ionescu- Remove some debug prints that are not needed anymore
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-06-08 Alex Ionescu- Kill a bunch of deprecated hacks, because removing...
2006-05-25 Alex Ionescu- Convert all Win32k Object callback functions to the...
2006-05-25 Alex Ionescu- Rewrite Desktop/WindowsStation parsing to follow...
2006-05-25 Alex Ionescu- Get rid of OB_ROS_PARSE_METHOD and use OB_PARSE_METHO...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-22 Thomas Bluemeladd SEH to NtW32Call and directly use KeUserModeCallbac...
2006-01-13 Alex Ionescu- Fix one more leak when converting from non-gui to...
2006-01-13 Alex Ionescu- Properly create, grow and delete the kernel stack...
2006-01-11 Alex Ionescu- Rewrite usermode callbacks. These changes should...
2006-01-11 Alex Ionescu- Fix MmCreateKernelStack to actually take into account...
2006-01-11 Alex Ionescu- Remove KiServiceCheck and implement PsConvertToGuiThr...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-08-02 Filip NavaraMove #endif one line down to make the source code balanced.
2005-07-05 Gé van GeldorpAlways return a meaningfull status code
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
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-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
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-03-19 Alex IonescuCorrect NtW32call to call correct kernel function,...
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-01-26 David WelchPresent large reads to the filesystem from CcCopyRead
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-04 Eric KohlStarted kernel queue implementation.