Age | Commit message (Expand) | Author |
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 |
2015-10-23 | pledge "stdio rpath getpw proc exec id" at start, much like doas. | Theo de Raadt |
2015-10-23 | With new pledge "ps" and "vminfo" requests, ps/top/w become possible. | Theo de Raadt |
2015-10-22 | use the new function man_validate() here, too | Ingo Schwarze |
2015-10-22 | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze |
2015-10-22 | If no output device was allocated because no file wanted to produce output, | Ingo Schwarze |
2015-10-22 | copying of the environment can be done later, as the user running | Ted Unangst |
2015-10-22 | If the pane is still on all_window_panes but not actually connected to | Nicholas Marriott |
2015-10-22 | Unzoom before -LRUD, reported by Andy Weidenbaum. | Nicholas Marriott |
2015-10-22 | Log identify messages. | Nicholas Marriott |
2015-10-22 | This should not be changed. | Nicholas Marriott |
2015-10-22 | Rename shutdown to exit. | Nicholas Marriott |
2015-10-22 | at present the setpriority() syscall is considered fairly low risk and | Theo de Raadt |
2015-10-22 | pledge in doas. startup pledge "stdio rpath getpw proc exec id". 4 | Theo de Raadt |
2015-10-22 | Until we understand the sitaution better, we should pledge() after | Theo de Raadt |
2015-10-21 | Move all mdoc(7) node validation done before child parsing | Ingo Schwarze |