| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a grammar bogon. | schweikh | 2001-04-26 | 1 | -1/+1 |
* | Remove XXX_BROKEN_GCC from the Makefile. | asmodai | 2001-04-26 | 1 | -3/+0 |
* | mdoc(7) police: remove hard sentence breaks. | dd | 2001-04-26 | 1 | -3/+6 |
* | Add missing break when printing IPv6 multicast addresses. | fenner | 2001-04-26 | 1 | -1/+2 |
* | Remove GCC-ism (-Wall). | will | 2001-04-26 | 1 | -1/+1 |
* | Add -Wall. | ru | 2001-04-25 | 1 | -1/+1 |
* | -Wall cleanup. | ru | 2001-04-25 | 1 | -1/+2 |
* | unifdef -UWANT_ENV_PWD. | ru | 2001-04-25 | 2 | -42/+13 |
* | Make ${.OBJDIR} canonical. | ru | 2001-04-25 | 1 | -10/+2 |
* | Reverse order of from and to in order to match reality. | dougb | 2001-04-25 | 1 | -1/+1 |
* | Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3). | dd | 2001-04-25 | 1 | -5/+17 |
* | Wrap lint calling in a variable. | asmodai | 2001-04-24 | 1 | -2/+3 |
* | Add build-tools target to the description file, requisite of making | asmodai | 2001-04-24 | 1 | -1/+3 |
* | Call usage() if given more than 1 argument. | kris | 2001-04-24 | 1 | -2/+4 |
* | Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should | asmodai | 2001-04-23 | 4 | -5/+5 |
* | Include correct header files, in preparation for fixing sys/mount.h. | grog | 2001-04-23 | 2 | -0/+3 |
* | Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should | asmodai | 2001-04-22 | 15 | -15/+15 |
* | Aesthetics: fix placement of $NetBSD$ (use space instead of tab) | asmodai | 2001-04-21 | 19 | -19/+20 |
* | Correct and update Japanese holidays. | knu | 2001-04-20 | 1 | -7/+13 |
* | Properly constify the rcsid[]. | asmodai | 2001-04-20 | 8 | -8/+16 |
* | Add $FreeBSD$ to the files which didn't have it yet. | asmodai | 2001-04-20 | 11 | -15/+13 |
* | Fix damage I did in rev 1.4 that broke formatting this example: | obrien | 2001-04-20 | 1 | -0/+2 |
* | Change uses of mktemp() to mkstemp(). | asmodai | 2001-04-19 | 2 | -57/+72 |
* | Change SYNOPSIS to use mdoc keeps. | asmodai | 2001-04-19 | 1 | -13/+39 |
* | Fix some mdoc usage. | asmodai | 2001-04-19 | 1 | -4/+6 |
* | Fix english grammar: then does -> than. | asmodai | 2001-04-19 | 1 | -1/+1 |
* | Add a comma after e.g.. This syncs us more with NetBSD and looks more | asmodai | 2001-04-19 | 1 | -2/+2 |
* | Fix spelling of comparison (was: comparision). | asmodai | 2001-04-19 | 3 | -16/+22 |
* | Add Russian message catalog | ache | 2001-04-19 | 2 | -1/+188 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 2 | -2/+2 |
* | Remove a bogus %s from a printf. | n_hibma | 2001-04-17 | 1 | -1/+1 |
* | Fix typo s/thissystem/this system/ | jesper | 2001-04-16 | 1 | -1/+1 |
* | Clean up temporary file(s) and directory when m4 exits without falling | gshapiro | 2001-04-16 | 3 | -7/+18 |
* | mdoc(7) police: cosmetics. | ru | 2001-04-16 | 1 | -1/+1 |
* | Grammar police: "its", not "it's", is the possessive form of "it". | dd | 2001-04-15 | 1 | -1/+1 |
* | Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTI | alfred | 2001-04-13 | 2 | -0/+19 |
* | mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section. | dd | 2001-04-13 | 3 | -6/+6 |
* | mdoc(7) police: Fixed typo and markup in rev.1.11. | ru | 2001-04-13 | 1 | -2/+2 |
* | o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K. | brian | 2001-04-10 | 1 | -4/+14 |
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 11 | -48/+22 |
* | Execute this script in a "C" locale environment. | ru | 2001-04-06 | 1 | -0/+2 |
* | Add IPv6 support to showmount(8). This replaces IPv4-specific code | iedowse | 2001-04-05 | 1 | -34/+2 |
* | Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to to | bde | 2001-04-04 | 1 | -5/+7 |
* | Round up before checking if the width is smaller than the widest | dwmalone | 2001-04-03 | 1 | -3/+5 |
* | Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in | ru | 2001-04-03 | 1 | -1/+1 |
* | Do not override `realinstall' target, use ${PROGNAME}. | ru | 2001-04-02 | 1 | -5/+1 |
* | Do not override `realinstall' target, use ${PROGNAME}. | ru | 2001-04-02 | 1 | -6/+3 |
* | libtelnet.a is gone; add a special hack for `make release' fixit floppy. | ru | 2001-03-31 | 1 | -3/+8 |
* | Don't core dump when given "-i -a". Problem caused by a mistaken | phk | 2001-03-30 | 1 | -1/+2 |
* | Include a missing header, and change a mktemp(3), mkdir(2) sequence to | eric | 2001-03-29 | 2 | -2/+2 |