| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 5 | -7/+14 |
| * | strunvis(3) and unvis(3) are the same files. | Alexander Langer | 2000-12-08 | 1 | -1/+0 |
| * | There are four types of encoding now, not three. Most of them use the | Alexander Langer | 2000-12-08 | 1 | -2/+2 |
| * | When TFTP tries to open a file, it is expecting struct open_file | Paul Saab | 2000-12-08 | 1 | -0/+3 |
| * | Upgrade to groff 1.16.1. | Ruslan Ermilov | 2000-12-06 | 1 | -8/+1 |
| * | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | Dag-Erling Smørgrav | 2000-12-06 | 2 | -4/+4 |
| * | Back this out, we apparently have the ipfw(4). | Ruslan Ermilov | 2000-12-06 | 1 | -1/+1 |
| * | ipfw(4) -> ipfw(8). | Ruslan Ermilov | 2000-12-06 | 1 | -1/+1 |
| * | Cleanup XXXdir functions to eliminate global hash table of | Daniel Eischen | 2000-12-06 | 5 | -53/+34 |
| * | Add appropriate defines to use snprintf/vsnprintf instead of | Chris D. Faulhaber | 2000-12-06 | 1 | -0/+2 |
| * | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | David E. O'Brien | 2000-12-05 | 1 | -1/+1 |
| * | Move the ipfw(4) xref to the description of LOG_SECURITY instead of | John Baldwin | 2000-12-05 | 1 | -1/+1 |
| * | Add some missing functions in MLINKS. Link assume_default_colors.3 | Thomas Gellekum | 2000-12-05 | 2 | -10/+20 |
| * | Install manpages, including appropriate MLINKS. | Thomas Gellekum | 2000-12-05 | 6 | -0/+274 |
| * | Forgot to remove the old line in the last commit. | Brian Feldman | 2000-12-05 | 1 | -1/+0 |
| * | - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpd | Hajimu UMEMOTO | 2000-12-04 | 1 | -101/+169 |
| * | mdoc(7) police: fix formatting errors in rev 1.27. | Ruslan Ermilov | 2000-12-04 | 1 | -13/+27 |
| * | When recording the original arguments, stop short if we encounter | John Polstra | 2000-12-04 | 1 | -0/+10 |
| * | When recording the original arguments, don't (ab)use "nargc" for | John Polstra | 2000-12-04 | 1 | -3/+4 |
| * | Add warning on file-fragmentation issues related to MAP_NOSYNC | Matthew Dillon | 2000-12-03 | 1 | -0/+15 |
| * | Remove last vestiges of thr_sleep and thr_wakeup from libc. | Jake Burkholder | 2000-12-02 | 4 | -4/+4 |
| * | Fix some error-handling logic so that ferror is called before fclose, | Garance A Drosehn | 2000-12-02 | 1 | -7/+21 |
| * | Remove some obsolete comments. | Dag-Erling Smørgrav | 2000-12-01 | 1 | -13/+0 |
| * | Clean up the whitespace encoding code. | Dag-Erling Smørgrav | 2000-12-01 | 1 | -5/+6 |
| * | Add SCHEME_HTTPS. | Dag-Erling Smørgrav | 2000-12-01 | 1 | -0/+1 |
| * | The GCC 2.96 snapshots have slightly different rules for finding include | David E. O'Brien | 2000-12-01 | 1 | -1/+1 |
| * | remove unneded sys/ucred.h include | Alfred Perlstein | 2000-11-30 | 1 | -1/+0 |
| * | document O_NOFOLLOW and O_FSYNC flags to open | Alfred Perlstein | 2000-11-29 | 1 | -0/+21 |
| * | Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x | John Baldwin | 2000-11-28 | 3 | -3/+3 |
| * | The parameter that contains valid options is "optstring", not "optarg". | Matthew Hunt | 2000-11-28 | 1 | -1/+1 |
| * | Add reference to elf(5) in addition to already mentioned a.out(5) and add both | Maxim Sobolev | 2000-11-27 | 1 | -0/+4 |
| * | Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only default | Dag-Erling Smørgrav | 2000-11-27 | 1 | -2/+6 |
| * | Don't try to get the proxy port number from /etc/services. | Dag-Erling Smørgrav | 2000-11-27 | 1 | -4/+0 |
| * | Note that the `fmt' parameter is a printf()-like string. | David E. O'Brien | 2000-11-26 | 1 | -1/+4 |
| * | Constify | Kris Kennaway | 2000-11-26 | 2 | -2/+4 |
| * | sprintf -> snprintf | Kris Kennaway | 2000-11-26 | 1 | -1/+1 |
| * | Make it possible to override the function which writes messages to | Poul-Henning Kamp | 2000-11-26 | 2 | -18/+32 |
| * | sprintf -> snprintf | Kris Kennaway | 2000-11-26 | 1 | -1/+1 |
| * | Fix a mangled $Id string | Peter Wemm | 2000-11-25 | 1 | -1/+1 |
| * | In env_destroy(), it is a bad idea to env_swap(self, 0) to switch | Brian Feldman | 2000-11-25 | 1 | -0/+2 |
| * | Correct an arguement to ssh_add_identity, this matches what is currently | Bill Fumerola | 2000-11-25 | 1 | -1/+1 |
| * | Remove the only hard sentence break in the file. | Sheldon Hearn | 2000-11-24 | 1 | -4/+5 |
| * | Eliminate groff(1) warnings. | Ruslan Ermilov | 2000-11-24 | 7 | -49/+77 |
| * | mdoc(7) police: Er macro usage cleanup. | Ruslan Ermilov | 2000-11-22 | 53 | -87/+124 |
| * | Don't go haywire if the server closes the connection in the middle of a | Dag-Erling Smørgrav | 2000-11-22 | 1 | -1/+1 |
| * | Revert previous commit, it was somewhat hasty. | Dag-Erling Smørgrav | 2000-11-22 | 1 | -5/+1 |
| * | Don't go haywire if the server closes the connection during a multiline | Dag-Erling Smørgrav | 2000-11-22 | 1 | -1/+5 |
| * | log | Ruslan Ermilov | 2000-11-22 | 10 | -6/+17 |
| * | mdoc(7) police: use the new feature of the An macro. | Ruslan Ermilov | 2000-11-22 | 1 | -24/+14 |
| * | Fix a logic reversal: the RFFDG flag must be unset in order to share | Jonathan Lemon | 2000-11-21 | 1 | -3/+6 |