- Fix a mistake in low memory pages allocation algorithm (commit-reviewers, where...
[reactos.git] / reactos /
2006-10-12 Aleksey Bragin- Fix a mistake in low memory pages allocation algorith...
2006-10-12 Hervé PoussineauRead object security descriptors from .inf file. Apply...
2006-10-12 Hervé PoussineauBetter stubs for RpcImpersonateClient and RpcRevertToSe...
2006-10-11 Hervé PoussineauSend right security descriptor to InitializeObjectAttri...
2006-10-11 Hervé PoussineauReplace incomplete and broken implementations of Conver...
2006-10-11 Hervé PoussineauAdd some definitions
2006-10-11 Hervé PoussineauDon't try to signal init event, as it has been removed...
2006-10-11 Thomas BluemelFixed InterlockedExchangeAdd
2006-10-11 KJK::HyperionHow could so much be so wrong in so little code is...
2006-10-11 Thomas BluemelSome header upgrades
2006-10-11 Thomas BluemelFix polling of ShutdownNotify
2006-10-10 Aleksey Bragin- Add global var for keeping size of NLS data in pages
2006-10-10 Art YerkesAdded 'austin' AVL implementation and provide a binding...
2006-10-10 Aleksey BraginAdd a stub to peloader.c
2006-10-10 Aleksey Bragin- Implement WinLdrLoadBootDrivers() / WinLdrLoadDeviceD...
2006-10-10 Filip NavaraFix setting of SystemBootDevice and SystemStartOptions...
2006-10-09 Filip NavaraSort the key indexes in CM.
2006-10-09 Hervé Poussineau- Start NetLogon service (lsass.exe)
2006-10-09 Hervé PoussineauFormatting and add a call to StartServiceCtrlDispatcher
2006-10-09 Magnus Olsenmake our msvcrt bit more windows nt4/2000 compatible
2006-10-09 Magnus Olsenfixed so our taskmgr works in windows 2000
2006-10-09 Thomas BluemelMake sure the compiler doesn't optimize away writes...
2006-10-09 Thomas BluemelSome portability fixes that address possible alignment...
2006-10-09 Aleksey BraginRevert r24430 changes (by Magnus Olsen) since they...
2006-10-09 Thomas BluemelFix compilation with GCC4
2006-10-09 Thomas BluemelStrings should be const char *. Fixes compilation with...
2006-10-09 Thomas BluemelStrings should be const char *. Fixes compilation with...
2006-10-09 MindflyerChange copyright to 1996-2006, because
2006-10-09 Aleksey BraginFix mkhive compiling by adding _NTSYSTEM_ define. This...
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-08 Alex Ionescu- Add RtlInitEmptyAnsiString to DDK.
2006-10-08 Alex Ionescu- Remove InitSharedUserDataPage since this entire funct...
2006-10-08 Alex Ionescu- Finalize ARC Boot changes:
2006-10-08 Alex Ionescu- Optimize IopApplyRosCdromArcHack by not searching...
2006-10-08 Alex Ionescu- Part 2.5 of ARC Boot changes. Re-factor IoCreateArcNa...
2006-10-08 Thomas BluemelSome header fixes
2006-10-08 Alex Ionescu- Greatly simplify and optimize IoCreateArcNames by...
2006-10-08 Alex Ionescu- Have FreeLDR fill out ARC_DISK_SIGNATURE information...
2006-10-08 Alex Ionescu- Part 2 of ARC boot changes: Major modifications done...
2006-10-08 Aleksey Bragin- Add dumping boot drivers list, remove unneded comment
2006-10-08 Aleksey Bragin- Add simple support functions to be able to use more...
2006-10-08 Alex Ionescu- Whoops, don't call IopReassignSystemRoot twice.
2006-10-08 Alex Ionescu- Part 1 of ARC boot cleanups/changes: Create a valid...
2006-10-08 Alex Ionescu- More re-shuffling of initialization calls, including...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-07 Ged Murphymove the string parsing routine into it's own function...
2006-10-07 Ged Murphytesting ros-diffs
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 Wittich-removed unused var
2006-10-04 Aleksey Bragin- Add most needed memory-manipulating functions. Some...
2006-10-04 Christoph von Wittich-support debugging of control panel applets
2006-10-04 Christoph von Wittich-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
next