Date: Sun, 13 Dec 2009 16:53:06 +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: <200912131654.nBDGswbT021149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-12-13 16:53:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) 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_7) share/man/man4 lindev.4 sys/dev/lindev full.c lindev.c lindev.h sys/modules/lindev Makefile Log: SVN rev 200479 on 2009-12-13 16:53:06Z 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.393.2.26 +4 -0 src/share/man/man4/Makefile 1.2.4.2 +73 -0 src/share/man/man4/lindev.4 (new) 1.69.2.9 +3 -0 src/sys/amd64/conf/NOTES 1.122.2.8 +1 -0 src/sys/boot/forth/loader.conf 1.107.2.16 +2 -0 src/sys/conf/files.amd64 1.580.2.15 +2 -0 src/sys/conf/files.i386 1.356.2.7 +2 -0 src/sys/conf/files.pc98 1.1.4.2 +103 -0 src/sys/dev/lindev/full.c (new) 1.1.4.2 +73 -0 src/sys/dev/lindev/lindev.c (new) 1.1.4.2 +34 -0 src/sys/dev/lindev/lindev.h (new) 1.1244.2.11 +3 -0 src/sys/i386/conf/NOTES 1.540.2.38 +3 -0 src/sys/modules/Makefile 1.1.4.2 +8 -0 src/sys/modules/lindev/Makefile (new) 1.85.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?200912131654.nBDGswbT021149>