- Fix compile issues caused by previous patch.
[reactos.git] / reactos / ntoskrnl /
2005-10-15 Hartmut BirrAllocated buffers from non paged pool for all user...
2005-10-14 Gé van GeldorpInclude kernelmode routines in stack backtrace
2005-10-14 Gé van GeldorpAttach to correct process before messing around with...
2005-10-14 Gé van GeldorpOnly whitespace changes, no logic
2005-10-14 Hervé PoussineauBig Plug-and-Play patch for ReactOS:
2005-10-14 Hervé PoussineauStep 2 for a PnP ReactOS: add some (little) hacks
2005-10-14 Gé van GeldorpFix tab/space mess
2005-10-14 Hervé PoussineauDon't always return STATUS_BUFFER_TOO_SMALL when an...
2005-10-14 Gé van GeldorpIdentify the process in ThreadExtraInfo
2005-10-13 Thomas Bluemelproperly reset the reference counter in ExReInitializeR...
2005-10-13 Hervé PoussineauIopGetBusTypeGuidIndex: Fix an infinite loop
2005-10-12 Gunnar Dalsnesadd comment about KeCancelTimer pitfall
2005-10-11 Hervé PoussineauSend the right LocaleId to device stack when querying...
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-10-10 Thomas Bluemeldon't jump outside _SEH_TRY with goto in ObpCaptureObje...
2005-10-09 Gregor AnichAdd /BREAK option.
2005-10-08 Hervé PoussineauNtPlugPlayControl: Implement PlugPlayControlResetDevice...
2005-10-08 Gregor AnichAdd 'break_on_module_load' option to KDB. When enabled...
2005-10-07 Hervé Poussineau- Fill Level field in DEVICE_NODE structure
2005-10-06 Thomas Bluemelfixed warnings when compiled with -Wmissing-declarations
2005-10-06 Gregor AnichFix KiGetFpuState() - Thanks to Hartmut for finding...
2005-10-06 Gregor AnichHuh, what? Oops! Just some stuff which noone cares...
2005-10-05 Gregor AnichChange indentation - make it a bit more readable and...
2005-10-03 Hervé PoussineauReference the PDO before returning it
2005-10-02 Thomas Bluemelmake the tree compilable again...
2005-10-02 Hartmut BirrDisable the serial debug output if the com port doesn...
2005-10-02 Alex Ionescu- Small semaphore code simplification/optimization.
2005-10-01 Alex Ionescu- Remove some duplicated/useless code and use internal...
2005-10-01 Alex Ionescu- KeRundownThread:
2005-09-30 Thomas Bluemeldon't remove mutants twice from the thread's mutant...
2005-09-28 Thomas Bluemeldon't free random pointer in MmCreateImageSection....
2005-09-28 Thomas Bluemeldon't dereference the port in NtSetInformationFile...
2005-09-27 Hervé PoussineauKEBUGCHECK(0) -> KEBUGCHECK(INACCESSIBLE_BOOT_DEVICE)
2005-09-27 Hervé PoussineauDisplay status code when the file can't be opened
2005-09-27 Alex Ionescu- Fix several flaws in APC logic.
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-26 Alex Ionescu- Implement alldvrm and aulldvrm and export them from...
2005-09-26 Alex IonescuErr, actually deliver APCs when returning from systemca...
2005-09-26 Filip NavaraRevert r18070.
2005-09-26 Gé van GeldorpSilence some debug messages
2005-09-26 Alex Ionescu- Put executive atom functions in the executive folder...
2005-09-26 Alex Ionescu- Remove some deprecated files.
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Filip NavaraRevert r18064 and correctly set the cell size for hash...
2005-09-25 Filip NavaraCorrectly interpret the cell type in CmiDestroyCell...
2005-09-25 Thomas Bluemel- fixed uninitialized variable warning
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-25 Filip NavaraAdd TestAlert check to NtContinue.
2005-09-25 Filip NavaraFix up the indentation.
2005-09-25 Gé van GeldorpFix GDB backtrace
2005-09-24 Hartmut BirrAllow the system process and a process without a parent...
2005-09-24 Hartmut Birr- Moved the definition of REG_NOTIFY_CLASS from cm...
2005-09-24 Hartmut Birr- Use the given buffer for getting the name of the...
2005-09-24 Hartmut BirrMerged the main code from NtQueryAttributesFile and...
2005-09-24 Hervé PoussineauIf device instance id is not unique, prepend informatio...
2005-09-24 Gunnar Dalsnesuncomment and add mutex asserts
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-23 Alex IonescuFix signalstate check in KGATE code; spotted by magey.
2005-09-23 Gé van GeldorpRemove dead file
2005-09-23 Gé van GeldorpMake GDB available for release builds
2005-09-21 Hartmut Birr- Do only create a registry entry for partitions if...
2005-09-21 Thomas Bluemelsome arc names might be longer than 100 characters...
2005-09-18 Gunnar Dalsnes-added better LIST_FOR_EACH macros (ripped from wine...
2005-09-17 Gé van GeldorpAdd back support for older binutils versions
2005-09-16 Hartmut BirrFree all messages in LpcpDeletePort.
2005-09-16 Hartmut BirrDereference the port object in PspExitThread.
2005-09-15 Gé van GeldorpFix some of the damage r17811 did to the GDB stub
2005-09-15 Hartmut Birr- Assign first the partitions to drive letters, which...
2005-09-15 Hartmut Birr- Fixed the creation of arc names. Only valid partition...
2005-09-15 Hartmut BirrFixed the MP build.
2005-09-15 Hervé PoussineauIf we have a PCI device, try to keep the IRQ assigned...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-09-13 Alex IonescuFilip doesn't like int3. Implemented Trap6 failure...
2005-09-13 Alex IonescuProperly bias frame, remove bugcheck added for debuggin...
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix previous strangely incomplete NtRaiseException...
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-11 Hervé PoussineauDisplay debug error message only when action fails
2005-09-10 Hartmut Birr- Acquire the temporary buffer from non paged pool...
2005-09-08 Hartmut BirrInitialize the length in the header in LpcSendTerminati...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-08 Alex IonescuDon't duplicate string and ctype functions 2 (or even...
2005-09-08 Alex Ionescu- Move more stuff to /rtl
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-09-06 Gé van GeldorpShut up some debug messages
2005-09-06 Alex Ionescu- Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZz...
2005-09-05 Gé van GeldorpFix compilation when ENABLE_VALIDATE_POOL is defined
2005-09-05 Gé van GeldorpThe kernel extension is really a EXTENDED_DEVOBJ_EXTENS...
2005-09-05 Hervé PoussineauFix the build. TIB field in KIPCR structure is named...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-09-03 Hartmut BirrFixed the return value in KeRundownQueue if the queue...
2005-09-02 Filip NavaraCheck for Request == NULL.
next