Added some modifications for asyncronous i/o requests (for vfatfs).
[reactos.git] / reactos / ntoskrnl /
2001-11-02 Hartmut BirrAdded some modifications for asyncronous i/o requests...
2001-11-02 Eric KohlFixed a typo.
2001-11-02 Eric KohlImplemented basic ANSI/OEM <--> Unicode translation...
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-10-31 David WelchFixed bug causing crash when running mc
2001-10-29 David WelchZero pages before allocated.
2001-10-27 Hartmut BirrClear the allocated page for a bss section (in MmNotPre...
2001-10-10 Hartmut BirrFixed a minor bug in MmAllocateSection().
2001-10-10 Hartmut BirrAdded cc/copy.c, cc/pin.c and cc/misc.c to OBJECTS_CC.
2001-10-10 Hartmut BirrRemoved CcRosRequestCacheSegment()and CcRosReleaseCache...
2001-10-10 Hartmut BirrRemoved update of FileOffset from IoReadWriteCompletion().
2001-10-10 Hartmut BirrAdded a new parameter to IoPageWrite().
2001-10-10 Hartmut BirrAdded CcRosFreeCacheSegment(), ReadCacheSegment() and...
2001-10-10 Hartmut BirrAdded some initializations in CcRosInitializeCache().
2001-10-10 Hartmut BirrImplemented CcMapdata(), CcUnpinData() and CsSetDirtyPi...
2001-10-10 Hartmut BirrImplemented CcSetFileSizes().
2001-10-10 Hartmut BirrImplemented CcCopyRead(), CcCopyWrite() and some other...
2001-10-10 Eric KohlAdded _abnormal_termination() stub.
2001-09-29 Phillip SusiDo not bugcheck on ExFreePool( 0 )
2001-09-27 David WelchFixes.
2001-09-25 David WelchAPplied MiReadPage fix
2001-09-25 David WelchFixes.
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-09 David WelchFixed all no-FPU bugs
2001-09-09 Hartmut BirrChange the size of the kernel page table from 1 to...
2001-09-09 Hartmut BirrFixed a bug in KdpPrintString().
2001-09-09 David WelchTry again; enable MP and NE and disable EM
2001-09-08 David WelchHopefully initialize FPU properly
2001-09-08 Eric KohlCreate mandatory keys for resource management.
2001-09-08 Eric KohlReturn a better status code in ObReferenceObjectByPoint...
2001-09-07 Emanuele AlibertiAdded CVS Id.
2001-09-07 Emanuele AlibertiMinor changes.
2001-09-06 David WelchImplemented NtQueryTime
2001-09-06 David WelchFixed problem with __NTOSKRNL__ not being defined by...
2001-09-05 Eric KohlImplemented IoReportHalUsage().
2001-09-04 Eric KohlFixed hive import bug.
2001-09-03 Emanuele AlibertiLsaXXX stubs added.
2001-09-02 Casper HornstrupFixed compilation error.
2001-09-02 David WelchAdded generic capture functions.
2001-09-02 David WelchImplemented NtSetEnvironmentVariable
2001-09-02 David WelchImplemented NtQuerySystemEnvironmentValue
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-09-01 David WelchUse the directory tree created by the install target...
2001-08-31 David WelchMore Linux compilation fixes
2001-08-30 Eric KohlFixed calling conventions
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-30 David WelchAdded some more descriptive comments.
2001-08-29 Rex Jolliffpreliminary implementation of boot hive import. exposes...
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-22 Rex JolliffDriverEntry is now called with correct parameters
2001-08-21 Casper HornstrupGlobal configuration moved to include/roscfg.h
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-14 Hartmut BirrRestoring 1.1
2001-08-14 Hartmut BirrReadAccess and DeleteAcces was initialized with wrong...
2001-08-14 Hartmut BirrEnabled the call to ObDereferenceObject for some
2001-08-13 Eric KohlFixed interpretation of BIOS memory map.
2001-08-07 Eric KohlFixed incorrect calling conventions.
2001-08-07 Eric KohlChanged stack allocation.
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlFixed stack allocation for initial process (smss.exe).
2001-08-03 Eric KohlRewrote stack allocation.
2001-08-03 Eugene IngermanLock address space before calling MmCreateMemoryArea.
2001-08-01 Eric KohlAdded CMOS configuration space handler.
2001-07-30 Rex Jolliffsome changes to support loading actual drivers
2001-07-28 Emanuele Aliberti*** empty log message ***
2001-07-21 Emanuele AlibertiMinor path parametrization.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-15 Rex Jolliffsome work on clean rule
2001-07-15 Eric KohlNamed pipes and mail slots need a valid file object.
2001-07-14 Casper HornstrupTemporary fix to prevent a crash when running in VMware...
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-07-06 Eric KohlEnabled FASTCALL calling convention
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-04 Rex JolliffFix for error in reading next extended partition when...
2001-06-29 Emanuele AlibertiFixed includes to compile.
2001-06-29 Eric KohlPrepared loading of .nls files
2001-06-29 Eric KohlPrepared loading of .nls files
2001-06-29 Eric KohlRead partition tables only once while assigning drive...
2001-06-28 Rex Jolliffoops, left in some debugging statements
2001-06-28 Rex Jollifffixed problem with extended partitions that contain...
2001-06-23 Phillip SusiHandles should be closed in the context of the dead...
2001-06-23 Phillip SusiFixed LPC port implementation to use an internal semaph...
2001-06-21 Rex Jolliffcommand line parse changed to not stop after first...
2001-06-20 Eric KohlSome more fixes for 'fastcall' support.
2001-06-20 Eric KohlFirst fixes to support fastcall:
2001-06-18 Eric KohlImplemented RtlOpenCurrentUser().
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-16 Eric KohlAdded some error checks.
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-13 Eric KohlImplemented access to PCI configuration space
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-11 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-08 Eric KohlAdded stubs for missing partition functions
2001-06-07 Eric KohlReplaced IDEGetPartitionTable() by call to IoReadPartit...
2001-06-04 Casper HornstrupDefault is screen debug output
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
next