DragonFly-2.3.2.333.g908cd0 master usr.sbin/devfsctl devfsctl.c
Alex Hornung
alexh at crater.dragonflybsd.org
Fri Aug 7 13:21:37 PDT 2009
commit 908cd01afea2e88b859f9dad9404c05ba5d77ebd
Author: Alex Hornung <ahornung at gmail.com>
Date: Fri Aug 7 21:52:24 2009 +0100
devfsctl - Cleanup and several bugfixes
* split lines longer than 80 columns
* Moved TAILQ_INSERT* into get_rule to avoid a problem which
caused groups to also be inserted and kept in the rule
list
* Fix several bugs related to config file parsing, including:
- a bug in the argument checker, which caused a SEGFAULT
- a bug that would cause lines beginning with whitespaces
to duplicate their first real token
- an incorrect check for an empty line, which caused a
warning about an incorrect verb instead of ignoring
the line
Summary of changes:
usr.sbin/devfsctl/devfsctl.c | 62 +++++++++++++++++++++++++++++-------------
1 files changed, 43 insertions(+), 19 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/908cd01afea2e88b859f9dad9404c05ba5d77ebd
--
DragonFly BSD source repository
More information about the Commits
mailing list