看板 DFBSD_commit 關於我們 聯絡資訊
commit 712cb487cb72d8b407dbbd60b23be1995d30b70e Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sun Sep 20 20:58:37 2009 +0200 dma: perform MX lookups Summary of changes: libexec/dma/Makefile | 2 +- libexec/dma/TODO | 1 - libexec/dma/dma.h | 20 ++++- libexec/dma/dns.c | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++ libexec/dma/net.c | 190 +++++++++++++++++++---------------- 5 files changed, 393 insertions(+), 93 deletions(-) create mode 100644 libexec/dma/dns.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/712cb487cb72d8b407dbbd60b23be1995d30b70e -- DragonFly BSD source repository