sync with trunk head (34904)
[reactos.git] / reactos / drivers /
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Art YerkesFix (among other things) failure to boot when a CD...
2008-07-28 Timo Kreuzer- add another missing export to ntoskrnl_amd64.def
2008-07-28 Timo Kreuzerclass2: fix ULONG to pointer cast
2008-07-27 Timo Kreuzertcpip:
2008-07-27 Timo Kreuzergive ndis it's own def file for amd64, yes that breaks...
2008-07-27 Timo Kreuzerfix some ULONG to pointer casts
2008-07-27 Art YerkesMore specific error messages. More correct according...
2008-07-27 ReactOS Portable... - Silence debug prints.
2008-07-26 Samuel SerapionFix more warnings.
2008-07-25 Hervé PoussineauCleanup code
2008-07-25 Hervé PoussineauReplace DPRINT/DPRINT1 by dynamic traces
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-25 Timo Kreuzerrevert last commit and instead...
2008-07-25 Timo Kreuzermerge 34755 from trunk
2008-07-24 Hervé PoussineauUse a common .spec file instead of a .def file per...
2008-07-24 Timo Kreuzeradd a stubbed version of kdcom for amd64
2008-07-24 Timo Kreuzer- make bootvid build for PLATFORM=PC instead of ARCH...
2008-07-22 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-22 ReactOS Portable... - Don't re-map the MDL if it's already been built from...
2008-07-22 ReactOS Portable... - Initialize BytesPerSector, SectorsPerTrack and Number...
2008-07-22 ReactOS Portable... - We have to unpack the BIOS block before actually...
2008-07-22 ReactOS Portable... - Jesus, Fix yet another math bug in RamdiskMapPages...
2008-07-22 ReactOS Portable... - Epic Fail? Fix another math bug...it actually works...
2008-07-22 ReactOS Portable... - Double fail: Fix a math bug, calculate the actual...
2008-07-22 ReactOS Portable... - Fail: was using the wrong structure (the boot sector...
2008-07-22 ReactOS Portable... - Save base page where loader mapped the ramdisk.
2008-07-22 ReactOS Portable... - Um, yeah, the "DiskType" is CLEARLY not an NT FILE_DE...
2008-07-22 ReactOS Portable... - Build vfatfs instead of CDFS.
2008-07-21 ReactOS Portable... - Implement RamdiskReadWrite.
2008-07-21 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-21 ReactOS Portable... - Get rid of 3 days of work due to complaints from...
2008-07-21 ReactOS Portable... - Implement IOCTL_CDROM_GET_LAST_SESSION and IOCTL_CDRO...
2008-07-20 Timo Kreuzerrbuild files use tab indentation
2008-07-20 ReactOS Portable... - Now it compiles.
2008-07-20 ReactOS Portable... - Add new CDFS driver.
2008-07-20 ReactOS Portable... - Our resident GCC expert just informed me of an undocu...
2008-07-20 ReactOS Portable... - Fix the way NlsOemLeadByteInfo is exported.
2008-07-20 ReactOS Portable... - Write out all the IOCTLs the RAM Disk emulation core...
2008-07-20 ReactOS Portable... - Fix the parameters we were sending to IoCreateDevice...
2008-07-20 ReactOS Portable... - Finish implementing RamdiskCreateDiskDevice -- we...
2008-07-20 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-19 ReactOS Portable... - Fixup some more structure and prototype details to...
2008-07-19 ReactOS Portable... - Create the RAM Disk Drive Device Object.
2008-07-19 ReactOS Portable... - Implement the main RamdiskWorkerThread work loop.
2008-07-19 ReactOS Portable... - Usually a good idea to fill out the device relation...
2008-07-19 ReactOS Portable... - Seperate the Ramdisk device extension into the Bus...
2008-07-18 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-17 Art YerkesPatch by Cameron Gutman (aicommander <at> gmail <dot...
2008-07-17 Stefan Ginsberg- Patch by Cameron Gutman aicommander <at> gmail...
2008-07-16 Aleksey BraginDmitry Gorbachev
2008-07-13 ReactOS Portable... - Implement KdPortPutByteEx and KdPortInitializeEx...
2008-07-13 ReactOS Portable... - Separate KDCOM into i386 and ARM versions.
2008-07-13 ReactOS Portable... - Implement RamdiskCreateRamdisk which validates parame...
2008-07-13 ReactOS Portable... - Implement IRP_MN_QUERY_DEVICE_TEXT/BUS_INFORMATION...
2008-07-13 ReactOS Portable... - Remove incorrect check in RamdiskPnp -- we should...
2008-07-13 ReactOS Portable... - Add device state information.
2008-07-13 ReactOS Portable... - Implement RamdiskAddDevice.
2008-07-13 ReactOS Portable... - Remove debug code.
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...
next