summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-24the last user of gensalt has been removed. remove the file.Ted Unangst
2015-10-24Make it more obvious what exact csplit commands will do.Vadim Zhukov
2015-10-24The default modifier should be copied for empty keys even if -b isTodd C. Miller
2015-10-24Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding.Stuart Henderson
2015-10-23Pasting mouse escape sequences is unlikely, so skip them when workingNicholas Marriott
2015-10-23Fix a couple of issues in Russian calendar entries:Vadim Zhukov
2015-10-23Remove some unnecessary checks before free().Nicholas Marriott
2015-10-23If $TMUX is set, and we are unsure about the session, use it.Nicholas Marriott
2015-10-23tmux can call pledge() in main with large set and then reduce itNicholas Marriott
2015-10-23Format for scroll position, from Jorge Morante.Nicholas Marriott
2015-10-23Use tty_term_flag not _has for XT, and make -2 force direct use ofNicholas Marriott
2015-10-23apply bold and italic to all non-ASCII Unicode codepoints,Ingo Schwarze
2015-10-23don't need MMAP to compile nowTed Unangst
2015-10-23correct spelling of statistic in function name, from Pablo HernandezTed Unangst
2015-10-23getnameinfo() no longer needs pledge "route". this drops toTheo de Raadt
2015-10-23delete ) that jumped inTheo de Raadt
2015-10-23A bit of whitespace cleanup, to make further diffs smaller.Vadim Zhukov
2015-10-23Fix BODUN handling after switch to UTF-8.Vadim Zhukov
2015-10-23forgot to commit makefile change for utf-8 calendarsTed Unangst
2015-10-23i assume this file needs a LANG like all the restTed Unangst
2015-10-23translate calendar files to utf-8Ted Unangst
2015-10-23further simplify argvTed Unangst
2015-10-23cleanup argv handling a bitTed Unangst
2015-10-23simplify backcompat. no more support for kernel or kmem on argvTed Unangst
2015-10-23undent includes, from michael reedTed Unangst
2015-10-23mmap is the default. it's effectively the only tested codepath. so burn downTed Unangst
2015-10-23Initial pledge of netcat - unfortunately flawed because fiddling the rtableidBob Beck
2015-10-23pledge "stdio rpath getpw proc exec id" at start, much like doas.Theo de Raadt
2015-10-23With new pledge "ps" and "vminfo" requests, ps/top/w become possible.Theo de Raadt
2015-10-22use the new function man_validate() here, tooIngo Schwarze
2015-10-22move man(7) validation into the dedicated validation phase, tooIngo Schwarze
2015-10-22If no output device was allocated because no file wanted to produce output,Ingo Schwarze
2015-10-22copying of the environment can be done later, as the user runningTed Unangst
2015-10-22If the pane is still on all_window_panes but not actually connected toNicholas Marriott
2015-10-22Unzoom before -LRUD, reported by Andy Weidenbaum.Nicholas Marriott
2015-10-22Log identify messages.Nicholas Marriott
2015-10-22This should not be changed.Nicholas Marriott
2015-10-22Rename shutdown to exit.Nicholas Marriott
2015-10-22at present the setpriority() syscall is considered fairly low risk andTheo de Raadt
2015-10-22pledge in doas. startup pledge "stdio rpath getpw proc exec id". 4Theo de Raadt
2015-10-22Until we understand the sitaution better, we should pledge() afterTheo de Raadt
2015-10-21Move all mdoc(7) node validation done before child parsingIngo Schwarze
2015-10-21Style fixes; from Ilya KalimanTodd C. Miller
2015-10-21client_key_table was missing.Nicholas Marriott
2015-10-21fix memory leak in error pathGleydson Soares
2015-10-21By popular demand add a default binding for mouse wheel up to scrollNicholas Marriott
2015-10-21Remove Diffie-Hellman moduli entries below 2048.Doug Hogan
2015-10-20Compare pointers to NULL rather than 0.mmcc
2015-10-20Use client pointer not file descriptor in logging.Nicholas Marriott
2015-10-20Fix write to other user's tty. The device has to be opened withAlexander Bluhm