Age | Commit message (Expand) | Author |
2015-10-26 | remove libutil from dpadd too | Ted Unangst |
2015-10-26 | remove util.h include and -lutil after pidfile removal | Joerg Jung |
2015-10-26 | stop using pidfile() | Theo de Raadt |
2015-10-26 | Set low-delay traffic class for IPv6 connections as well | Jeremie Courreges-Anglas |
2015-10-26 | space before punctuation; | Jason McIntyre |
2015-10-25 | Expand tildes in filenames passed to -i before checking whether or not the | Darren Tucker |
2015-10-25 | Do not prepend "exec" to the shell command run by "Match exec" in a config | Darren Tucker |
2015-10-25 | Extend the modifiers allowed before formats: as well as the existing | Nicholas Marriott |
2015-10-25 | Unify & improve paragraphs talking about "==> file <==" headers in | Vadim Zhukov |
2015-10-25 | Fold "malloc" into "stdio" and -- recognizing that no program so far has | Theo de Raadt |
2015-10-25 | Write error message instead of duplicated file name on error. | Tobias Stoeckmann |
2015-10-25 | Decapitalize yyparse tag name here. | Vadim Zhukov |
2015-10-25 | Kill unused local var, and reorder while here. | Jeremie Courreges-Anglas |
2015-10-25 | We don't care about lack of source route support for IPv6. | Jeremie Courreges-Anglas |
2015-10-25 | Kill IP Source Route support, unusable since 1998. | Jeremie Courreges-Anglas |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-25 | Pass output from jobs through format_expand() so they are expanded again | Nicholas Marriott |
2015-10-25 | No need to declare pwd_gensalt; it's unused and gone. | Antoine Jacoutot |
2015-10-25 | Let's see if anyone screams about not being able to specify $TMPDIR | Theo de Raadt |
2015-10-24 | fix keyscan output for multiple hosts/addrs on one line when | Damien Miller |
2015-10-24 | skip "Could not chdir to home directory" message when chrooted | Damien Miller |
2015-10-24 | Move removal of "getpw" pledge after all setusercontext() calls, for yp sake. | Miod Vallat |
2015-10-24 | setusercontext() may still need "getpw" pledge rights; unbreaks doas on yp | Miod Vallat |
2015-10-24 | the last user of gensalt has been removed. remove the file. | Ted Unangst |
2015-10-24 | Make it more obvious what exact csplit commands will do. | Vadim Zhukov |
2015-10-24 | The default modifier should be copied for empty keys even if -b is | Todd C. Miller |
2015-10-24 | Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding. | Stuart Henderson |
2015-10-23 | Pasting mouse escape sequences is unlikely, so skip them when working | Nicholas Marriott |
2015-10-23 | Fix a couple of issues in Russian calendar entries: | Vadim Zhukov |
2015-10-23 | Remove some unnecessary checks before free(). | Nicholas Marriott |
2015-10-23 | If $TMUX is set, and we are unsure about the session, use it. | Nicholas Marriott |
2015-10-23 | tmux can call pledge() in main with large set and then reduce it | Nicholas Marriott |
2015-10-23 | Format for scroll position, from Jorge Morante. | Nicholas Marriott |
2015-10-23 | Use tty_term_flag not _has for XT, and make -2 force direct use of | Nicholas Marriott |
2015-10-23 | apply bold and italic to all non-ASCII Unicode codepoints, | Ingo Schwarze |
2015-10-23 | don't need MMAP to compile now | Ted Unangst |
2015-10-23 | correct spelling of statistic in function name, from Pablo Hernandez | Ted Unangst |
2015-10-23 | getnameinfo() no longer needs pledge "route". this drops to | Theo de Raadt |
2015-10-23 | delete ) that jumped in | Theo de Raadt |
2015-10-23 | A bit of whitespace cleanup, to make further diffs smaller. | Vadim Zhukov |
2015-10-23 | Fix BODUN handling after switch to UTF-8. | Vadim Zhukov |
2015-10-23 | forgot to commit makefile change for utf-8 calendars | Ted Unangst |
2015-10-23 | i assume this file needs a LANG like all the rest | Ted Unangst |
2015-10-23 | translate calendar files to utf-8 | Ted Unangst |
2015-10-23 | further simplify argv | Ted Unangst |
2015-10-23 | cleanup argv handling a bit | Ted Unangst |
2015-10-23 | simplify backcompat. no more support for kernel or kmem on argv | Ted Unangst |
2015-10-23 | undent includes, from michael reed | Ted Unangst |
2015-10-23 | mmap is the default. it's effectively the only tested codepath. so burn down | Ted Unangst |
2015-10-23 | Initial pledge of netcat - unfortunately flawed because fiddling the rtableid | Bob Beck |