reactos.git
2006-10-07 Aleksey Bragin- Add structure for describing boot-loaded drivers
2006-10-06 Alex Ionescu- Fix calls to HvInitializeHive
2006-10-06 Magnus OlsenFixed control apps windows, Let me known if it create...
2006-10-06 Aleksey Bragin- Load and initialize in-memory registry
2006-10-06 Alex Ionescu- Fix calls to HvInitializeHive due to my last patch...
2006-10-06 Aleksey Bragin- Make arc-path passed to the kernel look a bit more...
2006-10-06 Alex Ionescu- Add PROFILE_ACPI_DOCKING_STATE.
2006-10-06 Ged Murphyfix a TCHAR brain lapse...
2006-10-06 Ged Murphyimplemented DeviceProperties_RunDLLW and DeviceProperti...
2006-10-06 Alex Ionescu- Add internal EX_CALLBACK Object to NDK. (Callback...
2006-10-05 Alex Ionescu- Guard some current cmlib includes against new cm...
2006-10-05 Alex Ionescu- Remove SMSS's code for signaling the "init" event.
2006-10-05 Alex Ionescu- Get rid of the completely convoluted way that Phase...
2006-10-05 Alex Ionescu- Put all Phase 1 Ex* Initialization in ExpInitSystemPh...
2006-10-05 Alex Ionescu- Rewrite ExpLoadInitialProcess by inlining and simplif...
2006-10-05 Aleksey Bragin- Add #ifdef DEBUG / #endif to fix compile. FreeLdr...
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-05 Alex Ionescu- Implement ExpInitNls to initialize the NLS Section...
2006-10-04 Ged Murphyadd a few more icons to the device imagelist
2006-10-04 Christoph von... -removed unused var
2006-10-04 Aleksey Bragin- Add most needed memory-manipulating functions. Some...
2006-10-04 Christoph von... -support debugging of control panel applets
2006-10-04 Christoph von... -don't use GetLastError with Reg* functions
2006-10-04 Aleksey Bragin- Fix warning in winldr.c
2006-10-04 Aleksey Bragin- Remove some crap from the LoadAndBootWindows()
2006-10-04 Thomas BluemelFix broken resources
2006-10-04 Ged Murphyadd some overlay icons needed for devmgmt
2006-10-04 Thomas BluemelFix almost the same bug in LdrGetProcedureAddress as...
2006-10-04 Thomas Bluemel- Fix binary search algorithm in LdrGetProcedureAddress
2006-10-04 Ged Murphy- Open the device propsheet for child items (not parent...
2006-10-04 Alex Ionescu- Implement XPSP2+ syscall stub that uses indirect...
2006-10-04 Thomas BluemelDon't compile with -Wconversion since we have function...
2006-10-04 Aleksey Bragin- Format code of InstallFatBootcodeToPartition(), chang...
2006-10-04 Magnus Olsenthis file some have forget set eol-style native
2006-10-04 Magnus Olsen1. move all languages file to own folder
2006-10-04 Alex Ionescu- Fix boot crash due to last patch, forgot that SharedU...
2006-10-04 Alex Ionescu- Fix KUSER_SHARED_DATA in winddk.h
2006-10-04 Alex Ionescu- Add KF_XMMI64 feature flag for SSE2 and detect it.
2006-10-04 Alex Ionescu- Make Kernel initialization (KeInit2) portable/more...
2006-10-03 Ged Murphyupdate comctl32 to Wine-0.9.22 to get the new imagelist...
2006-10-03 Ged Murphyadd LPCDLGTEMPLATE definition
2006-10-03 Ged Murphyfix processor display
2006-10-03 Thomas BluemelFix warning
2006-10-03 Ged Murphy- Implement the context menu (mouse only at the moment...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauOf course, I've added one level in directory structure...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-03 Hervé PoussineauAdd back registry entries from i8042prt/kbdclass/mouclass
2006-10-03 Thomas BluemelFix displaying Win32 errors (the Reg* APIs don't set...
2006-10-03 Thomas BluemelFix displaying the size of the RAM
2006-10-03 Hervé PoussineauFix a few warnings
2006-10-02 Ged Murphyset processor information in the sysdm control panel...
2006-10-02 Andrew MungerPatch from ShadowFlare, bug 1838.
2006-10-02 Aleksey Bragin- Add registry entry for usbdriver.sys's legacy loading...
2006-10-02 Aleksey Bragin- Change CONNECT_DATA to DEV_CONNECT_DATA
2006-10-02 Hervé PoussineauDisable keyboard and mouse before checking the i8042...
2006-10-02 Hervé PoussineauFix 2 typos (spotted by Fireball)
2006-10-02 Ged Murphy- display system RAM on the general page.
2006-10-02 Hervé PoussineauImplement CMP_WaitNoPendingInstallEvents
2006-10-02 Ged Murphy- Only call SetupDiGetClassDevs once for each class...
2006-10-02 Alex Ionescu- Combine SeInit1 and SeInit2 into SeInit since both...
2006-10-02 Alex Ionescu- Setup memory limits in shared user data.
2006-10-02 Thomas BluemelFix some warnings
2006-10-02 Alex Ionescu- Implement Phase 0 Ex initialization (Resource, Lookas...
2006-10-02 Thomas BluemelDefine NTOSAPI before including ntddk.h to avoid includ...
2006-10-02 Alex Ionescu- Continue implementation of KiRosFrldrLpbToNtLpb by...
2006-10-01 Aleksey Bragin- Add a check to the boot.ini-changing code, to prevent...
2006-10-01 Andrew MungerResource sync from trunk.
2006-10-01 Aleksey Bragin- Implement loading of NLS data, SYSTEM hive data ...
2006-10-01 Aleksey Bragin- Comment out xbox memory detection for now (until...
2006-10-01 Alex Ionescu- Un-optimize KeGetPcr and make it use fs:20h instead...
2006-10-01 Alex Ionescu- Do MmInit1 in KiInitializeKernel so we can access...
2006-10-01 Aleksey Bragin- Add new type of debug print for windows loader
2006-10-01 Andrew MungerMerge the one line fix from 24273 v. 24276.
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-10-01 Andrew MungerWaxDragon curses BrandonTurner.
2006-10-01 Andrew MungerOops. I forgot the branch has a config.rbuild...
2006-10-01 Andrew MungerSync win32k and gdi32_winetest from trunk.
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...
next