Age | Commit message (Expand) | Author |
2016-04-26 | Remove last uses of array.h. | Nicholas Marriott |
2016-04-26 | add "dns" to openssl ocsp | Sebastien Marie |
2016-04-26 | Log wcwidth() and mbtowc() failure to make it easier to debug a Unicode | Nicholas Marriott |
2016-04-25 | remove systrace support | Ted Unangst |
2016-04-25 | Don't overwrite modifiers in the buffer when making UTF-8 strings, | Nicholas Marriott |
2016-04-24 | typos; | Jason McIntyre |
2016-04-21 | make argument == NULL tests more consistent | Damien Miller |
2016-04-20 | Remove pointless reenter variable. | Martijn van Duren |
2016-04-19 | Remove not implemented decliration of sscr_pty. | Martijn van Duren |
2016-04-19 | Remove some useless code. | Martijn van Duren |
2016-04-17 | tweak previous; | Jason McIntyre |
2016-04-15 | Rename five static functions to make the classification of functions | Ingo Schwarze |
2016-04-15 | prefer warn[x](3) over fprintf(3) where appropriate | Ingo Schwarze |
2016-04-15 | Fix parsing of PATH_INFO if both a section directory and an | Ingo Schwarze |
2016-04-15 | Make HTML tags lower case for better stylistic agreement with what | Ingo Schwarze |
2016-04-15 | In the architectures dropdown, move aviion, ia64, solbourne, and vax | Ingo Schwarze |
2016-04-15 | If PATH_INFO contains a complete and correct path to a manual page | Ingo Schwarze |
2016-04-15 | Include directive for ssh_config(5); feedback & ok markus@ | Damien Miller |
2016-04-15 | omit list of other results one there is only one match | Ingo Schwarze |
2016-04-14 | for .Xr links, use short PATH_INFO style URIs | Ingo Schwarze |
2016-04-14 | Fix a process group race. | Ingo Schwarze |
2016-04-14 | do not rewrite short URIs | Ingo Schwarze |
2016-04-14 | Add 'sentence-end-double-space'. | Mark Lumsden |
2016-04-13 | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze |
2016-04-13 | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze |
2016-04-13 | remove dumpfilter related code; it's a leftover from pftop-proper and not used | Jasper Lievisse Adriaanse |
2016-04-12 | Fix awk crash with empty assignment, e.g. 'BEGIN {i=$1}', when | Todd C. Miller |
2016-04-12 | Stop mg putting a space at the end of a paragraph when using | Mark Lumsden |
2016-04-11 | Howard Marks died yesterday | Stuart Henderson |
2016-04-10 | Enable UTF-8 support in rev. | Martijn van Duren |
2016-04-09 | make private key loading functions consistently handle NULL | Damien Miller |
2016-04-08 | whitespace at EOL | Damien Miller |
2016-04-08 | We accidentally send an empty string and a zero uint32 with every | Damien Miller |
2016-04-07 | hexidecimal->hexadecimal; from mmcc | Jason McIntyre |
2016-04-06 | Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCK | Kenneth R Westerback |
2016-04-06 | don't record duplicate LocalForward and RemoteForward entries; | Damien Miller |
2016-04-05 | Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passed | Stuart Henderson |
2016-04-04 | Add sys/queue.h where it's needed. Unbreak userland following recent | Stuart Henderson |
2016-04-04 | fatalx() not fatal(). | Nicholas Marriott |
2016-04-04 | Reverse search optimization makes no sense (and doesn't work) if | Otto Moerbeek |
2016-04-02 | Another use for fcntl() and thus of the superfluous 3rd parameter | Kenneth R Westerback |
2016-04-01 | update currency exchange rates; | Jason McIntyre |
2016-04-01 | whitespace at EOL | Damien Miller |
2016-03-31 | Remove fallback from moduli to "primes" file that was deprecated in 2001 | Darren Tucker |
2016-03-30 | Avoid compiler warning about zero-length printf format strings. | Todd C. Miller |
2016-03-30 | In setnonblocking() rename "mode" variable to "flags". | Todd C. Miller |
2016-03-30 | The change to make mkstemp(3) require at least 6 trailing Xs broke | Todd C. Miller |
2016-03-30 | Bump the listen() backlog up, some people have scripts that run up a lot | Nicholas Marriott |
2016-03-30 | Handle error return by SYS_getlogin_r and SYS___thrsleep correct, and | Philip Guenther |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |