aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/catman.c
Commit message (Expand)AuthorAgeFilesLines
* proper test for O_DIRECTORYIngo Schwarze2017-02-181-5/+1
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-3/+3
* Provide a variable BINM_CATMAN.Ingo Schwarze2017-02-161-3/+3
* same as mandocdb.c rev. 1.196:Ingo Schwarze2017-02-091-3/+4
* Illumos doesn't have O_DIRECTORY. Work around that for now, mayIngo Schwarze2017-02-091-1/+5
* config glue for recvmsg(2) and CMSG_FIRSTHDR(3);Ingo Schwarze2017-02-081-1/+5
* sendmsg(3) may block, so retryIngo Schwarze2017-02-081-2/+19
* Polishing:Ingo Schwarze2017-02-061-16/+41
* 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-2/+3
* Local variable initialisation.Kristaps Dzonsons2012-01-031-2/+2
* Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.hKristaps Dzonsons2011-12-251-10/+24
* Give catman(8) the -C flag (like apropos and friends) and merge in someKristaps Dzonsons2011-12-181-4/+8
* Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-characterKristaps Dzonsons2011-12-161-8/+9
* Make paths in the mandocdb(8) index relative to the databases' pathKristaps Dzonsons2011-12-161-24/+25
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-121-2/+2
* First, remove the catman(8) jobstart() stuff. It only copies files.Kristaps Dzonsons2011-12-081-114/+34
* Make catman and man.cgi understand the index type-field.Kristaps Dzonsons2011-12-041-16/+28
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-271-5/+13
* Rename manup(8) to catman(8), which Linux already uses for a similar tool.Kristaps Dzonsons2011-11-261-0/+551