Age | Commit message (Expand) | Author |
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 |
2016-07-18 | add format attributes to log functions | Sebastian Benoit |
2016-07-18 | add format attributes to log functions and fix two errors | Sebastian Benoit |
2016-07-18 | add format attributes to log functions and fix am error when using | Sebastian Benoit |
2016-07-18 | Kill the rtableid variable in ip6_input(). It does not make sense | Alexander Bluhm |
2016-07-18 | Apparently we need to explicitly stop the timers before reloading them. At | Mark Kettenis |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | We have __weak_alias() everywhere; remove obsolete #ifdef's | Philip Guenther |
2016-07-18 | rework the first sentence of this page; | Jason McIntyre |
2016-07-18 | The string with path to shell could be taken directly from struct passwd. | Vadim Zhukov |
2016-07-18 | g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not | Henning Brauer |
2016-07-18 | Add additional i2c and mmc prcm module enum values for devices that | Jonathan Gray |
2016-07-18 | Don't need a separate flags variable in armv7 pmap_clean_page() - | Tom Cosgrove |
2016-07-18 | Hide pf internals by moving code from in_ouraddr() to pf_ouraddr(). | Alexander Bluhm |
2016-07-18 | Explicitly set iwm(4) firmware Tx aggregation limit to one (which disables | Stefan Sperling |
2016-07-18 | Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set for | Stefan Sperling |
2016-07-18 | Make iwm(4) retry Tx of management frames less often. We now retry management | Stefan Sperling |
2016-07-18 | Some SoCs have a ranges property set in their device trees. This can | Patrick Wildt |
2016-07-18 | Fix VFLAG formatting | Philip Guenther |
2016-07-18 | Reduce timing attack against obsolete CBC modes by always computing | Markus Friedl |