summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26stop using pidfile()Theo de Raadt
2015-10-26Set low-delay traffic class for IPv6 connections as wellJeremie Courreges-Anglas
2015-10-26space before punctuation;Jason McIntyre
2015-10-25Expand tildes in filenames passed to -i before checking whether or not theDarren Tucker
2015-10-25Do not prepend "exec" to the shell command run by "Match exec" in a configDarren Tucker
2015-10-25Extend the modifiers allowed before formats: as well as the existingNicholas Marriott
2015-10-25Unify & improve paragraphs talking about "==> file <==" headers inVadim Zhukov
2015-10-25Fold "malloc" into "stdio" and -- recognizing that no program so far hasTheo de Raadt
2015-10-25Write error message instead of duplicated file name on error.Tobias Stoeckmann
2015-10-25Decapitalize yyparse tag name here.Vadim Zhukov
2015-10-25Kill unused local var, and reorder while here.Jeremie Courreges-Anglas
2015-10-25We don't care about lack of source route support for IPv6.Jeremie Courreges-Anglas
2015-10-25Kill IP Source Route support, unusable since 1998.Jeremie Courreges-Anglas
2015-10-25need "getpw" pledge; spotted by matthieuTheo de Raadt
2015-10-25Pass output from jobs through format_expand() so they are expanded againNicholas Marriott
2015-10-25No need to declare pwd_gensalt; it's unused and gone.Antoine Jacoutot
2015-10-25Let's see if anyone screams about not being able to specify $TMPDIRTheo de Raadt
2015-10-24fix keyscan output for multiple hosts/addrs on one line whenDamien Miller
2015-10-24skip "Could not chdir to home directory" message when chrootedDamien Miller
2015-10-24Move removal of "getpw" pledge after all setusercontext() calls, for yp sake.Miod Vallat
2015-10-24setusercontext() may still need "getpw" pledge rights; unbreaks doas on ypMiod Vallat
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