看板 DFBSD_commit 關於我們 聯絡資訊
commit 1da0a9f2a6a5790964feae86bd803c2a7eb7a6fe Author: Simon Schubert <corecode@dragonflybsd.org> Date: Mon Jul 20 22:48:00 2009 +0200 dma: always log error exits Summary of changes: libexec/dma/Makefile | 2 +- libexec/dma/conf.c | 12 ++- libexec/dma/dma.c | 197 +++----------------------------------- libexec/dma/dma.h | 17 +++- libexec/dma/spool.c | 22 +++-- libexec/dma/util.c | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 309 insertions(+), 199 deletions(-) create mode 100644 libexec/dma/util.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1da0a9f2a6a5790964feae86bd803c2a7eb7a6fe -- DragonFly BSD source repository