summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement test mode (makewhatis -t), required for pkg_create(8).Ingo Schwarze2011-12-252-216/+348
* Support leading, trailing and double colons in MANPATH to prepend,Kristaps Dzonsons2011-12-244-9/+81
* Do not cast void pointers to pointers requiring alignment.Ingo Schwarze2011-12-202-9/+18
* Give catman(8) the -C flag (like apropos and friends) and merge in someKristaps Dzonsons2011-12-182-4/+24
* Make compat files actually use compat.h. Ooops.Kristaps Dzonsons2011-12-184-0/+16
* Two lint fixes.Kristaps Dzonsons2011-12-162-3/+3
* Fix assertion found when plugging legacy man.cgi query string into myKristaps Dzonsons2011-12-161-1/+3
* Edge in a little style. Why not.Kristaps Dzonsons2011-12-161-1/+3
* When routing to a "result" page in the cgi, remember our input parametersKristaps Dzonsons2011-12-161-37/+71
* Have results table inherit the small font.Kristaps Dzonsons2011-12-161-0/+1
* Make sure that "any" is UINT64_MAX, not just INT_MAX, else "any" won'tKristaps Dzonsons2011-12-161-1/+1
* Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-characterKristaps Dzonsons2011-12-166-38/+50
* Make paths in the mandocdb(8) index relative to the databases' pathKristaps Dzonsons2011-12-164-69/+67
* Don't make man.cgi default font-size dictate manual style.Kristaps Dzonsons2011-12-151-3/+3
* Further tweaks for output consistency.Kristaps Dzonsons2011-12-153-5/+13
* Update man.cgi.7 with new CSS files.Kristaps Dzonsons2011-12-151-8/+12
* Some presentation polish in man.cgi:Kristaps Dzonsons2011-12-155-180/+146
* Note that archives are being hosted at gmane.Kristaps Dzonsons2011-12-141-0/+6
* Unbreak man.cgi's css directories when CSS_DIR isn't specified.Kristaps Dzonsons2011-12-142-1/+3
* Remove stray warnx() left in the manpath.c code.Kristaps Dzonsons2011-12-131-1/+0
* Have manpath.c properly use manpath(1), that is, using -C and -m and so on.Kristaps Dzonsons2011-12-132-43/+52
* Compatibility support fgetln() on Linux. This uses the BSD-licensedKristaps Dzonsons2011-12-135-3/+129
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-129-38/+132
* 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