A necessary hack for PE relocation within physical address space (in FreeLdr).
[reactos.git] / reactos / hal /
2006-12-03 Alex Ionescu- Enable V86/DR save in HAL Clock Interrupt (and fix...
2006-11-30 Aleksey BraginFix HALMP build
2006-11-30 Alex Ionescu- Raw test app for DbgUi+Dbgk Debugging Subsystem ...
2006-11-29 Alex Ionescu- Add profil.c and stub HalStartProfileInterrupt, HalSt...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-29 Alex Ionescu- Fix again
2006-11-29 Alex Ionescu- Properly fix boot/build.
2006-11-29 Johannes Anderwald- fix build (commenting out calls)
2006-11-29 Johannes Anderwald- fix build (commenting out calls)
2006-11-29 Alex Ionescu- Fixup all the file headers with proper paths and...
2006-11-29 Alex Ionescu- Implement a working version of KeQueryPerformanceCoun...
2006-11-29 Alex Ionescu- There's no such thing as Phase 2 HAL init.
2006-11-28 Alex Ionescu- Fix prototype/definition of HalCalibratePerformanceCo...
2006-11-27 Alex Ionescu- Cleanup HAL initialization code:
2006-11-27 Alex Ionescu- Fix some bugs in the newer IRQL implementation for...
2006-11-19 Alex Ionescu- Change kdcom.sys to kdcom.dll.
2006-11-17 Alex Ionescu- Add kdcom driver. It contains the exact same function...
2006-11-17 Alex Ionescu- Fix some more MSVC problems.
2006-11-16 Hervé PoussineauFix HAL compilation
2006-11-16 Alex Ionescu- Reorganize HAL exports and export KeTRyToAcquireQueue...
2006-11-15 Thomas BluemelFix some compilation errors
2006-11-15 Aleksey BraginProperly use the second param.
2006-11-15 Aleksey BraginFix build by:
2006-11-15 Alex Ionescu- Export ExiTryToAcquireFastMutex from ntoskrnl, I...
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- Make HalMakeBeep a bit nicer by making the PUCHAR...
2006-11-13 Alex Ionescu- Add some more descriptive comments to HalpReboot...
2006-11-13 Alex Ionescu- Re-implement messy portio.c by using MSVC-compatible...
2006-11-12 Alex Ionescu- FSTUB Patch for Mount Manager Support, Part 1:
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-15 Thomas BluemelFixed one more optimization bug
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-01 Aleksey Bragin- Comment out xbox memory detection for now (until...
2006-10-01 Alex Ionescu- Un-optimize KeGetPcr and make it use fs:20h instead...
2006-09-30 KJK::HyperionFixes to un-break trunk:
2006-09-30 Magnus Olsenhopply this will fix hal_xbox build not tested.
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-11 Hervé PoussineauFix halmp compilation
2006-09-11 Alex Ionescu- Implement HalProcessorIdle.
2006-09-11 Alex Ionescu- Implement and export HalClearSoftawareInterrupt ...
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-09 Hervé PoussineauAdd missing entrypoint="0" directive in rbuild files...
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...
next