modified Resources/hresult.xml
[reactos.git] / reactos / hal /
2006-08-25 Alex Ionescu- Viva la deprecation! Trunk should now boot and the...
2006-08-25 Alex Ionescu- Fix some bugs
2006-08-25 Alex Ionescu- Fix compiling/linking problems.
2006-08-25 Alex Ionescu- The last piece of the puzzle: we had to initialize...
2006-08-24 Alex Ionescu- Fix some bugs in clock.S
2006-08-24 Aleksey BraginTemporary fix a call to KeUpdateSystemTime(), passing...
2006-08-24 Alex Ionescu- Write a basic Clock Interrupt handler in the HAL...
2006-08-24 Alex Ionescu- Completely re-implement IRQ support (KeInitialize...
2006-08-24 Alex Ionescu- Implement Chained and Normal generic interrupt handlers.
2006-08-23 Alex Ionescu- Fix some bugs in INT_PROLOG so that it can be used...
2006-08-23 Alex Ionescu- [AUDIT] After spending some time looking at the curre...
2006-08-23 Alex Ionescu- Switch PRIMARY_VECTOR_BASE to 0x30 instead of 0x40...
2006-08-23 Alex Ionescu- Kill two more hacks. IDR isn't hacked at 0xFFFFFFA...
2006-08-23 Alex Ionescu- Enable 2nd entry for HalEndSystemInterrupt but not...
2006-08-23 Alex Ionescu- Fix some IDR->IRR bugs.
2006-08-23 Alex Ionescu- Switch HalEndSystemInterrupt to ASM version and get...
2006-08-23 Alex Ionescu- Switch to ASM version of KfLowerIrql
2006-08-23 Alex Ionescu- Fix bugs in ASM version of KfLowerIrql (not yet used)
2006-08-23 Alex Ionescu- Duplicate code between the remaining functions (KfLow...
2006-08-23 Alex Ionescu- Disable interrupts while in HalpLowerIrql
2006-08-23 Alex Ionescu- Deliver APCs through a proper interrupt gate as well.
2006-08-23 Alex Ionescu- Call KiDispatchInterrupt through an interrupt gate...
2006-08-23 Alex Ionescu- Remove HalpEndSystemInterrupt since we were already...
2006-08-22 Alex Ionescu- Use the IRR to determine APC delivery.
2006-08-22 Alex Ionescu- Add the code necessary in the C version of KeLowerIRq...
2006-08-22 Alex Ionescu- Get rid of the peculiar idea that the HAL should...
2006-08-22 Alex Ionescu- Switch to ASM version of HalEnableSystemInterrupt
2006-08-22 Alex Ionescu- Use the IDR in the PCR intead of a local picmask.
2006-08-22 Alex Ionescu- Commit current work on IRQ rewrite. Currently in...
2006-07-02 Aleksey BraginMikhail Zvyozdochkin: Fix compiling on linux (adding...
2006-06-23 Alex Ionescu- Fixes in source code required for the NDK update.
2006-06-11 Alex Ionescu* Significant improve boot speed and debug log neatness:
2006-06-10 Aleksey Bragin[FORMATTING]
2006-06-03 James TaborFix compiling. Well for me anyway.
2006-06-02 Aleksey BraginAdd forgotten KeAcquire/ReleaseQueuedSpinLock exported...
2006-05-27 Aleksey BraginFix an incorrect HalBeginSystemInterrupt() prototype
2006-05-12 Aleksey Bragin- Bug 1476: Include rosldr.h in halxbox.h
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-18 Art YerkesChange remaining .xml build files to .rbuild and fixup...
2006-02-17 Maarten Bosmarename hal.rbuild
2006-01-16 Thomas Bluemelfixed difference in signedness warnings and a uninitial...
2006-01-08 Alex IonescuThanks gge..
2006-01-08 Alex Ionescu- Oops....
2006-01-08 Alex Ionescu- Bless halxbox too.
2006-01-08 Alex Ionescu- Get MP hal and Generic HAL to build too.
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2006-01-05 Alex Ionescu- Fix build.
2006-01-05 Alex Ionescu- Separate UP and MP spinlock functions.
2005-12-30 Gé van GeldorpUse the BSOD color that Cutler intended
2005-12-27 Alex Ionescu- Added support for NTLDR style freeloader GUI. To...
2005-12-08 Hervé PoussineauUse correct format for arguments in debug messages
2005-12-01 Alex Ionescu- fix mp hal too
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Alex Ionescu- Fix HAL build.
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-26 Hartmut BirrDon't use the OldIrql value from fmutex after releasing it.
2005-11-26 Hartmut BirrSave the old irql in ExTryToAcquireFastMutex.
2005-11-26 Hervé PoussineauAdd stub for HalAllocateCrashDumpRegisters
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use STATIC
2005-11-22 Filip NavaraChange the FS read/write functions to macros and use...
2005-11-20 Alex IonescuFix really stupid typo (thanks Hartmut)
2005-11-19 Alex IonescuFix hal build
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-17 Steven Edwardsanother no-op. Remove the win32apiisms. Make compatible...
2005-11-09 Gé van GeldorpWe need to call HalReleaseDisplayOwnership before killi...
2005-10-24 Hartmut BirrFixed Ki386WriteFsByte.
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-05 Hartmut BirrRevert my last commit.
2005-09-05 Hartmut Birr- Copy the map registers to the buffer only, if they...
2005-09-04 Filip NavaraGet correct physical address in HalpGrowMapBuffers.
2005-09-04 Filip NavaraFix the return value of HalReadDmaCounter at the end...
2005-09-04 Filip Navara- Set the MAP_BASE_SW_SG flag for map registers in...
2005-08-22 Filip NavaraExport the HalGetDmaAdapter callback and use some nice...
2005-08-22 Filip NavaraComplete reimplementation of HAL DMA routines.
2005-08-11 Hartmut BirrReenabled a debug message.
2005-08-07 Hartmut BirrAllocate the map registers according to the dma control...
2005-08-01 Emanuele AlibertiFirst attempt to make the XML data we feed rbuild confo...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-30 Aleksey BraginMove NDEBUG higher so it actually works and doesn't...
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-27 Casper HornstrupPut halmp.dll on CD
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-16 Hartmut BirrUsed the kernel base address from the loader structure...
2005-07-06 Casper HornstrupGenerate pre-compiled headers in intermediate directory...
2005-07-05 Thomas Bluemelfix warnings with -Wsign-compare and -Wpointer-arith
2005-06-29 Alex IonescuAdd a nice little KIDT_ACCESS structure for setting...
2005-06-29 Alex IonescuFix halmp build for real
2005-06-29 Filip NavaraUse the correct structure in SetInterruptGate.
2005-06-29 Filip NavaraI feel like trying to fit a cube into a circle-shaped...
2005-06-29 Alex IonescuFix idt descriptor code properly
2005-06-29 Alex IonescuFix HALMP build
2005-06-26 Eric KohlHal needs KPCR_BASE
2005-06-24 Alex IonescuBuild HAL with NDK
2005-06-23 Alex IonescuBuild stub hal with NDK
2005-06-19 Alex IonescuDitto for HAL
next