Date: Sat, 5 Dec 2009 20:37:46 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man4 Makefile lindev.4 src/sys/amd64/conf NOTES src/sys/boot/forth loader.conf src/sys/conf files.amd64 files.i386 files.pc98 src/sys/dev/lindev full.c lindev.c lindev.h src/sys/i386/conf NOTES src/sys/modules ... Message-ID: <200912052039.nB5Kd7Lw074129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-12-05 20:37:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
share/man/man4 Makefile
sys/amd64/conf NOTES
sys/boot/forth loader.conf
sys/conf files.amd64 files.i386 files.pc98
sys/i386/conf NOTES
sys/modules Makefile
sys/pc98/conf NOTES
Added files: (Branch: RELENG_8)
share/man/man4 lindev.4
sys/dev/lindev full.c lindev.c lindev.h
sys/modules/lindev Makefile
Log:
SVN rev 200163 on 2009-12-05 20:37:46Z by bz
MFC r197518:
lindev(4) [1] is supposed to be a collection of linux-specific pseudo
devices that we also support, just not by default (thus only LINT or
module builds by default).
While currently there is only "/dev/full" [2], we are planning to see more
in the future. We may decide to change the module/dependency logic in the
future should the list grow too long.
This is not part of linux.ko as also non-linux binaries like kFreeBSD
userland or ports can make use of this as well.
Suggested by: rwatson [1] (name)
Submitted by: ed [2]
Discussed with: markm, ed, rwatson, kib (weeks ago)
Reviewed by: rwatson, brueffer (prev. version)
PR: kern/68961
Revision Changes Path
1.460.2.4 +4 -0 src/share/man/man4/Makefile
1.2.2.2 +73 -0 src/share/man/man4/lindev.4 (new)
1.91.2.3 +3 -0 src/sys/amd64/conf/NOTES
1.143.2.2 +1 -0 src/sys/boot/forth/loader.conf
1.139.2.2 +2 -0 src/sys/conf/files.amd64
1.625.2.2 +2 -0 src/sys/conf/files.i386
1.376.2.2 +2 -0 src/sys/conf/files.pc98
1.1.2.2 +103 -0 src/sys/dev/lindev/full.c (new)
1.1.2.2 +73 -0 src/sys/dev/lindev/lindev.c (new)
1.1.2.2 +34 -0 src/sys/dev/lindev/lindev.h (new)
1.1275.2.4 +3 -0 src/sys/i386/conf/NOTES
1.623.2.3 +3 -0 src/sys/modules/Makefile
1.1.2.2 +8 -0 src/sys/modules/lindev/Makefile (new)
1.100.2.3 +3 -0 src/sys/pc98/conf/NOTES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912052039.nB5Kd7Lw074129>
