Age | Commit message (Expand) | Author |
2016-07-20 | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze |
2016-07-20 | When parsing the configuration. initialize the auth structure | Reyk Floeter |
2016-07-20 | Add a -n flag to check the configuration and exit. Matches what almost | Jonathan Gray |
2016-07-20 | Do not clobber the global jump_host variables when parsing an inactive | Christian Weisgerber |
2016-07-20 | Bring iwn_update_htprot() back, so iwn(4) will properly keep track | Stefan Sperling |
2016-07-20 | Unbreak ural(4), which had been dropping frames on Tx while | Stefan Sperling |
2016-07-20 | ATI controllers seem to need the same workaround as VIA controllers. | Martin Pieuchot |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-20 | Fix typo | YASUOKA Masahiko |
2016-07-19 | Plug an mbuf leak in the error path of tcp signature in tcp_output(). | Alexander Bluhm |
2016-07-19 | strip back openssl ca: in particular remove some excessively wordy sections, | Jason McIntyre |
2016-07-19 | The -DNAME=switch flag is an artifact from the PoC when I couldn't | Reyk Floeter |
2016-07-19 | Correctly use ssize_t instead of size_t for read/write return values. | Reyk Floeter |
2016-07-19 | Remove unused variable | Reyk Floeter |
2016-07-19 | A bit of cleanup and style changes. ofcconn needs more work. | Reyk Floeter |
2016-07-19 | L2 tun is tap now | Reyk Floeter |
2016-07-19 | Don't use .p_shutdown in the proc struct | Reyk Floeter |
2016-07-19 | Comment out device/switch(4) for now | Reyk Floeter |
2016-07-19 | Narrow the BPF read filter rules so only packets sent to the | Kenneth R Westerback |
2016-07-19 | Add two more tests that use traffic that was captured with tcpdump. | Reyk Floeter |
2016-07-19 | Add simple OpenFlow tests for switchd. | Reyk Floeter |
2016-07-19 | Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD. | Reyk Floeter |
2016-07-19 | Since the mdoc/man parser unification, the parser is always allocated | Ingo Schwarze |
2016-07-19 | Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modes | Martin Pieuchot |
2016-07-19 | protect a pf specific function with the correct #if. Fixes ramdisk building. | Peter Hessler |
2016-07-19 | NULLify a route pointer after calling rtfree(9). | Martin Pieuchot |
2016-07-19 | style: no spaces after # for define/include, ok phessler benno | Henning Brauer |
2016-07-19 | don't hide globals between function prototypes; ok phessler benno | Henning Brauer |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2016-07-19 | tweak previous; | Jason McIntyre |
2016-07-19 | remove wrong and misleading comment, ok phessler | Henning Brauer |
2016-07-19 | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from | Darren Tucker |
2016-07-19 | Adapt test to the srp_swap() area. | Martin Pieuchot |
2016-07-19 | Revert use of the _SAFE version of SRPL_FOREACH() now that the offending | Martin Pieuchot |
2016-07-19 | Update counters & unbreak now that rtrequest(RTM_ADD, ...) caches the | Martin Pieuchot |
2016-07-19 | Return EAGAIN for every deleted route when detaching an interface. | Martin Pieuchot |
2016-07-19 | Replace malloc() + memset() with calloc(). | Martin Natano |
2016-07-19 | In ip6_input() use a shortcut to detect our own address if the pf | Alexander Bluhm |
2016-07-19 | In rcctl ls, skip all files with a '.' in the name, not just rc.subr; | Stuart Henderson |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-07-19 | remove bogus attributes from ifstated, spooted by guenther@ | Sebastian Benoit |
2016-07-19 | Do not consider tap(4) a special interface and start if before other | Martin Pieuchot |
2016-07-19 | remove bogus attributes on fatal* spotted by guenther@ | Sebastian Benoit |
2016-07-19 | Cleanup close(open idioms. | Theo de Raadt |
2016-07-19 | instead of messing about with pointer arithmetic, add an empty array | Ted Unangst |
2016-07-19 | virtio_pci: Always allow MSI/MSI-X | Stefan Fritsch |
2016-07-19 | Remove what appears to be a copy-paste error setting cur_ttb | Tom Cosgrove |
2016-07-18 | add format attributes to log functions and fix some errors | Sebastian Benoit |
2016-07-18 | add format attributes to log functions | Sebastian Benoit |
2016-07-18 | add format attributes to log functions | Sebastian Benoit |