Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert nets specified with -i/-n to network byte order. | jlemon | 1997-08-21 | 1 | -2/+2 |
| | | | | | PR: 3906, 3801 Submitted by: Bob Willcox <bob@luke.pmr.com>, Hiroya Tsubakimoto | ||||
* | Typo: .SH --> .Sh. | max | 1997-05-25 | 1 | -1/+1 |
| | | | | | PR: 3683 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Sort cross references. | wosch | 1997-01-20 | 2 | -2/+2 |
| | |||||
* | Fix some formatting problems. Closed PR# 2377. | mpp | 1997-01-08 | 1 | -2/+2 |
| | | | | Pointed out by: David O'Brien | ||||
* | Fixes: | scrappy | 1996-10-22 | 2 | -4/+4 |
| | | | | | | | | | | | If timed is running when system clock is changed by date command, improper wtmp entry is made. According to wtmp(5), two entries, one with "|" as ut_line field and one with "{" for ut_line, should be recorded, but, one with "|" and one with "}" are made. Closes: PR#bin/1182 Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp> | ||||
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -8/+8 |
| | |||||
* | Fully initialize (bzero) the stack-allocated "struct sockaddr_in server" | dg | 1995-05-15 | 1 | -1/+2 |
| | | | | | structure. Random junk on the stack would cause the call to bind to fail in some cases (since the address portion wasn't initialized). | ||||
* | Apply an even number of ntohl's to icmp_otime. This fixes | bde | 1994-11-27 | 1 | -3/+3 |
| | | | | `timedc clockdiff ...'. | ||||
* | Get rid of update. Make man page installation work with our scheme | wollman | 1994-08-05 | 2 | -2/+2 |
| | | | | (and rename a few in the process). | ||||
* | Why cast a constant to (unsigned long) when you can make it this by | rgrimes | 1994-05-28 | 1 | -1/+1 |
| | | | | appending UL. | ||||
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 34 | -0/+7339 |