cvs commit: src/libexec/dma Makefile dma.c dma.h net.c

Matthias Schmidt matthias at crater.dragonflybsd.org
Tue Sep 16 10:59:25 PDT 2008


matthias    2008/09/16 10:57:23 PDT

DragonFly src repository

  Modified files:
    libexec/dma          Makefile dma.c dma.h net.c 
  Log:
  Commit the remainder of Max's dma work (with minor modifications).
  See Max mail on kernel@ [1] for further details.
  
  * Support of .forward files (Note: dma is now setuid root)
  * Send multiple mails at once
  * Fix some style(9) issues (mostly return())
  
  Some style(9) issues are still in the code.  I take care if I have some
  spare time :)  Please test!
  
  Submitted-by: Max Lindner <gisanka at gmail.com>
  Sponsored-by: Google Summer of Code 2008
  
  [1] http://leaf.dragonflybsd.org/mailarchive/kernel/2008-08/msg00045.html
  
  Revision  Changes     Path
  1.4       +1 -1       src/libexec/dma/Makefile
  1.4       +1281 -125  src/libexec/dma/dma.c
  1.7       +14 -2      src/libexec/dma/dma.h
  1.8       +82 -10     src/libexec/dma/net.c


http://www.dragonflybsd.org/cvsweb/src/libexec/dma/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/dma.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/dma.h.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/net.c.diff?r1=1.7&r2=1.8&f=u





More information about the Commits mailing list