Use max tracking size instead of maximized size to limit window size.
[reactos.git] / reactos / ntoskrnl /
2005-09-08 Hartmut BirrInitialize the length in the header in LpcSendTerminati...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-08 Alex IonescuDon't duplicate string and ctype functions 2 (or even...
2005-09-08 Alex Ionescu- Move more stuff to /rtl
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-09-06 Gé van GeldorpShut up some debug messages
2005-09-06 Alex Ionescu- Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZz...
2005-09-05 Gé van GeldorpFix compilation when ENABLE_VALIDATE_POOL is defined
2005-09-05 Gé van GeldorpThe kernel extension is really a EXTENDED_DEVOBJ_EXTENS...
2005-09-05 Hervé PoussineauFix the build. TIB field in KIPCR structure is named...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-09-03 Hartmut BirrFixed the return value in KeRundownQueue if the queue...
2005-09-02 Filip NavaraCheck for Request == NULL.
2005-08-28 Hartmut BirrAllocated the message reply buffer according to the...
2005-08-26 Hartmut BirrCall the correct user mode dispatch function in KiDispa...
2005-08-23 Hartmut BirrReturnRecognizedPartitions in HalIoReadPartitionTable...
2005-08-22 Alex Ionescuuse correct wait mode when checking alertability in...
2005-08-22 Filip NavaraActually break out of the wait loops if we got alerted.
2005-08-22 Thomas Bluemelrename IsKernelPointer to IsPointerOffset
2005-08-22 Thomas Bluemeladded a macro IsKernelPointer() to test whether a point...
2005-08-22 Filip NavaraCleanup IoGetDmaAdapter and use HalGetDmaAdapter instea...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-21 Thomas Bluemeluse inlined probing macros for basic types
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-21 Thomas Bluemeladd macros to probe basic type pointers
2005-08-21 Thomas Bluemelfixed uninitialized variable warning
2005-08-18 Alex IonescuFix boot
2005-08-17 Alex IonescuAdd back MessageData to PQUEUED_MESSAGE. It was acciden...
2005-08-17 Gé van GeldorpSamuel Bronson <naesten@gmail.com>:
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-16 Hartmut Birr- Fixed the offset calculation in MmWritePagePhysicalAd...
2005-08-16 Hartmut BirrIf we delete a page table, we have also to clear the...
2005-08-16 Filip NavaraMake KeFlushQueueApc return a standard cyclic linked...
2005-08-15 Alex Ionescu- Remove the APC from the list and then set it as not...
2005-08-15 Royce Mitchell IIIfix reference counting output to tell us caller's file...
2005-08-15 Hartmut BirrFixed a terminating NULL in IoRegisterDeviceInterface.
2005-08-14 Royce Mitchell IIIWINAPI -> STDCALL, plus fix/expound documentation
2005-08-14 Royce Mitchell IIIimplement DbgPrintEx, vDbgPrintEx, and vDbgPrintExWithP...
2005-08-13 Royce Mitchell IIIBCB tracing implementation
2005-08-13 Royce Mitchell IIIvariable to enable per-BCB debugging
2005-08-12 Hartmut BirrSet the process exit status.
2005-08-11 Hartmut BirrFixed compilation.
2005-08-11 Hartmut BirrClear the memory after we know that the buffer was...
2005-08-11 Hartmut Birr- Implemented MEMORY_AREA_PEB_OR_TEB and MEMORY_AREA_PA...
2005-08-11 Hartmut Birr- Removed the hole pool allocation, because it needs...
2005-08-11 Hartmut BirrFixed a debug message.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Royce Mitchell IIIinitialize StringBuffer to NULL, as some code paths...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-10 Aleksey BraginFixed a typo. According to the url pointed out by Royce...
2005-08-09 Hartmut BirrSilence a debug message.
2005-08-09 Hartmut BirrIf the file object is for a device, we must gather...
2005-08-09 Hartmut BirrUpdate KeActiveProcessors if an application processor...
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-09 Alex IonescuIt is generally considered a bad idea to dereference...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-09 Alex Ionescu- Fix NtSuspendThread: correct PreviousMode check,...
2005-08-09 Alex Ionescu- Fix a large amount of bugs in ObpAllocateObjectAttrib...
2005-08-09 Alex Ionescu- Send the pointer to the handle, not the NULL handle...
2005-08-09 Alex Ionescu- Use the actual previous mode (spotted by Thomas)
2005-08-09 Alex Ionescu- Fix broken loop, this fixes the WINE thread wait...
2005-08-08 Thomas Bluemelrevert my last changes back to Alex's version of ObpCap...
2005-08-08 Thomas Bluemeldon't dereference a NULL pointer
2005-08-08 Thomas Bluemelremove a bugcheck that was only used for debug purpose
2005-08-08 Thomas Bluemel- reverted ObpCaptureObjectAttributes back to my old...
2005-08-08 Thomas Bluemelenter a critical region before looking up a CID handle
2005-08-08 Thomas Bluemeldelete no longer used file
2005-08-08 Thomas Bluemelunlock the CID in PsLookupProcessByProcessId, PsLookupP...
2005-08-07 Thomas Bluemeldirectly translate handles to indexes in ex/handle.c
2005-08-07 Hartmut Birr- Changed MmGetContinuousPages from using an alignment...
2005-08-07 Alex Ionescu- Fix return value.
2005-08-07 Alex Ionescu- Remove cid.c
2005-08-07 Alex Ionescu- Return correct error. Spotted by Thomas.
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-08-07 Thomas Bluemelfixed uninitialized variables warnings
2005-08-07 Alex IonescuFix NtSignalAndwaitForSingleObject: Use SEH when approp...
2005-08-07 Filip Navara- Fix size check in SystemBasicInformation and SystemTi...
2005-08-07 Alex IonescuAnd here goes another test for two unsupported flags.
2005-08-07 Alex IonescuOne more test can't hurt.
2005-08-07 Alex IonescuAdd failure cases for more things then a WINE test...
2005-08-05 Alex Ionescu- FS Devices don't need a device queue, optimize the...
2005-08-05 Alex Ionescu- DeviceExtension should be NULL if the caller didn...
2005-08-05 Filip NavaraRevert change to ExSystemExceptionFilter.
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
2005-08-05 Filip NavaraProtect NtQuerySystemInformation with SEH.
2005-08-05 Alex Ionescu- Protect semaphore release with SEH, since it can...
2005-08-05 Alex Ionescu - Add comments to code and clean it up
2005-08-05 Alex Ionescu- Optimize locking so that the Wake Lock is only entere...
2005-08-05 Alex Ionescu- Makefile change for previous commit.
2005-08-05 Alex Ionescu- Move ExCreateUUID to uuid.c
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-02 Filip NavaraMove #endif one line down to make the source code balanced.
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
next