Minor changes.
[reactos.git] / reactos / ntoskrnl /
2000-02-24 Emanuele AlibertiMinor changes.
2000-02-24 Emanuele Aliberti*** empty log message ***
2000-02-24 Emanuele AlibertiMore stubs for NTOSKRNL.FsRtl: file name handling.
2000-02-22 Eric KohlFixed minor bugs interrupt_service2e()
2000-02-22 Rex Jolliffadded support for shadow syscall table
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-02-19 Eric KohlFixed buggy RtlCompareString() and RtlCompareUnicodeStr...
2000-02-19 Eric KohlFixed a bug - memmove() couldn't handle overlapping...
2000-02-14 David WelchFixed compilation bug
2000-02-14 Boudewijn Dekkerimpl. NtGetTickCount
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-06 Eric KohlFixed a bug in NtQueryVirtualMemory()
2000-02-05 Eric KohlFixed _wcsnicmp()
2000-02-03 Phillip SusiFixed loader bugs, still needs reworked to create multi...
2000-01-31 Eric KohlFixed an invalid printf() format type
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 Jason Filby*** empty log message ***
2000-01-26 David WelchMore improvements to LPC code
2000-01-25 Phillip SusiFixed bug in IO manager that caused crash when trying...
2000-01-23 Hernan Ochoanow NTOSKRNL exports KeServiceDescriptorTable just...
2000-01-23 Hernan Ochoachanged syscall tables. now it mimics NT style.
2000-01-22 Phillip SusiFixed a broken DPRINT
2000-01-21 Phillip SusiMade symbolic links permanent the proper way, with...
2000-01-20 Emanuele AlibertiMinor changes.
2000-01-20 Emanuele AlibertiTwo more FsRtl stubs.
2000-01-19 Eric KohlFixed ugly bug in the serial debugging code
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-17 Eric KohlChanged debug output to use INT 2D
2000-01-14 Eric KohlAdded missing features and functions
2000-01-12 Eric KohlAdded missing printf() functions
2000-01-11 Eric KohlFixed process parameters
2000-01-11 Eric KohlFixed ctype and Rtl functions
2000-01-10 Emanuele AlibertiSome more NTOSKRNL.FsRtl stubs.
2000-01-09 Eric KohlFixed hal display bug
2000-01-06 David WelchRemoved debug messages from queuing code (sorry)
2000-01-05 David WelchImplemented more security functions
1999-12-30 Eric KohlAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
1999-12-30 David WelchAdded some additional csrss work
1999-12-29 Eric KohlFixed implementation of register io functions
1999-12-27 Eric KohlFixed some more STDCALL issues
1999-12-26 Emanuele AlibertiAdded (io/create.c) IoCreateFile stub.
1999-12-26 Emanuele AlibertiSome missing __stdcall declarations added in headers...
1999-12-26 Emanuele AlibertiSome old Fs/Po code added to the makefile
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 Phillip Susifixed typeo
1999-12-20 Phillip Susifixed missing dereference and cleaned up code in NtCrea...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 Phillip Susimerged better assert code back into main trunk
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-18 Phillip SusiAdded tracking of running threads in a process, and...
1999-12-17 Phillip SusiWorking and tested KeWaitForXXX
1999-12-16 Phillip Susifound that list corruption bug. it was also resulting...
1999-12-16 Phillip Susifixed a few bugs in wait code
1999-12-14 Phillip Susimissing initialization of Thread->Tcb.WaitBlockList
1999-12-14 Phillip Susibug fix with file object's name being freed but the...
1999-12-14 Phillip Susifixed runnable thread counters
1999-12-13 David WelchForgot to remove obsolete file
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip SusiDavid forgot to take out a debugging line? Prevented...
1999-12-12 Phillip Susinew APC code ready for prime time
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 thread dispatcher bug with spin lock
1999-12-12 Phillip Susifixed bug caused by my APC code
1999-12-11 David WelchPut in updated version of bitops header
1999-12-11 Phillip Susifixed DPC and APC calling code
1999-12-11 Phillip Susithread priorities, and some APC work
1999-12-11 Phillip Susireworked the APC code, they shold now be delivered...
1999-12-11 Phillip Susiadded initialization for APCs
1999-12-11 Phillip Susiat least it compiles now...
1999-12-10 Phillip Susiadded initial priorities to threads and processes
1999-12-10 Eric KohlFixed command line code.
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-09 Phillip Susifixed IoCompleteRequest() to give priority boost even...
1999-12-09 Eric KohlFixed HalQueryRealTimeClock and HalSetRealTimeClock.
1999-12-09 Rex Jolliffsome more video code
1999-12-08 Eric Kohlpointer to PEB becomes first parameter in call to NtPro...
1999-12-08 Phillip Susidisable interrupts first, then do work. Use HLT also...
1999-12-06 Phillip Susifixed default bochs log port
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-12-05 Phillip Susiforgot to initialize Create member of OBJECT_TYPE for...
1999-12-05 Phillip Susifixed sync problem: set dpc lock field before, rather...
1999-12-05 Phillip Susifixed sync bug by elevating IRQL
1999-12-04 Phillip Susifixed timers and a wait functions, and a few bugs
1999-12-04 Brian PalmerFixed bug in LdrPEProcessModule() so that it correctly...
1999-12-02 David WelchSome bug fixes.
1999-12-01 Eric Kohlminor improvements
1999-12-01 Eric KohlCleanup
1999-12-01 Eric KohlFixed a typo
1999-11-27 Eric Kohladded atoi() and atol()
1999-11-27 Eric Kohl- changed InitializeObjectAttributes() from a function...
1999-11-25 Eric KohlFixed typo
1999-11-25 Eric KohlMore runtime functions
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-20 Eric KohlMajor update to Rtl string functions.
1999-11-15 Eric KohlStarted NLS support and improved Rtl string functions.
next