Age | Commit message (Expand) | Author |
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 |
2015-10-21 | Style fixes; from Ilya Kaliman | Todd C. Miller |
2015-10-21 | client_key_table was missing. | Nicholas Marriott |
2015-10-21 | fix memory leak in error path | Gleydson Soares |
2015-10-21 | By popular demand add a default binding for mouse wheel up to scroll | Nicholas Marriott |
2015-10-21 | Remove Diffie-Hellman moduli entries below 2048. | Doug Hogan |
2015-10-20 | Compare pointers to NULL rather than 0. | mmcc |
2015-10-20 | Use client pointer not file descriptor in logging. | Nicholas Marriott |
2015-10-20 | Fix write to other user's tty. The device has to be opened with | Alexander Bluhm |
2015-10-20 | add "proc" to pledge for script(1) | Sebastien Marie |
2015-10-20 | The table could change when retrying so don't save it at start of | Nicholas Marriott |
2015-10-20 | Replace a function-local allocation with stack memory. | mmcc |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-19 | style cleanup, no functional change | Ingo Schwarze |
2015-10-19 | Simplify, no functional change: | Ingo Schwarze |
2015-10-19 | including <ohash.h> requires including <stdint.h> beforehand; | Ingo Schwarze |
2015-10-19 | pledge "stdio exec proc" early on, setpriority, then pledge "stdio exec" | Theo de Raadt |
2015-10-18 | pledge bgplg(8). | Sebastian Benoit |
2015-10-18 | Pass current directory as a string rather than a file descriptor because | Nicholas Marriott |
2015-10-18 | Use "getpw" rather than "flock", per deraadt@'s suggestion. | Miod Vallat |
2015-10-18 | pledge+=flock, for /var/run/ypbind.lock. ok semarie@ | Miod Vallat |
2015-10-18 | Do not warn for sort -o if we can't chown the output temporary file | Todd C. Miller |
2015-10-18 | Use offsetof() instead of adding the sizes of the preceeding struct members | Philip Guenther |
2015-10-18 | sorry, sdiff -o interactive mode does another spawn | Theo de Raadt |
2015-10-18 | Add "dns" to the pledges. Previously these worked because of "inet", | Theo de Raadt |
2015-10-18 | unrelated commit; not ready yet | Theo de Raadt |
2015-10-18 | First casualty of making pledge "dns" mandatory for dns users. | Theo de Raadt |
2015-10-18 | A whole buncha unsigned char casts for ctype function arguments. | mmcc |
2015-10-18 | Describe dnssocket / dnsconnect arguments | Theo de Raadt |
2015-10-17 | Tighten pledge: We only write to stdio and never to any files if | Christian Weisgerber |