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