BUGFIX: EngMaskBitBlt() shouldn't BSOD if Mask is NULL
[reactos.git] / reactos / drivers /
2004-12-16 Art YerkesWe can arrive here early on, before the filter is set...
2004-12-14 Casper Hornstrup2004-12-14 Casper S. Hornstrup <chorns@users.sourcefo...
2004-12-14 Art YerkesCleaned up a bit. Sorry, I should edit more carefully.
2004-12-14 Art YerkesStore interface speed to retrieve later.
2004-12-13 Art YerkesI had put an IOSB on the stack in TdiConnect. Now...
2004-12-13 Art YerkesAllocate a final WCHAR for the NUL put on by wcsncat.
2004-12-13 Filip NavaraI was wrong, MiniSendComplete shouldn't be called at...
2004-12-13 Filip NavaraREVERT:
2004-12-13 Filip Navara- Don't call ProtocolSendComplete after NdisSend (NDIS...
2004-12-13 Filip NavaraMiniSendComplete should be called if MiniportSend routi...
2004-12-13 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Filip Navara- Reformulate comment.
2004-12-12 Filip Navara- Workaround infinite loop on loopback connect.
2004-12-12 Filip Navara- Fix compilation of non-DBG builds.
2004-12-12 Filip Navara- Fix receiving of loopback packets.
2004-12-11 Art YerkesAdded double complete protection so that we never call...
2004-12-11 Filip Navara- Manage TCP ports using port set and dynamically assig...
2004-12-11 Filip Navara- Implement WSPGetSockName.
2004-12-10 Gé van GeldorpAdd video miniport driver for Xbox, to be used in conju...
2004-12-06 Gunnar Dalsnesfix broken ShareAccess set/update. makes 80+ wine regte...
2004-12-05 Gé van Geldorphpoussin <poussine@freesurf.fr>:
2004-12-04 Art Yerkesafd/connect.c:
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-01 Art Yerkes- sanity check: assert DISPATCH_LEVEL for the dpc.
2004-12-01 Art Yerkesminiport:
2004-11-30 Art Yerkesconnect: Allow async connections, and assume that concu...
2004-11-30 Art YerkesMake packet printing obey debug bits.
2004-11-30 Art YerkesTurned off printing in oskittcp.
2004-11-30 Art Yerkes- Defined __NTDRIVER__ to turn on some code that is...
2004-11-29 Steven EdwardsRemoved inclusion of stdio.h as it causes a build error...
2004-11-28 Art YerkesTurned off debug output in CVS (we need a better way...
2004-11-27 Casper Hornstrup2004-11-27 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-26 Art YerkesCorrect silly bugcheck when a packet will not be routed...
2004-11-26 Art YerkesRemoved RouteFriendlyAddRoute. Not needed.
2004-11-26 Art YerkesMoved pseh.h away from precomp.h to avoid 'defined...
2004-11-26 Art Yerkes- Added add and delete route primitives in tcpip/ninfo.c
2004-11-25 Art Yerkes- Removed prefix.c and the prefix list. Adapter and...
2004-11-25 Art YerkesAdded Exclusive flag in afd, which is used by WSAAsyncS...
2004-11-24 Eric KohlReplace assert_irql by ASSERT_IRQL.
2004-11-24 Eric KohlDon't use a hardcoded sector size of 512 bytes.
2004-11-24 Eric KohlReplace assert by ASSERT.
2004-11-23 Filip NavaraMerge:
2004-11-23 Filip NavaraMerge from ndis_wip_22102004 branch:
2004-11-22 Art YerkesChanged Context to PC(NdisPacket)->Context in DLComplet...
2004-11-21 Art Yerkes- Improvements for select/implementation of event select.
2004-11-21 Art YerkesPatch to correct multiple adapter bind from protocols...
2004-11-21 Art YerkesAdd a null check to prevent crashes during the vulnerab...
2004-11-20 Casper Hornstrup2004-11-20 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-18 Gé van GeldorpRollback identify code (Filip reluctantly agrees)
2004-11-18 Art YerkesRemoved bad assertion. It's ok for TCPSendData to...
2004-11-17 Filip Navara- Don't report CmResourceTypeNull resources for unused...
2004-11-17 Eric KohlImplement NdisOverrideBusNumber.
2004-11-17 Art Yerkestcpip: fix for udp socket close.
2004-11-16 Casper Hornstrup2004-11-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-11-16 Eric Kohl- Make WrapperConfigurationContext a pointer to a WRAPP...
2004-11-15 Art YerkesImplemented non-blocking recv and recvfrom.
2004-11-15 Eric KohlUse autogenerated device names for PDOs on PCI buses.
2004-11-14 Art YerkesAdded port allocation.
2004-11-14 Art YerkesFixed UDP.
2004-11-14 Art YerkesUDP working.
2004-11-14 Art YerkesFixed bug in ne2000 driver, re: copying ethernet frame...
2004-11-13 Art Yerkeslib/ip:
2004-11-12 Art YerkesSmall DBG related patches.
2004-11-12 Art YerkesPrevent some deadlock scenarios by unlocking the FCB...
2004-11-09 Art YerkesCleaing in receive: fixed one bugcheck.
2004-11-07 Art YerkesRemoved remaining kernel imports from ip lib.
2004-11-06 Eric Kohl- Replace TIME type by LARGE_INTEGER in FILE_*_INFORMAT...
2004-11-01 Alex IonescuFix Mailslot and Named Pipe Drivers
2004-10-28 Casper Hornstrup2004-10-28 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-10-24 Casper Hornstrup2004-10-24 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-24 Filip Navara- Return STATUS_SUCCESS for PCI bus PDO PnP IRPs so...
2004-10-23 Alex IonescuFixed up some HAL prototypes and fixed some header...
2004-10-23 Casper Hornstrup2004-10-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-23 Filip Navara- Add _hooks.c and _stubs.S to list of ignore files.
2004-10-22 Filip Navara- Fix a case when a device with same IDs is located...
2004-10-19 Filip Navara- Successfully complete IRP_MN_START_DEVICE and IRP_MN_...
2004-10-18 Casper Hornstrup2004-10-18 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-17 Gé van GeldorpMove resource constant to local header file
2004-10-17 Filip Navara- Fix NdisMSynchronizeWithInterrupt.
2004-10-17 Filip Navara- Fix cut & paste mistake (s/NdisDprAcquireSpinLock...
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-16 Gé van Geldorp- Centralize definition of version resource
2004-10-15 Gé van GeldorpFix legacy detection of AGP cards
2004-10-14 Eric KohlSilence debug message.
2004-10-13 Filip Navara- Handle all required OID requests.
2004-10-11 Filip Navara- Fix receive to work on VMware emulated adapters....
2004-10-11 Eric KohlMinor simplifications.
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 Navara- Fix debug message.
2004-10-10 Filip Navara- Fix the NdisMEthIndicateReceive macro and ETH_RCV_IND...
2004-10-09 Filip Navara- Attach NDIS miniport devices to the device stack.
2004-10-08 Art YerkesAdded makefile dependency in both dirs, and proper...
2004-10-07 Art Yerkessome formatting and prototype changes
2004-10-07 Art YerkesSorry jimtabor and rcampbell, it turns out that ip...
next