reactos.git
2001-11-20 Hartmut BirrFixed a bug in FAT12FindAvailableCluster.
2001-11-20 Rex Jolliffadded default rule for .cpp files
2001-11-20 Eric KohlImplemented read/write.
2001-11-20 David WelchSplit kernel and user-mode exception handling
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-11-19 Jason FilbyFix for CreateCompatibleDC
2001-11-18 Eric KohlFixed a few compiler warinings.
2001-11-18 David WelchOops, used copy to caller instead of copy from caller
2001-11-18 David WelchFixed bugs with vim
2001-11-17 Eric KohlFixed GetExtendedMemorySize(). My i486-DX4/75 didn...
2001-11-16 Eric KohlUpdated for booting from C:
2001-11-16 Eric KohlAdded loading the HAL.
2001-11-16 Eric KohlFixed warnings.
2001-11-15 Brian PalmerBIOS Int 13h Extensions Support
2001-11-13 Eric KohlImplemented MmMapViewOfSection().
2001-11-11 Steven EdwardsRemove my old port of the winelib notepad
2001-11-11 Steven Edwardsinstall script for wine dlls and programs
2001-11-09 Casper HornstrupFixed typo
2001-11-09 Eric KohlAdded message compiler.
2001-11-09 Eric KohlAdded message compiler.
2001-11-08 Eric KohlImplemented abandoning of mutexes/mutants.
2001-11-08 Eric KohlFixed thread termination bug when a mutex must be aband...
2001-11-07 David WelchFixed thread termination bug
2001-11-07 Eric KohlAdded mutex test application.
2001-11-07 Eric KohlAdded GetInterruptVector() routine to PCI bus handler.
2001-11-07 Phillip SusiRe enabled mounting more than one filesystem
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-11-05 James TaborFix export wvsnprintfA and W from user32.dll
2001-11-05 David WelchDon't check for critical sections when delivering speci...
2001-11-04 Emanuele Alibertitlist clone (partial).
2001-11-04 Eric KohlImplemented mutant object.
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-11-03 Eric KohlDisabled secondary channel by default
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-11-02 Hartmut BirrFixed a minor bug in vfatMakeRootFCB().
2001-11-02 Hartmut BirrSpeed optimization in FATxxFindAvailableCluster().
2001-11-02 Hartmut BirrAdded some modifications for asyncronous i/o requests...
2001-11-02 Hartmut BirrFixed a bug in GetVolumeInformationA()
2001-11-02 Eric KohlFixed a typo.
2001-11-02 Eric KohlImplemented basic ANSI/OEM <--> Unicode translation...
2001-11-02 Rex JolliffInitial attempt at a handle table for GDI objects....
2001-11-01 Eric KohlRemoved PCI_COMMON_CONFIG
2001-11-01 Eric KohlSet sector size to 512 bytes.
2001-11-01 Eric KohlEnabled secondary IDE channel for PCI and ISA bus
2001-11-01 Hartmut BirrFixed some bugs in VfatGetStandardInformation().
2001-11-01 Hartmut BirrEnabled the check of the correct buffer size in some...
2001-11-01 Hartmut BirrFixed the type of st_dev in stat.
2001-11-01 Hartmut BirrInitialized statbuf->st_mode in _stat() and _fstati64().
2001-11-01 Hartmut BirrFixed some bugs in GetFileInformationByHandle().
2001-11-01 Eric KohlMoved/added some declarations
2001-11-01 Eric KohlMoved/added some declarations
2001-10-31 Jason FilbyKludge: draw within screen until we have clipping working
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-25 Steven EdwardsInitial revision
2001-10-23 Eugene IngermanPorting pice.
2001-10-23 Steven EdwardsInitial revision
2001-10-23 Phillip SusiChanged path to vgaddi.dll to use SystemRoot instead...
2001-10-22 Eugene IngermanPorting pice.
2001-10-21 Casper HornstrupCreate named pipe for SCM
2001-10-21 Casper HornstrupPrototype fixes.
2001-10-21 Casper HornstrupOpen named pipe to SCM
2001-10-21 Casper HornstrupNPFS read/write functionality.
2001-10-21 Eugene IngermanMissed these files from the last commit.
2001-10-21 Eugene IngermanChanged some driver functions to follow nt standard...
2001-10-21 Eugene IngermanOriginal source code for linux kernel debugger. To...
2001-10-20 Eric KohlImplemented waiting for server pipe (WaitNamedPipe()).
2001-10-20 Eric KohlFixed WaitNamedPipe().
2001-10-17 Phillip SusiFixed typeo that prevented compilation
2001-10-17 Eric KohlImplemented useful rename command.
2001-10-17 Phillip SusiOnly pass file name as module name, not full path
2001-10-16 Phillip SusiRemoved use of crtdll from all apps, let them use msvcr...
2001-10-16 Emanuele AlibertiFixes to compile the whole set of ROS applications.
2001-10-16 Phillip SusiImported bzip2 modified to build a decompression only...
2001-10-14 Phillip SusiFixed bug parsing redirections
2001-10-14 Phillip SusiShare read access to files opened for redirection
2001-10-12 Hartmut BirrFixed calling convention for ApcRoutine().
2001-10-11 Eric KohlMade qsort() thread-safe.
2001-10-11 Hartmut BirrFixed a bug, when there is a write operation to the...
2001-10-10 Hartmut BirrFixed a minor bug in MmAllocateSection().
2001-10-10 Hartmut BirrAdded/Removed some definitions.
2001-10-10 Hartmut BirrRewritten the read and write functions.
2001-10-10 Hartmut BirrChanged the initialization for the fat cache in VfatMou...
2001-10-10 Hartmut BirrRemoved vfatRequestAndValidateRegion() and vfatReleaseR...
2001-10-10 Hartmut BirrChanged the cache access from CcRos...CacheSegment...
2001-10-10 Hartmut BirrChanged the directory access to Cc...Data().
2001-10-10 Hartmut BirrChanged the cache access from vfat...Region() to Cc...
2001-10-10 Hartmut BirrFixed the returned size in VfatGetFile...Information().
2001-10-10 Hartmut BirrAdded cache access for GetEntyName() and FindFile().
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().
next