| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct and update Japanese holidays. | Akinori MUSHA | 2001-04-20 | 1 | -7/+13 |
| * | Properly constify the rcsid[]. | Jeroen Ruigrok van der Werven | 2001-04-20 | 8 | -8/+16 |
| * | Add $FreeBSD$ to the files which didn't have it yet. | Jeroen Ruigrok van der Werven | 2001-04-20 | 11 | -15/+13 |
| * | Fix damage I did in rev 1.4 that broke formatting this example: | David E. O'Brien | 2001-04-20 | 1 | -0/+2 |
| * | Change uses of mktemp() to mkstemp(). | Jeroen Ruigrok van der Werven | 2001-04-19 | 2 | -57/+72 |
| * | Change SYNOPSIS to use mdoc keeps. | Jeroen Ruigrok van der Werven | 2001-04-19 | 1 | -13/+39 |
| * | Fix some mdoc usage. | Jeroen Ruigrok van der Werven | 2001-04-19 | 1 | -4/+6 |
| * | Fix english grammar: then does -> than. | Jeroen Ruigrok van der Werven | 2001-04-19 | 1 | -1/+1 |
| * | Add a comma after e.g.. This syncs us more with NetBSD and looks more | Jeroen Ruigrok van der Werven | 2001-04-19 | 1 | -2/+2 |
| * | Fix spelling of comparison (was: comparision). | Jeroen Ruigrok van der Werven | 2001-04-19 | 3 | -16/+22 |
| * | Add Russian message catalog | Andrey A. Chernov | 2001-04-19 | 2 | -1/+188 |
| * | mdoc(7) police: normalize .Nd. | Ruslan Ermilov | 2001-04-18 | 2 | -2/+2 |
| * | Remove a bogus %s from a printf. | Nick Hibma | 2001-04-17 | 1 | -1/+1 |
| * | Fix typo s/thissystem/this system/ | Jesper Skriver | 2001-04-16 | 1 | -1/+1 |
| * | Clean up temporary file(s) and directory when m4 exits without falling | Gregory Neil Shapiro | 2001-04-16 | 3 | -7/+18 |
| * | mdoc(7) police: cosmetics. | Ruslan Ermilov | 2001-04-16 | 1 | -1/+1 |
| * | Grammar police: "its", not "it's", is the possessive form of "it". | Dima Dorfman | 2001-04-15 | 1 | -1/+1 |
| * | Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTI | Alfred Perlstein | 2001-04-13 | 2 | -0/+19 |
| * | mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section. | Dima Dorfman | 2001-04-13 | 3 | -6/+6 |
| * | mdoc(7) police: Fixed typo and markup in rev.1.11. | Ruslan Ermilov | 2001-04-13 | 1 | -2/+2 |
| * | o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K. | Brian Somers | 2001-04-10 | 1 | -4/+14 |
| * | beforeinstall -> SCRIPTS. | Ruslan Ermilov | 2001-04-07 | 11 | -48/+22 |
| * | Execute this script in a "C" locale environment. | Ruslan Ermilov | 2001-04-06 | 1 | -0/+2 |
| * | Add IPv6 support to showmount(8). This replaces IPv4-specific code | Ian Dowse | 2001-04-05 | 1 | -34/+2 |
| * | Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to to | Bruce Evans | 2001-04-04 | 1 | -5/+7 |
| * | Round up before checking if the width is smaller than the widest | David Malone | 2001-04-03 | 1 | -3/+5 |
| * | Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in | Ruslan Ermilov | 2001-04-03 | 1 | -1/+1 |
| * | Do not override `realinstall' target, use ${PROGNAME}. | Ruslan Ermilov | 2001-04-02 | 1 | -5/+1 |
| * | Do not override `realinstall' target, use ${PROGNAME}. | Ruslan Ermilov | 2001-04-02 | 1 | -6/+3 |
| * | libtelnet.a is gone; add a special hack for `make release' fixit floppy. | Ruslan Ermilov | 2001-03-31 | 1 | -3/+8 |
| * | Don't core dump when given "-i -a". Problem caused by a mistaken | Poul-Henning Kamp | 2001-03-30 | 1 | -1/+2 |
| * | Include a missing header, and change a mktemp(3), mkdir(2) sequence to | Eric Melville | 2001-03-29 | 2 | -2/+2 |
| * | numdirtybuffers is an int, not a long. | Andrew Gallatin | 2001-03-29 | 1 | -1/+1 |
| * | Update message #56. Maxim didn't merge the English version here since | Joerg Wunsch | 2001-03-28 | 2 | -2/+2 |
| * | There was only a single message to be translated into German here. | Joerg Wunsch | 2001-03-28 | 2 | -2/+2 |
| * | Bring the usage message in synch with reality. | Dag-Erling Smørgrav | 2001-03-28 | 1 | -3/+2 |
| * | Add Ukrainian translation. | Maxim Sobolev | 2001-03-28 | 2 | -1/+187 |
| * | Back out my fseeko -> fseek(END) change - we need to position on what we | Andrey A. Chernov | 2001-03-28 | 1 | -1/+1 |
| * | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | Ruslan Ermilov | 2001-03-28 | 1 | -1/+7 |
| * | Restore part of my fix spammed in v1.23: | Andrey A. Chernov | 2001-03-27 | 1 | -1/+1 |
| * | Fix tail to work on files bigger than 2GB. | David Malone | 2001-03-27 | 4 | -65/+146 |
| * | Add full PAM support for account management and sessions. | Mark Murray | 2001-03-27 | 6 | -96/+332 |
| * | Describe details of importing. | Maxim Sobolev | 2001-03-27 | 1 | -0/+28 |
| * | Traverse ${DESTDIR}/usr/include in lexographical order. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | Add comment explaining why size not passed directly to mmap, i.e. not relay | Andrey A. Chernov | 2001-03-27 | 1 | -3/+9 |
| * | Do not override the ``install'' target. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | Update FreeBSD translations to match 1.4.1 (actually just copied Enslish | Maxim Sobolev | 2001-03-27 | 6 | -12/+30 |
| * | Resolve conflicts. | Maxim Sobolev | 2001-03-27 | 6 | -157/+517 |
| * | This commit was generated by cvs2svn to compensate for changes in r74853, | Maxim Sobolev | 2001-03-27 | 2 | -21/+38 |
| |\ |
|
| | * | Virgin import of Hugh F. Mahon's EasyEditor 1.4.1. | Maxim Sobolev | 2001-03-27 | 7 | -159/+713 |