Age | Commit message (Expand) | Author |
2014-12-21 | tweak previous; | Jason McIntyre |
2014-12-21 | document FingerprintHash here too | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-12-21 | Use -m for macro set selection in mandoc(1) mode only, not in man(1) | Ingo Schwarze |
2014-12-21 | fix test-redef2: | Marc Espie |
2014-12-21 | Fix build with -Werror -std=c99 -pedantic. | Daniel Dickman |
2014-12-20 | Fix two issues causing a class of assertion failures found by jsg@ with afl. | Ingo Schwarze |
2014-12-20 | resolve some code duplication; no functional change | Ingo Schwarze |
2014-12-19 | no need to kvm the palloc. the pgsize is more correctly accessed via pool. | Ted Unangst |
2014-12-19 | Use reallocarray() where suitable | Theo de Raadt |
2014-12-19 | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze |
2014-12-19 | Rewrite the low-level UTF-8 parser from scratch. | Ingo Schwarze |
2014-12-19 | CA.sh and CA.pl are gone | Lawrence Teo |
2014-12-19 | Sync message digest algorithms with the ones actually implemented in | Lawrence Teo |
2014-12-18 | don't count partial authentication success as a failure against | Damien Miller |
2014-12-18 | Don't let .Ta creep into an already-closed list; same as for .It. | Ingo Schwarze |
2014-12-18 | update usage() and the list of non-standard (i.e. non-posix) options; | Jason McIntyre |
2014-12-18 | Only keep leading .Sm inside a list when it immediately precedes | Ingo Schwarze |
2014-12-18 | When the head of a list item is extended with a partial explicit | Ingo Schwarze |
2014-12-18 | Don't let the modulo operator divide by zero. | Ingo Schwarze |
2014-12-18 | The code is already careful to not add items to lists that were | Ingo Schwarze |
2014-12-17 | Be a bit more lenient in what to accept for section names given | Ingo Schwarze |
2014-12-16 | Ignore mdoc(7) and man(7) macros inside tbl(7) code because they | Ingo Schwarze |
2014-12-16 | correct -Tutf8 and -Thtml rendering of \(~= | Ingo Schwarze |
2014-12-16 | Don't pass options after the to address to sendmail. The only | Todd C. Miller |
2014-12-16 | Add new "expandaddr" flag (disabled by default) to enable recipient | Todd C. Miller |
2014-12-16 | Use glob() to expand filenames instead of passing it to the shell's | Todd C. Miller |
2014-12-16 | Explicit block closure macros clobber next-line block head scope, | Ingo Schwarze |
2014-12-16 | When a string comparison condition contains no mismatching character | Ingo Schwarze |
2014-12-16 | Don't display formatted time if localtime() fails. | Jonathan Gray |
2014-12-16 | When a numerical condition errors out after consuming at least one | Ingo Schwarze |
2014-12-15 | Empty conditions count as false. | Ingo Schwarze |
2014-12-15 | .Xr cut which may be what you're really looking for. | Ted Unangst |
2014-12-15 | correct some character names to match groff; | Ingo Schwarze |
2014-12-15 | Let "man n open" do the same as "man -s n open" again, that is, | Ingo Schwarze |
2014-12-15 | Merge from bsd.lv: text about HTML written by kristaps@. | Ingo Schwarze |
2014-12-15 | Catch localtime() failure for additional safety; | Ingo Schwarze |
2014-12-15 | Notify on zoom/unzoom, from George Nachmann. | Nicholas Marriott |
2014-12-15 | Only redraw affected lines when selection changes with mouse. From | Nicholas Marriott |
2014-12-15 | remove -r from usage(); | Jason McIntyre |
2014-12-15 | Eliminate the -r option and always do sysctl OID, username, groupname, | Philip Guenther |
2014-12-14 | Switch man(1) to the mandoc implementation. | Ingo Schwarze |
2014-12-14 | minimally document -IOKTW; requested by naddy@ | Ingo Schwarze |
2014-12-14 | Remove redundant NULL checks before free - BN_free(), BIO_free_all() and | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing |
2014-12-14 | Handle ed command "s" as a one line command, which it is. | Tobias Stoeckmann |
2014-12-13 | just released mandoc 1.13.2 | Ingo Schwarze |
2014-12-13 | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze |
2014-12-13 | The function savestr allows NULL return values during Plan A patching so in | Tobias Stoeckmann |
2014-12-12 | Bounds check the file path used in the 'w' command. Modified version | Jonathan Gray |