2004-10-28 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / 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...
2004-10-06 Art YerkesMore stuff moved out of ip lib.
2004-10-04 Art YerkesFixed IPStartup prototype and moved DisplayIPPacket...
2004-10-04 Art YerkesRemoved unneeded DriverObject parameter to IPStartup.
2004-10-03 Art YerkesAdded new targets. ip and oskittcp should now clean...
2004-10-03 Art YerkesFinal propogation of TDI_CONNECTION_INFORMATION/TRANSPO...
2004-10-03 Art YerkesPropogating TDI address changes.
2004-10-03 Art YerkesNew file buffer.c which contains NDIS_BUFFER and NDIS_P...
2004-10-03 Art YerkesFixed UDP protocol.
2004-10-03 Art YerkesFixed use of TA_ADDRESS in favor of TRANSPORT_ADDRESS...
2004-10-01 Art YerkesAdded needed rc file.
2004-09-30 Art YerkesIt seems there's a subtle difference between mingw32...
2004-09-30 Art YerkesFixed makefile. Wrong name for ip.a
2004-09-30 Art YerkesMost files moved to linkable library drivers/lib/ip...
2004-09-30 Art YerkesChanges to the interface to componentized ip library...
2004-09-30 Art YerkesFixes to interface. Prototypes which were being stubbo...
2004-09-30 Art YerkesUndis now builds a dll, carefully skirting the linkage...
2004-09-29 Art YerkesGetting there. Smoothing out the public interface...
2004-09-29 Art YerkesIP library. These files were moved from tcpip.sys...
2004-09-29 Art YerkesAdded a header to lie between undis and net/ndis.h...
2004-09-29 Art YerkesSimple library which captures the remaining link-time...
2004-09-28 Eric KohlSupport special FILE_WRITE_TO_END_OF_FILE byte offset...
2004-09-26 Hartmut Birr- Reselected the drive (master/slave) after a soft...
2004-09-25 Art YerkesUse the recursive mutex to lock the TCP.
2004-09-25 Art YerkesMore experimental detritus. Sorry about that.
2004-09-25 Art YerkesPreviously checked in with some detritus from some...
2004-09-25 Art YerkesFixed connection locking in tcp.c
2004-09-24 Art YerkesInitialize ext so that MCLFREE will be called appropria...
2004-09-24 Art YerkesAlso wait in the success, no data case in socket state...
2004-09-24 Art YerkesFix send function as well to properly deallocate the...
2004-09-23 Art Yerkestcp: print error when we can't allocate a bucket.
2004-09-23 Art YerkesWrite: print bytes returned so we can see it.
2004-09-23 Art Yerkesevent.c: Don't infinite loop while completing a zero...
2004-09-23 Royce Mitchell IIIsmall fix to OskitDumpBuffer() - each line should displ...
2004-09-23 Royce Mitchell IIInew version of OskitDumpBuffer() that shows ascii chara...
2004-09-23 Art YerkesFixes: Lock does not need to acquire a spinlock in...
2004-09-23 Art YerkesMain changes: reimported uipc_socket.c which had lots...
2004-09-23 Royce Mitchell IIIoskittcp can now be built with vs6
2004-09-22 Royce Mitchell IIIdon't zero out OtcpEvent structure from InitOskitTCP...
2004-09-22 Royce Mitchell IIIreplace problematic stack variable in OskitTCPSend...
2004-09-21 Royce Mitchell IIIbcopy()'s arguments are different order than memcpy()
2004-09-20 Royce Mitchell IIIinitialize fields that sosend() expects to have valid...
2004-09-20 Art YerkesImplemented MCLGET for reactos, not dependent on either...
2004-09-20 Art YerkesRoyce Mitchell pointed out that we could eliminate...
2004-09-20 Royce Mitchell IIIsosend( ) will not process mbuf if you pass it a uio...
2004-09-17 Art YerkesRemoved arp.h until the arp part is finished.
2004-09-17 Art Yerkeslan.sys is a simple driver providing access to ndis...
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-09-14 Hartmut Birr- Execute the reset command previous the present test...
2004-09-14 Eric Kohl- Use Unicode strings instead of WCHAR strings.
2004-09-12 Thomas Bluemelreduce debug output
2004-09-10 Filip NavaraFix the reset sequence in AtapiFindDevices to work...
2004-09-05 Art YerkesFixes:
2004-09-03 Filip Navara- Disable debugging messages.
2004-09-03 Filip Navara- Revert the I/O port change from my previous patch...
2004-09-03 Filip NavaraIssue soft reset command for identification and not...
2004-09-01 Art YerkesImplement WSHGetWildcardAddress
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
2004-08-31 Hartmut Birr- Store always offsets on cluster boundaries in FCB...
2004-08-31 Filip Navara- Restoring of character size in VBEResetHw. Patch...
2004-08-31 Filip Navara- Use FsRtl routines for wildcard handling.
2004-08-30 Art YerkesSince system services are now provided by the client...
2004-08-29 Art YerkesOskit can now be linked from userland. This is part...
2004-08-28 Filip Navara- Implement file sharing checks.
2004-08-26 Hartmut Birr- Changed -Wno-strict-aliasing to -fno-strict-aliasing.
2004-08-22 Art YerkesAFD: Fixed handling of cancelling in flight requests...
2004-08-22 Art YerkesFixed missing unlock in write.
2004-08-20 Art YerkesRemoved ASSERT_KM macro. It's not used any longer.
2004-08-20 Eric Kohl- Provide better PCI device descriptions.
2004-08-20 Magnus Olsenfix
2004-08-20 Filip NavaraFix compiler warnings.
next