Age | Commit message (Expand) | Author |
2017-06-20 | Revert a previous commit that increased the virtio queue size since it | Mike Larkin |
2017-06-19 | Import route priority support from ospfd to ospf6d. | friehm |
2017-06-19 | delete accidental blank line | Theo de Raadt |
2017-06-19 | fix descriptor leak in the smtp congestion mechanism | Gilles Chehade |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-06-18 | update log.c in ifstated to the same used in bgpd etc. | Sebastian Benoit |
2017-06-17 | Since WSFONT_NAME_SIZE was switched from 16 to 32, account for the | Frederic Cambus |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-16 | PCI Express extendeded capability 0x1c is LN Requester according to the | Jonathan Gray |
2017-06-15 | We do not support iso7 nor pcvt encoding, so remove macro definitions | Frederic Cambus |
2017-06-14 | Don't support loading appletalk addresses from /etc/appletalk.names. | Michal Mazurek |
2017-06-14 | Remove main() prototype and unused envp argument. | anton |
2017-06-13 | Initialize the length parameter for radius_get_vs_raw_attr() since | YASUOKA Masahiko |
2017-06-12 | Use unlinkat() when removing the contents of a directory so we don't | Todd C. Miller |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-06-12 | device path should be PATH_MAX. Any NAME_MAX without +1 is suspect | Theo de Raadt |
2017-06-11 | missing .Fn markup for main(); found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken escaping: "\." is almost never what you want; found with | Ingo Schwarze |
2017-06-10 | Don't describe AppleTalk's output format and bugs. | Michal Mazurek |
2017-06-09 | mention that the config file is created at first run, since it doesn't | Ted Unangst |
2017-06-09 | If we receive a router solicitation with a source link-layer address | Florian Obser |
2017-06-09 | Drop uneeded return from rollback_patch(). | Antoine Jacoutot |
2017-06-09 | /etc/mtree/BSD.x11.dist is part of base, not X; so check for | Antoine Jacoutot |
2017-06-08 | update permissions info to match recent changes | Todd C. Miller |
2017-06-08 | Add logging for when we find a non-file in the at spool that was | Todd C. Miller |
2017-06-08 | Invoke openssl with -passin file rather than -key in ca_revoke(). | Jonathan Gray |
2017-06-07 | In cron(8), require that crontab and at files in the spool be owned | Todd C. Miller |
2017-06-07 | vmctl: change default "vmctl console" (cu) baud rate to 115200. Not | Mike Larkin |
2017-06-07 | When running at jobs, open the at spool and use the directory fd | Todd C. Miller |
2017-06-07 | vmd: Implement simulated baudrate support in the ns8250 module. The | Mike Larkin |
2017-06-07 | vmd: properly advertise 640k base memory, not 636k. That was a holdover | Mike Larkin |
2017-06-07 | reword "listen on socket" somewhat; ok gilles | Jason McIntyre |
2017-06-05 | Set the group on cron's Unix domain socket _before_ making it | Todd C. Miller |
2017-06-04 | Malloc the superblock buffer to make sure that it is properly aligned. | Christian Weisgerber |
2017-06-03 | config -e mode should match our other policies which ensure og-rwx /bsd. | Theo de Raadt |
2017-06-03 | Move slaacd to /sbin | Florian Obser |
2017-06-01 | Revert 1.16 ("add a workaround for the rebound portjacking hijinks"), | Stuart Henderson |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-06-01 | mention /var/db/acpi; diff from Jan Stary <hans at stare dot cz>; | Ingo Schwarze |
2017-05-31 | No slaacd.conf(5) is currently planned. Remove Xr to nonexistent manual. | Theo Buehler |
2017-05-31 | Too vs To. Found by Denis Fondras openbsd (at) ledeuns (dot) net | Claudio Jeker |
2017-05-31 | Man page bits for ext-community which grew a few more subtypes. | Claudio Jeker |
2017-05-31 | Update ext community printer to the changes done in bgpd. | Claudio Jeker |
2017-05-31 | Oups, that should have not been committed. Revert. | Claudio Jeker |
2017-05-31 | Rework the way we do extended communities (mainly in the parser) and update | Claudio Jeker |
2017-05-31 | Deleting a default route proposal is a bit of work and the code got | Florian Obser |
2017-05-31 | do not leak address and dfr proposals if an interface goes away | Florian Obser |
2017-05-31 | add a workaround for the rebound portjacking hijinks. ok millert | Ted Unangst |
2017-05-31 | remove DEBUG_IMSG; I have figured out imsg flow by now; no binary | Florian Obser |
2017-05-31 | ca_revoke() gets called two ways. Directly from ca_opt() with keyname | Jonathan Gray |