看板 DFBSD_commit 關於我們 聯絡資訊
commit 3021968a96629ec4c89d457239155ec61eaecfa6 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/3021968a96629ec4c89d457239155ec61eaecfa6 -- DragonFly BSD source repository