Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / ntoskrnl /
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-11-03 Gregor AnichOptimize NtGetContextThread a bit and fix use of unitin...
2005-11-03 Gregor AnichRemove assignment to unused Thread variable which was...
2005-11-03 Gregor Anich(Hopefully) fix (parts of) terribly broken NtSet/GetCon...
2005-11-02 Alex Ionescu- Use correct trapframe during set/get context. Thanks...
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-11-01 Thomas Bluemel- if a file object is a named pipe don't allow the...
2005-10-31 Thomas Bluemelfix return type of ObDereferenceSecurityDescriptor
2005-10-31 Thomas Bluemeladded stubs for ObLogSecurityDescriptor and ObDereferen...
2005-10-31 Hartmut BirrDo always dereference the section object if it was...
2005-10-30 Hartmut BirrFixed the check for the MEM_TOP_DOWN flag in MmMapViewO...
2005-10-30 Hartmut BirrMap the NLS tables after creating the PEB.
2005-10-29 Thomas Bluemelprotect access to buffers in NtOpenProcess
2005-10-29 Thomas Bluemelrelease the keep-alive reference of the process object
2005-10-29 Thomas Bluemel- don't dereference the section object in MmCreateProce...
2005-10-29 Thomas Bluemel- protect access to buffers in NtCreateThread and NtOpe...
2005-10-29 Thomas Bluemel- probe and capture parameters in NtCreateKey
2005-10-29 Thomas Bluemel- deleting a registry value requires the KEY_SET_VALUE...
2005-10-29 Hartmut BirrMerged MmReleaseMemoryArea into MmReleaseMmInfo.
2005-10-29 Hartmut Birr- Lock always the address space if we changing the...
2005-10-29 Hartmut BirrLock always the address space if we changing the virtua...
2005-10-28 Thomas Bluemelsimplify returning the previous count in NtReleaseMutant
2005-10-27 Thomas BluemelFixed ProbeForRead* macros: make sure the data always...
2005-10-27 Thomas Bluemelcrash the system is someone uses RTL functions that...
2005-10-27 Thomas Bluemelfixed ProbeAndCaptureUnicodeString to properly capture...
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-24 Hartmut BirrChanged the indentation to a human readable format...
2005-10-24 Hartmut Birr- Removed the initialisation of the kernel map area.
2005-10-24 Hartmut Birr- Set the correct type and state in MiQueryVirtualMemory.
2005-10-24 Hartmut BirrSet the correct length in MmQuerySectionView.
2005-10-22 Hartmut BirrFixed the mapping for low alignment images.
2005-10-17 Gé van GeldorpFirst use "ptr", then set it to NULL
2005-10-17 Hervé PoussineauFix IoGetDeviceProperty, which should never return...
2005-10-16 Hervé PoussineauSorry, most devices were reinstalled at each boot,...
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.
next