Date: Sat, 28 May 2011 08:43:24 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r222415 - in stable/8: etc/mtree share/examples share/examples/kld share/examples/kld/khelp Message-ID: <201105280843.p4S8hOTS076090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lstewart Date: Sat May 28 08:43:24 2011 New Revision: 222415 URL: http://svn.freebsd.org/changeset/base/222415 Log: MFC r218545,218914: Add an example Khelp module, which will be referenced in the forthcoming Khelp documentation. Sponsored by: FreeBSD Foundation Discussed with: David Hayes <dahayes at swin edu au> Added: stable/8/share/examples/kld/khelp/ - copied from r218545, head/share/examples/kld/khelp/ Modified: stable/8/etc/mtree/BSD.usr.dist stable/8/share/examples/Makefile stable/8/share/examples/kld/Makefile Directory Properties: stable/8/etc/ (props changed) stable/8/share/examples/ (props changed) stable/8/share/examples/cvsup/ (props changed) Modified: stable/8/etc/mtree/BSD.usr.dist ============================================================================== --- stable/8/etc/mtree/BSD.usr.dist Sat May 28 08:37:03 2011 (r222414) +++ stable/8/etc/mtree/BSD.usr.dist Sat May 28 08:43:24 2011 (r222415) @@ -240,6 +240,8 @@ fwimage .. .. + khelp + .. syscall module .. Modified: stable/8/share/examples/Makefile ============================================================================== --- stable/8/share/examples/Makefile Sat May 28 08:37:03 2011 (r222414) +++ stable/8/share/examples/Makefile Sat May 28 08:43:24 2011 (r222415) @@ -98,6 +98,9 @@ XFILES= BSD_daemon/FreeBSD.pfa \ kld/firmware/fwconsumer/fw_consumer.c \ kld/firmware/fwimage/Makefile \ kld/firmware/fwimage/firmware.img \ + kld/khelp/Makefile \ + kld/khelp/README \ + kld/khelp/h_example.c \ kld/syscall/Makefile \ kld/syscall/module/Makefile \ kld/syscall/module/syscall.c \ Modified: stable/8/share/examples/kld/Makefile ============================================================================== --- stable/8/share/examples/kld/Makefile Sat May 28 08:37:03 2011 (r222414) +++ stable/8/share/examples/kld/Makefile Sat May 28 08:43:24 2011 (r222415) @@ -67,6 +67,6 @@ # $FreeBSD$ # -SUBDIR= cdev dyn_sysctl firmware syscall +SUBDIR= cdev dyn_sysctl firmware khelp syscall .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105280843.p4S8hOTS076090>