Age | Commit message (Expand) | Author |
2017-11-17 | Move etherip_allow where it is used | Jeremie Courreges-Anglas |
2017-11-17 | Drop etheripstat use in ip_ether.c | Jeremie Courreges-Anglas |
2017-11-17 | Drop all Ethernet-in-IP support from gif(4) | Jeremie Courreges-Anglas |
2017-11-17 | Don't pass unhandled packets to gif(4) | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip counters and their allocation to etherip(4) | Jeremie Courreges-Anglas |
2017-11-17 | Add the word "software" to our dictionary to help passing the test | Alexander Bluhm |
2017-11-17 | Link loopback test to build. | Alexander Bluhm |
2017-11-17 | Set up two loopback interfaces in different routing domains. Try | Alexander Bluhm |
2017-11-17 | Allow formats in selectp -T, from Thomas Adam. | Nicholas Marriott |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-11-17 | add if_rxr_livelocked so rxr users can request backpressure themselves. | David Gwynne |
2017-11-17 | the COMPILER transition mechanism is gone | Christian Weisgerber |
2017-11-16 | fix SEE ALSO; | Jason McIntyre |
2017-11-16 | sync | Theo de Raadt |
2017-11-16 | In revision 1.35 of file.c, tenex() was modified to respect the inputline_size | anton |
2017-11-16 | Zap a redundant cast. | anton |
2017-11-16 | Add a variable referencing the csh binary to test. | anton |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-16 | sync struct ifreq with if.h. ifr_vnetid is now a proper member of | Theo Buehler |
2017-11-16 | Check that http options are only configured in http protocols. | Alexander Bluhm |
2017-11-16 | Add regress tests for fuse_opt_parse() and fuse_parse_cmdline() | helg |
2017-11-16 | Add support for: | helg |
2017-11-16 | Disable the pthread_once subtest until the problem with samba port | Alexander Bluhm |
2017-11-16 | Add -and-cancel variants for scrolling commands to exit copy mode when | Nicholas Marriott |
2017-11-16 | Range check default values so that a range like | Kenneth R Westerback |
2017-11-16 | Add error checking to some calls to __find_arguments(). Matches similar | Theo Buehler |
2017-11-15 | Tweak bitmask calculation to match i386 and avoid clang warning. | Mark Kettenis |
2017-11-15 | Add a common function for spreading out cells and use it for the two | Nicholas Marriott |
2017-11-15 | Completely rewrite the reflow code to correctly handle double width | Nicholas Marriott |
2017-11-15 | If there is a double width character at the very end of the line with | Nicholas Marriott |
2017-11-15 | make the maximum size of http headers configurable in the protocol. | Sebastian Benoit |
2017-11-15 | etherip(4) now handles etherip sysctls, move/remove code accordingly. | Jeremie Courreges-Anglas |
2017-11-15 | Make etherip(4) the single driver responsible for etherip sysctl entries. | Jeremie Courreges-Anglas |
2017-11-15 | Remove inet6 etherip sysctl entries | Jeremie Courreges-Anglas |
2017-11-15 | Reset the OCSP URL on config reload. Otherwise we end up not being | Patrick Wildt |
2017-11-15 | Makefile cleanup, avoid DNS lookups, add copyright. | Alexander Bluhm |
2017-11-15 | Do not unconfigure vnd1, the test did not configure it. | Alexander Bluhm |
2017-11-15 | Remove unused compat macros. | anton |
2017-11-15 | Update agreement URL; pointed out by sthen. | Florian Obser |
2017-11-15 | Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h | Martin Pieuchot |
2017-11-15 | downgrade a couple more request parsing errors from process-fatal to | Damien Miller |
2017-11-15 | wrap some long lines for function prototypes with .Fo, .Fa, and .Fc. | David Gwynne |
2017-11-15 | some more 25g media types, and a bunch of AOC types. | David Gwynne |
2017-11-15 | fix regression in 7.6: failure to parse a signature request message | Damien Miller |
2017-11-14 | - nested anchors vs. pfctl/parse.y | Alexandr Nedvedicky |
2017-11-14 | Inverse logic, issue found by henning@. MPLS VPN is still broken though. | Claudio Jeker |
2017-11-14 | sync | Christian Weisgerber |
2017-11-14 | Remove /dev/arandom symlink. Nothing in base, xenocara, or ports uses | Christian Weisgerber |
2017-11-14 | Treat invalid server name as empty instead of declining the lease offered | Martin Pieuchot |
2017-11-14 | Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get(). | Theo Buehler |