Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 13:07:40 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/tftpd tftp-file.c tftp-file.h tftp-io.c tftp-io.h tftp-options.c tftp-options.h tftp-transfer.c tftp-transfer.h tftp-utils.c tftp-utils.h
Message-ID:  <201005041308.o44D83c7011854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2010-05-04 13:07:40 UTC

  FreeBSD src repository

  Added files:
    libexec/tftpd        tftp-file.c tftp-file.h tftp-io.c 
                         tftp-io.h tftp-options.c tftp-options.h 
                         tftp-transfer.c tftp-transfer.h 
                         tftp-utils.c tftp-utils.h 
  Log:
  SVN rev 207614 on 2010-05-04 13:07:40Z by imp
  
  Bring in new files from edwin's tftp
  
  Revision  Changes    Path
  1.1       +257 -0    src/libexec/tftpd/tftp-file.c (new)
  1.1       +37 -0     src/libexec/tftpd/tftp-file.h (new)
  1.1       +478 -0    src/libexec/tftpd/tftp-io.c (new)
  1.1       +47 -0     src/libexec/tftpd/tftp-io.h (new)
  1.1       +390 -0    src/libexec/tftpd/tftp-options.c (new)
  1.1       +62 -0     src/libexec/tftpd/tftp-options.h (new)
  1.1       +318 -0    src/libexec/tftpd/tftp-transfer.c (new)
  1.1       +31 -0     src/libexec/tftpd/tftp-transfer.h (new)
  1.1       +320 -0    src/libexec/tftpd/tftp-utils.c (new)
  1.1       +124 -0    src/libexec/tftpd/tftp-utils.h (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005041308.o44D83c7011854>