| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sync with OpenBSD: do not talk about nginx(8) | Ingo Schwarze | 2016-07-07 | 1 | -4/+2 |
* | Update and simplify the documentation of the -s option, | Ingo Schwarze | 2016-07-01 | 1 | -29/+5 |
* | delete two entries that are done | Ingo Schwarze | 2016-06-05 | 1 | -5/+0 |
* | Trim trailing whitespace from man.conf lines; patch from millert@. | Ingo Schwarze | 2016-05-28 | 1 | -5/+4 |
* | Simplify search form: minus two visible control elements, minus | Ingo Schwarze | 2016-05-28 | 2 | -41/+17 |
* | Delete useless variables that could sneak into the Makefile | Ingo Schwarze | 2016-05-18 | 1 | -6/+6 |
* | Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS. | Ingo Schwarze | 2016-05-18 | 1 | -2/+2 |
* | Various people (among others Maxim Belooussov and Carsten Kunze) | Ingo Schwarze | 2016-05-18 | 3 | -48/+70 |
* | Linux needs <stddef.h>, or NULL isn't defined. | Ingo Schwarze | 2016-05-18 | 2 | -0/+2 |
* | Only focus on the query input box when no manual page is displayed, | Ingo Schwarze | 2016-04-29 | 1 | -8/+17 |
* | Set the "autofocus" attribute on the query text box. | Ingo Schwarze | 2016-04-28 | 1 | -1/+1 |
* | set up man.cgi(3) for inclusion in the web site | Ingo Schwarze | 2016-04-15 | 1 | -0/+2 |
* | document the internals of cgi.c for developers; | Ingo Schwarze | 2016-04-15 | 1 | -0/+282 |
* | Rename five static functions to make the classification of functions | Ingo Schwarze | 2016-04-15 | 1 | -15/+15 |
* | prefer warn[x](3) over fprintf(3) where appropriate | Ingo Schwarze | 2016-04-15 | 1 | -22/+18 |
* | Fix parsing of PATH_INFO if both a section directory and an | Ingo Schwarze | 2016-04-15 | 1 | -17/+13 |
* | Make HTML tags lower case for better stylistic agreement with what | Ingo Schwarze | 2016-04-15 | 1 | -96/+96 |
* | In the architectures dropdown, move aviion, ia64, solbourne, and vax | Ingo Schwarze | 2016-04-15 | 1 | -9/+9 |
* | If PATH_INFO contains a complete and correct path to a manual page | Ingo Schwarze | 2016-04-15 | 1 | -2/+3 |
* | omit list of other results when there is only one match | Ingo Schwarze | 2016-04-15 | 1 | -20/+23 |
* | for .Xr links, use short PATH_INFO style URIs | Ingo Schwarze | 2016-04-14 | 1 | -6/+2 |
* | Fix a process group race. | Ingo Schwarze | 2016-04-14 | 1 | -2/+8 |
* | do not rewrite short queries | Ingo Schwarze | 2016-04-14 | 1 | -1/+4 |
* | in -man -Thtml, .nf does not preserve indentation | Ingo Schwarze | 2016-04-14 | 1 | -0/+5 |
* | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze | 2016-04-13 | 1 | -12/+14 |
* | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze | 2016-04-13 | 1 | -8/+10 |
* | fix error page indentation: | Ingo Schwarze | 2016-04-13 | 1 | -1/+2 |
* | sed 's/the the/the/' in a comment; from krw@ | Ingo Schwarze | 2016-04-12 | 1 | -1/+1 |
* | double word; from jmc@ | Ingo Schwarze | 2016-03-19 | 1 | -1/+1 |
* | Make the SCRIPT_NAME logic simpler, safer, and make it actually work; | Ingo Schwarze | 2016-03-18 | 3 | -64/+66 |
* | document short URIs | Ingo Schwarze | 2016-03-18 | 1 | -1/+10 |
* | make man(1) mode the default rather than apropos(1) mode | Ingo Schwarze | 2016-03-17 | 1 | -1/+2 |
* | 'accomodate' -> 'accommodate' in a comment. | Ingo Schwarze | 2016-03-17 | 1 | -1/+1 |
* | support short URIs for man.openbsd.org | Ingo Schwarze | 2016-03-17 | 1 | -8/+68 |
* | unbreak reading from stdin after recent parse() restructuring; | Ingo Schwarze | 2016-01-16 | 1 | -1/+1 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 12 | -114/+110 |
* | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze | 2016-01-08 | 2 | -8/+8 |
* | Simplify the mparse_open() interface. | Ingo Schwarze | 2016-01-08 | 6 | -29/+21 |
* | It was very surprising that a function called mparse_readfd() | Ingo Schwarze | 2016-01-08 | 5 | -5/+11 |
* | would be nice to warn about broken .Xr links... | Ingo Schwarze | 2016-01-08 | 1 | -0/+5 |
* | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, | Ingo Schwarze | 2016-01-08 | 1 | -1/+1 |
* | This code wasted memory by allocating sizeof(enum termfont *) | Ingo Schwarze | 2016-01-07 | 1 | -1/+1 |
* | Recursive "define" was not detected because "lim" was never | Ingo Schwarze | 2016-01-07 | 1 | -0/+1 |
* | Improve handling of .Va and .Vt macros. | Ingo Schwarze | 2016-01-04 | 1 | -13/+28 |
* | Generate simpler in-page links: just replace spaces with underscores. | Ingo Schwarze | 2016-01-04 | 2 | -6/+4 |
* | Don't retain the search query in the resulting manual links. | Ingo Schwarze | 2016-01-04 | 1 | -55/+2 |
* | remove NULL-checks before free(); from mmcc@ | Ingo Schwarze | 2015-12-23 | 1 | -4/+2 |
* | pledge(2) style: | Ingo Schwarze | 2015-12-15 | 2 | -13/+21 |
* | No point in trying to go on when elementary database operations | Ingo Schwarze | 2015-11-26 | 3 | -6/+22 |
* | Fix multiple issues regarding process group and signal mask handling | Ingo Schwarze | 2015-11-20 | 3 | -23/+65 |