Sync to trunk (r44371)
[reactos.git] / reactos / include / ndk /
2008-12-11 Timo KreuzerUpdate KTRAP_FRAME offsets
2008-12-11 Timo Kreuzerfix KTRAP_FRAME
2008-12-10 Timo Kreuzeradd CBSTACK constants, need to check for correctness
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-08 Timo Kreuzerrevert 37475 and 37818
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzeradd dummy LDT_ENTRY
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (1/11).
2008-12-03 Timo Kreuzerfix UNIMPLEMENTED asm macro
2008-12-03 Timo Kreuzeradd more stuff to x64 asm.h
2008-12-01 Stefan Ginsberg- Get rid of DDK's dependency on windef.h and winnt.h
2008-11-28 KJK::HyperionASSERT really needs to be void, despite what DDK header...
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-23 Dmitry Chapyshev- Add stubs for RtlActivateActivationContext and RtlCre...
2008-11-23 Dmitry Chapyshev- Fix RtlFindActivationContextSectionString prototype
2008-11-21 Timo KreuzerAdd KTRAP_FRAME offsets to asm.h
2008-11-21 Stefan Ginsberg- Protect NTSTATUS definition in NDK with a guard,...
2008-11-21 Stefan Ginsberg- Remove non-standard "PLANGID" type from NDK and use...
2008-11-19 Timo KreuzerEPROCESS.Session should be a HANDLE.
2008-11-19 Timo KreuzerMove asmmacro.h to ndk, cause we need it outside of...
2008-11-18 Timo KreuzerETHREAD.TopLevelIrp is ULONG_PTR, not ULONG
2008-11-17 Aleksey Bragin- Cleanup 37394, 37396 and 37397:
2008-11-17 Dmitry Chapyshev- Fix build
2008-11-17 Dmitry Chapyshev- Add stubs for RtlSetIoCompletionCallback
2008-11-12 Timo KreuzerAdd CONTEXT offsets to asm.h
2008-11-10 Gregor SchneiderImplement LookupPrivilegeNameW based on Wine code.
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-02 Stefan Ginsberg- Sync 36654 to trunk
2008-11-01 Stefan Ginsberg- Disable old and unused IPI code, add new NT compatibl...
2008-10-31 Timo Kreuzermerge 35742,35773,35780,35824,35969,36725,36952 from...
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-27 Stefan Ginsberg- Remove broken KGDT_64_R3_TEB
2008-10-27 Timo Kreuzer- Add TEB_SELF to asm.h
2008-10-26 Stefan Ginsberg- Fix function definitions to match header changes
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-24 Samuel Serapion- Sync to trunk 36919.
2008-10-23 Stefan Ginsberg- Fix EPROFILE/KPROFILE.Segment member -- it is a pointer
2008-10-21 Stefan Ginsberg- SMP SYNCH_LEVEL for x86 is IPI_LEVEL - 2 since 2K3
2008-10-21 Stefan Ginsberg- Add missing KPCR_PRCB_IDLE_SCHEDULE offset
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-18 Timo KreuzerChange return type of PsGetCurrentProcessWin32Process...
2008-10-16 Timo KreuzerChange return type of PsGetCurrentThreadWin32Thread...
2008-10-14 Aleksey Bragin- Mbcb field of SHARED_CACHE_MAP structure has MBCB...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-02 Colin Finck- Add the other CPU_* codes (got them from a PDB)
2008-09-27 Stefan Ginsberg- Add PsGetThreadTeb prototype
2008-09-25 Stefan Ginsberg- Implement and export PsIsSystemProcess and add it...
2008-09-24 Stefan Ginsberg- 64 bit fixes for Mm routines: Use SIZE_T and ULONG_PT...
2008-09-21 Timo KreuzerMS symbols say that the KPRCB member VebdorString is...
2008-09-21 Timo Kreuzeruse FIELD_OFFSET instead of a constant
2008-09-12 Stefan Ginsberg- Uncomment NTDLL exports which we implement, and add...
2008-09-10 Aleksey Bragin- Balance of an Memory Manager's AVL tree node can...
2008-09-08 Aleksey Bragin- Fix a typo.
2008-09-07 Pierre SchweitzerCommit 1/2
2008-09-05 Timo KreuzerFix and update CM_PARTIAL_RESOURCE_DESCRIPTOR
2008-09-05 Timo Kreuzeruse own asm.h on amd64 builds
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-09-04 Timo Kreuzerfix a typo
2008-09-01 Aleksey Bragin- Fix SHARED_CACHE_MAP structure: it should contain...
2008-08-31 Timo KreuzerMove KeGetPcr from NDK to winddk.h
2008-08-31 Timo Kreuzerfix PCR
2008-08-30 Stefan Ginsberg- CACHE_DESCRIPTOR and PROCESSOR_CACHE_TYPE are public...
2008-08-30 Aleksey Bragin- NDK fixes.
2008-08-30 Aleksey Bragin- Fix broken MMPTE_LIST structure definition.
2008-08-30 Timo Kreuzer- Move KeAcquireSpinlockRaiseToSynch from ndk to ntifs.h
2008-08-29 Timo KreuzerKGDT_TSS is 0x40 (vista 64bit).
2008-08-27 Timo KreuzerMerge MMerge 34969 from ros-amd64-bringup branch:
2008-08-25 Timo KreuzerMerge 34739 - 34769, 34796 - 34905, 34916 - 34967,...
2008-08-25 Timo Kreuzermerge 35359 from ros-amd64-bringup branch:
2008-08-25 Timo Kreuzermerge 34702 and 34987 from ros-amd64-bringup branch:
2008-08-24 Timo KreuzerFix KeGetCurrentPrcb()
2008-08-22 Hervé PoussineauLONG -> NTSTATUS
2008-08-22 Hervé PoussineauFix device node structure to be compatible with MS...
2008-08-22 Hervé PoussineauMove most of the code of IoSynchronousInvalidateDeviceR...
2008-08-22 Stefan Ginsberg- Add EFLAGS_IOPL to asm.h and make use of it in assembly
2008-08-21 Timo KreuzerOn SMP builds SYNCH_LEVEL is (IPI_LEVEL - 2) or 12
2008-08-18 Timo Kreuzer- Remove obsolete LDT_ENTRY
2008-08-18 Stefan Ginsberg- Replace the remaining X86_EFLAGS* with EFLAGS_*
2008-08-16 Timo Kreuzerfix KIPCR
2008-08-15 Timo KreuzerThe TEB member is called ClientID not Cid on all Window...
2008-08-15 Timo KreuzerNDK: update PEB definition based in win2003 and vista...
2008-08-15 Timo KreuzerNDK: update KPRCB based on win2003 and vista symbol...
2008-08-14 Timo KreuzerNDK: update 64bit mm structures, based on win2003 and...
2008-08-14 Stefan Ginsberg- Header cleanup
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-14 Timo Kreuzeradd NtCurrentTeb inline function
2008-08-14 Timo KreuzerUpdate add KGDTENTRY64 and KIDTENTRY64 to replace KGDTE...
2008-08-13 Timo KreuzerUpdate KIPCR, KPRCB, KTRAP_FRAME, KDESCRIPTOR, all...
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-04 Stefan Ginsberg- Fix a typo
2008-08-03 Eric KohlFix NtQueryOpenSubKeys prototype.
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 Timo Kreuzer- fix SECURITY_DESCRIPTOR_RELATIVE and KDPC_DATA
next