| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Explain where .so paths are rooted, and why, and discourage its use; | Ingo Schwarze | 2011-12-11 | 1 | -0/+16 |
* | Ugh, environmental variables are Ev, not Er. Fix typos. | Kristaps Dzonsons | 2011-12-11 | 1 | -2/+2 |
* | Note CSS_DIR in man.cgi.7. | Kristaps Dzonsons | 2011-12-11 | 1 | -0/+2 |
* | When 303'ing a search directly to a page, remember to specify its manroot. | Kristaps Dzonsons | 2011-12-11 | 1 | -56/+53 |
* | Begin working on release notes. Also whitespace-fix man.cgi.7. | Kristaps Dzonsons | 2011-12-10 | 2 | -7/+35 |
* | Update man.cgi.7 to note compatibility and running with multiple roots. | Kristaps Dzonsons | 2011-12-10 | 1 | -15/+63 |
* | Slip in a fix to allow for empty cache directories. | Kristaps Dzonsons | 2011-12-10 | 1 | -1/+1 |
* | Finishing touches on multi-manroot man.cgi. If more than one root is | Kristaps Dzonsons | 2011-12-10 | 1 | -4/+23 |
* | Switch on "manpath=" handling, which I call the "manroot" (as "manpath" is | Kristaps Dzonsons | 2011-12-10 | 1 | -28/+45 |
* | Encode "manroot" into file URL and parse it properly. Right now this | Kristaps Dzonsons | 2011-12-10 | 1 | -13/+26 |
* | Avoid leaking index records: | Ingo Schwarze | 2011-12-10 | 1 | -20/+24 |
* | Big upgrade and polish for cgi.c. | Kristaps Dzonsons | 2011-12-10 | 1 | -162/+283 |
* | Plug a memory leak in single_search(). | Kristaps Dzonsons | 2011-12-10 | 1 | -1/+2 |
* | Fix selection of arch-specific manuals: | Ingo Schwarze | 2011-12-10 | 1 | -2/+6 |
* | Adding some missing "install" bits to Makefile. | Kristaps Dzonsons | 2011-12-10 | 1 | -8/+20 |
* | FreeBSD's man.cgi uses a "default" value for no arch. | Kristaps Dzonsons | 2011-12-10 | 1 | -3/+10 |
* | Add some periods (just to see if mlmmj is working again...). | Kristaps Dzonsons | 2011-12-10 | 1 | -2/+2 |
* | Forgot to make whatis the default during abstraction. Do it again. | Kristaps Dzonsons | 2011-12-09 | 1 | -2/+4 |
* | Abstract query extraction code. Perform some readability fixes while here. | Kristaps Dzonsons | 2011-12-09 | 1 | -137/+153 |
* | When specifying an architecture to whatis(1)/apropos(1)/man.cgi(7), do a | Kristaps Dzonsons | 2011-12-09 | 1 | -2/+4 |
* | Tweak pformatted(): | Ingo Schwarze | 2011-12-09 | 1 | -12/+13 |
* | Considerably tidy mandocdb(8) catman descriptions by skipping to the first | Kristaps Dzonsons | 2011-12-09 | 1 | -2/+2 |
* | Strip backspace encoding from preformatted manuals. This cleans up a lot | Kristaps Dzonsons | 2011-12-09 | 1 | -0/+12 |
* | If no man.cgi `whatis' results are found, offer a quick link to the apropos | Kristaps Dzonsons | 2011-12-08 | 1 | -3/+41 |
* | Fix stupid typo: strlcpy() instead of strlcat(). | Kristaps Dzonsons | 2011-12-08 | 1 | -1/+1 |
* | Clean up grok of preformatted manual description. | Kristaps Dzonsons | 2011-12-08 | 1 | -28/+35 |
* | index_prune always counted the free slots, | Ingo Schwarze | 2011-12-08 | 1 | -9/+9 |
* | If arguments are passed to mandocdb(8) in "default" mode, then use | Kristaps Dzonsons | 2011-12-08 | 1 | -4/+11 |
* | Look for man.cgi files in the cache, not under the volume path. | Kristaps Dzonsons | 2011-12-08 | 1 | -2/+2 |
* | First, remove the catman(8) jobstart() stuff. It only copies files. | Kristaps Dzonsons | 2011-12-08 | 1 | -113/+33 |
* | Tweak to make man.cgi's search results validate properly. | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+3 |
* | Apropos and man.cgi should strcasecmp their output sorting. | Kristaps Dzonsons | 2011-12-07 | 2 | -5/+15 |
* | Add skeleton man.cgi.css file. I don't think this should become more | Kristaps Dzonsons | 2011-12-07 | 2 | -20/+33 |
* | Accept old-school man.cgi parameters like "sektion" and "query". This still | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+17 |
* | Have a whatis/apropos mode, with the default (hitting enter within the | Kristaps Dzonsons | 2011-12-07 | 3 | -46/+72 |
* | Make installing CGI a bit easier. | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+9 |
* | By default, man.cgi should compile with -static (this was unset by mistake). | Kristaps Dzonsons | 2011-12-07 | 2 | -4/+18 |
* | Implement search support for 24 additional macros, extract more information | Ingo Schwarze | 2011-12-07 | 1 | -299/+252 |
* | Add cat2html functionality. This keeps track of italic/bold mode per line | Kristaps Dzonsons | 2011-12-07 | 1 | -56/+183 |
* | must ignore \h with quoted argument | Ingo Schwarze | 2011-12-05 | 1 | -0/+5 |
* | Implement mdoc(7)-like output style variant for man(7) documents: | Ingo Schwarze | 2011-12-04 | 3 | -20/+49 |
* | Make catman and man.cgi understand the index type-field. | Kristaps Dzonsons | 2011-12-04 | 4 | -36/+94 |
* | Fix parsing of file names given on the command line; i broke it | Ingo Schwarze | 2011-12-04 | 1 | -4/+3 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 3 | -12/+16 |
* | Remove an OpenBSD-specific tweak regarding .Xr spacing and make it | Ingo Schwarze | 2011-12-03 | 1 | -16/+0 |
* | Back out lorder, which doesn't seem necessary (?). I think this means all | Kristaps Dzonsons | 2011-12-03 | 2 | -2/+0 |
* | When processing .Sh HEAD, as soon as we know which section this is, | Ingo Schwarze | 2011-12-03 | 1 | -0/+15 |
* | ISO style "%Y-%m-%d" dates are common in man(7) .TH. | Ingo Schwarze | 2011-12-03 | 1 | -2/+3 |
* | Make sure the btree(3) goop is also BE. This covers both the DB metadata | Kristaps Dzonsons | 2011-12-03 | 2 | -0/+2 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 7 | -7/+23 |