- Return a more accurate status (STATUS_INVALID_PARAMETER) than STATUS_UNSUCCESSFUL...
[reactos.git] / drivers / network / afd / afd / info.c
2008-08-22 Cameron Gutman - Return a more accurate status (STATUS_INVALID_PARAME...
2008-08-20 Cameron Gutman - Use FCB->Connection.Object instead of FCB->AddressFi...
2008-08-19 Cameron Gutman - Fix a bug that resulted in the status getting change...
2008-08-19 Cameron Gutman - Use MmGetSystemAddressForMdlSafe instead of MmMapLoc...
2008-08-19 Cameron Gutman - MmMapLockedPages takes KPROCESSOR_MODE not LOCK_OPER...
2008-08-19 Cameron Gutman - Make sure we don't complete with STATUS_SUCCESS...
2008-08-18 Cameron Gutman - Call MmProbeAndLockPages for SysMdl
2008-08-16 Cameron Gutman - Move SocketAcquireStateLock out of SEH
2008-08-16 Cameron Gutman - Move MmUnlockPages to the proper place (still commen...
2008-08-16 Cameron Gutman - Fix another memory leak
2008-08-15 Cameron Gutman - Fix a typo resulting in any call to AfdGetSockOrPeer...
2008-08-01 Cameron Gutman* Fix many memory leaks by unmapping MDL pages when...
2008-08-01 Art YerkesCreate a branch for network fixes.