reactos/reactos/drivers
2005-11-20 08:46:09 +00:00
..
bus Implement InterfacePciDevicePresent(Ex) of PCI_DEVICE_PRESENT_INTERFACE 2005-11-19 09:08:08 +00:00
dd STDCALL -> NTAPI 2005-11-09 11:13:02 +00:00
fs It is generally considered a good idea to release a fast mutex in the same order that you acquired it, since acquiring at passive->apc and apc->apc does not bode well when you release to apc->passive. passive->apc. This fixes the npfs bug on vmware, lowering the total npfs bug count to a mere 42. 2005-11-20 08:46:09 +00:00
input Revert 19324 and part of 19325... 2005-11-18 20:35:42 +00:00
lib fixed warnings when compiled with -Wmissing-declarations 2005-10-06 21:39:18 +00:00
net fixed some more warnings when compiled with -Wwrite-strings 2005-11-11 19:59:38 +00:00
storage Fix access rights (even if not checked in KernelMode) 2005-11-19 09:29:20 +00:00
test/csqtest Remove old makefiles 2005-06-05 16:32:33 +00:00
usb Move the initialization of USB keyboard and mouse to DriverEntry, to prevent some (not all!) race conditions with the loading of kbd/mouclass. 2005-11-12 09:27:52 +00:00
video Patch by Filip Navara/Hervé Poussineau: 2005-11-08 16:24:58 +00:00
directory.xml First attempt to make the XML data we feed rbuild conforming the XInclude spec. 2005-08-01 13:34:33 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
readme Initial revision 1998-08-25 04:27:26 +00:00

These are a selection of services for the ReactOS kernel. They include

    parallel = parallel port driver
    serial = serial port driver
    mouse = mouse driver
    null = null device driver
    ide = IDE (hard disk) driver
    keyboard = keyboard driver
    loop = Allows accessing a file as a block device
    scramdisk = Filesystem encryption driver
    event = Sample driver demonstrating notifying a user thread using an event