summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-11-02Kill bogus use of LC_TIMEJeremie Courreges-Anglas
2017-11-02openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itRicardo Mestre
2017-11-01Disable relocation until it is shown to be necessary. This codeMartin Pieuchot
2017-11-01shrink the generated PostScript by more than 50% by actually using PostScriptMarc Espie
2017-11-01update currency exchange rates;Jason McIntyre
2017-11-01fix broken stdout in ControlPersist mode, introduced by me in r1.467Damien Miller
2017-10-31Merge type forward declarations with real ones as soon as they are found.Martin Pieuchot
2017-10-29More HISTORY and AUTHORS, in part from Jonathan de Boyne PollardIngo Schwarze
2017-10-29Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze
2017-10-29After fstat(2) failure, trying lseek(2) is useless, so delete it.Ingo Schwarze
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-10-28Bring "netstat -m" output up to speed with the kernelMike Belopuhov
2017-10-28Document the use of a rbtree for resolving types inside a single CU.Martin Pieuchot
2017-10-28Define nitems() locally and stop including <sys/param.h>Martin Pieuchot
2017-10-28Correctly handle binaries without string table.Martin Pieuchot
2017-10-28Correct an integer overflow check to detect invalid CTF section.Martin Pieuchot
2017-10-28Print values as unsigned when dumping header.Martin Pieuchot
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-27Prevent out-of-bound with malformed type entry.Martin Pieuchot
2017-10-27Prevent out-of-bound leading to an invalid pointer dereference whenMartin Pieuchot
2017-10-27Use <elf.h> rather than <sys/exec_elf.h>.Martin Pieuchot
2017-10-27whitespace at EOLDamien Miller
2017-10-27whitespace at EOL (lots)Damien Miller
2017-10-27improve printing of rdomain on accept() a littleDamien Miller
2017-10-26more readable conversion of paper size from millimeters to PostScriptIngo Schwarze
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)Nicholas Marriott
2017-10-26mark up the rdomain keyword;Jason McIntyre
2017-10-25The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze
2017-10-25Properly close out the top-level Font object, the end-of-pageIngo Schwarze
2017-10-25Note that notifications are also hooks.Nicholas Marriott
2017-10-25Default allow-rename to off because it is ridiculous that applicationsNicholas Marriott
2017-10-25Remove the TCP_FACK option and associated #if{,n}def code.job
2017-10-25h/l keys for expand and collapse.Nicholas Marriott
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldNicholas Marriott
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-25simplify macros in previous, and some minor tweaks;Jason McIntyre
2017-10-25uninitialised variable in PermitTunnel printing codeDamien Miller
2017-10-25transfer ownership of stdout to the session channel by dup2'ingDamien Miller
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-10-25add sshd_config RDomain keyword to place sshd and the subsequentDamien Miller
2017-10-25Add optional rdomain qualifier to sshd_config's ListenAddress optionDamien Miller
2017-10-24Kill dead store and some spaces vs. tabs indent in parse_user_host_path().Todd C. Miller
2017-10-24Use a smaller buffer size too peek the receive data. The contentAlexander Bluhm
2017-10-24tweak previous; ok djmJason McIntyre
2017-10-23Pa -> Lk; ok jmc@anton
2017-10-23ifelse is special, fix argv parsing to avoid segfaultMarc Espie
2017-10-23Expose devices allocated for tun/tap forwarding.Damien Miller
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isNicholas Marriott
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-10-20Clear status line with spaces again so reverse works, spotted by sthen.Nicholas Marriott