Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LINDEV(4)	       FreeBSD Kernel Interfaces Manual		     LINDEV(4)

NAME
     lindev -- Linux-specific pseudo devices support

SYNOPSIS
     To	compile	this collection	of linux-specific pseudo devices into the ker-
     nel, 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.conf(5):

	   lindev_load="YES"

DESCRIPTION
     The lindev	module provides	a collection of	linux-specific pseudo devices.

DEVICES
     /dev/full	The full device	always returns ENOSPC on write attempts.  For
		reads it emulates zero(4).

FILES
     /dev/full

SEE ALSO
     null(4), zero(4)

HISTORY
     The lindev	module first appeared in FreeBSD 8.1.

FreeBSD	11.1		      September	26, 2009		  FreeBSD 11.1

NAME | SYNOPSIS | DESCRIPTION | DEVICES | FILES | SEE ALSO | HISTORY

Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=lindev&sektion=4&manpath=FreeBSD+8.1-RELEASE>

home | help