Age | Commit message (Expand) | Author |
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 |
2014-12-12 | Rework the pointer swap in the 'P' command to make the intent | Jonathan Gray |
2014-12-12 | revert chunk I didn't mean to commit yet; via jmc@ | Damien Miller |
2014-12-11 | slightly reshuffle some code to reduce the diff with portable; | Ingo Schwarze |
2014-12-11 | explicitly include sys/param.h in files that use the howmany() macro; | Damien Miller |
2014-12-11 | Make quotactlcmd formatting consistent with others | Philip Guenther |
2014-12-11 | mention AuthorizedKeysCommandUser must be set for | Damien Miller |
2014-12-11 | show in debug output which hostkeys are being tried when attempting | Damien Miller |
2014-12-11 | Make manual reflect reality: | Damien Miller |
2014-12-10 | The macros endtoken and isgood aren't used anywhere... zap them and | Tobias Stoeckmann |
2014-12-10 | Add ALPN support to openssl(1). | Joel Sing |
2014-12-10 | better error value for invalid signature length | Damien Miller |
2014-12-09 | Fix division by zero for files with long lines (> 1024) in Plan B mode | Tobias Stoeckmann |
2014-12-09 | Add pane_dead_status for exit status of dead panes. | Nicholas Marriott |
2014-12-09 | init crmsg to something so it doesn't crash on invalid wtmp files. | Ted Unangst |
2014-12-09 | put back some information what the character classes actually mean; | Ingo Schwarze |
2014-12-09 | no more ctype(3); | Jason McIntyre |
2014-12-09 | Add some additional sanity checks to kdump. | Jonathan Gray |
2014-12-08 | spaces | Theo de Raadt |
2014-12-08 | Use srandom_deterministic() if a seed is supplied, thereby switching the | Theo de Raadt |
2014-12-08 | Convert syscall argument handling from a giant switch to a giant table. | Philip Guenther |
2014-12-08 | fix a crash with '(' at EOF found with the afl fuzzer | Jonathan Gray |
2014-12-07 | Remove unused variable. | Joel Sing |
2014-12-07 | Handle GF(2^m) EC curves for C code generation. | Joel Sing |