看板 DFBSD_commit 關於我們 聯絡資訊
commit 908cd01afea2e88b859f9dad9404c05ba5d77ebd Author: Alex Hornung <ahornung@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