stefanf
267cbf8d22
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
...
size.
PR: 86355
2005-10-19 15:37:43 +00:00
stefanf
364138732b
Use socklen_t where appropriate.
2005-08-05 09:58:49 +00:00
stefanf
03a2de3818
Fix most cases where the address of an int is passed to a function expecting a
...
socklen_t * argument.
2005-02-14 17:42:58 +00:00
ru
7f3c7f0d46
Sort sections.
2005-01-18 13:43:56 +00:00
ru
fb1d8b3724
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
ru
4c01ec9500
Bumped the document date.
2004-05-19 09:54:14 +00:00
tjr
fef194d740
Fix BSS buffer overflow in makeargv().
2003-10-12 00:27:55 +00:00
simon
7b927af0e1
tftp.1:
...
- Add the optional port argument to SYNOPSIS.
main.c:
- Sync usage with the manual page.
Approved by: trhodes (main.c part)
Obtained from: OpenBSD (jmc)
MFC after: 2 weeks
2003-10-01 21:01:14 +00:00
simon
9e88fd273d
Make the description of the connect, get, and put commands clearer.
...
Reported by: Gary W. Swearingen <underway@comcast.net>
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net> (original version)
Reviewed by: ru
PR: docs/36459
MFC after: 3 weeks
2003-09-13 23:34:34 +00:00
jon
1718e1586d
fix reverse logic in "connect" command that cause port specifications to be ignored.
...
MFC after: 1 week
2003-03-25 02:33:35 +00:00
ru
b67068895d
mdoc(7) police: markup polishing.
...
Approved by: re
2002-11-26 17:33:37 +00:00
ru
4898ea0542
mdoc(7) police: markup nits.
2002-05-30 06:18:53 +00:00
bsd
7fd0cc174c
To perform even basic error checking, one must have an exit code that
...
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)
2002-05-12 01:47:50 +00:00
ume
64ac411ccb
Backout copyright notice I broke by my previous commit.
2002-04-26 12:16:34 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
dwmalone
9504d77e9c
Add some constness to make this WARNS clean again.
2002-04-13 18:38:16 +00:00
ume
4f51ffc3fe
IPv6 support for tftp/tftpd.
...
Obtained from: KAME
MFC after: 2 weeks
2002-04-11 17:14:22 +00:00
dwmalone
80fda637a4
Clean up vendor ID and FBSDID.
...
We now seem to include <arpa/inet.h> to get ntoh*.
2002-03-30 14:18:15 +00:00
imp
0b20191705
remove __P
2002-03-22 01:42:45 +00:00
dwmalone
316f120601
1) Move FreeBSD ID below vendor ID and don't compile vendor ID.
...
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.
2002-02-27 15:22:12 +00:00
markm
31d81e4fbc
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
2002-02-08 23:07:37 +00:00
guido
ef47e8e61b
Argh...argv->argc
2002-01-04 13:46:57 +00:00
guido
f43a533e3e
Fix the coredump that occurs when, from the tfpt prompt, a 'c' command is
...
issued without an argument.
2002-01-04 13:42:14 +00:00
markm
1aabf9d8de
WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix
...
signed/unsigned comparisons. Use __FBSDID().
2001-12-11 23:43:15 +00:00
bde
cd74f31039
Fixed most style bugs in previous commit.
2001-10-19 12:27:26 +00:00
bde
5667be14fe
Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.
2001-10-19 12:15:56 +00:00
mdodd
7fc1eccefc
Add libedit support to tftp.
2001-10-19 00:23:07 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
36f138439b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
asmodai
09632ab08c
Fix tftpd and tftp to support file transfers of over 65535 blocks
...
(about 31 MB - 32 MB).
Submitted (partially)
by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
2001-02-02 10:53:02 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
nik
6578739ddb
Add $Id$, to make it simpler for members of the translation teams to
...
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
1999-07-12 20:24:20 +00:00
dg
49185b19a8
Rename a function name so that it doesn't conflict with a future system call.
1998-10-30 16:17:50 +00:00
imp
8c96be00ef
Don't assume that hp->h_lenght == 4. Be conservative in its use.
...
Submitted by: J. Assange a long time ago.
1998-06-09 04:31:02 +00:00
jb
0c290fd53e
Add #include <string.h> to get prototypes.
1998-02-20 04:33:03 +00:00
charnier
1cc1919e6e
Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
...
Obtained from: OpenBSD
1997-08-14 06:47:41 +00:00
bde
6ed5ccfb8f
Don't use __dead or __pure in user code. They were obfuscations
...
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.
1996-09-14 03:00:32 +00:00
joerg
10ec2134d5
Kill the (hopefully) last occurance of gets(3) in the base source tree.
1995-12-27 23:23:43 +00:00
rgrimes
a14d555c87
Remove trailing whitespace.
1995-05-30 06:41:30 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00