mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Removed unneeded precomp.h from drivers/lib/ip. Removed some memtrack and other spew. Removed datagram send pipe part, and accompanying address file queue. Simplified send pipe (major changes): - Neighbor is solely responsible for firing normal ip datagrams to the peer. - Transmit is the only place normal ip datagrams are passed to neighbor from. - Simplified fragmentation code. - Made callbacks explicit and always called in neighbor and transmit. - Clarified ownership of transmitted NdisPacket. - Ditto IPPackets here and in icmp. - PC(Packet)->DLComplete is *only* used by lan.c and loopback.c - Simplified loopback send mechanism Added the beginnings of a test suite svn path=/trunk/; revision=11582
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