Age | Commit message (Expand) | Author |
2019-02-12 | sync: | Sebastian Benoit |
2019-02-12 | sync | Sebastian Benoit |
2019-02-12 | sync, this also adds the -g option to the option parser. | Sebastian Benoit |
2019-02-12 | Restructure code to simplifiy imsg communications, further separating | Kenneth R Westerback |
2019-02-12 | complete support for -e and -rsh=name options | Theo de Raadt |
2019-02-12 | using const is misleading if the only access requires a de-const, it is | Theo de Raadt |
2019-02-12 | add long-opts aliases for single-letter options already present | Theo de Raadt |
2019-02-12 | Handle the abnormal case of not having any neighbors defined a bit better | Claudio Jeker |
2019-02-12 | rdomain is no more, change this test to validate the vpn statement now. | Claudio Jeker |
2019-02-12 | Move the yyerror in case get_mpe_config fails. If bgpd -n is used just | Claudio Jeker |
2019-02-12 | Remove extra newline when printing vpn blocks | Claudio Jeker |
2019-02-12 | Remove log_debug which is no longer needed | Claudio Jeker |
2019-02-11 | fix an fd leak in blk_match() | Sebastian Benoit |
2019-02-11 | premature bit snuck in | Theo de Raadt |
2019-02-11 | swap comparison arguments as needed, to match idiomatic C most of us | Theo de Raadt |
2019-02-11 | flags variable not needed | Theo de Raadt |
2019-02-11 | cleanup weird spaces around !. (We normalize source-code to a standard | Theo de Raadt |
2019-02-11 | remove a few words to improve flow. ok schwarze | Ted Unangst |
2019-02-11 | During build, delete all old library relink files to save disk space. | Theo de Raadt |
2019-02-11 | During upgrade, remove all library relink files (to save space) | Theo de Raadt |
2019-02-11 | Implement handling of Certificate and CertificateVerify messages. | Joel Sing |
2019-02-11 | spelling and Xr fixes; | Jason McIntyre |
2019-02-11 | normalize format | Theo de Raadt |
2019-02-11 | Adjust to last bgpd commit changing the MPLS VPN configuration. | Claudio Jeker |
2019-02-11 | The definition of VPNs in bgpd was never super elegant. The 'depend on | Claudio Jeker |
2019-02-11 | sync | Florian Obser |
2019-02-11 | We no longer need /etc/unwind | Florian Obser |
2019-02-11 | Since the new trust anchor format no longer contains constantly | Florian Obser |
2019-02-11 | With the rewrite of the trust anchor handling code we no longer need a | Florian Obser |
2019-02-11 | getopt(3) returns int, not char. Fix type of ch variable to prevent | Alexander Bluhm |
2019-02-11 | cleanup GSSAPI authentication context after completion of the | Damien Miller |
2019-02-11 | In ddb add description for show mbuf flags bit SYNCOOKIE_RECREATED | Alexander Bluhm |
2019-02-11 | add M_CANFAIL to malloc, and return ENOMEM if allocating an interface | David Gwynne |
2019-02-10 | whitespace and 80 chars per line | Sebastian Benoit |
2019-02-10 | canonical order of pledge()s. | Sebastian Benoit |
2019-02-10 | fix whitespace | Sebastian Benoit |
2019-02-10 | change the Makefile to be a normal OpenBSD bsd.prog.mk style file | Sebastian Benoit |
2019-02-10 | Import Kristaps' openrsync into the tree. | Sebastian Benoit |
2019-02-10 | Revert previous. requested by deraadt@ | Matthieu Herrb |
2019-02-10 | assign the m_prepend result to the right variable. | David Gwynne |
2019-02-10 | revert revert revert. there are many other archs that use custom allocs. | Ted Unangst |
2019-02-10 | whitespace tweak, no functional change | David Gwynne |
2019-02-10 | get rid of the global list of mpe interfaces, it's not needed anymore | David Gwynne |
2019-02-10 | remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes. | David Gwynne |
2019-02-10 | Simplify NFS check | kn |
2019-02-10 | missed a file. add flags to the pool page free function. | Ted Unangst |
2019-02-10 | if waitok flag is set, have the interrupt multipage allocator redirect | Ted Unangst |
2019-02-10 | make it possible to reduce kmem pressure by letting some pools use a more | Ted Unangst |
2019-02-10 | Delete BUGS: dubious style and not relevant/accurate | Jeremie Courreges-Anglas |
2019-02-10 | Add a warning that scan_ffs doesn't support FFS2 filesystems | Jeremie Courreges-Anglas |