Age | Commit message (Expand) | Author |
2019-05-06 | vmctl.8 : man page cleanup | Mike Larkin |
2019-05-05 | switchd(8) will sometimes not save a copy of a packet needing forwarding | akoshibe |
2019-05-05 | For "unpriv -f file", chown file back to root once the command finishes, | Antoine Jacoutot |
2019-05-05 | Initialise variable. | Antoine Jacoutot |
2019-05-05 | Change variable name. | Antoine Jacoutot |
2019-05-05 | sentences start with capitals; | Jason McIntyre |
2019-05-04 | oops, fix unpriv() argument handling; from install.sub | Christian Weisgerber |
2019-05-04 | * For "unpriv -f file", chown file back to root once the command finishes, | Christian Weisgerber |
2019-05-04 | Require root to run (still allow access to usage). | Antoine Jacoutot |
2019-05-03 | Add a "forwarded" log format that extends the "combined" log format | Theo Buehler |
2019-05-03 | Adjust some comments that were misleading. Those flags are used by bgpd | Claudio Jeker |
2019-05-03 | Bump SET_NAME_LEN to 128 since arouteserver produces names that are more | Claudio Jeker |
2019-05-03 | Rename -c to -s since the correct term is snapshot, not current. Also | Florian Obser |
2019-05-03 | Make sure that the as-set name is not too long when parsing the config file. | Claudio Jeker |
2019-05-03 | typo in previous | Ian Darwin |
2019-05-03 | sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's dif... | Ian Darwin |
2019-05-03 | Only fetch and upgrade if a new snapshot is available. | Florian Obser |
2019-05-03 | missing break | Jonathan Gray |
2019-05-02 | Avoid opening log files on "no log" | kn |
2019-05-02 | Index 0 is out of range for hrStorageIndex. | Gerhard Roth |
2019-05-02 | Give filter programmers a more friendlier error message when returning a | Martijn van Duren |
2019-04-30 | Restrict filesystem access with unveil(2): | Ricardo Mestre |
2019-04-29 | Install upgrade kernel with ln -f, as per kernel build. ok florian@ | Ian Darwin |
2019-04-29 | Remove unnecessary end-of-contents octets. | rob |
2019-04-29 | Check that depend on interfaces are in the same rdomain. If they are not | remi |
2019-04-28 | Quiet down signify, seeing all the OKs scroll by is not helping. | Florian Obser |
2019-04-27 | Only apply sign extension when less than eight bytes have been consumed. This | rob |
2019-04-26 | Fix default MIRROR. | Antoine Jacoutot |
2019-04-26 | If we don't have a proper installurl, use cdn.openbsd.org. | Antoine Jacoutot |
2019-04-26 | do not re-verify the signature for each file when checking the old files, | Christian Weisgerber |
2019-04-26 | Use a different approach to determine the appropriate signing key: | Christian Weisgerber |
2019-04-26 | check owner and permission of download directory | Florian Obser |
2019-04-26 | Dt is uppercase; | Jason McIntyre |
2019-04-25 | don't be overly specific in set selection and don't use an undefined | Christian Weisgerber |
2019-04-25 | hook up sysupgrade(8) | Florian Obser |
2019-04-25 | Add sysupgrade(8) a tool to upgrade OpenBSD to the next release or a | Florian Obser |
2019-04-25 | Adjust the MRT notification parser similar to bgpd to support extended | Claudio Jeker |
2019-04-25 | Extend maximum message size of the shutdown communication to 255 bytes. | Claudio Jeker |
2019-04-24 | restrict filesystem access to read only on main process via unveil(2) | Ricardo Mestre |
2019-04-23 | add some missing "pp." to .%P macros; | Ingo Schwarze |
2019-04-23 | whitespace fix | remi |
2019-04-23 | Use the network address instead of the interface address for the "link id" | remi |
2019-04-23 | For originating router LSAs for P2P interfaces check for linkstate | remi |
2019-04-19 | strongly hint at pkg_info -z to clone installations from machine to machine | Marc Espie |
2019-04-17 | fix spelling in pkg_add output: tieing -> tying | Stefan Sperling |
2019-04-16 | document where multiline {} is applicable; | Jason McIntyre |
2019-04-16 | Rewrite using libelf(3). | Sunil Nimmagadda |
2019-04-14 | use strvis on strings from the device; ok sthen mortimer | Theo de Raadt |
2019-04-14 | md5 auth has useful information on the wire that helps when fixing issues | David Gwynne |
2019-04-12 | Unbreak listening for prefix changes. | Florian Obser |