| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling fixes from Paul Tagliamonte via tech@ and jmc@ | Ingo Schwarze | 2023-04-28 | 1 | -1/+1 |
* | support for hunting memory leaks; | Ingo Schwarze | 2022-04-14 | 1 | -2/+2 |
* | Commit and commit message by deraadt@: | Ingo Schwarze | 2021-11-05 | 1 | -2/+5 |
* | do not crash when a manpath directory contains a symbolic link | Ingo Schwarze | 2021-08-19 | 1 | -0/+2 |
* | Rename the compile-time configuration variable $HOMEBREWDIR to | Ingo Schwarze | 2021-08-07 | 1 | -4/+26 |
* | Remove some stray argument names from function prototypes, | Ingo Schwarze | 2020-04-03 | 1 | -3/+5 |
* | Repair more of the issues that i found in filescan() while investigating | Ingo Schwarze | 2020-01-26 | 1 | -35/+85 |
* | Fix incorrect file type tests. | Ingo Schwarze | 2020-01-26 | 1 | -2/+2 |
* | Minor cleanup, no functional change: | Ingo Schwarze | 2020-01-25 | 1 | -54/+59 |
* | Enter dangling .so links into the database, to avoid harassing | Ingo Schwarze | 2019-05-03 | 1 | -6/+11 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -24/+20 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -2/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -0/+1 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -10/+12 |
* | Logically, the following are are type names - just like .Vt, | Ingo Schwarze | 2018-02-23 | 1 | -5/+26 |
* | In man(7) and cat pages, cut off excessive one line descriptions. | Ingo Schwarze | 2018-02-07 | 1 | -2/+12 |
* | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | Ingo Schwarze | 2017-08-26 | 1 | -5/+5 |
* | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | Ingo Schwarze | 2017-08-26 | 1 | -39/+51 |
* | No need to fork and exec rm(1) -rf, we know that we have exactly | Ingo Schwarze | 2017-08-26 | 1 | -20/+3 |
* | When the mparse_alloc() prototype changed in read.c 1.179, updating | Ingo Schwarze | 2017-07-28 | 1 | -1/+1 |
* | Improve rev. 1.250 further: | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -1/+2 |
* | Never create empty databases. | Ingo Schwarze | 2017-05-17 | 1 | -0/+22 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -2/+4 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -9/+8 |
* | Fix a copy-and-paste error that caused man(7) manuals without | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |
* | No need to cast NULL when assigning it to a variable; | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
* | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
* | warn about missing one-line description; | Ingo Schwarze | 2017-01-27 | 1 | -3/+8 |
* | Parse the section number from the content of preformatted pages | Ingo Schwarze | 2017-01-27 | 1 | -13/+30 |
* | If parsing a page reveals that it is neither mdoc(7) nor man(7), | Ingo Schwarze | 2017-01-27 | 1 | -12/+16 |
* | fix base directory detection for makewhatis -t | Ingo Schwarze | 2017-01-27 | 1 | -0/+14 |
* | Always register names taken from file names in the names ohash. | Ingo Schwarze | 2017-01-27 | 1 | -4/+6 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -2/+2 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -2/+2 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -130/+135 |
* | cast off_t and uint64_t for printf(3) | Ingo Schwarze | 2016-10-22 | 1 | -1/+2 |
* | 0x%llu is a bad idea, make that 0x%llx; | Ingo Schwarze | 2016-10-20 | 1 | -1/+1 |
* | Compat glue for the FreeBSD comparison function prototype for fts_open(3) | Ingo Schwarze | 2016-10-18 | 1 | -0/+8 |
* | Simplify and correct support for reproducible builds, such that database | Ingo Schwarze | 2016-10-18 | 1 | -35/+25 |
* | When "makewhatis -d" tries to add to a database that doesn't (yet) exist, | Ingo Schwarze | 2016-09-02 | 1 | -3/+3 |
* | remove "sparc" from a comment | Ingo Schwarze | 2016-09-01 | 1 | -1/+1 |
* | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze | 2016-08-22 | 1 | -4/+4 |
* | When the content of a manual page does not specify a section, the | Ingo Schwarze | 2016-08-17 | 1 | -1/+2 |
* | fix a typo that prevented names from .Dt from getting priority | Ingo Schwarze | 2016-08-05 | 1 | -1/+1 |
* | Repair makewhatis -t, regression in rev. 1.221 reported by naddy@. | Ingo Schwarze | 2016-08-01 | 1 | -2/+3 |
* | Sort pages in the pages table by file names. | Ingo Schwarze | 2016-07-29 | 1 | -7/+26 |
* | No need to populate the TYPE_arch and TYPE_sec bits, the information | Ingo Schwarze | 2016-07-29 | 1 | -24/+7 |