aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Encode "manroot" into file URL and parse it properly. Right now thisKristaps Dzonsons2011-12-101-14/+27
* Avoid leaking index records:Ingo Schwarze2011-12-101-21/+25
* Big upgrade and polish for cgi.c.Kristaps Dzonsons2011-12-101-163/+284
* Plug a memory leak in single_search().Kristaps Dzonsons2011-12-101-2/+3
* Fix selection of arch-specific manuals:Ingo Schwarze2011-12-101-3/+7
* 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-4/+11
* Add some periods (just to see if mlmmj is working again...).Kristaps Dzonsons2011-12-101-3/+3
* Forgot to make whatis the default during abstraction. Do it again.Kristaps Dzonsons2011-12-091-3/+5
* Abstract query extraction code. Perform some readability fixes while here.Kristaps Dzonsons2011-12-091-138/+154
* When specifying an architecture to whatis(1)/apropos(1)/man.cgi(7), do aKristaps Dzonsons2011-12-091-3/+5
* Tweak pformatted():Ingo Schwarze2011-12-091-13/+14
* Considerably tidy mandocdb(8) catman descriptions by skipping to the firstKristaps Dzonsons2011-12-091-3/+3
* Strip backspace encoding from preformatted manuals. This cleans up a lotKristaps Dzonsons2011-12-091-1/+13
* If no man.cgi `whatis' results are found, offer a quick link to the aproposKristaps Dzonsons2011-12-081-4/+42
* Fix stupid typo: strlcpy() instead of strlcat().Kristaps Dzonsons2011-12-081-2/+2
* Clean up grok of preformatted manual description.Kristaps Dzonsons2011-12-081-29/+36
* index_prune always counted the free slots,Ingo Schwarze2011-12-081-10/+10
* If arguments are passed to mandocdb(8) in "default" mode, then useKristaps Dzonsons2011-12-081-5/+12
* Look for man.cgi files in the cache, not under the volume path.Kristaps Dzonsons2011-12-081-3/+3
* First, remove the catman(8) jobstart() stuff. It only copies files.Kristaps Dzonsons2011-12-081-114/+34
* Tweak to make man.cgi's search results validate properly.Kristaps Dzonsons2011-12-071-1/+4
* Apropos and man.cgi should strcasecmp their output sorting.Kristaps Dzonsons2011-12-072-7/+17
* Add skeleton man.cgi.css file. I don't think this should become moreKristaps Dzonsons2011-12-072-21/+34
* Accept old-school man.cgi parameters like "sektion" and "query". This stillKristaps Dzonsons2011-12-071-1/+18
* Have a whatis/apropos mode, with the default (hitting enter within theKristaps Dzonsons2011-12-073-48/+74
* 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-5/+19
* Implement search support for 24 additional macros, extract more informationIngo Schwarze2011-12-071-300/+253
* Add cat2html functionality. This keeps track of italic/bold mode per lineKristaps Dzonsons2011-12-071-57/+184
* must ignore \h with quoted argumentIngo Schwarze2011-12-051-1/+6
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-043-23/+52
* Make catman and man.cgi understand the index type-field.Kristaps Dzonsons2011-12-044-41/+99
* Fix parsing of file names given on the command line; i broke itIngo Schwarze2011-12-041-5/+4
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-043-15/+19
* Remove an OpenBSD-specific tweak regarding .Xr spacing and make itIngo Schwarze2011-12-031-17/+1
* Back out lorder, which doesn't seem necessary (?). I think this means allKristaps Dzonsons2011-12-032-4/+2
* When processing .Sh HEAD, as soon as we know which section this is,Ingo Schwarze2011-12-031-1/+16
* ISO style "%Y-%m-%d" dates are common in man(7) .TH.Ingo Schwarze2011-12-031-3/+4
* Make sure the btree(3) goop is also BE. This covers both the DB metadataKristaps Dzonsons2011-12-032-2/+4
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-027-14/+30
* This is a little gross: Linux and Apple need lots some cajoling to workKristaps Dzonsons2011-12-024-10/+32
* Use OpenBSD's endian functions. Make btree type also be endian-neutral.Kristaps Dzonsons2011-12-012-11/+7
* In apropos_db.c, move all btree reading (and safety checks) into theKristaps Dzonsons2011-12-012-32/+35
* Fix mandocdb(8) to pass over the type when pruning the database. ThisKristaps Dzonsons2011-12-012-31/+77
* Add whatis(1) to www and start version information.Kristaps Dzonsons2011-11-291-30/+27
* Note that mandocdb(8) record type is 64-bit and show all possible values.Kristaps Dzonsons2011-11-291-40/+52
* Snip some whitespace from apropos(1) and remove mandoc(1) ref fromKristaps Dzonsons2011-11-292-5/+4
* Make `-i' only apply to regular expressions. For the equality operatorKristaps Dzonsons2011-11-293-38/+23
* Add tables of matchable keys into apropos.1. Ok and with feedback byKristaps Dzonsons2011-11-291-6/+84