reactos.git
2006-10-01 Art YerkesRemove the need to relocate freeldr. We now use it...
2006-09-26 Art YerkesCheckpoint in here. More work needed.
2006-09-26 Art YerkesAdded some needed OFW calls.
2006-09-25 Art YerkesAdd missing file from the branch. Preparing to move...
2006-09-17 Art YerkesAdd ppc version of bitops header (from linux)
2006-09-17 Art YerkesFix b0rked macros
2006-09-17 Art YerkesAdd disable, enable interrupts.
2006-09-17 Art YerkesAdd needed definition (scsiport).
2006-09-17 Art Yerkescompile atapi.sys (add needed def for PAGE_SIZE)
2006-09-17 Art YerkesAdapt pefixup for bytesex.h, rsym: add some debugging...
2006-09-12 Art Yerkesrsym working right on ppc. Use a template (horror...
2006-09-10 Art YerkesInsert PTEs for 16 mb of kernel memory.
2006-09-10 Art YerkesCleaning: tweaks.
2006-09-10 Art YerkesAdd -fshort-wchar
2006-09-09 Art YerkesMerge fix to ppc branch.
2006-09-09 Art YerkesRemoved workaround. Now know the cause.
2006-09-04 Art YerkesLink ntoskrnl.
2006-09-04 Art YerkesRemoved junk.
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-04 James TaborUser32 bitmap.c:
2006-09-04 James TaborUser32 combo.c:
2006-09-03 Magnus OlsenAdding small hack to getting SetPixel color right when...
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-03 Hervé PoussineauReorder the file
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-09-03 Aleksey BraginAdd comptypeDIB definition to headers
2006-09-03 Magnus OlsenFixed one more bug, we did create wrong bpp if we got...
2006-09-03 Alex Ionescu- Add Ke386SetFs, Ds, Es (using Ke386SetSeg) and Ke386S...
2006-09-03 Hervé PoussineauAllow setup to detect extended partitions
2006-09-03 Alex Ionescu- Remove LDT initialization, LDT shouldn't be initializ...
2006-09-03 Alex Ionescu- Fix KTSS definition.
2006-09-03 Art YerkesFixed, separated mmu related functions. We now get...
2006-09-02 Magnus OlsenFixed some more wine test for NtGdiGetDIBits
2006-09-02 Magnus Olsen1. Copy DIB_GetBitmapInfo from wine cvs (date 2/9...
2006-09-02 Aleksey BraginSeparate Device Manager code (what was left from it...
2006-09-02 Alex Ionescu- Part 2 of 2: Implement KiDispatchInterrupt in assembl...
2006-09-02 Alex Ionescu- Part 1.5 of 2: Re-factor KiDispatchInterrupt to separ...
2006-09-02 Alex Ionescu- Fix a bug in RtlFillMemory.
2006-09-02 Alex Ionescu- Add missing volatile statements to KPROCESS, KTHREAD...
2006-09-02 Aleksey BraginAdd forgotten "xs-native.cpp" to the MSVC project of...
2006-09-02 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-02 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-02 Alex Ionescu- Move machine-specific initializations to KeInit2.
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-02 Alex Ionescu- More kernel initialization changes and cleanups.
2006-09-01 Thomas BluemelFix creating the console system menu items
2006-09-01 Hervé PoussineauAdd softpub.h header
2006-09-01 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-01 Hervé PoussineauAdd a stub sensapi.dll. This is a step to fix bug 1751
2006-09-01 Hervé PoussineauAdd some error codes (taken from Wine)
2006-09-01 Thomas BluemelDon't call BeginPaint/EndPaint while processing a WM_DR...
2006-09-01 Thomas Bluemeldisable code that dereferences a random pointer
2006-09-01 Thomas BluemelDon't leak a reference in NtReleaseSemaphore() in case...
2006-09-01 Thomas Bluemelremove superfluous dereference
2006-09-01 Ged Murphy- Use a more generic print service
2006-09-01 Eric KohlFix indentation, no code changes.
2006-09-01 Alex Ionescu- More initialization cleanup.
2006-09-01 Hervé PoussineauFix build when compilation units are enabled for usetup.c
2006-09-01 Alex Ionescu- Fix bugs in RtlCompareMemory, RtlCompareMemoryULong
2006-09-01 Eric KohlRemove trailing whitespace
2006-09-01 Hervé PoussineauFix option selection in bootcd
2006-09-01 Art YerkesMost of an implementation of page lookup for PPC. ...
2006-09-01 Art YerkesAdding methods to inquire about virtual memory setup.
2006-09-01 Alex Ionescu- Add back defines accidentaly removed.
2006-09-01 Alex Ionescu- Fix bug in RtlZero, Fill, Move memory where the last...
2006-09-01 Alex Ionescu- Multiple changes to low-level Kernel initalization...
2006-08-31 Ged Murphyforgot to turn debugging off
2006-08-31 Alex Ionescu- Some cleanups
2006-08-31 Ged Murphyfirst commit of an overhaul of sc.exe
2006-08-31 Eric KohlPass additional arguments to a service when it is start...
2006-08-31 Alex Ionescu- Remove some deprecated code and custom ROS exports...
2006-08-31 Thomas BluemelAdd stubs for the condition variable functions
2006-08-31 Aleksey BraginChange a very ugly done DbgPrint() function to a good...
2006-08-31 Aleksey BraginSylvain Petreolle: Partly fix unicode build of cmd...
2006-08-31 Hervé PoussineauAdd ATTACH_PARENT_PROCESS constant
2006-08-31 Hervé PoussineauRemove some code duplication when calling PopupError
2006-08-31 Hervé PoussineauFix build for Linux people, where gcc claims that it...
2006-08-31 Hervé PoussineauFix Linux build (filename case problem...) Thanks gregj...
2006-08-31 Hervé PoussineauCleanup in .inf file handling of usetup:
2006-08-31 Art YerkesSome intermediate work. We start loading the kernel...
2006-08-31 Hervé PoussineauClean up console functions in usetup. We now have 2...
2006-08-31 Alex Ionescu- Don't do fast system calls with the wrong DS/ES selec...
2006-08-31 Alex Ionescu- Implement more parts of the GPF Handler.
2006-08-31 Pablo BorobiaTesting commit
2006-08-31 Alex Ionescu- Write new, optimized, small, working and clean functi...
2006-08-30 Thomas BluemelFix difference in signedness warnings
2006-08-30 Thomas BluemelUse the new ProbeForWriteIoStatusBlock macro
2006-08-30 Thomas Bluemel- Fix some probing macros
2006-08-30 Magnus OlsenWrote RtlUshotByteSwap RtlUlongByteSwap and RtlUlongl...
2006-08-30 Thomas BluemelRevert r23824. This needs to go into the clipboard...
2006-08-30 Pablo Borobia* added GetLayout definition
2006-08-30 Thomas BluemelRevert r23810, r23811, r23813. The clipboard changes...
2006-08-30 Hervé Poussineaumpr.dll can now be autosynced with Wine
2006-08-30 Ged Murphyupdate msi wine regtest
2006-08-30 Ged Murphyupdate comctl32 winetest
2006-08-30 Hervé Poussineauavifil32.dll can now be autosynced with Wine
2006-08-30 Hervé Poussineauwineimport.cmd (>= r23814) is now able to handle msi...
2006-08-30 Pablo Borobia* Added more clipboard regression tests
2006-08-30 Hervé PoussineauAdd msi_ros.diff
2006-08-30 Pablo Borobiashel32.dll part:
next