cvs commit: src/sys/geom geom.h geom_subr.c

2008-06-09 Thread Marcel Moolenaar
marcel 2008-06-09 17:59:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/geom geom.h geom_subr.c Log: SVN rev 179681 on 2008-06-09 17:59:44Z by marcel MFC rev 177509: Add g_retaste(). Revision ChangesPath 1.100.2.1 +1 -0

cvs commit: src/sys/geom geom.h geom_subr.c

2008-03-22 Thread Marcel Moolenaar
marcel 2008-03-23 01:23:35 UTC FreeBSD src repository Modified files: sys/geom geom.h geom_subr.c Log: Add g_retaste(), which given a class will present all non-open providers to it for tasting. This is useful when the class, through means outside the scope of GE

cvs commit: src/sys/geom geom.h geom_subr.c

2007-05-05 Thread Pawel Jakub Dawidek
pjd 2007-05-05 16:33:44 UTC FreeBSD src repository Modified files: sys/geom geom.h geom_subr.c Log: - Implement helper g_handleattr_str() function for string attributes handling. - Extend g_handleattr() to treat attribute as string when len=0. OK'ed by: