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