reactos.git
2006-11-05 Magnus Olsen1. Fixed some vc warings and fault
2006-11-05 Peter Ward- Added missing variable for the SMP build, noticed...
2006-11-05 Johannes Anderwald- read lines into a vector of string lines
2006-11-05 Alex Ionescu- Add hal.h from TinyKRNL containing internal definitio...
2006-11-05 Alex Ionescu- disk.sys: Don't fail IOCTL_GET_PARTITION_INFO for...
2006-11-05 Alex Ionescu- Simplify LPC Message allocation with an LpcpAllocateF...
2006-11-05 Alex Ionescu- Fix boot.
2006-10-30 James TaborPart of the Win32k User32 Compatibility Project.
2006-10-30 Alex Ionescu- In my fear of accidentally comitting NTLPC = 1, I...
2006-10-30 Alex Ionescu- Properly initialize the Port Message header in NTDLL...
2006-10-30 Alex Ionescu- Use Emanuelle's design for SMSS's LPC Code in CSRSS...
2006-10-30 Alex Ionescu- Fix incorrect parameter shuffle in NtAcceptConnectPor...
2006-10-30 Alex Ionescu- Add support for mapping the client section in NtAccep...
2006-10-30 Alex Ionescu- Fix parameter checks in NtAcceptConnectPort.
2006-10-30 Alex Ionescu- Add support for secure LPC. However, we always return...
2006-10-30 Alex Ionescu- Add support for Client/RemoteView in NtSecureConnectP...
2006-10-30 Alex Ionescu- Add correct calls to NtAcceptConnectPort if NTLPC...
2006-10-30 Alex Ionescu- Implement NtRequestWaitReplyPort. This is a simple...
2006-10-30 Alex Ionescu- Implement NtSecureConnectPort so that clients can...
2006-10-30 Alex Ionescu- Implement NtCompleteConnectPort. SMSS can now complet...
2006-10-30 Alex Ionescu- Implement NtAcceptConnectPort. This is a naive implem...
2006-10-30 Alex Ionescu- Implement NtReplyWaitReceivePortEx (And LpcpSave...
2006-10-30 Alex Ionescu- Implement NtListenPort as a wrapper around NtReplyWai...
2006-10-30 Alex Ionescu- Implement LpcpCreatePort (And LpcpInitializePortQueue...
2006-10-30 Alex Ionescu- Add lpc\ntlpc directory when NTLPC = 1.
2006-10-30 Alex Ionescu- Implement the rest of Hard Error support.
2006-10-30 Alex Ionescu- SMSS: Send QOS structure when creating new ports...
2006-10-30 Johannes Anderwald- zero complete buffer
2006-10-30 Christoph von... -force include of warning.h from WDK
2006-10-30 Johannes Anderwald- use ReactOS_Debug as a default os when DBG && unatten...
2006-10-30 Thomas BluemelImplement GetTickCount64
2006-10-26 Christoph von... now it is possible to build bootcd and bootcdregtest...
2006-10-26 Alex Ionescu- Make CSRSS register the default hard error port on...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-25 Martin Fuchsadd build script
2006-10-25 Martin Fuchsadded GCC compatible chinese resource file translation...
2006-10-25 Martin Fuchsrename explorer-cn.rc to explorer-cn-msvc.rc (MSVC...
2006-10-25 Christoph von... fix some issues when reading from a named pipe
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-25 Alex Ionescu- Implement more of the Ke386 ASM macros for MSVC.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-25 Christoph von... -debug info can now be read from a pipe
2006-10-25 Christoph von... use TCHAR instead of WCHAR
2006-10-25 Christoph von... fix SYSREG_CHECKPOINT:USETUP_COMPLETE
2006-10-25 James TaborCommit tmp patch by dralnix, fixes Rev 24626 Breaks...
2006-10-24 Johannes Anderwald- add an checkpoint for the system regression tool
2006-10-24 Christoph von... -added -l parameter to list all available tests
2006-10-24 Johannes Anderwald- fix string define mess
2006-10-24 Johannes Anderwald- set svn:eol-style properties
2006-10-24 Johannes Anderwald- fix typo in config file
2006-10-23 Alex Ionescu- Optimize PsGetCurrentProcess as well.
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-23 Alex Ionescu- Fix/add some remaining prototypes.
2006-10-23 Alex Ionescu- Add some missing definitions to our NTIFS.h.
2006-10-23 Alex Ionescu- Add NtApphelpCacheControl, NtFilterToken (WARNING...
2006-10-23 Alex Ionescu- Implement NtSetEventBoostPriority, NtGetCurrentProces...
2006-10-23 Alex Ionescu- Should fix the build.
2006-10-23 Alex Ionescu- Add NtGetWriteWatch, NtResetWriteWatch.
2006-10-23 Alex Ionescu- Add NtCreateKeyedEvent, NtOpenKeyedEvent, NtReleaseKe...
2006-10-23 Alex Ionescu- Add NtEnumerateSystemEnvironmentValuesEx, NtQuerySyst...
2006-10-23 Alex Ionescu- Add NtGetDevicePowerState, NtIsSystemResumeAutomatic...
2006-10-23 Alex Ionescu- Add NtAllocateUserPhysicalPages, NtMapUserPhysicalPAg...
2006-10-23 Alex Ionescu- Add NtCompactKeys, NtcompressKey, NtLoadKeyEx, NtLock...
2006-10-23 Alex Ionescu- Define EFI_DRIVER_ENTRY.
2006-10-23 Alex Ionescu- Add NtAccessCheckAndAuditAlarm, NtAccessCheckByType...
2006-10-23 Magnus Olsenrewrite D3DParseUnknownCommand to use switch case instead
2006-10-23 Johannes Anderwald- revert 24623
2006-10-23 Johannes Anderwald- really fix build
2006-10-23 Johannes Anderwald- fix build
2006-10-23 Alex Ionescu- Fix another build break... sorry for the SVN Server...
2006-10-23 Alex Ionescu- Fix some EFI prototypes and exports.
2006-10-23 Alex Ionescu- Implement DbgUiConvertStateChangeStructure. Win32...
2006-10-22 Alex Ionescu- Implement WaitForDebugEvent. Calls out to DbgUiConver...
2006-10-22 Alex Ionescu- Define DBGSS_THREAD_DATA and DbgSsGet/SetThreadData...
2006-10-22 Hervé PoussineauFix compilation in release mode
2006-10-22 Alex Ionescu- Stub DbgUiConvertStateChangeStructure (this isn't...
2006-10-22 Alex Ionescu- Implement helper routine DbgkpSectionToFileHandle...
2006-10-22 Alex Ionescu- Implement KeThawAllThreads based on KeFreezeAllThreads.
2006-10-22 Ged Murphyupdate comctl32 to Wine 0.9.23
2006-10-22 Alex Ionescu- Fix KeFreezeAllThreads prototype and define it in...
2006-10-22 The Wine SynchronizerAutosyncing with Wine HEAD
2006-10-22 Alex Ionescu- Implement DbgkPostFakeModuleMessages.
2006-10-22 Alex Ionescu- Add one of the basic OBJECT_ATTRIBUTES flags and...
2006-10-22 Johannes Anderwald- set breakpoint before FreeConsole to have a bigger...
2006-10-22 Johannes Anderwald- add an checkpoint for the system regression tool
2006-10-22 Johannes Anderwald- implement FormatPartition settings
2006-10-22 Johannes Anderwald- add auto-format partition setting to unattend setup
2006-10-22 Hervé PoussineauRemove multiple definition warning
2006-10-22 Johannes Anderwald- implemented ROSBOOT_CHECKPOINT
2006-10-22 Magnus Olsenshould have read msdn one more time for D3DParseUnknown...
2006-10-22 Magnus Olsenfull implement of D3DParseUnknownCommand + 1 undocument...
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-10-22 Magnus Olsencorrect D3DHAL_DP2OPERATION struct
2006-10-22 Magnus Olsenreturn code scanner for D3DParseUnknownCommand to figou...
2006-10-21 Alex Ionescu- Implement DbgkpQueueMessage. This is the main bi...
2006-10-21 Johannes Anderwald- quit sysreg when checkpoint USETUP_COMPLETED is reached
2006-10-21 Johannes Anderwald- add an option to store emulators pidfile in txt
2006-10-21 Thomas BluemelRemove the no longer used kjs library
2006-10-21 Johannes Anderwald- set svn-eol:style property
2006-10-21 Johannes Anderwald- provide a sample configuration file
next