Branch setupapi (again)
[reactos.git] / reactos / ntoskrnl /
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-12 Casper HornstrupAdd stub GNU makefile
2005-01-25 Gé van GeldorpReplace wcschr. Fixes bug #488.
2005-01-25 Hartmut Birr- Removed slab.c, because this functions are not used.
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-25 Mike NordellFixe use of memory after it had been free'd.
2005-01-25 Alex IonescuFix bug 474. Patch by tinus
2005-01-25 Alex IonescuFix bugs on optimized build, fix RtlpDispatchException...
2005-01-25 Hartmut Birr- Enabled SYSENTER/SYSEXIT for application processors...
2005-01-25 Thomas Bluemelreturn error status in case probing the parameters...
2005-01-24 Thomas Bluemelsome more parameter checks in IoCreateFile()
2005-01-24 Hartmut Birr- Fixed my last commit.
2005-01-24 Hartmut Birr- Interpret STATUS_TIMEOUT as error in PsLockProcess.
2005-01-24 Gé van GeldorpImplement IO_NO_PARAMETER_CHECKING flag
2005-01-24 Gé van GeldorpRollback last change, since we found out that IoCreateF...
2005-01-24 Gé van GeldorpIoCreateFile should be passed kernelmode parameters.
2005-01-24 Thomas Bluemelminor fixes
2005-01-24 Gé van GeldorpNt -> Zw
2005-01-24 Thomas Bluemeldon't copy the entire security descriptor to the stack...
2005-01-23 Thomas Bluemel1. fixed the timer functions to securely access buffers
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Emanuele AlibertiObjectBody->Permanent setting cleaned.
2005-01-23 Gé van GeldorpFix typo
2005-01-23 Thomas Bluemelfixed semaphore functions to securely access buffers...
2005-01-23 Alex IonescuFix svn:ignore problems and remove alignment hacks
2005-01-23 Gé van GeldorpNt -> Zw fixes
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-23 Gé van GeldorpMake gdb stack trace back to usermode work again
2005-01-23 Gé van GeldorpKeep usermode stack 4-byte aligned
2005-01-23 Thomas Bluemelthe system process should be called "System", not ...
2005-01-22 Thomas Bluemeldon't leak resources on failure
2005-01-22 Thomas BluemelRtlCaptureUnicodeString should also check the buffers...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-22 Thomas Bluemelreturn the status code when probing the buffer failed
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Thomas Bluemelfixed the prototype of KePulseEvent() and made NtPulseE...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-22 Alex IonescuFix all remaning alignment errors. Ros is now moderatel...
2005-01-22 Alex IonescuReactOS now boots. More bug fixes needed
2005-01-21 Thomas Bluemelremove double function head of NtCreateEvent()
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-21 Thomas Bluemeldon't probe ObjectAttributes if NULL
2005-01-21 Thomas BluemelNtCreateJobObject() should create the handle instead...
2005-01-21 Thomas BluemelSimplify buffer checks for NtQueryInformation...()...
2005-01-21 Royce Mitchell IIIattribute 'first' of <file> must be 'true' or 'false'
2005-01-21 Gregor AnichFix compiler warning.
2005-01-21 Thomas Bluemelfixed ASSERT statement, thanks to blight for pointing...
2005-01-21 Thomas Bluemelpartial implementation of NtTerminateJobObject()
2005-01-21 Thomas Bluemelimplemented NtOpenJobObject()
2005-01-21 Thomas Bluemelpartial implementation of NtAssignProcessToJobObject...
2005-01-21 Thomas Bluemeladd PoolType parameter to ObpCaptureObjectAttributes...
2005-01-21 Thomas Bluemelfixed ObpCaptureObjectAttributes() so it doesn't copy...
2005-01-21 Thomas Bluemelfixed usage of uninitialized variable
2005-01-21 Thomas Bluemeladded helper functions ObpCaptureObjectAttributes(...
2005-01-21 Thomas BluemelSeCaptureSecurityDescriptor() should only copy SIDs...
2005-01-21 Thomas BluemelSeCaptureSecurityDescriptor() should take PoolType...
2005-01-21 Thomas Bluemelimplemented SeCaptureSecurityDescriptor() and SeRelease...
2005-01-20 Thomas Bluemeldon't touch memory outside the area to be probed in...
2005-01-20 Alex IonescuFix FsRtl function prototypes
2005-01-20 Thomas Bluemelfixed uninitialized variables warning
2005-01-20 Thomas Bluemelfixed uninitialized variables warning
2005-01-20 Eric Kohl- Update LegalAnsiCharacterArray (set FAT, HPFS and...
2005-01-20 Royce Mitchell IIIrequire attributes to have values
2005-01-20 Thomas Bluemelfixed copying buffers in the ProcessImageFileName class...
2005-01-20 Thomas Bluemelfixed ProbeForWrite() for optimized builds
2005-01-20 Thomas Bluemelmove implementation of NtOpenProcessToken() to NtOpenPr...
2005-01-20 Thomas Bluemelwrap access to foreign Peb with SEH
2005-01-20 Thomas Bluemelfixed typo
2005-01-20 Thomas Bluemelimplemented the ProcessDebugPort class for NtSetInforma...
2005-01-19 Thomas Bluemel1. implemented the ProcessDebugPort class for NtQueryIn...
2005-01-19 Thomas Bluemelsecure access to buffers in NtQueryInformationProcess...
2005-01-19 Thomas Bluemelimplemented the TokenSessionId class for NtQueryInforma...
2005-01-19 Thomas Bluemel1. fixed the ProcessAccessToken information class to...
2005-01-19 KJK::HyperionTemporary hack to make ntoskrnl stop crashing - an...
2005-01-19 Thomas Bluemelfixed typo in PsLockProcess()
2005-01-19 Thomas Bluemelimplemented the ProcessSessionInformation information...
2005-01-19 Steven Edwardsmake NtFlushVirtualMemory return STATUS_SUCCESS rather...
2005-01-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-19 Royce Mitchell IIIadded 'first' attribute to <file>
2005-01-19 Alex IonescuFix hacks from last night and properly share the code
2005-01-18 Thomas Bluemelfixed prototype of NtNotifyChangeKey()
2005-01-18 Hartmut Birr- Fixed the disabling of interrupts on the stack before...
2005-01-18 Eric Kohl- Remove Nt/ZwQueryOleDirectoryFile.
2005-01-18 Alex IonescuShare duplicated Rtl code. I've taken care to use the...
2005-01-18 Alex IonescuMSVC compatibility for NCITool, fix more svn:ignore...
2005-01-18 Alex IonescuFix SYSENTER support in VMware. New benchmar: 200ms...
2005-01-17 Hartmut Birr- Set the limit of the user mode code/data segment...
2005-01-17 Hartmut Birr- Fixed the sysexit check. We must use a kernel mode...
2005-01-17 Alex IonescuSYSENTER support, INT2E Optimization, new Syscall Table...
2005-01-16 Casper Hornstrup* KernelModeDriver module support
2005-01-16 Casper HornstrupAdd resources to existing modules.
2005-01-16 Art YerkesCorrected filename trap.S -> trap.s
2005-01-15 Casper Hornstrup* Use objects rather than archive when linking ntoskrnl
2005-01-14 Gregor AnichReplace EXCEPTION_FLT_XXX by STATUS_FLOAT_XXX. Set...
2005-01-14 Gregor AnichFix MmAllocatePageForMdl when it cannot allocate as...
2005-01-14 Filip NavaraWe're not supposed to build elf.c, it's template file.
2005-01-14 Royce Mitchell IIIadd csq library to ntoskrnl
next