Create a place for some R&D work about booting Windows from inside of FreeLdr
[reactos.git] / reactos /
2006-09-10 Aleksey BraginCreate a place for some R&D work about booting Windows...
2006-09-10 Alex Ionescu- Remove KeGetCurrentProcess. This API doesn't exist.
2006-09-10 Saveliy Tretiakovimplement NtGdiPathToRegion
2006-09-10 Alex Ionescu- No need to apply the ROS Page hack inside thread...
2006-09-10 Alex Ionescu- Add ASSERT_EVENT.
2006-09-10 Alex Ionescu- Add ASSERT_MUTANT and ASSERT_SEMAPHORE to our DDK.
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Thomas BluemelFix difference in signedness warning
2006-09-10 Thomas BluemelFix LdrRelocateImageWithBias prototype: Strings in...
2006-09-10 Alex Ionescu- Update the last remaining old function, KeSetBasePrio...
2006-09-10 Alex Ionescu- Reposition and update KeQueryBasePriorityThread to...
2006-09-10 Alex Ionescu- Update KeRevertToUserAffinityThread, KeSetSystemAffin...
2006-09-10 Alex Ionescu- Re-organize all internal functions in 3 groups:
2006-09-10 Aleksey Bragin- Add msvcrt linking where needed
2006-09-10 Alex Ionescu- Remove KeSetPreviousMode, KeDisableThreadApcQueueing.
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Hervé PoussineauInitialize MainResource and PagingIoResource fields...
2006-09-10 Hervé PoussineauLet mkhive use cmlib. "make install" now works and...
2006-09-10 Hervé PoussineauFix some warnings
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-10 Aleksey Braginvsnprintf -> _vsnprintf
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-09-10 Aleksey BraginThese DPRINT1s are ONLY for Magnus' debuggin session.
2006-09-10 Aleksey Bragin- Implement enable/disable of protection for PE section...
2006-09-10 Hervé PoussineauRevert part of r23972. Now we can boot again
2006-09-10 Aleksey Bragin- Move and slightly modify the relocation code to RTL...
2006-09-10 Hervé PoussineauAt last, enable screensaver
2006-09-10 Hervé PoussineauAdd stub for SPI_GETSCREENSAVEACTIVE (which always...
2006-09-10 Hervé PoussineauRemove screensaver implementation of win32k (ie revert...
2006-09-10 Hervé PoussineauLastInputTick value should be in milliseconds, accordin...
2006-09-09 Hervé PoussineauAdd missing entrypoint="0" directive in rbuild files...
2006-09-09 Hervé PoussineauAdd missing entrypoint="0" directive in rbuild files...
2006-09-09 Hervé PoussineauPut a NULL entry point if explicitly asked for. Thanks...
2006-09-09 Christoph von Wittich*add support for the new SVN 1.4.x binary format
2006-09-09 Magnus OlsenImplement GetLastInput base on bug 1753 patch by P43LOk,
2006-09-09 Saveliy TretiakovImplement NtGdiGetPath (based on wine)
2006-09-09 Hervé PoussineauImplement registry handle closing notifications in...
2006-09-09 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-09 Hervé PoussineauFix MsiDatabaseIsTablePersistentA/W prototype
2006-09-09 Hervé PoussineauImplement "Check volume" page in usetup.
2006-09-09 Hervé PoussineauUse Guid specified in device info set (if available...
2006-09-09 Hervé PoussineauSet 2nd stage setup to language selected in registry
2006-09-09 Hervé PoussineauDon't use buffered input when reading username/password...
2006-09-09 Hervé PoussineauRemove useless member in DESKTOP_OBJECT structure
2006-09-09 Hervé PoussineauAdd VfatChkdsk() prototype
2006-09-09 Saveliy Tretiakovrevert last commit
2006-09-09 Saveliy TretiakovMessageboxes shouldn't have WS_SYSMENU
2006-09-09 Art YerkesCorrect bug in cache which could cause us to lose the...
2006-09-09 Saveliy TretiakovReplace MmCopyFromCaller with probing and seh.
2006-09-09 Saveliy TretiakovAdd winetests to bootcd
2006-09-09 Art YerkesMake UNIMPLEMENTED available everywhere and remove...
2006-09-09 Thomas BluemelAdded missing definitions
2006-09-08 James TaborUser32 static.c:
2006-09-08 Aleksey BraginAdd a bit of error reporting
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 Aleksey BraginFix invalid charset (DOS -> Windows)
2006-09-07 Hervé PoussineauAdapt usetup to handle more easily additional filesystems
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Hervé PoussineauAdd ufat.dll and the optional ufatx.dll (to be added...
2006-09-07 Hervé Poussineau[FORMATTING] Fix tab/space mess by replacing them by...
2006-09-07 Hervé PoussineauUpdate prototypes
2006-09-07 James TaborRemoved NtUserGetKeyboardType, there was no win32k...
2006-09-07 Thomas BluemelYes we should do it as WINE. Fixes a buffer overflow...
2006-09-07 Hervé PoussineauCorrectly handle optional parameters
2006-09-07 Hervé PoussineauSome 64 bits fixes (approved by Filip)
2006-09-07 Hervé PoussineauFix format.exe compilation
2006-09-07 Hervé PoussineauFix compilation
2006-09-07 Hervé PoussineauCorrectly implement autochk, which now calls the Chkdsk...
2006-09-07 Hervé PoussineauAdd a stub for FAT12/16/32 chkdsk
2006-09-07 Hervé PoussineauDeclare prototype for ChkdskEx function in u{FS}.dll
2006-09-07 Magnus Olsenfixed win32k build, trunks builds again thanks w3seek...
2006-09-07 Hervé PoussineauFix typo: _GNUC_ -> __GNUC__
2006-09-07 Johannes Anderwald* fix building ntoskrnl
2006-09-07 Magnus Olsenupdate shlguid, remove the dublacte guid, winefiles...
2006-09-07 Magnus Olseninclude psdk shlguid.h
2006-09-07 Magnus OlsenFixed so explorer can be compiling again.
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-06 Thomas BluemelAdd user32 to build notifyhook
2006-09-06 Brandon TurnerLink to shell32 so we can use CommandLineToArgvW when...
2006-09-06 Johannes Anderwald* add console.dll to bootcd
2006-09-06 Art YerkesFix this properly: specify the search path among our...
2006-09-06 Art YerkesDitto.
2006-09-06 Art YerkesAdded _fpreset prototype. Not sure why this isn't...
2006-09-06 Thomas Bluemel- Force using the import libraries built by ReactOS...
2006-09-06 Johannes Anderwald* halfplement reading / writing Console User settings
2006-09-06 Thomas BluemelFixed difference in signedness warnings
2006-09-06 Thomas BluemelFixed difference in signedness warnings
2006-09-06 Aleksey BraginFix MSVC 2005 compilation (Platform SDK is correctly...
2006-09-06 Saveliy TretiakovSome win32k docs (from win32k rewrite branch).
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-09-05 Magnus Olsenupdate it.rc languages translation by gabrielilardi...
2006-09-05 Saveliy TretiakovCall NtUserDrawCaption directly
2006-09-05 Johannes Anderwald* msvc compiling fix
2006-09-04 Brandon TurnerImplement CryptSignHashW based WINE and old CryptSignHa...
2006-09-04 Hervé PoussineauAllow allow lower case when being called
next