lindev (4)
Leading comments
- Copyright (c) 2009 "Bjoern A. Zeeb" <bz@FreeBSD.org> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the do...
NAME
lindev - Linux-specific pseudo devices supportSYNOPSIS
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 ifconfig 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