Split the page fault handler from the trap handler.
[reactos.git] / reactos /
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-23 Thomas Bluemelexport LsaLookupSids which is required by aclui.dll
2005-07-23 Thomas Bluemelregedit should be installed in %SystemRoot% directly
2005-07-23 Hartmut BirrIf a page fault occurs in user mode, we must deliver...
2005-07-22 Magnus Olsenlast mins bug fix frirc nick jjkola, Jyrki Jaakkola...
2005-07-22 Magnus Olsenirc nick jjkola, Jyrki Jaakkola <jjkola@email.com...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-22 Thomas Bluemeldeclare RtlDuplicateUnicodeString
2005-07-22 Thomas Bluemelallocate LogFileName and HiveFileName from paged pool
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-22 Thomas Bluemelprobe the pointers in _MmCopyFromCaller and _MmCopyToCa...
2005-07-22 Steven Edwardssome fixes for the host gcc4 on FC4
2005-07-22 Eric KohlForgot to commit this file.
2005-07-22 James TaborUpdate and implement UnrealizeObject.
2005-07-21 Eric KohlMake IoGetDeviceObjectFromDeviceInstance work without...
2005-07-21 Eric KohlAdd parameter checks.
2005-07-21 Hartmut BirrInitialized all stack related values.
2005-07-21 Maarten BosmaCreated the d3d8thk makefile and a internal header...
2005-07-21 Magnus Olsenfix bug in date if the input arg are not right dateform...
2005-07-21 Magnus Olsenfix a small bug, write out time like HH:MM:SS,ms as...
2005-07-21 Hartmut BirrSet MmUserProbeAddress and MmHighestUserAddress accordi...
2005-07-21 Magnus OlsenFix copy /B filename + , , bug (touch)...
2005-07-21 Magnus OlsenUpdate with right reactos logo by mf
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
2005-07-21 Magnus Olsenadd touch to copy by Brandon Turner
2005-07-21 Alex Ionescu- Freetype Update to 2.1.10. Reduces memory usage,...
2005-07-21 Alex Ionescu - Fix "cd" usage when the initial directory is a direc...
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-20 Thomas Bluemelfixed kdbg build
2005-07-20 Magnus Olsenfix more cmd goto bugs. found labels bugs, and search...
2005-07-20 Magnus Olsenfix another bug in goto it is internel label :eof jump...
2005-07-20 Magnus Olsenfix one bug with cmd goto so WBAT will work bit more...
2005-07-20 Alex Ionescu - Final fix.
2005-07-20 Alex Ionescu - Fix one more breakage (funny, the thing built withou...
2005-07-20 Alex Ionescu - Fix afd build for real (sorry...rbuild...)
2005-07-20 Alex Ionescu - Fix AFD Build.
2005-07-20 Alex IonescuFix build; sorry, I was waiting for Filip.
2005-07-20 Filip NavaraBuild fixes.
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-20 Alex Ionescu Dmitry Philippov <shedon@mail.ru>:
2005-07-20 Alex Ionescu- Move rosdhcp_public.h to dhcp library include directory.
2005-07-20 Alex Ionescu - Deleted ddk folder
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-20 Alex Ionescu - Build cdfs, ntfs, vfatfs with PCH
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-19 Magnus Olsenfixing bug copy file c: by Brandon Turner
2005-07-19 Magnus OlsenMake CMD rember startpath when you change from start...
2005-07-19 Magnus OlsenFix some pipe and revirt one erly change as harumt...
2005-07-19 Magnus Olsenadd ConErrMessage to deal with error msg and ConOutMess...
2005-07-19 Alex Ionescu- 4th out of 5 patch part of ROSRTL removal. This touch...
2005-07-19 Alex Ionescu - Update ASM header file with more offsets.
2005-07-19 Alex Ionescu - Fix LDR_DATA_TABLE_ENTRY definition.
2005-07-19 Casper HornstrupGenerate RPC interface headers in intermediate directory
2005-07-19 Magnus OlsenFix all bugs in cmd commands cd, make it rember the...
2005-07-19 Eric Kohl- Implement CM_Get_Depth[_Ex] and CM_Get_DevNode_Status...
2005-07-19 Aleksey Braginusb stack "upgrade", fixes issues with timing, host...
2005-07-19 Aleksey Braginusbcore "upgrade", fixes issues with timing, host contr...
2005-07-19 Aleksey BraginImplemented needed DMA functions (pool alloc/free,...
2005-07-19 James TaborImplement GdiGetCharDimensions by Robert Shearman rob...
2005-07-19 James TaborFixup UnrealizeObject so it can return the correct...
2005-07-19 Magnus OlsenCd does rember the cd c:\gcc and you can do c:
2005-07-19 Magnus Olsenmake GetRootPath bit smarter
2005-07-18 Magnus Olsenmake GetRootPath bit faster if it does not get a drive...
2005-07-18 Magnus Olsenadd a new interal function call GetRootPath(TCHAR ...
2005-07-18 Alex Ionescu - Fix nasty APC delivery bug (in case a Kernel-Mode...
2005-07-18 Hartmut BirrRemoved the message also from the senders queue (in...
2005-07-18 Hervé PoussineauForward more exports to setupapi.dll
2005-07-18 Hervé PoussineauMove serial ports and mice classes parameters to their...
2005-07-18 Hervé PoussineauImplement SetupDiGetDeviceRegistryPropertyA/W
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-17 Thomas Bluemelfixed signed/unsigned comparison warning
2005-07-17 Hartmut BirrIf the user mode is intercepted by an interrupt, we...
2005-07-17 Hartmut Birr- PsKillMostProcesses must be running in the context...
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
2005-07-17 Hartmut BirrInitialized SetMember as mask of the current processor.
2005-07-17 Hartmut BirrChanged the type of SetMember within KPRCB structure.
2005-07-17 Hervé PoussineauImplement SetupDiGetDeviceInterfaceDetailA/W
2005-07-17 Casper HornstrupClean referenced object libraries when cleaning a module
2005-07-17 Hervé PoussineauReturn CR_FAILURE when the function is not implemented
2005-07-17 Hervé PoussineauAdd registry key for PNP root device
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-17 Filip NavaraDPC stands for Deferred Procedure Call.
2005-07-17 Casper HornstrupAdd missing directory tag
2005-07-17 Casper HornstrupPrepare cmd for testing
2005-07-17 Martin Fuchsadd explorer-ro.rc
2005-07-17 Casper HornstrupFix building of tests
2005-07-17 Eric Kohl- Implement CM_Locate_DevNode_ExW, CM_Get_Device_ID_Siz...
2005-07-17 Hartmut BirrFixed the determining of the file from the output redir...
2005-07-17 Magnus Olsen/D /Z are implement in ros cmd copy by BrandonTurner...
2005-07-16 Magnus Olsenadd CopyFileEx flags #define COPY_FILE_ALLOW_DECRYPTED_...
2005-07-16 Eric Kohl- For bugs for in-string parameters.
2005-07-16 Hartmut BirrUsed the kernel base address from the loader structure...
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-16 Magnus Olsencrop mf logo to 30x280 and it showing right rember...
2005-07-16 Jens CollinGetMenuStringA and GetMenuStringW inverted the MF_BYPOS...
2005-07-16 Hartmut Birr- Fixed the size of the hyperspace area (thanks to...
2005-07-15 Magnus Olsenpart1 of move bug from a volume to another have been...
2005-07-15 Magnus OlsenI should not write code when it is hot outside
2005-07-15 Magnus Olsenin cress COPYCMD param search speed before w3seek does it
next