SYNOPSIS
To compile this collection of linux-specific pseudo devices into the kernel, place the following line in your kernel configuration file:device lindev
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
lindev_load="YES"
DESCRIPTION
The module provides a collection of linux-specific pseudo devices.DEVICES
- /dev/full
- The full device always returns Er ENOSPC on write attempts. For reads it emulates zero(4).
FILES
- /dev/full
HISTORY
The module first appeared in Fx 8.1 .