summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
| | | | Approved by: re
* mdoc(7) police: markup nits.ru2002-05-301-5/+5
|
* To perform even basic error checking, one must have an exit code thatbsd2002-05-122-4/+8
| | | | | | | | indicates that not everything worked as expected. Exit non-zero if we timed out while transmitting or receiving a file or if the file did not exist, etc. MFC After: 3 days (re@ willing)
* Backout copyright notice I broke by my previous commit.ume2002-04-261-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* Add some constness to make this WARNS clean again.dwmalone2002-04-131-3/+3
|
* IPv6 support for tftp/tftpd.ume2002-04-114-94/+155
| | | | | Obtained from: KAME MFC after: 2 weeks
* Clean up vendor ID and FBSDID.dwmalone2002-03-301-5/+7
| | | | We now seem to include <arpa/inet.h> to get ntoh*.
* remove __Pimp2002-03-224-42/+44
|
* 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.dwmalone2002-02-271-9/+10
| | | | | | 2) Cast some numbers we know to be positive to size_t before we MIN them with the result of a sizeof. 3) Compare result of inet_addr to INADDR_NONE, not -1.
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* Argh...argv->argcguido2002-01-041-1/+1
|
* Fix the coredump that occurs when, from the tfpt prompt, a 'c' command isguido2002-01-041-1/+1
| | | | issued without an argument.
* WARNS=2 fixes. NO_WERROR set as there are some hard-to-fixmarkm2001-12-114-87/+87
| | | | signed/unsigned comparisons. Use __FBSDID().
* Fixed most style bugs in previous commit.bde2001-10-191-14/+11
|
* Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.bde2001-10-191-1/+2
|
* Add libedit support to tftp.mdodd2001-10-192-8/+46
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Fix tftpd and tftp to support file transfers of over 65535 blocksasmodai2001-02-022-2/+7
| | | | | | | (about 31 MB - 32 MB). Submitted (partially) by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-303-6/+6
|
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-8/+14
| | | | Submitted by: J. Assange a long time ago.
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
|
* Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.charnier1997-08-144-32/+36
| | | | Obtained from: OpenBSD
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Kill the (hopefully) last occurance of gets(3) in the base source tree.joerg1995-12-271-6/+11
|
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-277-0/+1723
OpenPOWER on IntegriCloud