reactos.git
2002-06-19 Robert DickensonAdded new library packet.dll
2002-06-19 Robert DickensonAdded packet.sys to target list.
2002-06-19 Robert DickensonFixed invalid paths. Added packet to target list.
2002-06-19 Robert DickensonAdded new exports
2002-06-19 Robert DickensonAdded new driver 'packet', ported from the Windows...
2002-06-19 Robert DickensonAdded .cvsingore file.
2002-06-19 Robert DickensonCreated new module for wshirda.dll
2002-06-18 KJK::HyperionPSAPI meta-source files moved in the standard location
2002-06-18 KJK::HyperionPSAPI initial commit
2002-06-18 David WelchMoved win32 callback support into a new file.
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-18 Brian PalmerFixed GetBiosMemoryMap() function.
2002-06-18 Eric KohlIoDestroyDriverList(): Free memory of group and service...
2002-06-18 Eric KohlRtlQueryRegistryValues() must treat REG_MULTI_SZ and...
2002-06-17 joegapps/tests/tokentest.c
2002-06-17 joegntoskrnl/ps/process.c
2002-06-17 joegntoskrnl/ke/main.c
2002-06-17 Robert DickensonCreated new empty module for buiding ws2help.dll
2002-06-17 Eric KohlImproved driver loading sequence with respect to the...
2002-06-17 Eric KohlImplemented direct query of REG_EXPAND_SZ values.
2002-06-17 Steven Edwardsadded simple tcp server test
2002-06-16 David Welch2002-06-16 David Welch <welch@whitehall1-5.seh.ox...
2002-06-16 Jason FilbyNtW32Call: replace sizeof(KTRAP_FRAME) with 124 bytes
2002-06-16 Eric KohlFixed wrong interpretation of value cell size in NtSetV...
2002-06-16 Casper HornstrupRevert last change
2002-06-16 Casper HornstrupAvoid importing _pctype when using mingw-runtime 2.0.
2002-06-16 Eric KohlFixed loading of symbol files.
2002-06-16 Steven EdwardsUpdated Makefile to fix building
2002-06-16 Steven EdwardsFixed include path in ramdriver
2002-06-16 Steven EdwardsFixed building of Serial Mouse driver (still broken)
2002-06-15 Eric KohlChanged calling convention of EngXxx funtions to STDCALL.
2002-06-15 Eric KohlChanged the calling convention used by the video minipo...
2002-06-15 Hartmut BirrFixed saving of esp in KePushAndStackSwitchAndSysRet.
2002-06-15 Jason FilbyFixed missing initialization in PsAllocateCallback
2002-06-15 Eric KohlCleanup, add display of token values being passed into...
2002-06-15 Eric KohlEnable %wZ and %Z format specifiers (remove #if 0).
2002-06-15 Eric KohlFix bug in RtlEqualSid() that caused all sids with...
2002-06-15 Eric KohlFix bug in RtlpAddKnownAce() that caused it to place...
2002-06-14 Jason FilbyBugfix: correct memory allocation calculation
2002-06-14 Jason FilbyFixed another typo
2002-06-14 Jason FilbyFixed some typos
2002-06-14 Casper HornstrupDon't install static libraries.
2002-06-14 Jason FilbyGuiCheck for NtUserRegisterClassExWOW
2002-06-14 Eric KohlFixed direct reference to a driver object.
2002-06-14 Eric KohlPass pointer to CSRSS process on first create request.
2002-06-14 Eric KohlAdded vga driver
2002-06-14 Casper HornstrupDelete dependency files on clean
2002-06-14 Casper HornstrupUse standard mingw32 prefix on linux.
2002-06-14 Casper HornstrupMake clean rule depend on tools rule
2002-06-14 Eric KohlFixed automatic loading of required modules.
2002-06-13 David WelchSplit up some stubs into their own files.
2002-06-13 Hartmut BirrReseting the conversion qualifier for each new value...
2002-06-13 Eric KohlFixed driver unloading upon failing initialization.
2002-06-13 Brian PalmerCross-platform tools added to Makefiles.
2002-06-12 Eric KohlUpdated the system hive and the boot driver list.
2002-06-12 Eric KohlNow ZwLoadDriver() uses the registry path instead of...
2002-06-12 Eric KohlCleaned up the driver loading routines.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-12 Eric KohlUse NtSetSystemInformation() to load win32k.sys because...
2002-06-12 Eric KohlRtlpGetRegistryHandle(): Don't remove a leading backsla...
2002-06-12 Casper HornstrupBugCheck if no boot drivers are passed to ntoskrnl.exe
2002-06-12 Casper Hornstrup* Call RtlCreateUnicodeString() instead of RtlInitUnico...
2002-06-12 Rex Jolliffanother test of commit mailer
2002-06-12 Rex Jolliffa test of commit mailer
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-06-11 Casper HornstrupAdd multi and expand registry key type support.
2002-06-11 Eric KohlFixed LdrpCompareModuleNames() to accept fully qualifie...
2002-06-11 Brian PalmerCaches the current FAT sector so it doesn't read again...
2002-06-11 Casper HornstrupKill warnings.\n Use DbgPrint for debugging registry.
2002-06-11 Brian PalmerOptimized FAT32 bootsector to read more than 1 sector...
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Hartmut BirrReference/Dereference the process object in PiTerminate...
2002-06-10 Hartmut BirrUnmap the pages first and than remove the entries from...
2002-06-10 Hartmut BirrReplaced all calls to MmDereferencePage with MmReleaseP...
2002-06-10 Hartmut BirrAdded flushing of file streams.
2002-06-10 Hartmut BirrRewrote fread/fwrite for a better/faster handling of...
2002-06-10 Hartmut BirrFixed ftell for streams which are opened for reading...
2002-06-10 Hartmut BirrFixed fflush for non dirty file streams.
2002-06-10 Hartmut BirrFixed a minor bug in updEntry.
2002-06-10 Hartmut BirrUpdating the directory entries in VfatWrite only, if...
2002-06-10 Hartmut BirrAdded updating of directory entries in VfatCleanupFile...
2002-06-10 Hartmut BirrFixed a minor bug in CcSetFileSizes.
2002-06-10 Hartmut BirrImplemented CcZeroData.
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-06-09 Eric KohlHandle multi-string group order list properly.
2002-06-09 Emanuele AlibertiPSXSS: It seems the renamed csrterm did not get in...
2002-06-09 Brian PalmerFixed bug that was preventing FreeLoader from booting...
2002-06-08 Brian PalmerChanges in v1.3.1 (6/8/2002)
2002-06-08 Emanuele AlibertiMostly path fixing after new modules layout is in effect.
2002-06-07 Eric Kohl- Implement NtCreateToken()
2002-06-07 Eric KohlLet services.exe load the auto-start drivers.
2002-06-07 Hartmut BirrFixed the return value in GetFileSize.
2002-06-07 Hartmut BirrFixed the allocation size for the fat in VfatMount.
2002-06-07 Eugene IngermanUpdated paths after directory was moved.
2002-06-06 Eric KohlFixed broken handling of SCSI port capabilities.
2002-06-06 Brian PalmerMakefile fixes
2002-06-06 Jason FilbyDon't define CC in makefile
2002-06-06 Eric KohlAdded full short name (8.3 name) support.
2002-06-06 Eric KohlFixed another silly bug.
2002-06-06 Jason FilbyImplemented NtUserPeekMessage
next