reactos/reactos/drivers
Art Yerkes dea7f87980 Prevent some deadlock scenarios by unlocking the FCB while calling into
tcpip.sys.

svn path=/trunk/; revision=11625
2004-11-12 07:34:56 +00:00
..
bus - Return STATUS_SUCCESS for PCI bus PDO PnP IRPs so that function drivers can process them. 2004-10-24 09:14:03 +00:00
dd fixed prototypes of NtSetEvent(), NtResetEvent(), NtQueryEvent(), NtPulseEvent(), NtOpenEvent() and NtCreateEvent() 2004-10-24 15:26:14 +00:00
fs - Replace TIME type by LARGE_INTEGER in FILE_*_INFORMATION structures. 2004-11-06 13:44:57 +00:00
input - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
lib Cleaing in receive: fixed one bugcheck. 2004-11-09 09:39:38 +00:00
net Prevent some deadlock scenarios by unlocking the FCB while calling into 2004-11-12 07:34:56 +00:00
storage - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
test/csqtest - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
video Fixed up some HAL prototypes and fixed some header problems in regards to upcoming DMA patch I will commit tomorrow. 2004-10-23 23:43:23 +00:00
.cvsignore initial doxygen configuraion 2003-12-06 23:11:41 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
Makefile added some makefiles 2004-04-12 12:08:53 +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