Gregory Nutt
|
f9e7b84727
|
drivers/loop: Don't use file descriptors... Use the internal file system interfaces so that the loop device can be shared across threads.
|
2017-11-02 16:31:56 -06:00 |
Gregory Nutt
|
8fdb173090
|
drivers/net/telnet.c: Now works like the loop device. A new interface called telnet_initialize() registers a telnet session "factory" device at /dev/telnet. Via ioctl, the factory device can create instances of the telnet character devices at /dev/telnetN to support Telnet sessions.
|
2015-12-07 13:48:06 -06:00 |
Gregory Nutt
|
ed35eb0f8d
|
drivers/loop: Add a loop character device that can be used to setup and teardown loop devices
|
2015-11-25 17:13:56 -06:00 |