| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Reduce diffs to current. Spelling fixes. | Tom Rhodes | 2003-03-03 | 2 | -2/+2 |
| * | MFC: mdoc(7) `laundry'. | Tom Rhodes | 2003-02-24 | 2 | -36/+24 |
| * | MFC: 1.29: [sync with current] | Giorgos Keramidas | 2003-02-23 | 1 | -5/+5 |
| * | MFC: 1.59: [reduce diffs with current] | Giorgos Keramidas | 2003-02-23 | 1 | -0/+5 |
| * | MFC: 1.35: [sync with current] | Giorgos Keramidas | 2003-02-23 | 1 | -14/+17 |
| * | MFC rev. 1.60: When job control is disabled, never show the job id when | Tim J. Robbins | 2003-02-14 | 1 | -1/+2 |
| * | MFC 1.84: improved formatting | Tony Finch | 2003-02-13 | 1 | -0/+2 |
| * | Remove an unused doc Makefile. | Tom Rhodes | 2003-02-05 | 1 | -8/+0 |
| * | MFC: Revision 1.27 | Tom Rhodes | 2003-02-04 | 1 | -0/+1 |
| * | MFC: 1.25: Sync to -current, s/filesystem/file system/ | Giorgos Keramidas | 2003-02-04 | 1 | -2/+2 |
| * | MFC rev. 1.62: Ensure that the TTY file descriptor is greater than or | Tim J. Robbins | 2003-02-04 | 1 | -1/+14 |
| * | MFC: 1.11 Use '\033' rather than '\e' as the latter is a gccism. | David Malone | 2003-01-31 | 1 | -1/+1 |
| * | Sync with CURRENT. | Tom Rhodes | 2003-01-27 | 1 | -16/+16 |
| * | Revert parts of 1.17.2.10. The -v flag doesn't have special behavior | Giorgos Keramidas | 2003-01-24 | 1 | -4/+0 |
| * | Reduce diffs to current | Giorgos Keramidas | 2003-01-24 | 1 | -11/+9 |
| * | MFC: 1.11: Capitalise ASCII code names. | Giorgos Keramidas | 2003-01-24 | 1 | -1/+3 |
| * | MFC: mdoc fixes to reduce diffs from current | Giorgos Keramidas | 2003-01-24 | 1 | -2/+2 |
| * | MFC 1.23: mdoc(7) fixes, bump document date on behalf of the -n option. | Giorgos Keramidas | 2003-01-24 | 1 | -8/+8 |
| * | MFC: parts of 1.72: use .Tn ANSI instead of \*[Ai], reducing diffs to current. | Giorgos Keramidas | 2003-01-24 | 1 | -2/+2 |
| * | MFC: 1.21: Revert to using the .Tn POSIX instead of \*[Px]. | Giorgos Keramidas | 2003-01-24 | 1 | -1/+1 |
| * | MFC: 1.22: Typo fix, s/a/an/ | Giorgos Keramidas | 2003-01-24 | 1 | -1/+1 |
| * | MFC: 1.11: typo fix in article, s/an/a/ | Giorgos Keramidas | 2003-01-24 | 1 | -1/+1 |
| * | MFC: 1.7: reduce diffs to current, whitespace only changes. | Giorgos Keramidas | 2003-01-24 | 1 | -239/+239 |
| * | MFC: 1.7: s/an different/a different/ | Giorgos Keramidas | 2003-01-24 | 1 | -1/+1 |
| * | MFC revs. 1.39 and 1.41: Do not strip CTL* escapes from redirection | Tim J. Robbins | 2003-01-17 | 1 | -5/+5 |
| * | MFC: The code uses trapsasync, however the manual page uses asynctraps. Fix | Tom Rhodes | 2002-12-17 | 1 | -1/+1 |
| * | MFC 1.80: Document `trap EXIT` and `trap SIGNAME`. | Tony Finch | 2002-12-17 | 1 | -1/+4 |
| * | MFC rev 1.76: Do not print a header line if it would be empty. | Tim J. Robbins | 2002-11-30 | 1 | -0/+9 |
| * | MFC rev 1.11: Avoid accidentally making "-h" a synonym for "fc". | Tim J. Robbins | 2002-11-30 | 1 | -1/+1 |
| * | MFC: Print non-printing characters in directory names, as well as file names, | Tim J. Robbins | 2002-11-17 | 3 | -5/+9 |
| * | MFC 1.58: hours go 0-23 not 1-12 | Tony Finch | 2002-11-08 | 1 | -1/+1 |
| * | MFC: 1.21 peter: Initialize listf in main. | Warner Losh | 2002-11-07 | 1 | -1/+2 |
| * | MFC: revisions 1.45 and 1.46: allow empty case/esac statements, allow | Tim J. Robbins | 2002-10-18 | 1 | -2/+4 |
| * | MFC: -h documentation | Tom Rhodes | 2002-10-18 | 1 | -1/+1 |
| * | MFC: r1.21: | Tom Rhodes | 2002-10-18 | 1 | -7/+17 |
| * | MFC keyword.c rev1.56, print a list of valid formats when no valid formats | Juli Mallett | 2002-10-10 | 1 | -2/+5 |
| * | Use correct document date. | Johan Karlsson | 2002-10-10 | 1 | -1/+1 |
| * | MFC(1.42): cp -p could report success even if a file copy failed. Worst case | Stephen McKay | 2002-09-24 | 1 | -3/+4 |
| * | Back out recent commit. Incorrect impression that 'h' was already | Tom Rhodes | 2002-09-18 | 2 | -3/+3 |
| * | MFC: 'h' missing in getopt() call | Tom Rhodes | 2002-09-17 | 2 | -3/+3 |
| * | MFC rev 1.58: Correctly set the close-on-exec bit on the tty file descriptor | Tim J. Robbins | 2002-09-14 | 1 | -1/+1 |
| * | MFC rev. 1.51: | Maxim Konovalov | 2002-09-10 | 1 | -35/+34 |
| * | MFC: | Tim J. Robbins | 2002-08-27 | 19 | -315/+190 |
| * | MFC: 1.77 s/builtin/built-in/ and 1.78 s/filesystem/file system/ | Jens Schweikhardt | 2002-08-24 | 1 | -36/+36 |
| * | MFC: Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts | Tim J. Robbins | 2002-08-19 | 1 | -1/+1 |
| * | MFC: Add the -n option, which automatically answers "no" to the overwrite | Johan Karlsson | 2002-08-19 | 2 | -11/+34 |
| * | MFC: Allow redirections by themselves between "&&" and "||" operators. | Tim J. Robbins | 2002-08-17 | 1 | -3/+2 |
| * | MFC: IPv6 support for rcp. | Hajimu UMEMOTO | 2002-08-16 | 2 | -22/+42 |
| * | MFC: Several mdoc(7) fixes including spelling, markup, punctuation, and | Tom Rhodes | 2002-08-16 | 3 | -20/+25 |
| * | MFC: fix assorted typos. | Jens Schweikhardt | 2002-08-15 | 1 | -1/+1 |