reactos.git
2006-10-01 Aleksey Bragin- Add new type of debug print for windows loader
2006-10-01 Alex Ionescu- Do MmInit1 much earlier in the boot phase (right...
2006-10-01 Alex Ionescu- Add setupblk.h from TinyKRNL with all the definitions...
2006-10-01 Alex Ionescu- Implement ExpIsLoaderValid to validate the LOADER_PAR...
2006-10-01 Alex Ionescu- Implement static compile-time assertions and use...
2006-10-01 Alex Ionescu- Use __readfsdword instead of de-referencing the Boot...
2006-10-01 KJK::HyperionFixed:
2006-10-01 Thomas BluemelFix usage of a uninitialized variable, unnecessary...
2006-10-01 Thomas Bluemelfix __writecr0, __writecr3 and __writecr4
2006-10-01 Thomas BluemelFix function name (fixes a redefinition error)
2006-10-01 Hervé PoussineauAdd ufatx.dll, to be able to create FATX (Xbox file...
2006-10-01 Hervé PoussineauRewrite SetupDiGetClassImageListExW and SetupDiGetClass...
2006-10-01 Alex Ionescu- Fix Ki386InitializeTss to use dynamic GDT calculated...
2006-10-01 Alex Ionescu- Put IDT in RW .data section
2006-10-01 Alex Ionescu- Clear KPCR->TEB during bootstrap as well.
2006-10-01 Alex Ionescu- Add two more lines in boot.S which detect boot-by...
2006-10-01 Alex Ionescu- Remove all the remaining code in boot.S and make...
2006-10-01 Alex Ionescu- Fully use KeLoaderBlock->InLoadOrderListHead for...
2006-09-30 Hervé PoussineauGive enough space to retrieve full device class description
2006-09-30 KJK::HyperionFixes to un-break trunk:
2006-09-30 Hervé PoussineauBetter resources handling in serial driver.
2006-09-30 Hervé PoussineauDo not expect a call to AddDevice with a NULL Pdo....
2006-09-30 Hervé PoussineauImplement SetupDiGetDriverInstallParamsW
2006-09-30 Hervé Poussineaui8042prt manages PS/2 ports, not PS/2 devices. Take...
2006-09-30 Hervé PoussineauFix wrong default registry value, which was possibly...
2006-09-30 Thomas BluemelRecalculate property sheet sizes after adding/removing...
2006-09-30 Alex Ionescu- Complete much more of KiRosFrldrLpbtoNtLpb. We now:
2006-09-30 Alex Ionescu- Re-remove intrinics from winddk.h
2006-09-30 Magnus Olsenadding back __readcr4 and __readcr3 to winddk.h for...
2006-09-30 KJK::HyperionCorrected DWORD operand typo (%l -> %k)
2006-09-30 Thomas BluemelFix GCC4 warnings
2006-09-30 Magnus Olsenhopply this will fix hal_xbox build not tested.
2006-09-30 Magnus Olsenfix build of blue again gcc does not have _disable...
2006-09-30 Ged Murphyimplement refresh, although it runs at a snails pace...
2006-09-30 Ged Murphystop icon from changing when selected.
2006-09-30 Ged Murphyadd a line at the root of the tree for user ergonomics :)
2006-09-30 Alex Ionescu- Save processor state in the PKPRCB in KiInitializeKernel.
2006-09-30 Alex Ionescu- Add loop around the KiFreezeExecutionLock before...
2006-09-30 Alex Ionescu- Fix some bugs in intrin.h (missing __inline__ statmen...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-29 Ged Murphy- update french timedate resource file
2006-09-29 Aleksey BraginAdd devmgmt to the build system, thus fixing make bootcd
2006-09-29 Ged Murphyadd devmgmt.exe as it's usable in ROS now
2006-09-29 Aleksey Bragin- Implement device creating, with the specified DeviceE...
2006-09-29 Ged Murphythere's always one that gets away ...
2006-09-29 Ged Murphy- Add the device imagelist icons to setupapi.
2006-09-29 Ged Murphy- fix the treeview so it displays parent and child...
2006-09-29 Aleksey Bragin- Change in CONNECT_DATA for drivers so that they get...
2006-09-28 Ged Murphychange run icon as a few people wanted something more...
2006-09-28 Ged Murphynew timedate and powercfg icons
2006-09-28 Ged Murphyrename folder to make it clear
2006-09-28 Ged Murphyfix the floppy icons and add 2 new ones for network...
2006-09-28 Ged Murphy- Reserve enough space on the heap to store the GUID
2006-09-28 Ged Murphyclean up irregularities
2006-09-28 Ged MurphyInitial development of a devmgmt.msc clone.
2006-09-28 Magnus OlsenNtGdiCreateDIBitmap
2006-09-28 Magnus Olsenfix a hidden bug in IntCreateBitmapIndirect
2006-09-28 Hervé PoussineauSupport mount manager in disk.sys
2006-09-27 Ged Murphyupdate a few cpl icons
2006-09-27 Magnus Olsenhpoussin forget change this regkey to SOFTWARE\\Micro...
2006-09-27 Thomas BluemelDon't use BOOL for 1 bit flags because it's signed.
2006-09-27 Thomas BluemelMove the memory in RtlpDeleteData instead of copying...
2006-09-26 Hervé PoussineauPatch by Matthias Kupfer
2006-09-26 Hervé PoussineauFix format build.
2006-09-26 Hervé PoussineauMerge from Wine:
2006-09-26 Hervé PoussineauFix some warnings in winlogon code
2006-09-26 Hervé PoussineauTwo more constants found in FMIFS...
2006-09-26 Alex Ionescu- In some far, far away galaxy, a long, long time ago...
2006-09-25 Magnus Olsenfixed overlaping memory problem with RtlMoveMemory...
2006-09-25 Magnus Olsenrestore files mem.c and memgen.c
2006-09-25 Magnus OlsenNtGdiSetViewportExtEx
2006-09-25 Magnus Olsenimplement PEN_GetObject, we can now get pen from Getopj...
2006-09-25 Johannes Anderwald* fix typo in german resource file spotted by pilic
2006-09-25 Magnus OlsenNtGdiRestoreDC
2006-09-25 Saveliy Tretiakov- PATH_RoundRect from wine
2006-09-25 Magnus OlsenFixed some bugs in win32k function BITMAP_GetObject.
2006-09-24 Magnus Olsenupdate winetest gdi32 with more wine test
2006-09-24 Magnus Olsenfixed another build break by me :(
2006-09-24 Magnus Olsensorry I broken the build it fixed now
2006-09-24 Magnus Olsenadding more missing struct need them later in winetest
2006-09-24 Magnus Olsenadding more missing struct
2006-09-24 Art YerkesFix use of unicode for unix host regardless of -fshort...
2006-09-24 KJK::HyperionCosmetic changes
2006-09-24 Saveliy Tretiakovmemcpy -> RtlCopyMemory
2006-09-24 Saveliy Tretiakov- Implement NtGdiStrokePath and NtGdiStrokeAndFillPath...
2006-09-24 Saveliy TretiakovMore prototypes
2006-09-24 Hervé PoussineauDon't hardcode the list of available filesystems in...
2006-09-24 Hervé PoussineauDisplay available file systems in usage screen
2006-09-24 Hervé PoussineauImplement QueryAvailableFileSystemFormat and SetLabel...
2006-09-24 Hervé Poussineau[FORMATTING] Replace spaces by tabs
2006-09-24 Hervé PoussineauAdd a filter command in KDBG, which is a wrapper around...
2006-09-24 Magnus OlsenUpdate some gdi32 winetest
2006-09-24 Magnus Olsenadding two more missing define
2006-09-24 Magnus Olsenadding OBJ_COLORSPACE it was missing, need it soon
2006-09-24 Magnus Olsentested in dib16
2006-09-24 Hervé PoussineauRevert r24233, which leads to have the header written...
2006-09-24 Magnus Olsenrevers 24232 for cause some other unknown regress.
2006-09-24 Hervé PoussineauAllow digits in computer name.
2006-09-24 Art YerkesFix mkhive on unix.
2006-09-23 Hervé PoussineauReport correct interrupt resources to ntoskrnl
next