| Commit message (Expand) | Author | Age | Files | Lines |
* | Break lines to be < 80 chars. This has been done only to that file in | cracauer | 1999-07-07 | 1 | -16/+25 |
* | Per requests from the community, commit rudimentary cross compilation | imp | 1999-07-07 | 1 | -2/+2 |
* | Use -finet option to netstat(1), and don't discard anything. | des | 1999-07-06 | 2 | -11/+10 |
* | Don't truncate port numbers. | des | 1999-07-06 | 1 | -9/+5 |
* | Update to new struct sigcontext after SA_SIGINFO changes | cracauer | 1999-07-06 | 4 | -18/+20 |
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 19 | -41/+62 |
* | Don't ignore weak symbols. | dt | 1999-07-03 | 1 | -1/+0 |
* | Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" rather | des | 1999-07-03 | 2 | -7/+8 |
* | Remove unused variable. | billf | 1999-07-02 | 1 | -2/+1 |
* | Add braces to avoid ambigious else. | billf | 1999-07-02 | 1 | -1/+2 |
* | o use getprotobynumber(3) instead of hardcoded protocol names. | ru | 1999-07-02 | 2 | -27/+15 |
* | Actually fixed ambiguous else. The previous revision had no effect. | bde | 1999-07-02 | 1 | -4/+4 |
* | "transfered" -> "transferred" | green | 1999-07-02 | 2 | -4/+4 |
* | Fix ambigious else. | billf | 1999-07-01 | 1 | -2/+3 |
* | Document that FTP_PASSIVE_MODE should be explicitly | ru | 1999-07-01 | 1 | -2/+4 |
* | (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior. | billf | 1999-07-01 | 1 | -3/+6 |
* | retreived -> retrieved | kris | 1999-06-30 | 1 | -3/+3 |
* | Decode all currently supported values of the ptrace `request' arg. | bde | 1999-06-26 | 1 | -3/+20 |
* | Make a reference to rtprio, which will definatly be of interest to someone | billf | 1999-06-25 | 2 | -3/+6 |
* | - add "-s src_addr" option to allow setting of the source IP address; | ru | 1999-06-25 | 7 | -75/+108 |
* | Don't add '?' to getopt's options. | imp | 1999-06-24 | 1 | -1/+1 |
* | Some man page cleanup. Make the NAME and SYNOPSIS sections agree so | mpp | 1999-06-24 | 4 | -10/+22 |
* | Add the 'reset' command to the NAME section. | mpp | 1999-06-24 | 1 | -1/+2 |
* | Add a messy example of how to get debug-mode error messages written to | sheldonh | 1999-06-23 | 1 | -1/+11 |
* | Don't strip trailing .suffixes from filenames. Although obviously | hoek | 1999-06-21 | 2 | -5/+6 |
* | Add missing argument to synopsis. | sheldonh | 1999-06-21 | 1 | -1/+2 |
* | This fixes the problem of cancelling an FTP transfer resulting in | green | 1999-06-21 | 2 | -3/+6 |
* | Postpone call to usage() until after all options are processed so that | sheldonh | 1999-06-18 | 1 | -6/+9 |
* | Please forgive me, it's my first day on the block. Forgot to mention: | sheldonh | 1999-06-17 | 1 | -1/+1 |
* | Null commit to reflect that the previous commit added warnings for | sheldonh | 1999-06-17 | 1 | -1/+1 |
* | * Add a command-line option to enable debugging mode, which sends error | sheldonh | 1999-06-17 | 2 | -19/+67 |
* | Add "-N" option to the SYNOPSIS and usage(). | ru | 1999-06-17 | 2 | -5/+5 |
* | Syscall arguments are now properly aligned. Print them, and syscall return | dt | 1999-06-16 | 1 | -16/+16 |
* | Add "-s src_addr" option to allow setting of the source IP address. | ru | 1999-06-16 | 3 | -9/+60 |
* | Correctly document the two different object file formats that can be | mpp | 1999-06-15 | 1 | -3/+3 |
* | It was possible to circumvent telnet's security ``-E'' (no escape at all) | ru | 1999-06-14 | 1 | -1/+1 |
* | Man pages for top refer to only 2.x, but not to 3.x and later | n_hibma | 1999-06-14 | 2 | -4/+4 |
* | Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. | foxfair | 1999-06-08 | 3 | -4/+4 |
* | Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again. | des | 1999-06-07 | 1 | -4/+7 |
* | Correct description of -c and -w options | kris | 1999-06-06 | 1 | -8/+10 |
* | The -perm option takes argument [-]mode, not [-mode] | kris | 1999-06-06 | 1 | -3/+6 |
* | - When trying to decide if $EDITOR == "vi", match against only the first | hoek | 1999-06-05 | 1 | -5/+28 |
* | Fix a width. | ru | 1999-06-05 | 1 | -1/+1 |
* | Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS | julian | 1999-06-05 | 2 | -3/+5 |
* | No, the space required for a string is strlen() _plus_ one... Oops. | hoek | 1999-06-04 | 1 | -3/+2 |
* | getvfsbyname() returns zero on success. | ru | 1999-06-03 | 1 | -2/+2 |
* | Don't print backspaces in first column since they backup to the prev line. | hoek | 1999-06-02 | 1 | -5/+12 |
* | Grok gtags too. | hoek | 1999-06-01 | 7 | -42/+425 |
* | General code cleanup [incomplete]. Make the arrow keys work. | hoek | 1999-05-30 | 9 | -91/+339 |
* | Fixed usage message to almost match the man page. The old -d option and | bde | 1999-05-27 | 1 | -12/+9 |