summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* final 1.13.4 release notesVERSION.1.13.4Ingo Schwarze2016-07-143-19/+37
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-125-0/+35
* Make all components of the URI individually optional,Ingo Schwarze2016-07-112-17/+44
* support LDFLAGS;Ingo Schwarze2016-07-103-6/+15
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-2/+2
* Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze2016-07-101-1/+1
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-103-26/+13
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-1/+1
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-094-4/+0
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-083-8/+7
* A some missing files to TESTSRCS and DISTFILESIngo Schwarze2016-07-081-0/+5
* POSIX requires that a process calling tcsetpgrp(3) from the backgroundIngo Schwarze2016-07-081-6/+18
* some 1.13.4 release preparationsIngo Schwarze2016-07-074-4/+127
* update developer documentationIngo Schwarze2016-07-076-202/+200
* sync with OpenBSD: do not mention mansearch(3), which is not installed,Ingo Schwarze2016-07-071-1/+0
* sync with OpenBSD: do not talk about nginx(8)Ingo Schwarze2016-07-071-4/+2
* Update and simplify the documentation of the -s option,Ingo Schwarze2016-07-011-29/+5
* delete two entries that are doneIngo Schwarze2016-06-051-5/+0
* Trim trailing whitespace from man.conf lines; patch from millert@.Ingo Schwarze2016-05-281-5/+4
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-282-41/+17
* Delete useless variables that could sneak into the MakefileIngo Schwarze2016-05-181-6/+6
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-2/+2
* Various people (among others Maxim Belooussov and Carsten Kunze)Ingo Schwarze2016-05-183-48/+70
* Linux needs <stddef.h>, or NULL isn't defined.Ingo Schwarze2016-05-182-0/+2
* Only focus on the query input box when no manual page is displayed,Ingo Schwarze2016-04-291-8/+17
* Set the "autofocus" attribute on the query text box.Ingo Schwarze2016-04-281-1/+1
* set up man.cgi(3) for inclusion in the web siteIngo Schwarze2016-04-151-0/+2
* document the internals of cgi.c for developers;Ingo Schwarze2016-04-151-0/+282
* Rename five static functions to make the classification of functionsIngo Schwarze2016-04-151-15/+15
* prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze2016-04-151-22/+18
* Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze2016-04-151-17/+13
* Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze2016-04-151-96/+96
* In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze2016-04-151-9/+9
* If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze2016-04-151-2/+3
* omit list of other results when there is only one matchIngo Schwarze2016-04-151-20/+23
* for .Xr links, use short PATH_INFO style URIsIngo Schwarze2016-04-141-6/+2
* Fix a process group race.Ingo Schwarze2016-04-141-2/+8
* do not rewrite short queriesIngo Schwarze2016-04-141-1/+4
* in -man -Thtml, .nf does not preserve indentationIngo Schwarze2016-04-141-0/+5
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-12/+14
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-8/+10
* fix error page indentation:Ingo Schwarze2016-04-131-1/+2
* sed 's/the the/the/' in a comment; from krw@Ingo Schwarze2016-04-121-1/+1
* double word; from jmc@Ingo Schwarze2016-03-191-1/+1
* Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze2016-03-183-64/+66
* document short URIsIngo Schwarze2016-03-181-1/+10
* make man(1) mode the default rather than apropos(1) modeIngo Schwarze2016-03-171-1/+2
* 'accomodate' -> 'accommodate' in a comment.Ingo Schwarze2016-03-171-1/+1
* support short URIs for man.openbsd.orgIngo Schwarze2016-03-171-8/+68
* unbreak reading from stdin after recent parse() restructuring;Ingo Schwarze2016-01-161-1/+1