summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/tftp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cope with sending or receiving files beyond 65536 blocks in length.dlg2014-10-211-11/+16
* IPv6 support; mostly a sync with netbsd code done by itojun@gsoares2012-05-011-20/+58
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Delinting from tbert <bret dot lambert at gmail dot com>ray2007-05-111-4/+6
* Fixing several timeout quirks at tftpd and tftp:mglocker2006-07-261-7/+8
* Adding TFTP Option Extension to the tftp client according to RFC 2347.mglocker2006-07-241-20/+174
* Add blksize option support for tftpd according to RFC 2348.mglocker2006-07-201-4/+4
* knf. no binary change.mglocker2006-07-121-46/+49
* Remove unsave setjmp/longjmp calls that were used in signal handlers withclaudio2006-05-081-155/+195
* knfderaadt2003-09-241-15/+11
* ansideraadt2003-06-251-26/+10
* mostly ansi cleanup; pval okderaadt2003-06-101-4/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* nuke strcpy + -Wallhenning2003-04-171-17/+14
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-9/+9
* kill more registersmpech2001-11-191-10/+10
* o) better struct handling;mpech2001-07-311-5/+6
* use err/warn, space policemickey2001-03-221-8/+8
* tftp argv parsing overflow; fix by vogelke@dnaco.net and Ideraadt2000-12-071-3/+3
* no need to extern int errno if errno.h is includedderaadt2000-02-011-3/+2
* save errno in mangly handlersderaadt1997-08-061-2/+5
* r?index -> strr?chrmillert1997-01-171-4/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+459