- Add a null-check to the IopLoadServiceModule.
[reactos.git] / reactos /
2006-11-19 Aleksey Bragin- Add a null-check to the IopLoadServiceModule.
2006-11-19 Magnus Olsen- Change movw $0x0000,%ax to xorw %ax,%ax (because...
2006-11-17 Alex Ionescu- Add kdcom driver. It contains the exact same function...
2006-11-17 Alex Ionescu- Fix some more MSVC problems.
2006-11-17 Alex Ionescu- MSVC VCPROJ Maker:
2006-11-16 Hervé PoussineauFix HAL compilation
2006-11-16 Ged Murphy- Add test code for adjusting the brightness of an...
2006-11-16 Alex Ionescu- Reorganize HAL exports and export KeTRyToAcquireQueue...
2006-11-16 Aleksey BraginUse Uint32x32To64() function instead of ULONG * ULONG...
2006-11-16 Alex Ionescu- Purposefully add 6 debug prints to RtlpGetRegistryHan...
2006-11-16 Alex Ionescu- Remove internal HAL function from ntifs
2006-11-15 Thomas BluemelFix some compilation errors
2006-11-15 Aleksey BraginProperly use the second param.
2006-11-15 Aleksey BraginFix build by:
2006-11-15 Alex Ionescu- Export ExiTryToAcquireFastMutex from ntoskrnl, I...
2006-11-14 Ged Murphy- split the main header file into seperate files as...
2006-11-14 Alex Ionescu- Build fixes.
2006-11-14 Alex Ionescu- Delete HAL cruft files.
2006-11-14 Hervé PoussineauDon't force screensaver file names to have at least...
2006-11-14 Alex Ionescu- Implement HalSystemVectorDispatchEntry, KeFlushWriteB...
2006-11-14 Johannes Anderwald- print debug logs on stdout
2006-11-14 Johannes Anderwald- dump reached checkpoints when an BSOD is detected
2006-11-14 Johannes Anderwald- update testboot script
2006-11-14 Magnus Olsenfixing Usurp bug repot in irc channel, if a screensaver...
2006-11-14 Johannes Anderwald- ignore failure if dir already exists
2006-11-14 Johannes Anderwald- update svn properties
2006-11-14 Johannes Anderwald- implement target sysregtest which compiles all requir...
2006-11-13 The Wine SynchronizerAutosyncing with Wine HEAD
2006-11-13 The Wine SynchronizerAutosyncing with Wine HEAD
2006-11-13 Aleksey BraginDmitry G. Gorbachev: After kbd controller init, the...
2006-11-13 Aleksey BraginDelete unneeded files
2006-11-13 Alex Ionescu- Make HalMakeBeep a bit nicer by making the PUCHAR...
2006-11-13 Alex Ionescu- Add some more descriptive comments to HalpReboot...
2006-11-13 Alex Ionescu- Re-implement messy portio.c by using MSVC-compatible...
2006-11-13 Alex Ionescu- Fix a typo in DbgkCreateThread which caused a boot...
2006-11-12 Alex Ionescu- Fix build error.
2006-11-12 Alex Ionescu- FSTUB Patch for Mount Manager Support, Part 1:
2006-11-12 Alex Ionescu- Move out SEH-support routines from ntoskrnl/rtl to...
2006-11-12 Alex Ionescu- Implement IoSetCompletionRoutineEx, which is a safe...
2006-11-12 Alex Ionescu- Argh, another forgotten file. Too many local changes :(
2006-11-12 Alex Ionescu- Apologies, forgot these two files for the Dbgk patch.
2006-11-12 Alex Ionescu- Implement MmAddVerifierThunks, MmIsDriverVerifying...
2006-11-12 Alex Ionescu- Fix flags in DbgkpSectionToFileHandle
2006-11-12 Alex Ionescu- Cleanup fastio.c
2006-11-12 Alex Ionescu- Add CcFastMdlReadWait extern to ntifs.h
2006-11-12 Ged Murphy- fix a bug freeing memory for floating windows.
2006-11-12 Johannes Anderwald- add dbgprint tool as optional tool
2006-11-12 Art YerkesBroaden a lock to prevent a race for completion of...
2006-11-11 Eric KohlFix a typo in the library name. kbdv.dll -> kbddv.dll
2006-11-11 Johannes Anderwald- fix typo, identation, grammar in multiple german...
2006-11-11 Johannes Anderwald- fix text box alignment
2006-11-11 Eric KohlKbdLayerDescriptor is a STDCALL function.
2006-11-11 Johannes Anderwald- use dbgprint tool to output debug messages
2006-11-11 Johannes Anderwald- add a primitive tool to output text via DbgPrint
2006-11-11 Aleksey BraginMake SystemConfigurationDataQueryRoutine() store inform...
2006-11-10 Hervé Poussineau- Set correct flags when calling Nt* functions during...
2006-11-10 Hervé PoussineauMove some files to subdirectories. No code change.
2006-11-10 Johannes Anderwald- add a sample bootchecking script (running after 3rd...
2006-11-10 James TaborSync up PATH_Arc and PATH_Ellipse with Wine.
2006-11-10 Johannes Anderwald- add documentation for GuiRunOnce
2006-11-10 Johannes Anderwald- implement a GuiRunOnce section for unatttended setup
2006-11-09 Ged MurphyThe one that got away...
2006-11-09 Ged Murphy- add some font data to the combo boxes
2006-11-09 Ged Murphydon't force usage of warning.h as it breaks building...
2006-11-09 Saveliy TretiakovFor windows with WS_EX_DLGMODALFRAME sysmenu can be...
2006-11-09 Hervé PoussineauCorrectly clear DO_DEVICE_INITIALIZING flag
2006-11-09 Johannes Anderwald- revert part of 24701 as requested on ml
2006-11-09 James TaborIncremental changes, adding new Create and Delete DC...
2006-11-08 Ged Murphy- create a pretty combobox custom control which resembl...
2006-11-08 Ged Murphy- fix drawing on the memory device to be the same as...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-11-07 Alex Ionescu- Remove WRITE/READ_REG_XXX functions written in C...
2006-11-07 Johannes Anderwald- this should go to the debug port but not to the screen
2006-11-06 Johannes Anderwald- improve namedpipe_reader parsing of lines code
2006-11-06 Johannes Anderwald- fix a devasting bug (introduced by me)
2006-11-06 Aleksey BraginRevert 24074 by Saveliy Tretiakov until correct fix...
2006-11-05 Christoph von Wittichadded missing copyright information
2006-11-05 Christoph von Wittichimplemented timeout settings on startup and recovery...
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...
next