Fix little spelling mistakes
[reactos.git] / reactos / ntoskrnl / include /
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-29 Alex Ionescu- Object Manager Improvement Patch 1/3:
2006-05-28 Alex Ionescu- Add SecurityQoS and PreviousMode parameters to ObFind...
2006-05-25 Alex Ionescu- Remove ROS-internal object macros and use the public...
2006-05-25 Alex Ionescu- Rewrite Desktop/WindowsStation parsing to follow...
2006-05-25 Alex Ionescu- Fix ObReferenceObjectByName and ObOpenObjectByName...
2006-05-25 Alex Ionescu- Get rid of OB_ROS_PARSE_METHOD and use OB_PARSE_METHO...
2006-05-24 Alex Ionescu- Cleanup profiling and debugging code, add function...
2006-05-24 Alex Ionescu- Reorganize most of /ob so that functions inside each...
2006-05-24 Alex Ionescu- Wipe out PROS_OBJECT_HEADER and use OBJECT_HEADER...
2006-05-24 Alex Ionescu- Rewrote the Object Directory implementation to follow...
2006-05-24 Alex Ionescu- Move all object directory stuff in dirobj.c and imple...
2006-05-24 Alex Ionescu- Fix Symbolic Link implementation:
2006-05-20 Aleksey Bragin[AUDIT]
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-18 Alex Ionescu- Use the Spare0 array, present in EPROCESS instead...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-02-19 Art YerkesLast one. Remove redundant (and empty) struct and...
2006-01-22 Thomas Bluemel- secure access to buffers in NtPrivilegeCheck()
2006-01-17 Alex Ionescu- Use static IDT entries generated through a macro...
2006-01-17 Alex Ionescu- Implement SYSCALL_PROLOG for the main handler and...
2006-01-17 Alex Ionescu- Implement first version of trap exit macro. Currently...
2006-01-17 Alex Ionescu* Add more PSDK defintions to asm.h
2006-01-17 Alex Ionescu* Use macro for APC-delivery.
2006-01-16 Alex Ionescu- Write the first of 3 shared trap prolog macros. Does...
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2006-01-15 Hartmut BirrBochs debug output is only a simple print routine and...
2006-01-11 Hervé PoussineauRewrite IoGetDeviceInterfaces: no more memory leaks...
2006-01-11 Alex Ionescu- Fix MmCreateKernelStack to actually take into account...
2006-01-10 Alex Ionescu- Fix regression in Firefox installer by making KiWaitS...
2006-01-09 Hartmut Birr- Fixed KiExitDispatcher.
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2006-01-05 Thomas BluemelFixed uninitialized variable warning with GCC4
2006-01-05 Alex Ionescu- New ERESOURCE implementation: fixes the return value...
2006-01-05 Alex Ionescu- Change dispatcher lock release to be more like docume...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2006-01-03 Alex Ionescu- Implement Pushlocks. Only Waking, and Exclusive Acqui...
2005-12-31 Alex Ionescu- Cleanup assembly files and create a header for the...
2005-12-30 Thomas Bluemelprotect access to buffers with SEH in NtSetSecurityObje...
2005-12-29 Alex Ionescu- Implemented InterlockedBitTestAndReset, InterlockedBi...
2005-12-29 Alex IonescuMove some profile stuff to NDK and fix some bugs in...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-12-07 Thomas Bluemelimplemented sweeping of handle tables
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Gé van GeldorpFactor out probe and capture code from private ntoskrnl...
2005-12-01 Thomas Bluemelset the MaximumLength in ProbeAndCaptureUnicodeString
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-26 Hartmut BirrDefine the DPRINT and CHECKPOINT macro depend from...
2005-11-25 Casper HornstrupMerge duplicate definitions
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-21 Thomas Bluemelfixed the ProbeForWriteLargeInteger and ProbeForWriteUl...
2005-11-20 Alex Ionescu- Add msvc compatible version of ProveForRead(U)LargeIn...
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-18 Alex IonescuDue to CcRos's abusive usage and dependency on our...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-10-29 Thomas Bluemel- probe and capture parameters in NtCreateKey
2005-10-27 Thomas BluemelFixed ProbeForRead* macros: make sure the data always...
2005-10-27 Thomas Bluemelfixed ProbeAndCaptureUnicodeString to properly capture...
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-10-09 Gregor AnichAdd /BREAK option.
2005-10-08 Hervé PoussineauNtPlugPlayControl: Implement PlugPlayControlResetDevice...
2005-10-06 Gregor AnichHuh, what? Oops! Just some stuff which noone cares...
2005-09-27 Alex Ionescu- Fix several flaws in APC logic.
2005-09-26 Alex Ionescu- Put executive atom functions in the executive folder...
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Thomas Bluemel- fixed uninitialized variable warning
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 IonescuSome work-in-progress improvements and rethought of...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-08-28 Hartmut BirrAllocated the message reply buffer according to the...
2005-08-22 Thomas Bluemelrename IsKernelPointer to IsPointerOffset
2005-08-22 Thomas Bluemeladded a macro IsKernelPointer() to test whether a point...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-21 Thomas Bluemeluse inlined probing macros for basic types
2005-08-21 Thomas Bluemeladd macros to probe basic type pointers
2005-08-17 Alex IonescuAdd back MessageData to PQUEUED_MESSAGE. It was acciden...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-13 Royce Mitchell IIIvariable to enable per-BCB debugging
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Hartmut Birr- Changed MmGetContinuousPages from using an alignment...
next