Date: Sat, 22 Jul 2006 11:58:11 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/asf Makefile asf.8 asf.c asf.h asf_kld.c asf_kvm.c asf_prog.c Message-ID: <200607221158.k6MBwBPw030493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-07-22 11:58:11 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/asf Makefile asf.8 asf.c
Added files: (Branch: RELENG_6)
usr.sbin/asf asf.h asf_kld.c asf_kvm.c asf_prog.c
Log:
MFC my recent changes to asf(8):
The improvements are:
- can get the kld info from core files via kvm(3);
- can use kldstat(2) directly, which is a piece of cake;
- can use .symbols or whatever, which allows for use by
non-developers when reporting system crashes -- now asf(8)
can be mentioned in the handbook at last;
- speed (no more double fts(3) per loaded module);
- various bugs fixed.
Revision Changes Path
1.2.10.1 +6 -0 src/usr.sbin/asf/Makefile
1.7.2.1 +76 -16 src/usr.sbin/asf/asf.8
1.6.10.2 +303 -221 src/usr.sbin/asf/asf.c
1.1.2.1 +40 -0 src/usr.sbin/asf/asf.h (new)
1.1.2.1 +59 -0 src/usr.sbin/asf/asf_kld.c (new)
1.1.2.1 +128 -0 src/usr.sbin/asf/asf_kvm.c (new)
1.1.2.1 +73 -0 src/usr.sbin/asf/asf_prog.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607221158.k6MBwBPw030493>
