| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't check for the existance of src/crypto/ for building items that | Mark Murray | 2003-07-24 | 1 | -1/+1 |
| * | This code isn't WARNS=6 clean in the standard (crypto) case | Ruslan Ermilov | 2003-07-20 | 1 | -0/+1 |
| * | Make this code WARNS=6 clean again (after GCC 3.1.1 import). | Ruslan Ermilov | 2003-07-20 | 2 | -14/+13 |
| * | Unbreak NOCRYPT buildworld. | Ruslan Ermilov | 2003-06-29 | 1 | -1/+1 |
| * | Get this area compiling with the highest WARNS= that it works with. | Mark Murray | 2003-06-13 | 1 | -0/+1 |
| * | Fix for the NO_OPENSSL case. | Mark Murray | 2003-06-08 | 1 | -1/+1 |
| * | Make ed compile in the NOCRYPT case. | John Hay | 2003-06-03 | 1 | -0/+4 |
| * | Modernise. Use libcrypto for DES instead of libcipher. | Mark Murray | 2003-06-02 | 3 | -52/+51 |
| * | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -1/+1 |
| * | Fix a broken reference to locale(5) and point to re_format(7) too for an | Giorgos Keramidas | 2003-05-03 | 1 | -2/+3 |
| * | Quiet warnings about copyright[]. | David E. O'Brien | 2003-05-01 | 1 | -0/+2 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Replace various spellings with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |
| * | Fix some easy WARNS. | Mark Murray | 2002-07-31 | 2 | -8/+8 |
| * | mdoc(7) police: a bit of tidying. | Ruslan Ermilov | 2002-07-04 | 1 | -55/+126 |
| * | Consistently use __FBSDID | David E. O'Brien | 2002-06-30 | 8 | -33/+16 |
| * | Add a description of the restrictions that red(1) imposes to users, | Giorgos Keramidas | 2002-06-24 | 1 | -7/+24 |
| * | Bogusness may have happened using a variable assignment here before, but | Juli Mallett | 2002-06-20 | 1 | -1/+1 |
| * | We have a place for extern declarations of global variables in ed.h, do not | Juli Mallett | 2002-06-20 | 2 | -3/+2 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-16 | 1 | -11/+18 |
| * | o __P has been reoved | Warner Losh | 2002-02-02 | 9 | -258/+150 |
| * | -lcipher is an installable library. | Ruslan Ermilov | 2001-12-06 | 1 | -2/+2 |
| * | Default to WARNS=2. Binary builds that cannot handle this must explicitly | David E. O'Brien | 2001-12-04 | 1 | -1/+0 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 1 | -3/+3 |
| * | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 1 | -3/+3 |
| * | o Correctly define rcsid. | Mike Barcroft | 2001-08-06 | 10 | -182/+158 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -7/+7 |
| * | Back out previous commit: it doesn't help anything since write_file(), | Dima Dorfman | 2001-06-28 | 1 | -2/+2 |
| * | Don't call exit(3) from a signal handler. | Dima Dorfman | 2001-06-24 | 1 | -2/+2 |
| * | Correct a spelling nit (a -> an). | Dima Dorfman | 2001-06-04 | 1 | -1/+1 |
| * | Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one | Warner Losh | 2001-05-29 | 3 | -16/+11 |
| * | Remove a comment which seemed to confuse makewhatis: | Ben Smithurst | 2001-03-29 | 1 | -1/+0 |
| * | Switch from using rand() or random() to a stronger, more appropriate PRNG | Kris Kennaway | 2001-03-05 | 1 | -8/+1 |
| * | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | Ruslan Ermilov | 2001-02-28 | 1 | -1/+1 |
| * | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -3/+4 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-18 | 1 | -1/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-15 | 1 | -14/+11 |
| * | Constify | Kris Kennaway | 2000-11-27 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -3/+3 |
| * | Properly declare the multiple-columns list. | Ruslan Ermilov | 2000-11-06 | 1 | -1/+1 |
| * | Finish conversion from man(7) to mdoc(7). | Ruslan Ermilov | 2000-11-06 | 1 | -9/+13 |
| * | Include sys/types.h | Brian Somers | 2000-10-16 | 2 | -0/+4 |
| * | Locale support was added by ache long ago. | Sheldon Hearn | 2000-07-17 | 1 | -4/+2 |
| * | Supply only one author name per instance of %A, as per mdoc.samples(7). | Sheldon Hearn | 2000-05-10 | 1 | -1/+2 |
| * | Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'. | Josef Karthauser | 2000-04-30 | 1 | -3/+5 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -4/+8 |
| * | Change DISTRIBUTION name to match reality. | Mark Murray | 2000-02-29 | 1 | -1/+1 |
| * | Add `.Nm red' to NAME section. | Alexey Zelkin | 2000-01-10 | 1 | -1/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 17 | -17/+17 |
| * | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 3 | -6/+6 |