Return type KIRQL fixed to allow compilation.
[reactos.git] / reactos / ntoskrnl / hal / x86 /
2000-06-09 Emanuele AlibertiReturn type KIRQL fixed to allow compilation.
2000-06-09 Eric KohlMoved some functions into the hal.
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-05-01 Emanuele AlibertiSome STDCALL/FASTCALL added in Ex code.
2000-04-09 Eric KohlAdded system and isa bus handler
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-04-05 Eric KohlAdded hal functions
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-22 David WelchUpdated the minix driver
2000-03-20 Eric KohlModified kernel initialization sequence
2000-03-19 Eric KohlImplemented bus handler functions (not working yet)
2000-03-04 Eric KohlImplemented kernel parameter line
2000-03-04 Emanuele Aliberti*** empty log message ***
2000-03-04 Eric KohlMoved spinlock.c and head.s from 'hal/x86' to 'ke'.
2000-03-03 Eric KohlAdded bitmaps
2000-02-29 Emanuele AlibertiAdded help command to shell.exe.
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-26 Eric KohlRemoved obsolete header include
2000-02-26 Emanuele AlibertiSome __stdcall declarations in ntoskrnl/hal.
2000-01-26 David WelchMore improvements to LPC code
2000-01-19 Eric KohlFixed ugly bug in the serial debugging code
2000-01-09 Eric KohlFixed hal display bug
1999-12-20 David WelchFixed problem with handles not being released
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip Susinew APC code ready for prime time
1999-12-12 David WelchRemoved typo.
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-12 Phillip Susifixed bug caused by my APC code
1999-12-11 Phillip Susifixed DPC and APC calling code
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-09 Eric KohlFixed HalQueryRealTimeClock and HalSetRealTimeClock.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
1999-10-24 Eric KohlAdded some time related functions.
1999-10-21 Eric KohlImproved debug output and
1999-10-16 Eric KohlMoved serial and bochs debug output.
1999-10-15 Eric KohlFixed hal display and initialization code.
1999-10-14 Eric KohlReplaced calls to _printk() by calls to DbgPrint().
1999-10-11 Eric KohlAdded new display and reboot code.
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-05 Emanuele Alibertistubs for HAL kernel debugger functions
1999-07-12 Rex JolliffAdded a service table registration function
1999-06-10 David WelchFixed problem with dpc execution
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-05-29 David WelchLots of changes to the kernel
1999-05-13 Eric KohlImproved time functions.
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed compiler warning.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-18 David WelchCorrected bug which stopped(!) crtdll from compiling
1999-04-18 David WelchSeveral bug fixes
1999-04-14 Eric Kohlfixed cursor synchroization bug
1999-04-14 David WelchFixed silly compilation bug
1999-04-14 David Welch*** empty log message ***
1999-04-05 David WelchImproved GDT managment
1999-04-04 Rex Jollifffixed display of stack frames
1999-04-01 David WelchEnhanced memory managment
1999-03-31 David WelchImproved physical page managment
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-26 David WelchMade process execution work again
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-03-16 jeanreplaced call %eax with call *%eax.First syntax is...
1999-03-12 jeanreplaced by usercall.c
1999-03-12 jeanreplaced by irqhand.c
1999-03-12 jeancreated. replace usercall.asm
1999-03-12 jeancreated. replace irqhand.asm.
1999-03-10 Rex JolliffEric's beep driver and changes for same
1999-03-10 Rex JolliffEric's beep driver and changes to support same
1999-02-15 jeanadd time.o (function HalQueryRealTimeClock)
1999-02-15 jeanfunction HalQueryRealTimeClock : partial implementation
1999-02-07 David WelchFixed bugs in lib/kernel32/file/curdir.c and
1999-02-06 David Welchno message
1999-02-05 Rex JolliffAdded symbolic stack dump
1999-02-01 David WelchExtensive changes to the objmgr
1999-02-01 David WelchDelete this (empty file)
1999-01-28 David Welchno message
1999-01-16 David WelchFixed several bugs
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-01 David Welch*** empty log message ***
1998-12-22 David WelchFixed race in task-switching code
1998-12-22 David WelchFixed race in task switching code
1998-12-22 David WelchFixed a race in the task-switching code
1998-12-21 David WelchFixed bug
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-19 David WelchMinor bug fixes
1998-12-08 David WelchCorrected a number of bugs, including the keyboard one
1998-12-04 Rex Jolliffcleanup to support incorporated changes
1998-12-04 Rex JolliffRolled in various changes from others
1998-11-29 Rex JolliffChanged include/hal/io.h to halio.h with i386/io.h
1998-11-29 Rex JolliffChanged include file spec
1998-11-29 Rex Jolliffchanged include file spec
1998-11-13 Rex Jolliffused macro for winsize in place of hardcoded number
1998-10-31 Rex Jolliffadded descriptive text to exception dump
1998-10-20 Rex JolliffAdded serial debugging support
1998-10-12 Rex Jolliffchanged static functions to standard naming convention
1998-10-12 Rex Jolliffadded include for debugging macros
1998-10-05 Rex Jolliffbrings code in line with release 12
next