Date: Sat, 26 Sep 2009 12:45:28 +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: <200909261248.n8QCmCSe007367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-09-26 12:45:28 UTC FreeBSD src repository Modified files: 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: share/man/man4 lindev.4 sys/dev/lindev full.c lindev.c lindev.h sys/modules/lindev Makefile Log: SVN rev 197518 on 2009-09-26 12:45:28Z by bz 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 MFC after: 6 weeks Revision Changes Path 1.462 +4 -0 src/share/man/man4/Makefile 1.1 +73 -0 src/share/man/man4/lindev.4 (new) 1.97 +3 -0 src/sys/amd64/conf/NOTES 1.144 +1 -0 src/sys/boot/forth/loader.conf 1.147 +2 -0 src/sys/conf/files.amd64 1.633 +2 -0 src/sys/conf/files.i386 1.377 +2 -0 src/sys/conf/files.pc98 1.1 +103 -0 src/sys/dev/lindev/full.c (new) 1.1 +73 -0 src/sys/dev/lindev/lindev.c (new) 1.1 +34 -0 src/sys/dev/lindev/lindev.h (new) 1.1281 +3 -0 src/sys/i386/conf/NOTES 1.631 +3 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/lindev/Makefile (new) 1.102 +3 -0 src/sys/pc98/conf/NOTES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909261248.n8QCmCSe007367>