Make dev node count correct, since for example Mac Virtual PC BIOS reports slightly...
[reactos.git] / reactos /
2005-01-25 Hartmut Birr- Implemented dummy stubs for all fast io entry points...
2005-01-25 Hartmut Birr- Check for some special file streams in VfatUpdateEntry.
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-25 Hartmut Birr- Always try to uninitialize the file cache in VfatClea...
2005-01-25 Mike NordellNtGdiExtTextOut (ExtTextOut in user-mode) should now...
2005-01-25 Steven Edwardsadded winetests for version.dll
2005-01-25 Steven Edwardsremove some duplicate definintions.
2005-01-25 Mike NordellFixe use of memory after it had been free'd.
2005-01-25 Mike NordellKill compiler warning.
2005-01-25 Mike NordellFix declaration of WSAStartup
2005-01-25 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-25 Alex IonescuSet up ACPI Interrupt data before creating the interrup...
2005-01-25 Alex IonescuFix bug 474. Patch by tinus
2005-01-25 Steven Edwardsfinished merging setupapi with Winehq CVS. Tommrow...
2005-01-25 Alex IonescuFix bugs on optimized build, fix RtlpDispatchException...
2005-01-25 Steven Edwardssync'd more of Wine setupapi. Added stubs and such.
2005-01-25 Steven Edwardsupdate to latest setupapi.h
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 Martin Fuchsadjust properties (CRLF line endlings, ignores)
2005-01-24 Gé van GeldorpRollback last change, since we found out that IoCreateF...
2005-01-24 Martin Fuchsfix typo and update CVS->Subversion
2005-01-24 Gé van GeldorpIoCreateFile should be passed kernelmode parameters.
2005-01-24 Gé van GeldorpCheck error code before it is possibly clobbered. Spott...
2005-01-24 Art YerkesMinor fix to ICMP receive.
2005-01-24 Eric KohlImplement DuplicateString and QueryRegistryValue.
2005-01-24 Eric KohlMyMalloc must not zero the memory.
2005-01-24 Gé van Geldorptinus <o112w8r02@sneakemail.com>
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...
next