summaryrefslogtreecommitdiffstats
path: root/catman.c
Commit message (Expand)AuthorAgeFilesLines
* better error message if mandocd is not foundIngo Schwarze2021-10-151-1/+1
* Make the ./configure script simpler, more robust, and 23 lines shorter:Ingo Schwarze2020-06-141-1/+1
* proper test for O_DIRECTORYIngo Schwarze2017-02-181-4/+0
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-2/+2
* Provide a variable BINM_CATMAN.Ingo Schwarze2017-02-161-2/+2
* same as mandocdb.c rev. 1.196:Ingo Schwarze2017-02-091-2/+3
* Illumos doesn't have O_DIRECTORY. Work around that for now, mayIngo Schwarze2017-02-091-0/+4
* config glue for recvmsg(2) and CMSG_FIRSTHDR(3);Ingo Schwarze2017-02-081-0/+4
* sendmsg(3) may block, so retryIngo Schwarze2017-02-081-1/+18
* Polishing:Ingo Schwarze2017-02-061-15/+40
* experimental mandocd(8) and catman(8)Ingo Schwarze2017-02-041-0/+213
* Remove catman(8): it's superfluous.Kristaps Dzonsons2012-06-091-512/+0
* Use size_t in catman to match manpath.h.Kristaps Dzonsons2012-06-081-1/+2
* Local variable initialisation.Kristaps Dzonsons2012-01-031-1/+1
* Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.hKristaps Dzonsons2011-12-251-9/+23
* Give catman(8) the -C flag (like apropos and friends) and merge in someKristaps Dzonsons2011-12-181-3/+7
* Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-characterKristaps Dzonsons2011-12-161-7/+8
* Make paths in the mandocdb(8) index relative to the databases' pathKristaps Dzonsons2011-12-161-23/+24
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-121-1/+1
* First, remove the catman(8) jobstart() stuff. It only copies files.Kristaps Dzonsons2011-12-081-113/+33
* Make catman and man.cgi understand the index type-field.Kristaps Dzonsons2011-12-041-15/+27
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-271-4/+12
* Rename manup(8) to catman(8), which Linux already uses for a similar tool.Kristaps Dzonsons2011-11-261-0/+551