Don't stop the search after the first driver found. Next ones may be better
[reactos.git] / reactos / ntoskrnl /
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-29 Alex Ionescu- Object Manager Fixes (2 of 3):
2006-05-29 Alex Ionescu- Object Manager Improvement Patch 1/3:
2006-05-28 Alex Ionescu- Add SecurityQoS and PreviousMode parameters to ObFind...
2006-05-27 Aleksey BraginFix an incorrect HalBeginSystemInterrupt() prototype
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-25 Alex Ionescu- Remove ROS-internal object macros and use the public...
2006-05-25 Alex Ionescu- Convert all Win32k Object callback functions to the...
2006-05-25 Alex Ionescu- Rewrite Desktop/WindowsStation parsing to follow...
2006-05-25 Alex Ionescu- Fix ObReferenceObjectByName and ObOpenObjectByName...
2006-05-25 Alex Ionescu- Get rid of OB_ROS_PARSE_METHOD and use OB_PARSE_METHO...
2006-05-24 Alex Ionescu- Cleanup profiling and debugging code, add function...
2006-05-24 James Taborsvn propset svn:eol-style native foo.py
2006-05-24 Alex Ionescu- Reorganize most of /ob so that functions inside each...
2006-05-24 Alex Ionescu- Wipe out PROS_OBJECT_HEADER and use OBJECT_HEADER...
2006-05-24 Alex Ionescu- Rewrote the Object Directory implementation to follow...
2006-05-24 Magnus OlsenPatch from w3seek: patch to fix a couple of argument...
2006-05-24 Alex Ionescu- Move all object directory stuff in dirobj.c and imple...
2006-05-24 Alex Ionescu- Thomas Weidenmueller (w3seek@reactos.org)
2006-05-24 Alex Ionescu- Fix Symbolic Link implementation:
2006-05-24 Alex Ionescu- SymTest: The Symbolic Link kernel implementation...
2006-05-23 Alex Ionescu- Cleanup the formatting, code and function headers...
2006-05-23 Aleksey Bragin- Thomas Weidenmuller: Fix calculating the string offset.
2006-05-20 Aleksey Bragin[AUDIT]
2006-05-19 Magnus Olsenpatch from w3seek make the kdbg build again
2006-05-19 Alex Ionescu- Use the proper HANDLE_TABLE and HANDLE_TABLE_ENTRY...
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-18 Alex Ionescu- Use the Spare0 array, present in EPROCESS instead...
2006-05-18 Aleksey Bragin[AUDIT]
2006-05-18 Aleksey Bragin[AUDIT]
2006-05-17 Aleksey Bragin[AUDIT]
2006-05-16 Alex Ionescu- Check the Image Config Data in MmCreatePeb for addres...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-05-09 Magnus Olsencorrect the ntoskrnl to the new LARGE_MCB strucrt
2006-05-09 James TaborI fixed a mistake?
2006-05-08 Magnus OlsenFsRtlNumberOfRunsInLargeMcb compare jankratochvil...
2006-05-05 Andrew Munger"More efficient" IsPowerOf2 from Myria (myriachan at...
2006-04-23 Magnus Olsenpatch from w3seek : create smss with a current director...
2006-04-16 Magnus Olsenaudlt lock
2006-04-16 Magnus Olsenkjk_hyperion : "Breaking auditing lock for a temporary...
2006-04-10 Magnus Olsensee fireball last commit msg about this file, patch...
2006-04-09 Aleksey Bragin- Bugzilla Bug 1340: fix of an incorrect RtlCompareMemo...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-02-19 Art YerkesLast one. Remove redundant (and empty) struct and...
2006-02-18 Maarten Bosmafix the build
2006-02-17 Maarten BosmaReally fix the build, but make bootcd does not work...
2006-02-17 Maarten BosmaInclude media and ntoskrnl
2006-01-22 Thomas Bluemelvalidate the ACLs and SIDs after capturing them in...
2006-01-22 Thomas Bluemelreturn the result in NtPrivilegeCheck
2006-01-22 Thomas Bluemel- secure access to buffers in NtPrivilegeCheck()
2006-01-22 Thomas Bluemeladd SEH to NtW32Call and directly use KeUserModeCallbac...
2006-01-21 Thomas Bluemeldon't read the image file name from the Peb in NtQueryI...
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-17 Alex Ionescu- Use MmUserProbeAddress in the system call handler...
2006-01-17 Alex Ionescu* Implement 3 out of 4 486-compatible ExInterlocked...
2006-01-17 Alex Ionescu- Delete deprecated file.
2006-01-17 Alex Ionescu- Use static IDT entries generated through a macro...
2006-01-17 Alex Ionescu- Move some assembly functions around in better suited...
2006-01-17 Alex Ionescu- Implement SYSCALL_PROLOG for the main handler and...
2006-01-17 Alex Ionescu- Implement first version of trap exit macro. Currently...
2006-01-17 Alex Ionescu* Add more documented flags from ks386.inc to asm.h
2006-01-17 Thomas Bluemelsome fixes in NtReadFile and NtWrite file for (a)synchr...
2006-01-17 Alex Ionescu* Add more PSDK defintions to asm.h
2006-01-17 Alex Ionescu* Use macro for APC-delivery.
2006-01-16 Alex Ionescu- Fix a build issue.
2006-01-16 Alex Ionescu* Increase total system call count in KPCR for performa...
2006-01-16 Alex Ionescu- Write the first of 3 shared trap prolog macros. Does...
2006-01-16 Gé van GeldorpFix build for binutils 2.15.90
2006-01-16 Alex Ionescu- Fix another V86 Mode exit bug which could cause non...
2006-01-16 Alex Ionescu- Fix a bad bug in the system call handler and interrup...
2006-01-16 Alex Ionescu- Merge breakpoint.S and tblfush.S into cpu.S
2006-01-16 Alex IonescuDo set ESP0, but after we save the old value for the...
2006-01-16 Alex IonescuDisable correct usage of ESP0 since it seems the V86...
2006-01-16 Alex Ionescu- Fix some nasty context switch bugs:
2006-01-15 Alex Ionescu- Don't bother with clearing the DRs in the CONTEXT...
2006-01-15 Alex Ionescu- Use old-style NPX state when creating the thread...
2006-01-15 Hartmut Birr- Allocated the initial stacks page aligned.
2006-01-15 Hartmut BirrFixed the stack for the first thread.
2006-01-15 Hartmut BirrFix the smp build.
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2006-01-15 Hartmut BirrFixed the initialisation of the feature bits.
2006-01-15 Hartmut BirrLower the irql on exit in KeInsertQueueDpc.
2006-01-15 Hartmut BirrFix the check for an empty list.
2006-01-15 Hartmut BirrBochs debug output is only a simple print routine and...
2006-01-14 Thomas Bluemelremove debug information I forgot to remove
2006-01-14 Thomas Bluemelmake the initial kernel_stack large enough to have...
2006-01-14 Thomas Bluemelfixed SeSetWorldSecurityDescriptor() so it creates...
2006-01-14 Alex Ionescu- Fix flaw in win32k hardware message queue which used...
2006-01-13 Alex Ionescu- Fix one more leak when converting from non-gui to...
2006-01-13 Alex Ionescu- Properly create, grow and delete the kernel stack...
2006-01-13 Alex IonescuAcquire dispatcher lock if we're going to be expanding...
2006-01-13 Alex IonescuFix typos
2006-01-13 Alex IonescuFix boost loop
2006-01-12 Alex IonescuSet KernelApcPending == TRUE in KiCheckForKernelApcDeli...
2006-01-12 Alex Ionescu Temporarly disable a correct bugcheck in order to...
2006-01-12 Alex IonescuDon't release dispatcher lock in ExpBoostThread, we...
2006-01-12 Alex IonescuTemporaily disable kernel stack deletion so head is...
2006-01-12 Alex Ionescu- Add the ktrap_frame hack back because it's still...
2006-01-12 Alex Ionescu- Remove deprecated file.
next