Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |