Age | Commit message (Expand) | Author |
2018-10-18 | Ensure that the install media are built with a consistent set of | Christian Weisgerber |
2018-10-18 | Document new refresh-client flags. | Nicholas Marriott |
2018-10-18 | In rde_update_queue_runner() reset eor on every loop else a spurious and | Claudio Jeker |
2018-10-18 | Enable regress tests testing the bugs reported in | Otto Moerbeek |
2018-10-18 | Fix wrong result on full and outer join, bringer us closer to | Otto Moerbeek |
2018-10-18 | Remove unneeded break, there is one just after and makes the XON and XOFF | Claudio Jeker |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-10-18 | Use realpath(3) on the "boot" config option as well. | Reyk Floeter |
2018-10-18 | Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard | Nicholas Marriott |
2018-10-18 | Support for extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-10-18 | Fix not accounting for NUL for allocation size and move to reallocarray | Otto Moerbeek |
2018-10-18 | provide a default case for all switch statements handling address families | David Gwynne |
2018-10-18 | Re-enable POOL_DEBUG for -current. | Lawrence Teo |
2018-10-18 | make sure keepalive ioctl values are either both zero, or both not zero. | David Gwynne |
2018-10-18 | make sure the tunnel is configured in gre_keepalive_send | David Gwynne |
2018-10-18 | move the timeout_add in gre_keepalive_send up. | David Gwynne |
2018-10-18 | Process incoming gre(4) keepalives early to avoid bpf seeing them. | David Gwynne |
2018-10-17 | add some knobs: | Damien Miller |
2018-10-17 | Only the scheduler time statistics should be affected by spinning. | Alexander Bluhm |
2018-10-17 | - add an example to date(1) showing how to convert between timezones | Jason McIntyre |
2018-10-17 | zap extra Pp; | Jason McIntyre |
2018-10-17 | escape the word "No" as this is also a macro; | Jason McIntyre |
2018-10-16 | - pf: honor quick on anchor rules | Alexandr Nedvedicky |
2018-10-16 | More fixes from David Fifield: | Theo Buehler |
2018-10-16 | Remove unused data table entries: 174 out of 9271 entries of the bitmap | Theo Buehler |
2018-10-16 | Add linker script to assis lld with building something usable that doesn't | Mark Kettenis |
2018-10-16 | Add a test covering the recently fixed fcntl() panic. | anton |
2018-10-16 | Add gapdummy logic (already used on other archs) to allow linking with lld. | Christian Weisgerber |
2018-10-16 | document FETCH_PACKAGES as well | Marc Espie |
2018-10-16 | document tweak to FETCH_PACKAGES | Marc Espie |
2018-10-16 | Stop trying to remove /bsd.syspatch. That's ancient stuff that we don't | Antoine Jacoutot |
2018-10-16 | Change the way we call su(1) in rcexec: | Antoine Jacoutot |
2018-10-16 | pull and put the traffic class in ipv6 headers | David Gwynne |
2018-10-15 | use PFR_RB_NONE consistently | kn |
2018-10-15 | in spfwalk, search both A and AAAA records when "a" is used in an spf txt | Gilles Chehade |
2018-10-15 | Use user_from_uid(), uid_from_user(), group_from_gid() and | Todd C. Miller |
2018-10-15 | Switch powerpc to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-15 | No need to check ai_addrlen when we already checked ai_family, we | Florian Obser |
2018-10-15 | struct sockaddr_storage is guaranteed to be large enough, no need to check | Florian Obser |
2018-10-15 | Trust the resolver to give us a sockaddr_in6 sized object | Florian Obser |
2018-10-15 | The struct members addr and dstaddr in struct if_laddrreq are struct | Florian Obser |
2018-10-15 | Use the up_rib tree to withdraw all prefixes of a peer which is used to | Claudio Jeker |
2018-10-15 | Prevent VM reboot loops by rate-limiting the interval a VM can reboot. | Reyk Floeter |
2018-10-15 | Omit HSTS headers over unencrypted connections, per RFC 6797. | Anthony J. Bentley |
2018-10-15 | Add join tests | Otto Moerbeek |
2018-10-15 | Basic set of tests taken from spec plus some extra. Extra ones are failing | Otto Moerbeek |
2018-10-14 | Fix ID comments | kn |
2018-10-14 | Remove unneeded sockaddr size checks | kn |
2018-10-14 | Unbreak mrt table dumps. Make sure to call rib_dump_r for the mrt dump | Claudio Jeker |
2018-10-13 | Tweak linker flags and objcopy invocation to make things build with lld. | Mark Kettenis |