Age | Commit message (Expand) | Author |
2016-10-19 | Unshare Makefile.inc so we can determine how to squeeze makefs | Theo de Raadt |
2016-10-19 | unifdef OPENSSL_NO_CMS | Joel Sing |
2016-10-19 | sync | Theo de Raadt |
2016-10-19 | enable makefs | Theo de Raadt |
2016-10-19 | Link pf_state test to build. | Alexander Bluhm |
2016-10-19 | Update client hello messages to follow the removal of fixed ECDH. | Joel Sing |
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm |
2016-10-19 | There used to be disabled code that used /dev/tty to determine the | Theo Buehler |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-10-19 | Remove the save_errno dance inside strerror_r(3). It is from the | Alexander Bluhm |
2016-10-19 | Use the reentrant strerror_r() instead of strerror() to expand %m. | Todd C. Miller |
2016-10-19 | The clean:, cleandir:, and obj: targets of src/Makefile descend into | Theo Buehler |
2016-10-19 | Only force iwm's firmware to use RTS for all frames if the AP requires it. | Stefan Sperling |
2016-10-19 | add -F to usage() too; | Jason McIntyre |
2016-10-19 | Do not change routes during test run, but expect that everything | Alexander Bluhm |
2016-10-19 | document -F which somehow escaped documentation | Gilles Chehade |
2016-07-11 | Add regression tests for the path MTU discovery implementation in | Alexander Bluhm |
2016-10-19 | Do not have a default binding for C-b in copy-mode-vi or it conflicts | Nicholas Marriott |
2016-10-19 | Alerts are too slow, so rather than walking all sessions and windows, | Nicholas Marriott |
2016-10-19 | Lets just be safe and check M_PREPEND return values for functions that | Rafael Zalamena |
2016-10-19 | Change process_{domem,auxv_offset}() to take a process instead of a proc. | Philip Guenther |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-19 | The first argument to process_domem() and its uio_procp should be curproc | Philip Guenther |
2016-10-19 | Move session-create hook out of session_create so it works with grouped sessi... | Nicholas Marriott |
2016-10-19 | note that SO_REUSEADDR is restricted to callers with the same uid or root; | Jason McIntyre |
2016-10-19 | GLOBAL_AUTOCONF_CACHE is the name of a file, not 'yes'. Leftover | Theo Buehler |
2016-10-19 | Remove the if_input task from the correct taskq. | YASUOKA Masahiko |
2016-10-19 | struct process has a pointer to the vmspace now, so simplify the ASID search | Philip Guenther |
2016-10-19 | Don't warn about shadowing a global function unless the local | Philip Guenther |
2016-10-18 | The termination condition of the iteration logic in page_bymacro() | Ingo Schwarze |
2016-10-18 | Check for EAGAIN on imsg_flush() return otherwise we might be failing | Rafael Zalamena |
2016-10-18 | Save the constraint process pid by getting the start_child() return value, | Rafael Zalamena |
2016-10-18 | Using bitwise OR along with two assignments in the conditional of | Todd C. Miller |
2016-10-18 | Use the files in /var/db/acpi instead of trying to run acpidump. | Mark Kettenis |
2016-10-18 | Clear cell entry with grid_default_entry not grid_default_cell. | Nicholas Marriott |
2016-10-18 | "Terminate the session after number prefixes have been received" means | Sebastian Benoit |
2016-10-18 | Add the examine /m format, "display in unsigned hex with character | Christian Weisgerber |
2016-10-18 | xterm-keys was in the wrong place in the list; Dilyan Palauzov. | Nicholas Marriott |
2016-10-18 | put .openbsd.randomdata into rodata, since i386 can handle it | Theo de Raadt |
2016-10-18 | cleanup Makefile | Theo de Raadt |
2016-10-18 | Remove setprogname(). | Martin Natano |
2016-10-18 | Only allow epoch timestamps for -T. A shared option for either using the | Martin Natano |
2016-10-18 | Don't tell the programmer not to put variable declarations inside | Todd C. Miller |
2016-10-18 | Remove the -B flag. Most of the byteswapping code was tedu'd already. | Martin Natano |
2016-10-18 | Remove channel_input_port_forward_request(); the only caller was the | Darren Tucker |
2016-10-18 | Merge ufs/{ufs,ffs}/ into ffs/. | Martin Natano |
2016-10-18 | Add the branch revision to the status output much like GNU cvs does. | Joris Vink |
2016-10-18 | Merge fs/msdosfs/ and newfs_msdos/ into msdos/. | Martin Natano |
2016-10-18 | Merge fs/cd9660/ into cd9660. | Martin Natano |
2016-10-18 | SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@ | Christian Weisgerber |