| Commit message (Expand) | Author | Age | Files | Lines |
* | Apropos and man.cgi should strcasecmp their output sorting. | Kristaps Dzonsons | 2011-12-07 | 2 | -5/+15 |
* | Add skeleton man.cgi.css file. I don't think this should become more | Kristaps Dzonsons | 2011-12-07 | 2 | -20/+33 |
* | Accept old-school man.cgi parameters like "sektion" and "query". This still | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+17 |
* | Have a whatis/apropos mode, with the default (hitting enter within the | Kristaps Dzonsons | 2011-12-07 | 3 | -46/+72 |
* | Make installing CGI a bit easier. | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+9 |
* | By default, man.cgi should compile with -static (this was unset by mistake). | Kristaps Dzonsons | 2011-12-07 | 2 | -4/+18 |
* | Implement search support for 24 additional macros, extract more information | Ingo Schwarze | 2011-12-07 | 1 | -299/+252 |
* | Add cat2html functionality. This keeps track of italic/bold mode per line | Kristaps Dzonsons | 2011-12-07 | 1 | -56/+183 |
* | must ignore \h with quoted argument | Ingo Schwarze | 2011-12-05 | 1 | -0/+5 |
* | Implement mdoc(7)-like output style variant for man(7) documents: | Ingo Schwarze | 2011-12-04 | 3 | -20/+49 |
* | Make catman and man.cgi understand the index type-field. | Kristaps Dzonsons | 2011-12-04 | 4 | -36/+94 |
* | Fix parsing of file names given on the command line; i broke it | Ingo Schwarze | 2011-12-04 | 1 | -4/+3 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 3 | -12/+16 |
* | Remove an OpenBSD-specific tweak regarding .Xr spacing and make it | Ingo Schwarze | 2011-12-03 | 1 | -16/+0 |
* | Back out lorder, which doesn't seem necessary (?). I think this means all | Kristaps Dzonsons | 2011-12-03 | 2 | -2/+0 |
* | When processing .Sh HEAD, as soon as we know which section this is, | Ingo Schwarze | 2011-12-03 | 1 | -0/+15 |
* | ISO style "%Y-%m-%d" dates are common in man(7) .TH. | Ingo Schwarze | 2011-12-03 | 1 | -2/+3 |
* | Make sure the btree(3) goop is also BE. This covers both the DB metadata | Kristaps Dzonsons | 2011-12-03 | 2 | -0/+2 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 7 | -7/+23 |
* | This is a little gross: Linux and Apple need lots some cajoling to work | Kristaps Dzonsons | 2011-12-02 | 4 | -6/+28 |
* | Use OpenBSD's endian functions. Make btree type also be endian-neutral. | Kristaps Dzonsons | 2011-12-01 | 2 | -9/+5 |
* | In apropos_db.c, move all btree reading (and safety checks) into the | Kristaps Dzonsons | 2011-12-01 | 2 | -30/+33 |
* | Fix mandocdb(8) to pass over the type when pruning the database. This | Kristaps Dzonsons | 2011-12-01 | 2 | -28/+74 |
* | Add whatis(1) to www and start version information. | Kristaps Dzonsons | 2011-11-29 | 1 | -29/+26 |
* | Note that mandocdb(8) record type is 64-bit and show all possible values. | Kristaps Dzonsons | 2011-11-29 | 1 | -38/+50 |
* | Snip some whitespace from apropos(1) and remove mandoc(1) ref from | Kristaps Dzonsons | 2011-11-29 | 2 | -2/+1 |
* | Make `-i' only apply to regular expressions. For the equality operator | Kristaps Dzonsons | 2011-11-29 | 3 | -35/+20 |
* | Add tables of matchable keys into apropos.1. Ok and with feedback by | Kristaps Dzonsons | 2011-11-29 | 1 | -4/+82 |
* | chdir(2) to the right man page tree before parsing manuals; | Ingo Schwarze | 2011-11-29 | 1 | -1/+17 |
* | Backout -DUSE_MANPATH that sneaked in; | Ingo Schwarze | 2011-11-28 | 1 | -2/+2 |
* | Tweak whatis(1): | Ingo Schwarze | 2011-11-28 | 3 | -7/+6 |
* | Discuss the default behaviour up front before talking about options | Ingo Schwarze | 2011-11-28 | 1 | -36/+47 |
* | Reimplement the global command line options -a and -v | Ingo Schwarze | 2011-11-27 | 1 | -26/+20 |
* | Save the manual type (mdoc, man, or cat) in the index file | Ingo Schwarze | 2011-11-27 | 3 | -0/+3 |
* | Rudimentary handling of formatted manuals ("cat pages"). | Ingo Schwarze | 2011-11-27 | 1 | -30/+205 |
* | Get us a whatis(1) mode for apropos(1). | Kristaps Dzonsons | 2011-11-27 | 4 | -9/+176 |
* | Removing INSECURE mode. This is a work in progress! Logic for | Kristaps Dzonsons | 2011-11-27 | 4 | -110/+96 |
* | Sync to OpenBSD, mostly gratuitous and whitespace differences, | Ingo Schwarze | 2011-11-26 | 6 | -54/+61 |
* | Rename manup(8) to catman(8), which Linux already uses for a similar tool. | Kristaps Dzonsons | 2011-11-26 | 2 | -3/+3 |
* | Store page titles in the correct case, and by default, only | Ingo Schwarze | 2011-11-26 | 2 | -38/+201 |
* | I say that mandocdb(8) uses "man(1)'s method", but it doesn't. It just uses | Kristaps Dzonsons | 2011-11-24 | 1 | -1/+1 |
* | Make a small manual for how to run man.cgi. | Kristaps Dzonsons | 2011-11-24 | 2 | -0/+79 |
* | Let man.cgi run in two modes: | Kristaps Dzonsons | 2011-11-24 | 1 | -27/+90 |
* | Have manup(8) put relative paths in its output man.conf. This lets us | Kristaps Dzonsons | 2011-11-24 | 1 | -2/+17 |
* | Allow man.conf file to be assignable. | Kristaps Dzonsons | 2011-11-24 | 2 | -4/+4 |
* | Export the manpath_manconf() function, slightly reorderng manpath.c while | Kristaps Dzonsons | 2011-11-24 | 2 | -13/+21 |
* | Add manup(8). This runs through mandocdb(8) databases (in the same way that | Kristaps Dzonsons | 2011-11-24 | 3 | -2/+635 |
* | Add pkgsrc to downstream. Ok'd Thomas Klausner. | Kristaps Dzonsons | 2011-11-23 | 1 | -0/+6 |
* | Fix whitespace in manuals. | Kristaps Dzonsons | 2011-11-23 | 2 | -3/+2 |
* | man.cgi works for the non-jailed case. | Kristaps Dzonsons | 2011-11-23 | 1 | -80/+421 |