reactos.git
2004-10-19 Eric KohlImplement
2004-10-19 Eric KohlImplement
2004-10-19 Thomas Bluemelthe last parameter of NtQueryInformationProcess() is...
2004-10-19 Gé van GeldorpRolf Kalbermatter <rolf.kalbermatter@citeng.com>
2004-10-19 Gé van GeldorpSimplify wine/shellapi.h
2004-10-19 Gé van GeldorpWindows doesn't check uiParam for SPI_GETNONCLIENTMETRICS
2004-10-18 Gé van GeldorpDon't free subclass stack while it's still in use
2004-10-18 Filip Navara- Change _NDIS_ define to NDIS_WRAPPER.
2004-10-18 Filip Navara- Fix a typo.
2004-10-18 Filip Navara- Fix calling convention of ExInterlockedPushEntrySList...
2004-10-18 Casper Hornstrup2004-10-18 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-17 Gé van GeldorpSort by address to make searching easier
2004-10-17 Richard Campbellcommented out an assert(0); that was causing crashes...
2004-10-17 Gé van GeldorpMove resource constant to local header file
2004-10-17 Hartmut Birr- Fixed the changing of the PGE bit in cr4.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-17 Hartmut Birr- Simplified the definition of KeGetCurrentKPCR for...
2004-10-17 Filip Navara- Fix calling convention of ExInterlocked* functions.
2004-10-17 Hartmut Birr- Fixed the definition KPCR_SELF and KeGetCurrentKPCR.
2004-10-17 Hartmut Birr- Fixed the dependency check for ntoskrnl.
2004-10-17 Filip Navara- Fix NdisMSynchronizeWithInterrupt.
2004-10-17 Filip Navara- Fix cut & paste mistake (s/NdisDprAcquireSpinLock...
2004-10-17 Gé van GeldorpMore shutdown messages
2004-10-17 Alex IonescuFixed definition of KPCR_TIB to match W32API/NT5 defint...
2004-10-17 Alex IonescuFix accidental change.
2004-10-17 Alex IonescuKeStackAttach: Acquire lock before getting thread
2004-10-17 Filip Navara- Fix the CFLAGS handling to avoid duplicating flags...
2004-10-17 Filip Navara- Fix IRQL restrictions.
2004-10-17 Filip Navara- Add comment to NdisMRegisterIoPortRange about the...
2004-10-17 Filip Navara- Compile with W32API headers.
2004-10-17 Filip Navara- Cleanup handling of NDISxx definitions.
2004-10-16 Gé van GeldorpCentralize definition of version resource
2004-10-16 Gé van GeldorpUndo change to DBG
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-16 Alex IonescuFix Typo
2004-10-16 Alex IonescuFixed ExGetCurrentProcessorUsage (thanks to Mike)
2004-10-15 Gé van GeldorpFix legacy detection of AGP cards
2004-10-15 Thomas Bluemelsome german translations and fixes by Michael Wirth
2004-10-14 Filip Navara- Update prototype of NdisMAllocateMapRegisters.
2004-10-14 Eric KohlSilence debug message.
2004-10-13 Alex IonescuImplemented KeSetEventBoostPriority, KeFindConfiguratio...
2004-10-13 Gé van GeldorpPass win.ini as filename to *PrivateProfile* functions...
2004-10-13 Filip Navara- Handle all required OID requests.
2004-10-13 Gé van GeldorpCreate "Program Files" directory and store its location...
2004-10-13 Eric KohlUse the W32API headers.
2004-10-13 Alex IonescuSorry, forgot to add this.
2004-10-13 Alex IonescuImplemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe...
2004-10-12 Gé van GeldorpLastError needs to be set always if disposition is...
2004-10-12 Filip Navara- Fix logic error in PsDeleteCidHandle.
2004-10-12 Eric KohlAdd default hardware profile settings.
2004-10-12 Eric KohlImplement GetCurrentHwProfileA/W.
2004-10-12 Alex IonescuImplemented ExVerifySuite, ExInterlockedFlushSList...
2004-10-12 Alex IonescuAdded complete defintion of FX_SAVE_AREA and moved...
2004-10-11 Thomas Bluemelremoved obsolete typecasts
2004-10-11 Thomas Bluemeluse INT_PTR as return type for dialog callbacks as...
2004-10-11 Eric KohlStore device instance data in the registry.
2004-10-11 Filip Navara- Change Start value for PCnet to demand load. (Now...
2004-10-11 Filip Navara- Allow querying information for root enumerated device...
2004-10-11 Filip Navara- Add root bus enumeration registry for NE2000 driver.
2004-10-11 Filip Navara- Return correct error value from WSPSocket.
2004-10-11 Filip Navara- Fix receive to work on VMware emulated adapters....
2004-10-11 Eric KohlMinor simplifications.
2004-10-11 Steven EdwardsMake regexpl build again. (I know I really should fix...
2004-10-11 Steven EdwardsMake regexpl build again. This has been bitrotting...
2004-10-10 Filip NavaraDon't use NdisTransferData if the whole packet is conta...
2004-10-10 Filip NavaraFix printing of packet contents to really print the...
2004-10-10 Filip NavaraUpdate registry entries for NE2000 driver to match...
2004-10-10 Filip NavaraIgnore registry reading errors while building services...
2004-10-10 Eric KohlRemove obsolete comments.
2004-10-10 Eric KohlSilence a debug message.
2004-10-10 Eric KohlNtReadFile(): Take FILE_USE_FILE_POINTER_POSITION into...
2004-10-10 Filip Navara- Fix debug message.
2004-10-10 Filip Navara- Fix the NdisMEthIndicateReceive macro and ETH_RCV_IND...
2004-10-10 Gregor AnichFixed compiler warning ('RegistryPropertyName' might...
2004-10-10 Eric KohlNtDeviceIoControlFile() and NtFsControlFile():
2004-10-10 Art YerkesChange flags of some network-related registry values...
2004-10-10 Eric KohlImplement RegQueryMultipleValuesA().
2004-10-10 Hartmut Birr- Fixed some size calculations according to the last...
2004-10-09 Gé van Geldorp- Implement GetPrivateProfileSectionA/W()
2004-10-09 Filip Navara- Attach NDIS miniport devices to the device stack.
2004-10-09 Filip Navara- Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY...
2004-10-09 Filip Navara- Delete all build files on "make clean".
2004-10-09 Martin Fuchscorrect array size
2004-10-09 Gé van GeldorpPass requested base address to MmAllocateSection()
2004-10-09 Martin Fuchsadd splitpath.c
2004-10-09 Martin Fuchsunixcalls.c
2004-10-09 Martin FuchsUpdate French translation.
2004-10-08 Thomas BluemelCreate named pipes with security information if argumen...
2004-10-08 Thomas BluemelCreate mail slots with security information if argument...
2004-10-08 Thomas Bluemellittle simplification
2004-10-08 Thomas Bluemelatomically increment the pipe id to be thread-safe...
2004-10-08 Thomas Bluemellittle simplification
2004-10-08 Thomas Bluemelfixed return value of FindCloseChangeNotification()
2004-10-08 Thomas Bluemelimplemented GetNamedPipeHandleStateA() and a few fixes...
2004-10-08 Filip Navara- Fix one error case to prevent crashes when registry...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-10-08 Gé van GeldorpAdd SYSTEM_REGISTRY_QUOTA_INFORMATION
2004-10-08 Martin Fuchscall vswprintf@msvcrt in Wine's UNICODE version
2004-10-08 Gé van Geldorp- Return some values for NtQuerySystemInformation(Syste...
2004-10-08 Martin Fuchsresource files
next