reactos.git
2005-01-24 Gé van GeldorpSylvain Petreolle <spetreolle@yahoo.fr>:
2005-01-24 Gé van GeldorpFix compilation
2005-01-24 Steven EdwardsCorrect location of a few stubs. Getting ready to...
2005-01-24 Alex IonescuProper support for vfatlib and allow -j2 to work (as...
2005-01-24 Thomas Bluemelfixed prototype of ZwOpenSemaphore
2005-01-24 Thomas Bluemelminor fixes
2005-01-24 Gé van GeldorpNt -> Zw
2005-01-24 Gé van GeldorpMake memory layout of GET_RETRIEVAL_DESCRIPTOR match...
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-23 Art YerkesFixed DNS lookup in ping.
2005-01-23 Art YerkesFixed broadcast UDP.
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 Art YerkesWorking ping.
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-22 Steven Edwardsmore syncing of setupapi
2005-01-22 Art YerkesRemoved uninitialized uSec and its use.
2005-01-22 Steven Edwardsstarted syncing setupapi.dll with Winehq. Once I get...
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 Thomas Bluemelthe ProcessPriorityBoost class expects ULONG, not BOOL
2005-01-21 Thomas Bluemelproperly query the device map
2005-01-21 Thomas Bluemelproperly set the access token in CreateProcessAsUser()
2005-01-21 Gregor AnichFix compiler warning.
2005-01-21 Thomas Bluemelfixed ASSERT statement, thanks to blight for pointing...
2005-01-21 Gé van GeldorpMerge back commit from winehq
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 Eric KohlImplement MyFree, MyMalloc and MyReAlloc.
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 Mike NordellFix crashing browsing namespace with non-zero-terminate...
2005-01-21 Thomas BluemelSeCaptureSecurityDescriptor() should take PoolType...
2005-01-21 Thomas Bluemelimplemented SeCaptureSecurityDescriptor() and SeRelease...
2005-01-20 Gunnar Dalsnesforgot a letter...
2005-01-20 Gunnar Dalsnesadd readme with rtl restrictions info
2005-01-20 Gé van GeldorpGedi <gedi@ntworld.com>
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 Gé van GeldorpReactOS additions/changes
2005-01-20 Gé van GeldorpInitial vendor drop
2005-01-20 Gé van GeldorpRemove old version
2005-01-20 Eric Kohl- Update LegalAnsiCharacterArray (set FAT, HPFS and...
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 Thomas Bluemelmade SetErrorMode() thread-safe
2005-01-19 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-19 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-19 Steven EdwardsChange UNIMPLEMENTED to DPRINT1 for NtGdiRemoveFontReso...
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
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 KJK::HyperionImplemented TransmitFile (non-functional, depends on...
2005-01-18 Hartmut Birr- Fixed the disabling of interrupts on the stack before...
2005-01-18 Eric KohlRevert accidential changes.
2005-01-18 Eric Kohl- Remove Nt/ZwQueryOleDirectoryFile.
2005-01-18 Gunnar Dalsnesreplace heap allocs with pool allocs (cant use heap...
2005-01-18 Gé van GeldorpSVN property stuff
2005-01-18 Gé van GeldorpFix crash during boot
2005-01-18 Gé van GeldorpFix line endings
next