Date: Thu, 9 Sep 2004 01:23:27 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libautofs libautofs.3 libautofs.c libautofs.h Message-ID: <200409090123.i891NRI6087956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2004-09-09 01:23:27 UTC
FreeBSD src repository
Modified files:
lib/libautofs libautofs.3 libautofs.c libautofs.h
Log:
Add/document autoreq_getxid(3), which gets the autofs request
transaction id from the request, this is useful for debugging.
Fix the autoh_freeall(3) function to properly free the array of
auto handles. Before it was freeing individual members of the list
OK, however it was then advancing the pointer and freeing the wrong
data for the whole list.
Revision Changes Path
1.4 +6 -0 src/lib/libautofs/libautofs.3
1.5 +13 -3 src/lib/libautofs/libautofs.c
1.3 +3 -2 src/lib/libautofs/libautofs.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409090123.i891NRI6087956>
