Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r263863: | gjb | 2014-03-31 | 1 | -2/+1 |
| | | | | | | Dereference nonexistent md2(3) manual. Sponsored by: The FreeBSD Foundation | ||||
* | Markup fixes. | ru | 2005-06-16 | 1 | -1/+2 |
| | | | | Approved by: re | ||||
* | The third parameter to SHA_Update and SHA1_Update is a "size_t", not a | cperciva | 2005-03-09 | 1 | -2/+2 |
| | | | | "unsigned int". | ||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -2/+2 |
| | |||||
* | Sort sections. | ru | 2005-01-20 | 1 | -3/+3 |
| | |||||
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Assorted mdoc(7) fixes: | hmp | 2003-10-09 | 1 | -8/+15 |
| | | | | | | | | | | - fix hard sentence breaks - sprinkle a few .Vt's where neccessary - remove incorrect use of `\-' - proper quoting using .Dq, instead of manual ``...'' Approved by: des@ (mentor) Reviewed by: ru@ | ||||
* | Modernize my email address. | phk | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+2 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use proper markup for function arguments. | ru | 2001-04-04 | 1 | -6/+6 |
| | |||||
* | Add a new entrypoint to the hashes in libmd: | phk | 2001-03-17 | 1 | -0/+23 |
| | | | | | | | | | char * FooFileChunk(const char *filename, char *buf, off_t offset, off_t length) Which only hashes part of a file. Implement FooFile() in terms of this function. Submitted by: roam | ||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Introduce .Lb macro to libmd manpages | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Don't even attempt to build the assembly-language versions of RIPEMD160 | wollman | 1999-03-01 | 1 | -1/+13 |
| | | | | | | and SHA-1 when OBJFORMAT is not ELF. Add a warning to the man page about how SHA-1 uses bswapl, which will trap on 80386es (and the kernel should, but doesn't currently, emulate). | ||||
* | Add Eric Young's RIPEMD160 implementation as well, in case SHA-1 | wollman | 1999-02-26 | 1 | -3/+4 |
| | | | | should prove weak. Also fix a few problems with the SHA-1 build. | ||||
* | Fix bug in MDx test suite. | wollman | 1999-02-26 | 1 | -0/+138 |
Add Eric Young's SHA-[01] implementations. |