Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix markup. | ru | 2007-11-07 | 1 | -29/+31 |
| | |||||
* | Set txrx_error to 1 when we reach abort. This makes the program correctly ↵ | matteo | 2006-09-28 | 1 | -0/+2 |
| | | | | | | | | | | set the exit code. The PR has further details on this. PR: bin/103206 Submitted by: John Hickey <jjh-freebsd@daedalian.us> MFC after: 3 days | ||||
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
| | | | | | | size. PR: 86355 | ||||
* | Use socklen_t where appropriate. | stefanf | 2005-08-05 | 1 | -2/+2 |
| | |||||
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 1 | -1/+1 |
| | | | | socklen_t * argument. | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -5/+5 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Bumped the document date. | ru | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | Fix BSS buffer overflow in makeargv(). | tjr | 2003-10-12 | 1 | -2/+3 |
| | |||||
* | tftp.1: | simon | 2003-10-01 | 2 | -6/+6 |
| | | | | | | | | | | - 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 | ||||
* | Make the description of the connect, get, and put commands clearer. | simon | 2003-09-13 | 1 | -34/+43 |
| | | | | | | | | 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 | ||||
* | fix reverse logic in "connect" command that cause port specifications to be ↵ | jon | 2003-03-25 | 1 | -2/+2 |
| | | | | | | ignored. MFC after: 1 week | ||||
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -1/+1 |
| | | | | Approved by: re | ||||
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -5/+5 |
| | |||||
* | To perform even basic error checking, one must have an exit code that | bsd | 2002-05-12 | 2 | -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. | ume | 2002-04-26 | 1 | -1/+1 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
| | |||||
* | Add some constness to make this WARNS clean again. | dwmalone | 2002-04-13 | 1 | -3/+3 |
| | |||||
* | IPv6 support for tftp/tftpd. | ume | 2002-04-11 | 4 | -94/+155 |
| | | | | | Obtained from: KAME MFC after: 2 weeks | ||||
* | Clean up vendor ID and FBSDID. | dwmalone | 2002-03-30 | 1 | -5/+7 |
| | | | | We now seem to include <arpa/inet.h> to get ntoh*. | ||||
* | remove __P | imp | 2002-03-22 | 4 | -42/+44 |
| | |||||
* | 1) Move FreeBSD ID below vendor ID and don't compile vendor ID. | dwmalone | 2002-02-27 | 1 | -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. | markm | 2002-02-08 | 1 | -1/+0 |
| | |||||
* | Argh...argv->argc | guido | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | Fix the coredump that occurs when, from the tfpt prompt, a 'c' command is | guido | 2002-01-04 | 1 | -1/+1 |
| | | | | issued without an argument. | ||||
* | WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix | markm | 2001-12-11 | 4 | -87/+87 |
| | | | | signed/unsigned comparisons. Use __FBSDID(). | ||||
* | Fixed most style bugs in previous commit. | bde | 2001-10-19 | 1 | -14/+11 |
| | |||||
* | Fixed missing DPADD and misplaced $FreeBSD$ in previous commit. | bde | 2001-10-19 | 1 | -1/+2 |
| | |||||
* | Add libedit support to tftp. | mdodd | 2001-10-19 | 2 | -8/+46 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Fix tftpd and tftp to support file transfers of over 65535 blocks | asmodai | 2001-02-02 | 2 | -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. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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. | dg | 1998-10-30 | 3 | -6/+6 |
| | |||||
* | Don't assume that hp->h_lenght == 4. Be conservative in its use. | imp | 1998-06-09 | 1 | -8/+14 |
| | | | | Submitted by: J. Assange a long time ago. | ||||
* | Add #include <string.h> to get prototypes. | jb | 1998-02-20 | 1 | -1/+2 |
| | |||||
* | Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD. | charnier | 1997-08-14 | 4 | -32/+36 |
| | | | | Obtained from: OpenBSD | ||||
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -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. | joerg | 1995-12-27 | 1 | -6/+11 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 7 | -0/+1723 |