Warning fixes for devenum by Stefan Ginsberg
[reactos.git] / reactos / drivers /
2008-07-08 Art YerkesMove completion out of the spinlock. Spotted by aicom
2008-07-05 Timo Kreuzerfix vgaddi by linking to libcntpr to resolve crt import...
2008-07-05 Aleksey BraginDmitry Gorbachev:
2008-07-03 Christoph von Wittichfix a typo
2008-07-03 Pierre SchweitzerApply same fix to trunk, but without commented out...
2008-07-01 Pierre SchweitzerPartly merged r34238
2008-06-30 ReactOS Portable... - Disable building any other driver than ramdisk.sys...
2008-06-30 ReactOS Portable... - Fix license header for this file.
2008-06-29 Hervé PoussineauLink C++ programs against target libraries, not host...
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-28 Hervé PoussineauSet callbacks sooner, as they may be called during...
2008-06-27 ReactOS Portable... - Implement VidResetDisplay in BootVid-arm.
2008-06-26 Christoph von Wittichdon't free a UNICODE_STRING which isn't allocated
2008-06-22 Colin FinckMove wshtcpip to dll/win32, it's a DLL and not a driver
2008-06-21 Pierre SchweitzerExt2 and NTFS:
2008-06-21 Pierre SchweitzerBugfixes:
2008-06-20 Pierre SchweitzerMiscellaneous NTFS patch:
2008-06-18 Dmitry Chapyshev- Fix typos
2008-06-18 Dmitry Chapyshev- Add rasacd driver (not implemented)
2008-06-15 ReactOS Portable... - Copy/pasted a bunch of code from the i386 bootvid...
2008-06-15 ReactOS Portable... - Implement VidSolidColorFill, VidSetScrollRegion and...
2008-06-15 ReactOS Portable... - Fix a bug in MmGetPhysicalAddress.
2008-06-14 ReactOS Portable... - Separate bootvid into bootvid/i386 and bootvid/arm...
2008-06-01 Colin Finck- Add a test suite for ws2_32.dll
2008-05-31 Colin FinckImplement support for FIONREAD in WSPIoctl. (hope I...
2008-05-31 Colin FinckImplement support for MSG_PEEK.
2008-05-30 Pierre SchweitzerAdded more cluster size values.
2008-05-30 Pierre SchweitzerCheck cluster size when mounting a volume
2008-05-26 Filip NavaraChange the code a bit, as Hervé Poussineau points out...
2008-05-26 Filip NavaraFix incorrect logic in IntVideoPortSetupInterrupt and...
2008-05-26 Aleksey Bragin- Remove $Id tags.
2008-05-26 Aleksey Bragin- Add more functions to the lookup table (used by the...
2008-05-24 Pierre SchweitzerSet default return of IRP_MJ_QUERY_INFORMATION to STATU...
2008-05-23 Pierre SchweitzerNo need to keep linux-ntfs:
2008-05-22 Marc Piulachs- express PCH location in a more correct way
2008-05-22 KJK::Hyperion - Remove WINE-isms from KeDeviceQueue code
2008-05-21 Magnus Olsenfilter the higher part of DWORD for return value of...
2008-05-19 Hervé PoussineauUse dynamic traces
2008-05-18 Hervé PoussineauImplement FSCTL_SET_COMPRESSION
2008-05-18 Hervé PoussineauForward all IRPs, even unknown ones
2008-05-16 Hervé PoussineauRemove IRP_MJ_QUERY_INFORMATION / FileNetworkOpenInform...
2008-05-11 Filip NavaraFix incorrect parameters to IoSetDeviceToVerify/IoVerif...
2008-05-11 Filip NavaraFix checking of return values from IoCreateDevice....
2008-05-11 Filip NavaraFix wrong variable usage - "Filename" (8 characters...
2008-05-11 Hervé PoussineauFix indentation, to match mouclass one.
2008-05-11 Hervé Poussineauserial: Fix FileStandardInformation and FilePositionInf...
2008-05-11 Filip NavaraA driver-supplied Cancel routine is called with the...
2008-05-08 Hervé PoussineauFix some .rbuild file problems
2008-05-07 Colin FinckFilip Navara:
2008-05-06 Aleksey Bragin- Fix a typo.
2008-05-06 Hervé PoussineauFix indentation
2008-05-05 Hervé PoussineauRemove some warnings
2008-04-29 Aleksey Bragin- Enter into critical region before acquiring the resource.
2008-04-23 Magnus Olsencomment out one line for now.
2008-04-23 Magnus Olsentake offline some code, this file should be take code...
2008-04-22 Aleksey BraginBug fixes from Alex:
2008-04-21 Andrew MungerA driver-supplied Cancel routine is called with the...
2008-04-16 Pierre SchweitzerRemoved a breakpoint in Ext2CommonClose() (after an...
2008-04-05 Art YerkesFix resource initialization order in vfat too.
2008-04-05 Art YerkesInitialize this resource before the first potential...
2008-03-31 Colin FinckFirst detect the mouse and then the keyboard as it...
2008-03-31 Colin Finck- Remove much deprecated code for the mouse initializat...
2008-03-30 Aleksey Bragin- Convert to wmilib.def to wmilib.spec (so far stdcall...
2008-03-24 Daniel ReimerUpdate UniATA Driver to Version 0.3.9f. It works well...
2008-03-22 Magnus Olsenimplemented NdisScheduleWorkItem writen by me and arty
2008-03-22 Magnus OlsenFixing a typo in ndis rename NdisGetSystemUptime to...
2008-03-22 Magnus Olsenimplement NdisGetCurrentProcessorCounts
2008-03-22 Magnus Olsenimplemented NdisSystemProcessorCount
2008-03-22 Magnus Olsenimplemented NdisGetSystemUptime, thx kjk for the help...
2008-03-20 Colin Finck- The implementation of the "Mouse Reset" command diffe...
2008-03-18 Hervé PoussineauFix indentation
2008-03-18 Colin Finck- Simplify the code for connecting the interrupts.
2008-03-18 Colin FinckRevert r32706, unfortunately this wasn't the problem...
2008-03-17 Hervé PoussineauDon't fail if CCB_SYSTEM_FLAG can't be set
2008-03-15 Pierre Schweitzer- Fill in Identifier field when creating NTFS_xCB
2008-03-15 Pierre Schweitzer[FORMATTING] Fix indentation (only for functional code)
2008-03-15 Pierre Schweitzer- Renamed all control block structures to (P)NTFS_xCB
2008-03-09 Pierre Schweitzer- Reworked NtfsAllocateIrpContext to avoid working...
2008-03-08 Pierre Schweitzer- Updated NTFS header with the "new" FSF address
2008-03-08 Aleksey Bragin- Experimentally switch fastfat driver to non-Ros Cc...
2008-03-08 Pierre SchweitzerAdded stubs for CC R/W functions (fixes TODO from r32610)
2008-03-08 Aleksey Bragin- Remove ros-specific Cc functions usage.
2008-03-08 Aleksey Bragin- Pass cache manager callbacks structure at every CcIni...
2008-03-07 Aleksey Bragin- One leftover from 32604.
2008-03-07 Aleksey Bragin- There is no reason for CDFS to use CcRos-specific...
2008-02-28 Aleksey BraginSamuel Serapion <samcharly@hotmail.com>
2008-02-28 Hervé PoussineauUse a generic .spec file, instead of a .def file per...
2008-02-26 Colin FinckDon't define NDEBUG in the .rbuild file, but before...
2008-02-25 Colin FinckDon't return if no keyboard or mouse is present. Instea...
2008-02-25 Christoph von Wittichfix a typo
2008-02-24 Ged Murphyfix warning
2008-02-24 Pierre Schweitzer- Added more checks when mounting a volume (based on...
2008-02-24 Timo Kreuzerdon't free the memory for the palette entries in IntSet...
2008-02-23 Pierre Schweitzer[FORMATTING] Fix indentation (only for functional code)
2008-02-19 Aleksey Bragin- Fix dxg's includes.
2008-02-13 ReactOS Portable... Just return FALSE in KDCOM on ARM, instead of freezing.
2008-02-12 ReactOS Portable... We now have a good initialization routine for ARM....
2008-02-12 ReactOS Portable... Added arm_kprintf() for early kernel debugging (ARM...
2008-02-12 Hervé PoussineauFix assertion is pci/fdo.c
2008-02-11 Hervé PoussineauUse dynamic traces
next