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