看板 DFBSD_commit 關於我們 聯絡資訊
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