No need to define __USE_W32API
[reactos.git] / reactos / include / ndk /
2007-10-22 Mike Nordell[COMMENT] Document array indices for EPROCESS.Quota...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-17 Mike NordellFix PAGE_ROUND_DOWN, PAGE_ROUND_UP, and a user of them...
2007-10-06 Hervé PoussineauRename _REACTOS_ to __REACTOS__
2007-10-06 Aleksey Bragin- Implement KiTrap19 handler (XMMI exceptions, mostly...
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-26 Aleksey Bragin- PS_UNKNOWN_VALUE determines if the process should...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-09-16 Aleksey Bragin- Move W32CLTINFO_TEB structure out of NDK, since it...
2007-09-14 James TaborFix typo, add extra entry to the structure.
2007-09-13 James TaborAdd window client information structure to TEB.
2007-09-09 Aleksey Bragin- Revert 28967, and fix the real issue where an overwri...
2007-09-09 Art YerkesCorrect size of KAPC_STATE to fit in the [23] window...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-08-23 Aleksey Bragin- Small NDK headers update
2007-08-09 Aleksey Bragin- Fix definition of _DESCRIPTOR/KDESCRIPTOR
2007-08-06 Magnus OlsenRemove init.s and put Thomas's code into boot.s, so...
2007-08-05 Aleksey Bragin- More MSVC fixes
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-08-04 Aleksey Bragin- WDK and MSVC compatibility fixes.
2007-07-28 Thomas BluemelSome more function prototype fixes and pointer type...
2007-07-28 Thomas BluemelFix some prototypes
2007-07-27 Steven Edwards- Added the "(at your option) any later version" clause...
2007-07-13 Thomas BluemelAdd support for user quotas in GetDiskFreeSpaceExW
2007-07-08 Hervé PoussineauFix usage of KdComPortInUse
2007-04-07 Alex Ionescu- NDK updates and compatibility fixes for Vista/WDK...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-19 Alex Ionescu- New ISR Timeout detection code.
2007-03-05 Alex Ionescu- Fixed up KdComPortInUse so that we don't crash when...
2007-03-04 Alex Ionescu- Fix a bug in KeQueryPerformanceCounter which was...
2007-03-02 Sylvain Petreollefix build
2007-03-02 Alex Ionescu-Fix build
2007-03-02 Alex Ionescu- Fix multiple WDK compatibilities issues.
2007-03-01 Alex Ionescu- Fix a bug in HalEnableSystemInterrupt which was causi...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-23 Alex Ionescu- Merge DbgUnLoadImageSymbols from KD branch.
2007-02-22 Alex Ionescu- Move some Mm routines from pe.c to sysldr.c where...
2007-02-22 Alex Ionescu- Rename ModuleListHead to PsLoadedModulesList.
2007-02-20 Alex Ionescu- Implement KdpWriteControlSpace.
2007-02-20 Alex Ionescu- KPROCESSOR_STATE is not 4-byte aligned.
2007-02-19 Alex Ionescu- Create GCC_ULONG64 type to hack around a bug in GCC...
2007-02-19 Alex Ionescu- We now tell WinDBG to load kernel symbols and WinDBG...
2007-02-18 Alex Ionescu- Add KdDebuggerInitialize1 and enable call to it.
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginUpdate ex/timer.c up to 25610.
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-03 Alex Ionescu- Replace broken bootvid by a new bootvid based on...
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-29 Alex Ionescu- Turns out MSVC wasn't compiling one file because...
2007-01-26 Alex Ionescu- Enable NT Scheduler.
2007-01-25 Alex Ionescu- Implement ObQueryTypeInfo and link it to NtQueryObject.
2007-01-24 Alex Ionescu- Fix ExInitPoolLookasidePointers and ExpInitailizeLook...
2007-01-24 Aleksey Bragin- Merge 25572 (except the NTLPC related part), this...
2007-01-23 Alex Ionescu- Convert KxDelayThreadWait, KxSingleThreadWait, KxMult...
2007-01-22 Alex Ionescu- Fix MSVC breakage caused by recent modifications...
2007-01-22 Alex Ionescu- Implement ExEnumHandleTable. Had to add a small hack...
2007-01-22 Alex Ionescu- Fix HANDLE_TABLE definition.
2007-01-21 Alex Ionescu- Fix IN/OUT privileged instruction fault (we don't...
2007-01-21 Dominique Cote==================================================...
2007-01-20 Dominique Cote* Adding FsRtlCopyRead(), FsRtlCopyWrite()
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-16 Alex Ionescu- Start partial implementation of Executive Lightweight...
2007-01-16 Alex Ionescu- Large cleanup of exported callback implementation...
2007-01-16 Alex Ionescu- Fix major bugs in the definition of _KTHREAD inside...
2007-01-16 Alex Ionescu- Simplify KiWaitTest.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-08 Alex Ionescu- Implement ObFindHandleForObject and add it to the...
2007-01-08 Alex Ionescu- Fix some NDK dependency problems.
2007-01-08 Alex Ionescu- Fix kmtest's inclusion of the NDK.
2007-01-08 Alex Ionescu- Delete /fs directory.
2007-01-08 Alex Ionescu- Fix ObReferenceObjectByName to do proper name validat...
2007-01-08 Alex Ionescu- Add ObDereferenceObjectDeferDelete to NDK.
2007-01-02 Peter Ward- Add the rtltypes.h change from r25264 back and add...
2007-01-02 Aleksey BraginRevert rtltypes.h change from r25264 until a proper...
2007-01-01 Hervé PoussineauBetter support for non X86 systems
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-12-29 Alex Ionescu- Fix OB_SECURITY_METHOD prototype, callers, and implem...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-03 Aleksey BraginNCI interface auditing, sysfuncs.lst.
2006-12-02 Alex Ionescu- Implement V86 trap fixup during traps and interrupts.
2006-11-28 Alex Ionescu- Fix prototype/definition of HalCalibratePerformanceCo...
2006-11-27 Alex Ionescu- Cleanup HAL initialization code:
2006-11-19 Thomas Bluemel- Correct definition of DbgPrompt
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-16 Alex Ionescu- Reorganize HAL exports and export KeTRyToAcquireQueue...
2006-11-16 Alex Ionescu- Remove internal HAL function from ntifs
2006-11-15 Thomas BluemelFix some compilation errors
2006-11-14 Alex Ionescu- Build fixes.
2006-11-14 Alex Ionescu- Delete HAL cruft files.
2006-11-14 Alex Ionescu- Implement HalSystemVectorDispatchEntry, KeFlushWriteB...
2006-11-13 Alex Ionescu- Re-implement messy portio.c by using MSVC-compatible...
2006-11-12 Alex Ionescu- Fix build error.
next