Age | Commit message (Expand) | Author |
2018-09-26 | treat NOTIMP as NO_DATA in response to MX query: fallback to hostname lookup | Eric Faurot |
2018-09-26 | Adjust alignment in hostsprint() | kn |
2018-09-26 | Rename AS_NONE to AS_UNDEF here as well. OK compiler & grep | Claudio Jeker |
2018-09-26 | Rename AS_NONE to AS_UNDEF, AS_NONE will be reused for a different purpose | Claudio Jeker |
2018-09-26 | Split the disklabel regress into multiple tests. Move all code | Alexander Bluhm |
2018-09-26 | Switching bgpd to a default deny policy had one bad side-effect. Some | Claudio Jeker |
2018-09-26 | Fix controller name. | Visa Hankala |
2018-09-26 | Fix segfault in usermod -l by swapping one of the getpwnam(3) with | Ricardo Mestre |
2018-09-26 | Fix use-after-free by moving the free(3) of the configured interfaces to after | Ricardo Mestre |
2018-09-26 | Move the allocating and freeing of mount points into | Visa Hankala |
2018-09-26 | Use the same logic in trie_roa_check_v4 as in trie_roa_check_v6 when | Claudio Jeker |
2018-09-26 | Instead of checking that a segement is not of type AS_SET do the check | Claudio Jeker |
2018-09-26 | Indent issue. No functional change | Claudio Jeker |
2018-09-26 | Move bridge input/output paths outside of the KERNEL_LOCK(). | Martin Pieuchot |
2018-09-26 | Add variables for setup and cleanup of regression tests. | Alexander Bluhm |
2018-09-26 | explicitly mention local processes; from geoff hill | Jason McIntyre |
2018-09-26 | Fix out file to be actually correct for the input file. | Claudio Jeker |
2018-09-26 | call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc... | miko |
2018-09-26 | remove big ugly TODO comment from start of file. Some of the mentioned | Damien Miller |
2018-09-26 | Document mux proxy mode; added by Markus in openssh-7.4 | Damien Miller |
2018-09-26 | typo; ok jmc@ | miko |
2018-09-26 | Increase the timeout from previous commit further. Rather than warning | Theo de Raadt |
2018-09-26 | related to the fsck changes, quotacheck must also determine & setup | Theo de Raadt |
2018-09-26 | align RETURN VALUES section with pledge manual; ok deraadt@ | miko |
2018-09-26 | s/process_mux_master/mux_master_process/ in mux master function names, | Damien Miller |
2018-09-25 | -T applies to ip6 too, apparently; | Jason McIntyre |
2018-09-25 | document HUP; | Jason McIntyre |
2018-09-25 | Use getnameinfo(2) | kn |
2018-09-25 | usage() is void | kn |
2018-09-25 | fix typo in comment | Jasper Lievisse Adriaanse |
2018-09-25 | sync | Theo de Raadt |
2018-09-25 | Allow panes to be 1 line or column by redrawing instead of using the | Nicholas Marriott |
2018-09-25 | sync | Theo de Raadt |
2018-09-25 | Insert a workaround for per-ifp ioctl being called w/o NET_LOCK(). | Martin Pieuchot |
2018-09-25 | disklabel(8) uses hw.physmem to calculate swap and /var sizes. This | Alexander Bluhm |
2018-09-25 | Fix loading of roa-sets in the RDE. From a much bigger diff but this | Claudio Jeker |
2018-09-25 | When sending set_tables in the imsg use the right size. Currently the | Claudio Jeker |
2018-09-25 | Since each database that has the rpath promise only needs to access one | Ricardo Mestre |
2018-09-25 | Remove initial pledge(2) that doesn't give us much protection since it's so | Ricardo Mestre |
2018-09-24 | unveil maildir, utmp, /tmp, and /dev. For the vast number of people | Theo de Raadt |
2018-09-24 | unveil(2) is easy since this only uses one directory tree | Theo de Raadt |
2018-09-24 | unveil(2) in getty. This has been in snaps for more than 2 months, | Theo de Raadt |
2018-09-24 | After opening required descriptors, savecore only plays in one directory | Theo de Raadt |
2018-09-24 | Use unveil(2). These programs fit together in various strange ways, | Theo de Raadt |
2018-09-24 | Prevent ieee80211_get_txkey() from returning the integrity group temporal | Stefan Sperling |
2018-09-24 | sync host*() changes from bgpd | denis |
2018-09-24 | Allow to use the "tls" keyword on any relay action to force TLS, with | Eric Faurot |
2018-09-24 | Only include pane status in minimum size if it is turned on, GitHub | Nicholas Marriott |
2018-09-24 | Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4) | Martin Pieuchot |
2018-09-24 | enable futex(2) based mutexes on armv7 and use futex based semaphores in | Jonathan Gray |