sprintf bad
[reactos.git] / reactos / hal /
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-08-02 Filip Navara- Use __KeStallExecutionProcessor instead of plain...
2004-07-22 Filip Navara- Implementation of HalReadDmaCounter.
2004-07-20 Hartmut Birr- Replaced all single pushf/popf inline assembler instr...
2004-07-10 Gero Kuehncopied HalRequestSoftwareInterrupt from uniproc irql...
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-10 Gé van GeldorpAvoid collision with compiler generated label
2004-04-29 Filip Navara- Initialize the serial port to reasonable state after...
2004-03-18 David Welch- Fixed crash on reboot. Sorry.
2004-03-16 David Welch- Map only the vga frame buffer for the hal to write...
2004-02-22 Casper Hornstrup2004-02-22 Casper S. Hornstrup <chorns@users.sourcefo...
2004-02-10 Gé van GeldorpSpinlock can also be acquired using KeAcquireSpinLockRa...
2004-01-18 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2004-01-12 Gé van GeldorpRewrite loop so it can't be optimized away. Patch by...
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-28 Aleksey BraginThis is part of the big 'ReactOS under MSVC6' project...
2003-11-20 Eric KohlMinor cleanup
2003-11-19 Gunnar Dalsnes-HalRequestSoftwareInterrupt impl. (does nothing yet)
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-11-06 Gé van GeldorpRaise IRQL to SYNCH_LEVEL in KeAcquireSpinLockRaiseToSy...
2003-11-05 Gé van GeldorpStore interrupt in resource list returned by HalpAssign...
2003-11-05 Gé van Geldorp- Add -Wall and -Werror compile flags and fix resulting...
2003-11-04 Gé van GeldorpAvoid infinite loop
2003-10-31 Gunnar Dalsnesimproved IoMapTransfer (hopefylly)
2003-10-23 VizziniFixes to get slave DMA working again, as well as more...
2003-10-20 VizziniChanges to support the 3Com 3c90x ndis5 driver and...
2003-09-11 Eric KohlAdded Adapter-Object used for PCI-Bus-Master-DMA.
2003-09-04 Vizziniimplemented HalAllocateCommonBuffer
2003-09-02 Emanuele AlibertiHALx86: minor cleanup and internal calling convention...
2003-08-27 David Welch- Implement backspace control code in hal output.
2003-08-25 David Welch- Fixed DAC mask register definition.
2003-08-24 David Welch- Added in some code from XFree86 to save the vga state...
2003-08-24 David Welch- Support for resetting the display mode on a bug check.
2003-08-20 Royce Mitchell IIIpatch by vizzini - Fixed a typoed struct member, Fixed...
2003-08-12 Royce Mitchell IIIimplemented KeAcquireSpinLockRaiseToSynch
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-15 Andrew GreenwoodMy first CVS commit. Hope I get this right. I did put...
2003-06-28 guidoagain more .cvsignore maintenance
2003-06-21 Gé van GeldorpImplement display ownership, also makes ATI Rage 3rd...
2003-06-19 Gé van GeldorpImplement KeQueryPerformanceCounter() and move all...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-27 Eric KohlRemoved unused bios32 support.
2003-04-26 Hartmut Birr- Fixed the offset in ReadPciConfigUshort/WritePciConfi...
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-26 Eric KohlFixed some hal dispatch table issues.
2003-02-17 Gé van GeldorpImplemented HalpAssignPciSlotResources
2003-01-03 guidofix some warnings
2003-01-02 Hartmut BirrSplited HalEndSystemInterrupt in two functions. HalEndS...
2002-12-26 Robert DickensonChanged THREAD_STATE_RUNNABLE to THREAD_STATE_READY...
2002-12-09 Eric KohlReplaced bios error codes by valid status codes.
2002-12-09 Hartmut BirrFixed handling for level triggered interrupts.
2002-12-09 Hartmut BirrProtected the cmos ports with a spinlock.
2002-12-09 Hartmut BirrFixed the calculation of the irql.
2002-12-09 Hartmut BirrFixed the addressing of pci device and function numbers.
2002-12-09 Hartmut BirrAdded HalpGetIsaInterruptVector.
2002-12-09 Robert DickensonCommented out reference to VECTOR2IRQ in order to get...
2002-12-09 Robert DickensonCommented out call to PsDispatchThread(THREAD_STATE_RUN...
2002-10-03 Eric KohlAdded some commnets.
2002-10-02 Eric KohlAdded minimal MicroChannel bus handler.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Steven Edwardsupdate .cvsignore
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-05-08 Casper HornstrupSupport multiple debug targets at the same time.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-05-02 David WelchFixed irq problems.
2002-04-14 Phillip SusiHiSetIrql() was leaving interrupts disabled, fixed.
2002-01-27 David WelchAdded missing files
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-10 Eric KohlIgnore '\r' in HalDisplayString().
2002-01-04 Casper HornstrupRemoved reference to bitops.h
2002-01-03 David WelchFixed LPC section bug
2001-12-31 David WelchVirtual memory support
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-06 David WelchRemoved bitops.h
2001-11-07 Eric KohlAdded GetInterruptVector() routine to PCI bus handler.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-23 Casper HornstrupPass ACPI driver on command line
2001-08-23 Casper HornstrupCompile correctly when target is ACPI.
2001-08-22 Rex JolliffDriverEntry is now called with correct parameters
2001-08-21 Casper HornstrupModule wide .cvsignore for: