Age | Commit message (Expand) | Author |
2016-10-21 | first cut at a man page for cpumem | David Gwynne |
2016-10-21 | Fix build: declare the pcie read/write routines before using them. | Paul Irofti |
2016-10-21 | Add missing information about the handling of input, output, and | Ingo Schwarze |
2016-10-21 | add openbsd id; | Jason McIntyre |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | and recommit with fixed GC | Otto Moerbeek |
2016-10-21 | consistently zero the allocated memory in both the MP and UP cases. | David Gwynne |
2016-10-21 | man pages for vmm(4) i386 | Mike Larkin |
2016-10-21 | add generalised access to per cpu data structures and counters. | David Gwynne |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-10-21 | mitigate against mpii device attachment racing with mountroot | David Gwynne |
2016-10-20 | - PF should send a challenge ACK as response to SYN, which matches existing | Alexandr Nedvedicky |
2016-10-20 | - Remove useless var assignment | Ricardo Mestre |
2016-10-20 | During sniffing filter strictly on icmp6 "packet too big" to avoid | Alexander Bluhm |
2016-10-20 | some macro fixes for the options list; | Jason McIntyre |
2016-10-20 | try to make DESCRIPTION read like it was written for one program, not two; | Jason McIntyre |
2016-10-20 | spread the Xr! as a bonus, typo fix in switchd.conf.5 too; | Jason McIntyre |
2016-10-20 | some readability fixes for the SWITCH CONFIGURATION section, | Jason McIntyre |
2016-10-20 | By removing all the sleeps I created a race in the pf tests. The | Alexander Bluhm |
2016-10-20 | Only drop to _ping user if invoked as root. If invoked as an | Florian Obser |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |
2016-10-20 | Update to tzdata2016h from from ftp.iana.org. | Todd C. Miller |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |
2016-10-20 | Make the test faster. Move all the packet matching code into the | Alexander Bluhm |
2016-10-20 | 0x%llu is a bad idea, make that 0x%llx; | Ingo Schwarze |
2016-10-20 | st_size is off_t, which is signed, so use %lld rather than %llu; | Ingo Schwarze |
2016-10-20 | backout for now; flag combination GC is not ok | Otto Moerbeek |
2016-10-20 | delete useless call to setlocale(3); | Ingo Schwarze |
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm |
2016-10-20 | avoid sentence splicing; | Jason McIntyre |
2016-10-20 | optarg is declared in unistd.h and usage is __dead. From Jan Stary. | Theo Buehler |
2016-10-20 | canary corruption message changed a bit | Otto Moerbeek |
2016-10-20 | Move initialization of the helper process in its own routine to make | Alexandre Ratchov |
2016-10-20 | Also place canaries in > page sized objects (if C is in effect); ok tb@ | Otto Moerbeek |
2016-10-20 | remove unused variables | Alexandre Ratchov |
2016-10-19 | When tearing down ControlMaster connecctions, don't pollute stderr when | Darren Tucker |
2016-10-19 | Avoid the confusion that -a might require a section argument; it does not. | Ingo Schwarze |
2016-10-19 | Make the description of COLUMNS a bit more readable. | Ingo Schwarze |
2016-10-19 | Delete useless setlocale(3) in src/bin/. | Ingo Schwarze |
2016-10-19 | Inline IMAGE, CBIN, CRUNCHCONF and XNAME. | Martin Natano |
2016-10-19 | Inline IMAGE, CBIN, CRUNCHCONF and XNAME. | Martin Natano |
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 |