Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos /
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemelfixed usage of NtQueryDirectoryObject()
2005-01-26 Thomas Bluemelfixed NtQueryDirectoryObject() to properly handle buffe...
2005-01-26 Eric KohlReplace hardcoded values by known constants.
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2005-01-26 Thomas Bluemelsecurely access buffers in NtOpenDirectoryObject()...
2005-01-26 Alex IonescuDynamic 3GB support, part 1. Only multiboot.S remains...
2005-01-26 Steven EdwardsWindows is stupid. Why they hell would you be case...
2005-01-26 Thomas Bluemeldon't shift the PIDs of objects so the first bit can...
2005-01-26 Martin Fuchsfirst draft of SDI browser application derived from...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-25 Thomas Bluemelenable the SeSystemtimePrivilege privilege which is...
2005-01-25 Steven EdwardsForgot to add Makefiles
2005-01-25 Alex IonescuSorry for incorrect file comiited.
2005-01-25 Steven Edwardsfixed building of setupapi.
2005-01-25 Steven EdwardsImported setupapi from the vendor branch. (Again).
2005-01-25 Alex IonescuRemove debug output from user mode exceptions. Reported...
2005-01-25 Steven Edwardsremoving this to reimport it
2005-01-25 Steven EdwardsImported vendor drop of setupapi.
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 Hartmut Birr- Renamed UpdateProgress to VfatxUpdateProgress.
2005-01-25 Hartmut Birr- Added vfatxlib.
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-25 Hartmut Birr- Print the major function codes if debug prints are...
2005-01-25 Hartmut Birr- Allow the second device name RosFat to make it possib...
2005-01-25 Hartmut Birr- Fixed some problems to recognize a FATX partition...
2005-01-25 Hartmut Birr- Print the file information class if debug prints...
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...
next