summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp
Commit message (Collapse)AuthorAgeFilesLines
* $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