git: devfsctl - Completely rewrite the parser;separate rule repr

看板DFBSD_commit作者時間16年前 (2009/08/12 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 4cf905ba5472517050799ff79ea3cef3cc243cf0 Author: Alex Hornung <ahornung@gmail.com> Date: Tue Aug 11 15:05:16 2009 +0100 devfsctl - Completely rewrite the parser;separate rule representation * Take over Simon "corecode" Schubert's changes to separate the rule representation in userland from the kernel representation, adapting it to the new parser. * Completely rewrite the parser to be more maintainable, support a clearer and better rule format and give better warnings/errors. Summary of changes: usr.sbin/devfsctl/Makefile | 1 + usr.sbin/devfsctl/devfsctl.c | 938 ++++++++++++++++++++++++------------------ usr.sbin/devfsctl/devfsctl.h | 62 +++ 3 files changed, 601 insertions(+), 400 deletions(-) create mode 100644 usr.sbin/devfsctl/devfsctl.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4cf905ba5472517050799ff79ea3cef3cc243cf0 -- DragonFly BSD source repository
文章代碼(AID): #1AWR7j0B (DFBSD_commit)