- Implemented InterlockedBitTestAndReset, InterlockedBitTestAndSet, InterlockedExchan...
[reactos.git] / reactos / hal / halx86 / generic /
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 HAL build.
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- Don't use STATIC
2005-11-20 Alex IonescuFix really stupid typo (thanks Hartmut)
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-09 Gé van GeldorpWe need to call HalReleaseDisplayOwnership before killi...
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-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
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-06-24 Alex IonescuBuild HAL with NDK
2005-06-19 Alex IonescuDitto for HAL
2005-06-19 Filip NavaraCouple of build fixes.
2005-06-18 Alex IonescuBuild Generic HAL with w32api
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-01 Casper HornstrupBuild with MP=1
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-04 Hartmut BirrFixed some bugs, which have prevented the using of...
2005-03-29 Thomas Bluemel- added stub for PoQueueShutdownWorkItem required by...
2005-03-07 Hartmut BirrSplit some of the halmp files according its functions.
2005-03-06 Casper HornstrupDon't generate intermediate archives
2005-03-05 Casper HornstrupBuild HALs
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-09 Filip Navara- Output correct length and page to the controller...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-02 Filip NavaraAllocate enough bytes for the adapter object.
2004-12-18 Hartmut Birr- Fixed the timer calibration for processors without...
2004-12-10 Filip Navara- Fix HalGetAdapter for ISA adapters.
2004-12-04 Gé van GeldorpProbing functions 1 and 2 of device 0 on bus 0 complete...
2004-12-04 Gé van GeldorpUse MmMapIoSpace() instead of messing around with the...
2004-12-04 Gé van GeldorpLet HAL handle its own mapping of the video frame buffer
2004-12-03 Gé van GeldorpReorganise HAL so multiple HAL versions can be built...