2005-09-07 |
Hartmut Birr | Fixed the definition of RtlUnicodeStringToCountedOemSize...
|
commit | commitdiff | tree |
2005-09-05 |
Hartmut Birr | Revert my last commit.
|
commit | commitdiff | tree |
2005-09-05 |
Hartmut Birr | - Copy the map registers to the buffer only, if they...
|
commit | commitdiff | tree |
2005-09-03 |
Hartmut Birr | Fixed the return value in KeRundownQueue if the queue...
|
commit | commitdiff | tree |
2005-09-03 |
Hartmut Birr | Set the ownership before locking the bitmap in EngCreateDevi...
|
commit | commitdiff | tree |
2005-08-30 |
Hartmut Birr | Print the exception code and the faulting address,...
|
commit | commitdiff | tree |
2005-08-30 |
Hartmut Birr | Invoke always our own exception handler if the exception...
|
commit | commitdiff | tree |
2005-08-30 |
Hartmut Birr | Don't interpret SIG_DFL and SIG_IGN as real handler...
|
commit | commitdiff | tree |
2005-08-28 |
Hartmut Birr | - Allocate the csrss request buffer from heap if the...
|
commit | commitdiff | tree |
2005-08-28 |
Hartmut Birr | Allocated the message reply buffer according to the...
|
commit | commitdiff | tree |
2005-08-26 |
Hartmut Birr | - Moved all members with variable length in CSRSS_XXX...
|
commit | commitdiff | tree |
2005-08-26 |
Hartmut Birr | Call the correct user mode dispatch function in KiDispatchEx...
|
commit | commitdiff | tree |
2005-08-25 |
Hartmut Birr | Fixed a bug in RtlLeaveCriticalSection. We have only...
|
commit | commitdiff | tree |
2005-08-23 |
Hartmut Birr | ReturnRecognizedPartitions in HalIoReadPartitionTable...
|
commit | commitdiff | tree |
2005-08-23 |
Hartmut Birr | Fixed the calculation of the boot disk number in i386DiskGet...
|
commit | commitdiff | tree |
2005-08-18 |
Hartmut Birr | Fixed the directory index for FATX in FATXAddEntry.
|
commit | commitdiff | tree |
2005-08-17 |
Hartmut Birr | Load the symbols from ntoskrn.exe from the boot cd...
|
commit | commitdiff | tree |
2005-08-16 |
Hartmut Birr | - Fixed the offset calculation in MmWritePagePhysicalAddress...
|
commit | commitdiff | tree |
2005-08-16 |
Hartmut Birr | If we delete a page table, we have also to clear the...
|
commit | commitdiff | tree |
2005-08-15 |
Hartmut Birr | Fixed a terminating NULL in IoRegisterDeviceInterface.
|
commit | commitdiff | tree |
2005-08-12 |
Hartmut Birr | Fixed _WINBASE_/_WINBASE_H
|
commit | commitdiff | tree |
2005-08-12 |
Hartmut Birr | Set the process exit status.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Fixed compilation.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Replaced _WINBASE_ by _WINBASE_H because some headers...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Moved the pragma to the correct position.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Use GetLocalTime instead of GetSystemTime.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Don't query on batch files.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Clear the memory after we know that the buffer was...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | - Implemented MEMORY_AREA_PEB_OR_TEB and MEMORY_AREA_PAGED_P...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | - Removed the hole pool allocation, because it needs...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Fixed a debug message.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Reenabled a debug message.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Implemented (copied from NdisAllocatePacketPool) NdisAllocat...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Initialized the cnt value of the file structure.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Defined DbgPrint.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Fixed the loading of the global flag.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | - Open the BaseNamedObjects directory case insensitive.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Honour the inheritance of a handle if it would be duplicated...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Call the registered exit functions if the dll is unloaded.
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Fixed some problems if special parameters are delivered...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Implemented IRP_MJ_QUERY_VOLUME_INFORMATION/FileFsDeviceInfo...
|
commit | commitdiff | tree |
2005-08-11 |
Hartmut Birr | Reimplemented FindFirstFileEx and removed some overhead.
|
commit | commitdiff | tree |
2005-08-10 |
Hartmut Birr | Fixed the base detection in RtlUnicodeStringToInteger...
|
commit | commitdiff | tree |
2005-08-10 |
Hartmut Birr | Fixed the base detection in RtlUnicodeStringToInteger.
|
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | Silence a debug message.
|
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | If the file object is for a device, we must gather...
|
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | Update KeActiveProcessors if an application processor...
|
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | - Don't try to close the thread handle twice.
|
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | - Don't try to free the returned buffer from getenv.
|
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | Don't use the required access rights for the object...
|
commit | commitdiff | tree |
2005-08-08 |
Hartmut Birr | Fixed the load count in LdrpDetachProcess. That made...
|
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | Allocate the map registers according to the dma controllers...
|
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | - Changed MmGetContinuousPages from using an alignment...
|
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | Fixed the comment from my last commit.
|
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | - Removed the exclusive deletion because '-' is a valid...
|
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | Allocated a converting buffer for WideCharToMultiByte...
|
commit | commitdiff | tree |
2005-08-06 |
Hartmut Birr | Don't try to acquire the mutex, if the mutex already...
|
commit | commitdiff | tree |
2005-08-01 |
Hartmut Birr | Used MmFreeVirtualMemory in MmDeleteTeb because MmFreeMemory...
|
commit | commitdiff | tree |
2005-07-31 |
Hartmut Birr | - Changed BasepConvertUnicodeEnvironment to obtain...
|
commit | commitdiff | tree |
2005-07-31 |
Hartmut Birr | Don't use INVALID_HANDLE_VALUE as HANDLE_DETACH_PROCESS.
|
commit | commitdiff | tree |
2005-07-31 |
Hartmut Birr | - Implemented CsrDuplicateHandleTable.
|
commit | commitdiff | tree |
2005-07-31 |
Hartmut Birr | Fixed a typo.
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | If a mutex already exist, open it instead of create.
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | Initialized Basep8BitStringToUnicodeString
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | Check if the cpu supports the pae mode.
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | Made cmd unicode compatible.
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | Use FileGetString instead of ReadFile, because ReadFile...
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | Put FindClose onto the correct position.
|
commit | commitdiff | tree |
2005-07-30 |
Hartmut Birr | Reverted back to 16420, because it contains too many...
|
commit | commitdiff | tree |
2005-07-29 |
Hartmut Birr | - Copy all data in FindFirstFileA.
|
commit | commitdiff | tree |
2005-07-29 |
Hartmut Birr | Fixed some bugs in CreateProcessA which was introduced...
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | reverted last change
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | Lock the handle table if we trying to get a pointer...
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | Used IoQueryFileInformation and IoSetInformation instead...
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | Silence debug messages.
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | - Remove the permanent flag from an object if ObInserObject...
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | Acquire always the apc lock if we are modifying the...
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | - Forgot one change to KeAcquireSpinLockAtDpcLevel.
|
commit | commitdiff | tree |
2005-07-26 |
Hartmut Birr | - Fixed the broken implementation of KeFlushQueueApc.
|
commit | commitdiff | tree |
2005-07-24 |
Hartmut Birr | - Removed R_EXTRA_STACK because R_EXTRA_STACK and R_STACK...
|
commit | commitdiff | tree |
2005-07-24 |
Hartmut Birr | Fixed the memory allocation in EngCreateEvent.
|
commit | commitdiff | tree |
2005-07-23 |
Hartmut Birr | Fixed an uninitialized variable error.
|
commit | commitdiff | tree |
2005-07-23 |
Hartmut Birr | Fixed an uninitialized variable error.
|
commit | commitdiff | tree |
2005-07-23 |
Hartmut Birr | Split the page fault handler from the trap handler.
|
commit | commitdiff | tree |
2005-07-23 |
Hartmut Birr | If a page fault occurs in user mode, we must deliver...
|
commit | commitdiff | tree |
2005-07-21 |
Hartmut Birr | Initialized all stack related values.
|
commit | commitdiff | tree |
2005-07-21 |
Hartmut Birr | Set MmUserProbeAddress and MmHighestUserAddress according...
|
commit | commitdiff | tree |
2005-07-18 |
Hartmut Birr | Removed the message also from the senders queue (in...
|
commit | commitdiff | tree |
2005-07-17 |
Hartmut Birr | If the user mode is intercepted by an interrupt, we...
|
commit | commitdiff | tree |
2005-07-17 |
Hartmut Birr | - PsKillMostProcesses must be running in the context...
|
commit | commitdiff | tree |
2005-07-17 |
Hartmut Birr | Request the APC_INTERRUPT for the correct processor...
|
commit | commitdiff | tree |
2005-07-17 |
Hartmut Birr | Initialized SetMember as mask of the current processor.
|
commit | commitdiff | tree |
2005-07-17 |
Hartmut Birr | Changed the type of SetMember within KPRCB structure.
|
commit | commitdiff | tree |
2005-07-17 |
Hartmut Birr | Fixed the determining of the file from the output redirection.
|
commit | commitdiff | tree |
2005-07-16 |
Hartmut Birr | Used the kernel base address from the loader structure...
|
commit | commitdiff | tree |
2005-07-16 |
Hartmut Birr | Replaced KERNEL_BASE by MmSystemRangeStart.
|
commit | commitdiff | tree |
2005-07-16 |
Hartmut Birr | - Fixed the size of the hyperspace area (thanks to...
|
commit | commitdiff | tree |
2005-07-15 |
Hartmut Birr | Revert my last commit (r16578).
|
commit | commitdiff | tree |
2005-07-15 |
Hartmut Birr | Fixed a test condition in IntWaitMessage.
|
commit | commitdiff | tree |
2005-07-15 |
Hartmut Birr | Returned STATUS_NOT_IMPLEMENTED for requests other...
|
commit | commitdiff | tree |
next |